首页 > 最新文献

Neural Networks, Information and Communication Engineering最新文献

英文 中文
Position encoding for heterogeneous graph neural networks 异构图神经网络的位置编码
Pub Date : 2022-06-30 DOI: 10.1117/12.2639209
Xi Zeng, Qingyun Dai, Fangyu Lei
Many real-world networks are suitable to be modeled as heterogeneous graphs, which are made up of many sorts of nodes and links. When the heterogeneous map is a non-attribute graph or some features on the graph are missing, it will lead to poor performance of the previous models. In this paper, we hold that useful position features can be generated through the guidance of topological information on the graph and present a generic framework for Heterogeneous Graph Neural Networks(HGNNs), termed Position Encoding(PE). First of all, PE leverages existing node embedding methods to obtain the implicit semantics on a graph and generate low-dimensional node embedding. Secondly, for each task-related target node, PE generates corresponding sampling subgraphs, in which we use node embedding to calculate the relative positions and encode the positions into position features that can be used directly or as an additional feature. Then the set of subgraphs with position features can be easily combined with the desired Graph Neural Networks (GNNs) or HGNNs to learn the representation of target nodes. We evaluated our method on graph classification tasks over three commonly used heterogeneous graph datasets with two processing ways, and experimental results show the superiority of PE over baselines.
许多现实世界的网络适合建模为异构图,这些图由多种类型的节点和链接组成。当异构映射为非属性图或图上的某些特征缺失时,会导致之前的模型性能不佳。在本文中,我们认为可以通过图上的拓扑信息的引导生成有用的位置特征,并提出了异构图神经网络(hgnn)的通用框架,称为位置编码(PE)。首先,PE利用现有的节点嵌入方法获取图上的隐式语义,生成低维节点嵌入。其次,PE对每个与任务相关的目标节点生成相应的采样子图,在子图中使用节点嵌入计算相对位置,并将位置编码为可以直接使用或作为附加特征使用的位置特征。然后,具有位置特征的子图集可以很容易地与所需的图神经网络(gnn)或hgnn相结合,以学习目标节点的表示。我们在三种常用的异构图数据集上用两种处理方法对我们的方法进行了图分类任务的评估,实验结果表明PE优于基线。
{"title":"Position encoding for heterogeneous graph neural networks","authors":"Xi Zeng, Qingyun Dai, Fangyu Lei","doi":"10.1117/12.2639209","DOIUrl":"https://doi.org/10.1117/12.2639209","url":null,"abstract":"Many real-world networks are suitable to be modeled as heterogeneous graphs, which are made up of many sorts of nodes and links. When the heterogeneous map is a non-attribute graph or some features on the graph are missing, it will lead to poor performance of the previous models. In this paper, we hold that useful position features can be generated through the guidance of topological information on the graph and present a generic framework for Heterogeneous Graph Neural Networks(HGNNs), termed Position Encoding(PE). First of all, PE leverages existing node embedding methods to obtain the implicit semantics on a graph and generate low-dimensional node embedding. Secondly, for each task-related target node, PE generates corresponding sampling subgraphs, in which we use node embedding to calculate the relative positions and encode the positions into position features that can be used directly or as an additional feature. Then the set of subgraphs with position features can be easily combined with the desired Graph Neural Networks (GNNs) or HGNNs to learn the representation of target nodes. We evaluated our method on graph classification tasks over three commonly used heterogeneous graph datasets with two processing ways, and experimental results show the superiority of PE over baselines.","PeriodicalId":336892,"journal":{"name":"Neural Networks, Information and Communication Engineering","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-06-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125854128","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Application of improved cuckoo algorithm to optimize generalized regression neural network in software quality prediction 改进布谷鸟算法优化广义回归神经网络在软件质量预测中的应用
Pub Date : 2022-06-30 DOI: 10.1117/12.2639204
Luyao Liu, Peisheng Han
Software quality prediction technology is the main method of early prediction and control of software quality. Generalized regression neural network (GRNN) can better map the nonlinear relationship between software metrics and software quality elements, but the prediction accuracy of the software quality prediction model based on GRNN is low. To improve the accuracy of the quality prediction model, we use the improved cuckoo search (CS) algorithm to optimize the smoothing factor of GRNN, solve the problems of insufficient population diversity and slow convergence speed in the later stage of the cuckoo algorithm, and propose a software quality prediction model based on the improved CS algorithm to optimize GRNN by introducing Gaussian disturbance function, to improve the accuracy of predicting the number of software defects. Finally, the paper uses the public promise data set for simulation experiments and verifies the model by comparing it with the GRNN model optimized by the CS algorithm and the standard GRNN model.
软件质量预测技术是软件质量早期预测和控制的主要方法。广义回归神经网络(GRNN)能较好地映射软件度量与软件质量要素之间的非线性关系,但基于GRNN的软件质量预测模型预测精度较低。为了提高质量预测模型的准确性,采用改进的布谷鸟搜索(CS)算法对GRNN的平滑因子进行优化,解决布谷鸟算法后期种群多样性不足、收敛速度慢的问题,并提出了一种基于改进CS算法的软件质量预测模型,通过引入高斯扰动函数对GRNN进行优化,提高软件缺陷数预测的准确性。最后,利用公开承诺数据集进行仿真实验,并将模型与CS算法优化后的GRNN模型和标准GRNN模型进行对比验证。
{"title":"Application of improved cuckoo algorithm to optimize generalized regression neural network in software quality prediction","authors":"Luyao Liu, Peisheng Han","doi":"10.1117/12.2639204","DOIUrl":"https://doi.org/10.1117/12.2639204","url":null,"abstract":"Software quality prediction technology is the main method of early prediction and control of software quality. Generalized regression neural network (GRNN) can better map the nonlinear relationship between software metrics and software quality elements, but the prediction accuracy of the software quality prediction model based on GRNN is low. To improve the accuracy of the quality prediction model, we use the improved cuckoo search (CS) algorithm to optimize the smoothing factor of GRNN, solve the problems of insufficient population diversity and slow convergence speed in the later stage of the cuckoo algorithm, and propose a software quality prediction model based on the improved CS algorithm to optimize GRNN by introducing Gaussian disturbance function, to improve the accuracy of predicting the number of software defects. Finally, the paper uses the public promise data set for simulation experiments and verifies the model by comparing it with the GRNN model optimized by the CS algorithm and the standard GRNN model.","PeriodicalId":336892,"journal":{"name":"Neural Networks, Information and Communication Engineering","volume":"66 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-06-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127141846","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
BP neural network method for damage recognition of steel beams in corrosive environment 腐蚀环境下钢梁损伤识别的BP神经网络方法
Pub Date : 2022-06-30 DOI: 10.1117/12.2640335
Duo Wu
Steel beam is a kind of basic component widely used in machinery and civil engineering industry and its application has been widely studied home and abroad. In this paper, the neural network toolbox in MATLAB software was used to predict and analyze damage identification based on the changes of yield strength, elongation and tensile strength of steel beams with different thickness in accelerated corrosion experiments. The results show that, on the premise of selecting appropriate training samples, the BP neural network method had a great effect on the damage identification of steel beams, and its average error was about 3%, which could meet the requirements of the damage identification of steel beams in adverse environment.
钢梁是一种广泛应用于机械和土木工程行业的基础构件,其应用在国内外得到了广泛的研究。本文利用MATLAB软件中的神经网络工具箱,对加速腐蚀试验中不同厚度钢梁屈服强度、伸长率和抗拉强度的变化进行损伤识别预测分析。结果表明,在选择合适的训练样本的前提下,BP神经网络方法对钢梁损伤识别效果显著,其平均误差约为3%,能够满足恶劣环境下钢梁损伤识别的要求。
{"title":"BP neural network method for damage recognition of steel beams in corrosive environment","authors":"Duo Wu","doi":"10.1117/12.2640335","DOIUrl":"https://doi.org/10.1117/12.2640335","url":null,"abstract":"Steel beam is a kind of basic component widely used in machinery and civil engineering industry and its application has been widely studied home and abroad. In this paper, the neural network toolbox in MATLAB software was used to predict and analyze damage identification based on the changes of yield strength, elongation and tensile strength of steel beams with different thickness in accelerated corrosion experiments. The results show that, on the premise of selecting appropriate training samples, the BP neural network method had a great effect on the damage identification of steel beams, and its average error was about 3%, which could meet the requirements of the damage identification of steel beams in adverse environment.","PeriodicalId":336892,"journal":{"name":"Neural Networks, Information and Communication Engineering","volume":"22 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-06-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125347312","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Spore detection algorithm of wheat powdery mildew based on weight adaptive feature fusion 基于权值自适应特征融合的小麦白粉病孢子检测算法
Pub Date : 2022-06-30 DOI: 10.1117/12.2639187
Hao Niu, Botao Wang
Aiming at the characteristics of small targets, many interferents and inconspicuous features of spore images of wheat powdery mildew, a weight adaptive feature fusion model is proposed based on SSD network structure to improve the accuracy of spore detection. Firstly, a feature fusion path is constructed to recursively fuse features of various scales from deep to shallow, and at the same time, a layer of feature matrix is added to enhance the utilization of deep and shallow features by the network; Secondly, a hybrid attention module is proposed, which redistributes the weights of features adaptively to enhance the ability of extracting network context information. Finally, the k-means algorithm is used to set the shape of the prior box, which effectively improves the problem that it is difficult to manually adjust the hyperparameter of the neural network. The AP of powdery mildew spores was 91.17%, Compared with the classical SSD detection method, it has been greatly improved.
针对小麦白粉病孢子图像目标小、干扰多、不明显的特点,提出了一种基于SSD网络结构的权值自适应特征融合模型,以提高孢子检测的精度。首先构建特征融合路径,从深到浅递归融合不同尺度的特征,同时增加一层特征矩阵,增强网络对深、浅特征的利用;其次,提出了一种混合注意模块,自适应地重新分配特征的权重,以增强提取网络上下文信息的能力;最后,利用k-means算法对先验盒的形状进行设置,有效地改善了神经网络超参数难以手动调整的问题。白粉病孢子的AP为91.17%,与经典的SSD检测方法相比,有了很大的提高。
{"title":"Spore detection algorithm of wheat powdery mildew based on weight adaptive feature fusion","authors":"Hao Niu, Botao Wang","doi":"10.1117/12.2639187","DOIUrl":"https://doi.org/10.1117/12.2639187","url":null,"abstract":"Aiming at the characteristics of small targets, many interferents and inconspicuous features of spore images of wheat powdery mildew, a weight adaptive feature fusion model is proposed based on SSD network structure to improve the accuracy of spore detection. Firstly, a feature fusion path is constructed to recursively fuse features of various scales from deep to shallow, and at the same time, a layer of feature matrix is added to enhance the utilization of deep and shallow features by the network; Secondly, a hybrid attention module is proposed, which redistributes the weights of features adaptively to enhance the ability of extracting network context information. Finally, the k-means algorithm is used to set the shape of the prior box, which effectively improves the problem that it is difficult to manually adjust the hyperparameter of the neural network. The AP of powdery mildew spores was 91.17%, Compared with the classical SSD detection method, it has been greatly improved.","PeriodicalId":336892,"journal":{"name":"Neural Networks, Information and Communication Engineering","volume":"34 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-06-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123640624","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Economic forecasting based on neural network with weight learning and local connection 基于权值学习和局部连接的神经网络经济预测
Pub Date : 2022-06-30 DOI: 10.1117/12.2639194
Z. Y. Zheng
Machine learning, as the core of artificial intelligence technology, has been rapidly developed in recent years, and has made breakthrough progress in many fields. Similarly, machine learning has been widely used in the field of economic management. Unlike other fields, data in the economic field is often complex and disordered. This complexity and disorder limit the use of some machine learning methods, but it gives neural network a huge space to play. The largest advantage of neural network is that there is no requirement on the structure of the input data. However, previous work has applied neural networks directly, without making specific improvements based on the structure in economics. In the actual economic forecast and decision-making, although there are many influencing factors, the weight of each factor is not the same. Previous neural networks put all the data into the network and then got a result without considering the different weights of each factor. We propose a new neural network with different weights forecasting and local connections, which can apply different weights to each factor to get more accurate and practical results. We use our proposed method to forecast the sales volume of Haier company, and the results show that our method is significantly better than the previous method.
机器学习作为人工智能技术的核心,近年来发展迅速,在很多领域都取得了突破性进展。同样,机器学习在经济管理领域也得到了广泛的应用。与其他领域不同,经济领域的数据往往是复杂和无序的。这种复杂性和无序性限制了一些机器学习方法的使用,但它给了神经网络一个巨大的发挥空间。神经网络最大的优点是对输入数据的结构没有要求。然而,以前的工作是直接应用神经网络,而不是根据经济学中的结构进行具体的改进。在实际的经济预测和决策中,虽然影响因素很多,但每个因素的权重并不相同。以前的神经网络是将所有的数据放入网络中,然后得到一个结果,而不考虑每个因素的不同权重。我们提出了一种新的神经网络,它具有不同的预测权值和局部连接,可以对每个因素施加不同的权值,以获得更准确和实用的结果。我们使用我们提出的方法对海尔公司的销售量进行预测,结果表明我们的方法明显优于之前的方法。
{"title":"Economic forecasting based on neural network with weight learning and local connection","authors":"Z. Y. Zheng","doi":"10.1117/12.2639194","DOIUrl":"https://doi.org/10.1117/12.2639194","url":null,"abstract":"Machine learning, as the core of artificial intelligence technology, has been rapidly developed in recent years, and has made breakthrough progress in many fields. Similarly, machine learning has been widely used in the field of economic management. Unlike other fields, data in the economic field is often complex and disordered. This complexity and disorder limit the use of some machine learning methods, but it gives neural network a huge space to play. The largest advantage of neural network is that there is no requirement on the structure of the input data. However, previous work has applied neural networks directly, without making specific improvements based on the structure in economics. In the actual economic forecast and decision-making, although there are many influencing factors, the weight of each factor is not the same. Previous neural networks put all the data into the network and then got a result without considering the different weights of each factor. We propose a new neural network with different weights forecasting and local connections, which can apply different weights to each factor to get more accurate and practical results. We use our proposed method to forecast the sales volume of Haier company, and the results show that our method is significantly better than the previous method.","PeriodicalId":336892,"journal":{"name":"Neural Networks, Information and Communication Engineering","volume":"184 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-06-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116973513","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Analysis and prediction of landslide subsidence characteristics of Dangchuan based on Sentinel-1A data 基于Sentinel-1A数据的党川滑坡沉降特征分析与预测
Pub Date : 2022-06-30 DOI: 10.1117/12.2639299
Hui Zhang, Xing-hai Dang, Liqi Jia, Jianyun Zhao, Xincheng Fan, Ming Lu
In order to study the spatial distribution characteristics and causes of Heifangtai landslide in Gansu Province, the sentinel- 1A images from September 2017 to November 2020 were used as the data source to extract surface subsidence information in the study area using SBAS technology, and the high coherence point D1 of the landslide in Dangchuan village was selected, the subsidence was analyzed by combining irrigation, rainfall and temperature data. And the BP neural network was used to predict the point. The results showed that: (1) the area identified by SBAS technology was mainly spread in Xinyuan village, Fangtai village, Zhuwang village, Chenjia village and around the tableland. (2) In February and March, due to the large temperature difference, the landslide of Dangchuan started to settle as the temperature increased and caused the permafrost to melt; The amount of irrigation and rainfall increases from June, when the loess tableland starts to sink and landslides occur frequently; After October, the landslide in Dangchuan Village produced a frozen stagnant water effect, and there was a tendency for the subsidence to increase. (3) The prediction result of BP neural network shows that the subsidence rate of D1 point will surpass 60 mm in 2022, which is important for the early identification and prevention of the area.
为研究甘肃黑方台滑坡的空间分布特征及成因,以2017年9月至2020年11月的sentinel- 1A影像为数据源,利用SBAS技术提取研究区地表沉降信息,选取党川村滑坡高相干点D1,结合灌溉、降雨和温度数据对滑坡沉降进行分析。并利用BP神经网络进行点预测。结果表明:(1)SBAS技术识别的区域主要分布在新园村、方台村、竹王村、陈家村及台地周边。(2) 2月和3月,由于温差较大,随着气温升高,党川滑坡开始沉降,导致多年冻土融化;从6月开始,黄土塬地开始下沉,滑坡频繁发生,灌溉量和降雨量增加;10月以后,党川村滑坡产生冻结滞水效应,沉降有增大的趋势。(3) BP神经网络预测结果表明,2022年D1点沉降速率将超过60 mm,对该区域的早期识别和防治具有重要意义。
{"title":"Analysis and prediction of landslide subsidence characteristics of Dangchuan based on Sentinel-1A data","authors":"Hui Zhang, Xing-hai Dang, Liqi Jia, Jianyun Zhao, Xincheng Fan, Ming Lu","doi":"10.1117/12.2639299","DOIUrl":"https://doi.org/10.1117/12.2639299","url":null,"abstract":"In order to study the spatial distribution characteristics and causes of Heifangtai landslide in Gansu Province, the sentinel- 1A images from September 2017 to November 2020 were used as the data source to extract surface subsidence information in the study area using SBAS technology, and the high coherence point D1 of the landslide in Dangchuan village was selected, the subsidence was analyzed by combining irrigation, rainfall and temperature data. And the BP neural network was used to predict the point. The results showed that: (1) the area identified by SBAS technology was mainly spread in Xinyuan village, Fangtai village, Zhuwang village, Chenjia village and around the tableland. (2) In February and March, due to the large temperature difference, the landslide of Dangchuan started to settle as the temperature increased and caused the permafrost to melt; The amount of irrigation and rainfall increases from June, when the loess tableland starts to sink and landslides occur frequently; After October, the landslide in Dangchuan Village produced a frozen stagnant water effect, and there was a tendency for the subsidence to increase. (3) The prediction result of BP neural network shows that the subsidence rate of D1 point will surpass 60 mm in 2022, which is important for the early identification and prevention of the area.","PeriodicalId":336892,"journal":{"name":"Neural Networks, Information and Communication Engineering","volume":"51 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-06-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126255643","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Robust adaptive wideband constant beamwidth digital beamforming based on spatial response variation constraint. 基于空间响应变化约束的鲁棒自适应宽带等波束宽度数字波束形成。
Pub Date : 2022-06-30 DOI: 10.1117/12.2639109
Yao Li, Wendong Li, Xingchen Lu
In order to solve the problem that the main flap beam of the conventional adaptive beam forming algorithm cannot correctly point to the desired signal direction of the target under the array error, a robust adaptive broadband constant beamwidth digital beamforming method based on spatial response variation constraint is proposed. Firstly, the beamformer with constant beamwidth based on spatial response variation constraints have been designed. Secondly, for the array error, the relationship between the error vector norm between the real steering vector and the assumed steering vector and the array error matrix is derived, and an inequality optimization model is established. Finally, the proposed method is a non-convex problem, which is transformed into a convex programming model through matrix decomposition and the idea of changing elements, and is solved by the convex optimization toolbox. The simulation results show that the proposed method is more robust than some other methods.
为了解决传统自适应波束形成算法的主襟翼波束在阵列误差下不能正确指向目标期望信号方向的问题,提出了一种基于空间响应变异约束的鲁棒自适应宽带等波束宽度数字波束形成方法。首先,设计了基于空间响应变化约束的恒波束宽度波束形成器。其次,针对阵列误差,推导了实际转向向量与假设转向向量之间的误差向量范数与阵列误差矩阵之间的关系,并建立了不等式优化模型;最后,该方法是一个非凸问题,通过矩阵分解和变元思想将其转化为凸规划模型,并利用凸优化工具箱进行求解。仿真结果表明,该方法具有较强的鲁棒性。
{"title":"Robust adaptive wideband constant beamwidth digital beamforming based on spatial response variation constraint.","authors":"Yao Li, Wendong Li, Xingchen Lu","doi":"10.1117/12.2639109","DOIUrl":"https://doi.org/10.1117/12.2639109","url":null,"abstract":"In order to solve the problem that the main flap beam of the conventional adaptive beam forming algorithm cannot correctly point to the desired signal direction of the target under the array error, a robust adaptive broadband constant beamwidth digital beamforming method based on spatial response variation constraint is proposed. Firstly, the beamformer with constant beamwidth based on spatial response variation constraints have been designed. Secondly, for the array error, the relationship between the error vector norm between the real steering vector and the assumed steering vector and the array error matrix is derived, and an inequality optimization model is established. Finally, the proposed method is a non-convex problem, which is transformed into a convex programming model through matrix decomposition and the idea of changing elements, and is solved by the convex optimization toolbox. The simulation results show that the proposed method is more robust than some other methods.","PeriodicalId":336892,"journal":{"name":"Neural Networks, Information and Communication Engineering","volume":"21 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-06-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122066589","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Research on willingness of Internet users to provide privacy information based on ELM model 基于ELM模型的互联网用户隐私信息提供意愿研究
Pub Date : 2022-06-30 DOI: 10.1117/12.2639182
Min Wang, Zhilong You
With the development of the Internet, users’ personal information has become one of the key factors for Internet platform. Due to the privacy concern, users are often reluctant to provide their personal privacy information to Internet platform. ELM model is an important model to analyze consumer behavior. Based on ELM model, this paper studies the willingness of users to provide their private information. The results shows that privacy collection method, privacy protection statement, and privacy protection technology of the website have a negative correlation with the willingness of users to provide privacy. This research is helpful for enterprises to master user information, analyze user behavior, and find the key factors affecting users’ willingness to provide private information.
随着互联网的发展,用户的个人信息已经成为互联网平台的关键因素之一。出于隐私方面的考虑,用户往往不愿意向互联网平台提供个人隐私信息。ELM模型是分析消费者行为的一个重要模型。基于ELM模型,研究用户提供隐私信息的意愿。结果表明,网站的隐私收集方式、隐私保护声明、隐私保护技术与用户提供隐私的意愿呈负相关关系。本研究有助于企业掌握用户信息,分析用户行为,找到影响用户提供隐私信息意愿的关键因素。
{"title":"Research on willingness of Internet users to provide privacy information based on ELM model","authors":"Min Wang, Zhilong You","doi":"10.1117/12.2639182","DOIUrl":"https://doi.org/10.1117/12.2639182","url":null,"abstract":"With the development of the Internet, users’ personal information has become one of the key factors for Internet platform. Due to the privacy concern, users are often reluctant to provide their personal privacy information to Internet platform. ELM model is an important model to analyze consumer behavior. Based on ELM model, this paper studies the willingness of users to provide their private information. The results shows that privacy collection method, privacy protection statement, and privacy protection technology of the website have a negative correlation with the willingness of users to provide privacy. This research is helpful for enterprises to master user information, analyze user behavior, and find the key factors affecting users’ willingness to provide private information.","PeriodicalId":336892,"journal":{"name":"Neural Networks, Information and Communication Engineering","volume":"409 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-06-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116672203","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
CNN-based automated classification of SPECT bone scan images 基于cnn的SPECT骨扫描图像自动分类
Pub Date : 2022-06-30 DOI: 10.1117/12.2639123
Zhengxing Man, Qiang Lin, Yongchun Cao
Functional medicine imaging has been successfully applied to capture functional changes in pathological tissues of the body in recent years. SPECT nuclear medicine functional imaging has the potential to acquire information about areas of concern (e.g., lesions and organs) in a non-invasive manner, enabling semi-automated or automated decision-making for the purposes of disease diagnosis, treatment, evaluation, and prediction. To reliably identify that whether or not at least one hotspot or lesion presents in a whole-body SPECT image, in this work, we develop a group of CNN-based classifiers. Specifically, we first propose a preprocessing method that transforms each original SPECT file into the required form by deep learning model, including normalization, 3-channel construction, rotation and scaling, size standardization, and size adapting. Second, six different classifiers are constructed by fine-tuning parameters of the standard VGG-16 model. Last, a group of real-world SPECT whole-body bone scan files were utilized to evaluate the developed classifiers. Experiment results shows that our classifiers are workable for the 2-class classification of SPECT images, achieving a best value of 0.7641, 0.6678, 1.000, and 0.6574 for defined evaluation metrics Acc, Pre, Rec, and AUC, respectively.
近年来,功能医学成像已成功地应用于人体病理组织的功能变化。SPECT核医学功能成像有可能以非侵入性方式获取有关关注区域(例如,病变和器官)的信息,为疾病诊断、治疗、评估和预测提供半自动或自动决策。为了可靠地识别在全身SPECT图像中是否存在至少一个热点或病变,在这项工作中,我们开发了一组基于cnn的分类器。具体而言,我们首先提出了一种预处理方法,通过深度学习模型将每个原始SPECT文件转换为所需的形式,包括归一化、三通道构建、旋转和缩放、尺寸标准化和尺寸自适应。其次,通过对标准VGG-16模型的参数进行微调,构建了6个不同的分类器;最后,使用一组真实的SPECT全身骨扫描文件来评估开发的分类器。实验结果表明,我们的分类器对SPECT图像的2类分类是可行的,对于定义的评价指标Acc、Pre、Rec和AUC,分别达到了0.7641、0.6678、1.000和0.6574的最佳值。
{"title":"CNN-based automated classification of SPECT bone scan images","authors":"Zhengxing Man, Qiang Lin, Yongchun Cao","doi":"10.1117/12.2639123","DOIUrl":"https://doi.org/10.1117/12.2639123","url":null,"abstract":"Functional medicine imaging has been successfully applied to capture functional changes in pathological tissues of the body in recent years. SPECT nuclear medicine functional imaging has the potential to acquire information about areas of concern (e.g., lesions and organs) in a non-invasive manner, enabling semi-automated or automated decision-making for the purposes of disease diagnosis, treatment, evaluation, and prediction. To reliably identify that whether or not at least one hotspot or lesion presents in a whole-body SPECT image, in this work, we develop a group of CNN-based classifiers. Specifically, we first propose a preprocessing method that transforms each original SPECT file into the required form by deep learning model, including normalization, 3-channel construction, rotation and scaling, size standardization, and size adapting. Second, six different classifiers are constructed by fine-tuning parameters of the standard VGG-16 model. Last, a group of real-world SPECT whole-body bone scan files were utilized to evaluate the developed classifiers. Experiment results shows that our classifiers are workable for the 2-class classification of SPECT images, achieving a best value of 0.7641, 0.6678, 1.000, and 0.6574 for defined evaluation metrics Acc, Pre, Rec, and AUC, respectively.","PeriodicalId":336892,"journal":{"name":"Neural Networks, Information and Communication Engineering","volume":"5 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-06-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115695991","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Prediction of potential credit card users of bank based on deep learning 基于深度学习的银行潜在信用卡用户预测
Pub Date : 2022-06-30 DOI: 10.1117/12.2639171
Yue Qiu, Jianan Fang
In the post epidemic era and the rapid development of science and technology finance, bank credit card marketing has been greatly impacted. This paper proposes a new deep learning model DeepAFM (Deep Attentional Factorization Machine), which is used to predict potential credit card users of bank, so as to provide an effective basis for bank precision marketing. The model uses factorization machine and embedding layer to decompose the parameter matrix into low dimensional parameter matrix; The Attentional Mechanism is introduced to learn the weight of cross features and extract important features; A fully connected depth network is introduced to realize the mining of higher-order cross features. Finally, through the comparison with other algorithms, the results show that the expression ability of DeepAFM model is better and the automatic mining of important data is more accurate.
在后疫情时代和科技金融的快速发展中,银行信用卡营销受到了极大的冲击。本文提出了一种新的深度学习模型DeepAFM (deep attention Factorization Machine),用于预测银行潜在的信用卡用户,为银行精准营销提供有效依据。该模型利用因子分解机和嵌入层将参数矩阵分解为低维参数矩阵;引入注意机制学习交叉特征的权重,提取重要特征;采用全连接深度网络实现高阶交叉特征的挖掘。最后,通过与其他算法的比较,结果表明DeepAFM模型的表达能力更好,重要数据的自动挖掘更加准确。
{"title":"Prediction of potential credit card users of bank based on deep learning","authors":"Yue Qiu, Jianan Fang","doi":"10.1117/12.2639171","DOIUrl":"https://doi.org/10.1117/12.2639171","url":null,"abstract":"In the post epidemic era and the rapid development of science and technology finance, bank credit card marketing has been greatly impacted. This paper proposes a new deep learning model DeepAFM (Deep Attentional Factorization Machine), which is used to predict potential credit card users of bank, so as to provide an effective basis for bank precision marketing. The model uses factorization machine and embedding layer to decompose the parameter matrix into low dimensional parameter matrix; The Attentional Mechanism is introduced to learn the weight of cross features and extract important features; A fully connected depth network is introduced to realize the mining of higher-order cross features. Finally, through the comparison with other algorithms, the results show that the expression ability of DeepAFM model is better and the automatic mining of important data is more accurate.","PeriodicalId":336892,"journal":{"name":"Neural Networks, Information and Communication Engineering","volume":"102 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-06-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127903848","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Neural Networks, Information and Communication Engineering
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1