首页 > 最新文献

Proceedings of the 2020 3rd International Conference on Algorithms, Computing and Artificial Intelligence最新文献

英文 中文
Study on Optimized Dispatching of Warship Equipment Maintenance Task Based on Ant Colony Algorithm 基于蚁群算法的舰船装备维修任务优化调度研究
Yongming Zhang, Chao Mao, Hanqin Li
Based on the analysis of warship maintenance resources, the optimized task of model of warship maintenance is founded, and the resolution procedure of model with ant colony algorithm is also presented. This method that pheromone update strengthen ants’ ability in searching for better path ensures problems better solved. Finally, the example verifies this method effective.
在分析舰船维修资源的基础上,建立了舰船维修模型的优化任务,并给出了用蚁群算法求解模型的步骤。这种信息素更新的方法增强了蚂蚁寻找更好路径的能力,保证了问题得到更好的解决。最后通过算例验证了该方法的有效性。
{"title":"Study on Optimized Dispatching of Warship Equipment Maintenance Task Based on Ant Colony Algorithm","authors":"Yongming Zhang, Chao Mao, Hanqin Li","doi":"10.1145/3446132.3446190","DOIUrl":"https://doi.org/10.1145/3446132.3446190","url":null,"abstract":"Based on the analysis of warship maintenance resources, the optimized task of model of warship maintenance is founded, and the resolution procedure of model with ant colony algorithm is also presented. This method that pheromone update strengthen ants’ ability in searching for better path ensures problems better solved. Finally, the example verifies this method effective.","PeriodicalId":125388,"journal":{"name":"Proceedings of the 2020 3rd International Conference on Algorithms, Computing and Artificial Intelligence","volume":"250 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-12-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123111645","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
Analysis of the European stock market's advance response time to COVID-19 based on Pearson correlation Coefficient 基于Pearson相关系数的欧洲股市对COVID-19的提前反应时间分析
M. Wang, Qing Cheng, Jincai Huang, Guangquan Cheng
The epidemic of COVID-19 has swept the world, which has had a very serious impact on the social economy. The stock market, as a barometer of the economy, has also been hit. This paper selects the stock indexes of Britain, Germany and France as the research object to explore the influence of COVID-19 on the stock index. The results show that the European stock market will fluctuate several days before the epidemic, and the volatility of the stock market is an early warning for the outbreak of COVID-19. The specific days of early warning for COVID-19 in stock markets of various countries are not quite the same. In Britain, the number of early warning days is 14 days, and the number of daily new confirmed cases of COVID-19 is strongly related to the country's stock market index. France's early warning days are 7 days, and the number of daily newly diagnosed COVID-19 is weakly related to the country's stock market index. Germany's early warning days are 5 days, and the daily new number of COVID-19 's confirmed cases is strongly related to the country's stock market index.
新冠肺炎疫情席卷全球,对社会经济造成了非常严重的影响。作为经济晴雨表的股市也受到了冲击。本文选取英国、德国和法国的股指作为研究对象,探讨新冠肺炎疫情对股指的影响。结果表明,疫情前几天欧洲股市会出现波动,股市的波动是疫情爆发的预警。各国股市新冠肺炎预警的具体时间不尽相同。在英国,预警天数为14天,每日新增确诊病例数与英国股市指数密切相关。法国的预警天数为7天,每日新增确诊人数与股市指数的相关性较弱。德国的预警天数为5天,每日新增确诊病例数与德国股市指数密切相关。
{"title":"Analysis of the European stock market's advance response time to COVID-19 based on Pearson correlation Coefficient","authors":"M. Wang, Qing Cheng, Jincai Huang, Guangquan Cheng","doi":"10.1145/3446132.3446149","DOIUrl":"https://doi.org/10.1145/3446132.3446149","url":null,"abstract":"The epidemic of COVID-19 has swept the world, which has had a very serious impact on the social economy. The stock market, as a barometer of the economy, has also been hit. This paper selects the stock indexes of Britain, Germany and France as the research object to explore the influence of COVID-19 on the stock index. The results show that the European stock market will fluctuate several days before the epidemic, and the volatility of the stock market is an early warning for the outbreak of COVID-19. The specific days of early warning for COVID-19 in stock markets of various countries are not quite the same. In Britain, the number of early warning days is 14 days, and the number of daily new confirmed cases of COVID-19 is strongly related to the country's stock market index. France's early warning days are 7 days, and the number of daily newly diagnosed COVID-19 is weakly related to the country's stock market index. Germany's early warning days are 5 days, and the daily new number of COVID-19 's confirmed cases is strongly related to the country's stock market index.","PeriodicalId":125388,"journal":{"name":"Proceedings of the 2020 3rd International Conference on Algorithms, Computing and Artificial Intelligence","volume":"101 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-12-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132882101","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 bank fraud transaction detection based on LSTM-Focalloss 基于LSTM-Focalloss的银行欺诈交易检测研究
Feiyan Zhan
Bank fraud transaction has brought huge losses to consumers and banks, and the original rule-based fraud detection method is not suitable for various new fraud way. According to the fact that bank fraud transaction is a typical unbalanced data classification problem, two neural network models of DNN and LSTM are established, with a new type loss function, Focalloss is used to train and test on the Kaggle's TESTIMON Dataset. As the test results, LSTM-Focalloss's network was able to detect fraud transactions significantly higher than other methods, indicating that this network model is very effective in detecting bank fraud transactions.
银行欺诈交易给消费者和银行带来了巨大的损失,原有的基于规则的欺诈检测方法已经不适合各种新的欺诈方式。针对银行欺诈交易是典型的非平衡数据分类问题,建立了DNN和LSTM两种神经网络模型,并采用新型损失函数Focalloss在Kaggle的TESTIMON数据集上进行训练和测试。测试结果表明,LSTM-Focalloss的网络检测欺诈交易的能力明显高于其他方法,表明该网络模型在检测银行欺诈交易方面非常有效。
{"title":"Research on bank fraud transaction detection based on LSTM-Focalloss","authors":"Feiyan Zhan","doi":"10.1145/3446132.3446176","DOIUrl":"https://doi.org/10.1145/3446132.3446176","url":null,"abstract":"Bank fraud transaction has brought huge losses to consumers and banks, and the original rule-based fraud detection method is not suitable for various new fraud way. According to the fact that bank fraud transaction is a typical unbalanced data classification problem, two neural network models of DNN and LSTM are established, with a new type loss function, Focalloss is used to train and test on the Kaggle's TESTIMON Dataset. As the test results, LSTM-Focalloss's network was able to detect fraud transactions significantly higher than other methods, indicating that this network model is very effective in detecting bank fraud transactions.","PeriodicalId":125388,"journal":{"name":"Proceedings of the 2020 3rd International Conference on Algorithms, Computing and Artificial Intelligence","volume":"78 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-12-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130170695","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
Analysis and Prediction of Myanmar Prosodic Unit Boundary 缅甸语韵律单位边界的分析与预测
Peiying Li, Jian Yang, Feng Chen
Myanmar belongs to the Lolo-Burmese sub-branch of the Tibeto-Burmese branch of the Sino-Tibetan language family and is a tonal language. In the front-end text analysis of speech synthesis, the prosodic structure analysis and unit's boundary prediction are crucial to the naturalness of speech synthesis. In order to improve the naturalness of Myanmar speech synthesis, this paper studies prosodic features and prosodic unit boundary prediction. The size of prosodic units and the duration of syllables before and after their boundaries have been studied in this paper. To realize automatic prosodic unit boundaries labeling, a method of labeling based on the combination of word segmentation text and silence duration is proposed. Based on BiLSTM-CRF model, we also have designed and implemented a method to predict the boundaries of prosodic units from Myanmar text. Finally, the boundary prediction results are applied to the speech synthesis system based on HMM to evaluate its naturalness. The experimental results show that our method of automatic prosodic boundary labeling and prosodic unit boundary prediction can improve the naturalness of speech synthesis.
缅甸语属于汉藏语系藏缅语系的lolo - Myanmar分支,是一种声调语言。在语音合成的前端文本分析中,韵律结构分析和单元边界预测对语音合成的自然度至关重要。为了提高缅甸语语音合成的自然度,本文对韵律特征和韵律单位边界预测进行了研究。本文研究了韵律单元的大小和音节边界前后的音节时长。为了实现自动标注韵律单元边界,提出了一种基于分词文本和沉默时长相结合的标注方法。基于BiLSTM-CRF模型,我们设计并实现了一种预测缅甸语文本韵律单元边界的方法。最后,将边界预测结果应用到基于HMM的语音合成系统中,评价其自然度。实验结果表明,韵律边界自动标注和韵律单位边界预测方法可以提高语音合成的自然度。
{"title":"Analysis and Prediction of Myanmar Prosodic Unit Boundary","authors":"Peiying Li, Jian Yang, Feng Chen","doi":"10.1145/3446132.3446396","DOIUrl":"https://doi.org/10.1145/3446132.3446396","url":null,"abstract":"Myanmar belongs to the Lolo-Burmese sub-branch of the Tibeto-Burmese branch of the Sino-Tibetan language family and is a tonal language. In the front-end text analysis of speech synthesis, the prosodic structure analysis and unit's boundary prediction are crucial to the naturalness of speech synthesis. In order to improve the naturalness of Myanmar speech synthesis, this paper studies prosodic features and prosodic unit boundary prediction. The size of prosodic units and the duration of syllables before and after their boundaries have been studied in this paper. To realize automatic prosodic unit boundaries labeling, a method of labeling based on the combination of word segmentation text and silence duration is proposed. Based on BiLSTM-CRF model, we also have designed and implemented a method to predict the boundaries of prosodic units from Myanmar text. Finally, the boundary prediction results are applied to the speech synthesis system based on HMM to evaluate its naturalness. The experimental results show that our method of automatic prosodic boundary labeling and prosodic unit boundary prediction can improve the naturalness of speech synthesis.","PeriodicalId":125388,"journal":{"name":"Proceedings of the 2020 3rd International Conference on Algorithms, Computing and Artificial Intelligence","volume":"351 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-12-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116667203","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
Acoustic Source Positioning based on Sensor Selection in Wireless Sensor Network 无线传感器网络中基于传感器选择的声源定位
Y. Feng, Guohua Hu, Lei Hong
Since the bandwidth and energy of wireless sensor networks (WSNs) are limited, it is not appropriate to use all the sensors for acoustic source positioning and so the need for sensor selection. In the article, an efficient expectation maximization algorithm based on sensor selection (EM-SS) is proposed for acoustic source positioning in the WSNs. The sensor selection solution based on the generalized information gain is introduced to select a subset of sensors which can provide reliable measurements. The information filter only depends on the Boolean decision variables and may make full use of the structure of measurement noise. Fewer sensor nodes are used and mass energy is economized. Simulation results demonstrate the well performance of the EM-SS algorithm in terms of localization accuracy, while only a part of sensors is used, so mass energy is economized and the communication channel is smooth.
由于无线传感器网络的带宽和能量有限,不适合使用所有传感器进行声源定位,因此需要对传感器进行选择。本文提出了一种基于传感器选择的有效期望最大化算法(EM-SS),用于WSNs中的声源定位。介绍了基于广义信息增益的传感器选择方法,以选择能够提供可靠测量的传感器子集。信息滤波只依赖于布尔决策变量,可以充分利用测量噪声的结构。使用较少的传感器节点,节约了大量的能量。仿真结果表明,EM-SS算法在定位精度方面具有良好的性能,且只使用了一部分传感器,节省了大量能量,通信通道畅通。
{"title":"Acoustic Source Positioning based on Sensor Selection in Wireless Sensor Network","authors":"Y. Feng, Guohua Hu, Lei Hong","doi":"10.1145/3446132.3446419","DOIUrl":"https://doi.org/10.1145/3446132.3446419","url":null,"abstract":"Since the bandwidth and energy of wireless sensor networks (WSNs) are limited, it is not appropriate to use all the sensors for acoustic source positioning and so the need for sensor selection. In the article, an efficient expectation maximization algorithm based on sensor selection (EM-SS) is proposed for acoustic source positioning in the WSNs. The sensor selection solution based on the generalized information gain is introduced to select a subset of sensors which can provide reliable measurements. The information filter only depends on the Boolean decision variables and may make full use of the structure of measurement noise. Fewer sensor nodes are used and mass energy is economized. Simulation results demonstrate the well performance of the EM-SS algorithm in terms of localization accuracy, while only a part of sensors is used, so mass energy is economized and the communication channel is smooth.","PeriodicalId":125388,"journal":{"name":"Proceedings of the 2020 3rd International Conference on Algorithms, Computing and Artificial Intelligence","volume":"73 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-12-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134620633","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
The multi-focus image fusion method based on CNN and SR 基于CNN和SR的多焦点图像融合方法
Bingzhe Wei, Xiangchu Feng, Kun Wang, Bing-xia Gao
The multi-focus image fusion is a crucial embranchment of image processing, which can obtain better fused consequence from multiple source images. CNN(convolutional neural network)-based and SR(sparse representation)-based image fusion are emerging algorithms in the last decade, and have comprehensive used. So as to gain fused image with more precise and abundant information, this paper proposes a novel multi-focus image fusion method combining CNN and SR. The prevalent SR methods determine the sparse representation vectors after fusion according to ‘max-L1’ rule. But the weighted norm can more accurately reflect the information contained in the source images. Therefore, we choose fused image patches on the basis of the weighted L1-norm, and the weights are got by CNN. Experimental results demonstrate that the proposed method outperforms the existing state-of-the-art methods in terms of both visual perception and objective evaluation metrics.
多焦点图像融合是图像处理的一个重要分支,它可以从多源图像中获得较好的融合结果。基于CNN(卷积神经网络)和SR(稀疏表示)的图像融合是近十年来新兴的算法,得到了广泛的应用。为了获得信息更精确、更丰富的融合图像,本文提出了一种结合CNN和SR的多焦点图像融合新方法。目前流行的SR方法根据“max-L1”规则确定融合后的稀疏表示向量。而加权范数能更准确地反映源图像所包含的信息。因此,我们在加权l1范数的基础上选择融合图像补丁,权重由CNN得到。实验结果表明,该方法在视觉感知和客观评价指标方面都优于现有的先进方法。
{"title":"The multi-focus image fusion method based on CNN and SR","authors":"Bingzhe Wei, Xiangchu Feng, Kun Wang, Bing-xia Gao","doi":"10.1145/3446132.3446182","DOIUrl":"https://doi.org/10.1145/3446132.3446182","url":null,"abstract":"The multi-focus image fusion is a crucial embranchment of image processing, which can obtain better fused consequence from multiple source images. CNN(convolutional neural network)-based and SR(sparse representation)-based image fusion are emerging algorithms in the last decade, and have comprehensive used. So as to gain fused image with more precise and abundant information, this paper proposes a novel multi-focus image fusion method combining CNN and SR. The prevalent SR methods determine the sparse representation vectors after fusion according to ‘max-L1’ rule. But the weighted norm can more accurately reflect the information contained in the source images. Therefore, we choose fused image patches on the basis of the weighted L1-norm, and the weights are got by CNN. Experimental results demonstrate that the proposed method outperforms the existing state-of-the-art methods in terms of both visual perception and objective evaluation metrics.","PeriodicalId":125388,"journal":{"name":"Proceedings of the 2020 3rd International Conference on Algorithms, Computing and Artificial Intelligence","volume":"80 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-12-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121687126","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
An Approach to Cloud Platform Log Anomaly Detection Based on Natural Language Processing and LSTM 基于自然语言处理和LSTM的云平台日志异常检测方法
Bei Zhu, Jing Li, Rongbin Gu, Liang-liang Wang
Cloud platform logs record platform runtime information and are important data for cloud platform anomaly detection. Due to the complex log format and rich semantic information, simple statistical analysis methods cannot fully capture log information. And the cloud platform architecture is constantly being updated, log statements are constantly evolving, and new abnormal logs may appear. In addition, most of the existing methods only perform anomaly detection on log templates, and the information is relatively one-sided, which limits the types of anomalies they can detect. Aiming at the problems that most of the current methods will not be able to diagnose or misjudge the unknown log status and miss the abnormality, this paper proposes an anomaly detection method LogNL based on (Natural Language Processing, NLP) and LSTM (Long Short Term Memory, LSTM). LogNL first uses automatic analysis methods to extract log templates and parameters, uses TF-IDF (Term Frequency–Inverse Document Frequency, TF-IDF) to obtain template feature representations, and then constructs parameter value vectors for logs of different templates, and finally uses LSTM network-based construction of pattern anomaly detection models and parameter value anomaly detection models to achieve cloud Platform log anomaly detection. Experiments on two real cloud platform log data sets show that LogNL has higher accuracy than existing supervised learning methods and unsupervised learning methods.
云平台日志记录了平台运行信息,是云平台异常检测的重要数据。由于日志格式复杂,语义信息丰富,简单的统计分析方法无法完全捕获日志信息。并且云平台架构在不断更新,日志语句也在不断演变,可能会出现新的异常日志。此外,现有的方法大多只对日志模板进行异常检测,信息比较片面,限制了检测到的异常类型。针对目前大多数方法无法对未知日志状态进行诊断或误判而遗漏异常的问题,本文提出了一种基于自然语言处理(NLP)和LSTM(长短期记忆,LSTM)的异常检测方法logl。logl首先利用自动分析方法提取日志模板和参数,利用TF-IDF (Term Frequency - inverse Document Frequency, TF-IDF)获得模板特征表示,然后对不同模板的日志构建参数值向量,最后利用基于LSTM网络构建模式异常检测模型和参数值异常检测模型,实现云平台日志异常检测。在两个真实云平台日志数据集上的实验表明,与现有的有监督学习方法和无监督学习方法相比,logl具有更高的准确率。
{"title":"An Approach to Cloud Platform Log Anomaly Detection Based on Natural Language Processing and LSTM","authors":"Bei Zhu, Jing Li, Rongbin Gu, Liang-liang Wang","doi":"10.1145/3446132.3446415","DOIUrl":"https://doi.org/10.1145/3446132.3446415","url":null,"abstract":"Cloud platform logs record platform runtime information and are important data for cloud platform anomaly detection. Due to the complex log format and rich semantic information, simple statistical analysis methods cannot fully capture log information. And the cloud platform architecture is constantly being updated, log statements are constantly evolving, and new abnormal logs may appear. In addition, most of the existing methods only perform anomaly detection on log templates, and the information is relatively one-sided, which limits the types of anomalies they can detect. Aiming at the problems that most of the current methods will not be able to diagnose or misjudge the unknown log status and miss the abnormality, this paper proposes an anomaly detection method LogNL based on (Natural Language Processing, NLP) and LSTM (Long Short Term Memory, LSTM). LogNL first uses automatic analysis methods to extract log templates and parameters, uses TF-IDF (Term Frequency–Inverse Document Frequency, TF-IDF) to obtain template feature representations, and then constructs parameter value vectors for logs of different templates, and finally uses LSTM network-based construction of pattern anomaly detection models and parameter value anomaly detection models to achieve cloud Platform log anomaly detection. Experiments on two real cloud platform log data sets show that LogNL has higher accuracy than existing supervised learning methods and unsupervised learning methods.","PeriodicalId":125388,"journal":{"name":"Proceedings of the 2020 3rd International Conference on Algorithms, Computing and Artificial Intelligence","volume":"9 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-12-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122195228","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}
引用次数: 5
Digital signal modulation recognition method based on high-order cumulants and wavelet transform 基于高阶累积量和小波变换的数字信号调制识别方法
Anyi Wang, Peiru Liu
In view of the current situation that the recognition rate of digital signal modulation recognition method is unsatisfactory at low Signal-to-Noise Ratio(SNR), a recognition method based on high-order cumulants and wavelet transform is proposed to realize the automatic modulation recognition of 8 kinds of digital signals such as 2ASK, 4ASK, 8ASK, 2PSK, 4PSK, 8PSK, 16QAM and 32QAM. Based on the high-order cumulants principle and wavelet transform theory, the characteristic parameters f1∼f5 are constructed by the elaborate analysis of the characteristic extraction of these signals. Through simulation experiments, the characteristic parameter changes of different types of modulation signals at different SNR are obtained, and design the classifier of Back Propagation (BP) neural network to classify the signals. The simulation results show that this method can improve the average correct recognition rates of 8 digital modulation signals reaching up to above 97% when the SNR is higher than 0dB, which greatly improves the signal recognition performance at low SNR.
针对数字信号调制识别方法在低信噪比下识别率不理想的现状,提出了一种基于高阶累积量和小波变换的识别方法,实现了对2ASK、4ASK、8ASK、2PSK、4PSK、8PSK、16QAM、32QAM等8种数字信号的自动调制识别。基于高阶累积量原理和小波变换理论,通过对这些信号特征提取的详细分析,构造了特征参数f1 ~ f5。通过仿真实验,得到了不同类型调制信号在不同信噪比下的特征参数变化,并设计了BP神经网络分类器对信号进行分类。仿真结果表明,当信噪比大于0dB时,该方法可将8个数字调制信号的平均正确识别率提高到97%以上,大大提高了低信噪比下的信号识别性能。
{"title":"Digital signal modulation recognition method based on high-order cumulants and wavelet transform","authors":"Anyi Wang, Peiru Liu","doi":"10.1145/3446132.3446423","DOIUrl":"https://doi.org/10.1145/3446132.3446423","url":null,"abstract":"In view of the current situation that the recognition rate of digital signal modulation recognition method is unsatisfactory at low Signal-to-Noise Ratio(SNR), a recognition method based on high-order cumulants and wavelet transform is proposed to realize the automatic modulation recognition of 8 kinds of digital signals such as 2ASK, 4ASK, 8ASK, 2PSK, 4PSK, 8PSK, 16QAM and 32QAM. Based on the high-order cumulants principle and wavelet transform theory, the characteristic parameters f1∼f5 are constructed by the elaborate analysis of the characteristic extraction of these signals. Through simulation experiments, the characteristic parameter changes of different types of modulation signals at different SNR are obtained, and design the classifier of Back Propagation (BP) neural network to classify the signals. The simulation results show that this method can improve the average correct recognition rates of 8 digital modulation signals reaching up to above 97% when the SNR is higher than 0dB, which greatly improves the signal recognition performance at low SNR.","PeriodicalId":125388,"journal":{"name":"Proceedings of the 2020 3rd International Conference on Algorithms, Computing and Artificial Intelligence","volume":"49 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-12-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124813062","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}
引用次数: 2
Multi-autonomous Robot Sorting System Using Deep Convolution Neural Network 基于深度卷积神经网络的多自主机器人分拣系统
Zhihong Chen, Yao Wang, Yanbo Wang, Junqin Lin, Binyan Liang, Yafang Zhang
This paper presents a multi-autonomous robot grasping system using a novel deep convolution neural network to perform real-time robotic sorting tasks. The system is composed by a color camera, a sorting line and two robotic arms with grippers. A deep convolution neural network is modified to estimate the position and orientation of the targets in the images and output the corresponding image features of the targets. A task assignment system is considered to transmit visual information about the detected targets to robotic arms for grasping, and continue to track the targets until they are no longer visible to the camera. This paper describes how to efficiently distribute sorting tasks without missing or repeating. We then propose an efficiently and semi-automatic method to expand the published dataset for training. Preliminary experiments were performed to evaluate our robot system and the results had confirmed its effectiveness.
本文提出了一种基于深度卷积神经网络的多自主机器人抓取系统。该系统由一个彩色摄像机、一条分拣线和两个带抓手的机械臂组成。改进深度卷积神经网络,估计图像中目标的位置和方向,并输出目标相应的图像特征。研究了一种任务分配系统,该系统将被探测目标的视觉信息传递给机械臂进行抓取,并继续跟踪目标,直到它们在摄像机中不再可见。本文描述了如何有效地分配排序任务而不丢失或重复。然后,我们提出了一种有效的半自动方法来扩展已发布的数据集进行训练。通过初步实验对系统进行了评价,结果证实了系统的有效性。
{"title":"Multi-autonomous Robot Sorting System Using Deep Convolution Neural Network","authors":"Zhihong Chen, Yao Wang, Yanbo Wang, Junqin Lin, Binyan Liang, Yafang Zhang","doi":"10.1145/3446132.3446140","DOIUrl":"https://doi.org/10.1145/3446132.3446140","url":null,"abstract":"This paper presents a multi-autonomous robot grasping system using a novel deep convolution neural network to perform real-time robotic sorting tasks. The system is composed by a color camera, a sorting line and two robotic arms with grippers. A deep convolution neural network is modified to estimate the position and orientation of the targets in the images and output the corresponding image features of the targets. A task assignment system is considered to transmit visual information about the detected targets to robotic arms for grasping, and continue to track the targets until they are no longer visible to the camera. This paper describes how to efficiently distribute sorting tasks without missing or repeating. We then propose an efficiently and semi-automatic method to expand the published dataset for training. Preliminary experiments were performed to evaluate our robot system and the results had confirmed its effectiveness.","PeriodicalId":125388,"journal":{"name":"Proceedings of the 2020 3rd International Conference on Algorithms, Computing and Artificial Intelligence","volume":"7899 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-12-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127635394","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
A Relative Position-based Bacterial Foraging Optimization for Numerical Optimization 基于相对位置的细菌觅食优化算法
Xiaohui Yan, Cuiying Wen, Yan Ye, Zhicong Zhang, Shuai Li
Bacterial foraging optimization (BFO) algorithm has been widely applied to various optimization problems. However, BFO often suffers from premature convergence and lacking of population information exchanging. To overcome these shortcomings, a relative position-based bacterial foraging optimization (RPBFO) is proposed. The three-layer circulation structure is replaced by a single-layer circulation structure in this algorithm. The relative position-based updating method is used to replace the absolute position-based updating method in the chemotactic operation. The reproduction step of BFO is eliminated. And the escape strategy is employed in the elimination-dispersal operation. Then the optimization results of the RPBFO algorithm are tested on 11 benchmark functions. The results show that the optimization ability of the RPBFO algorithm is significantly better than the original BFO and GA algorithms. On most benchmark functions, it also shows a better performance in convergence speed and accuracy than the PSO algorithm.
细菌觅食优化算法(BFO)已广泛应用于各种优化问题。然而,BFO往往存在过早收敛和缺乏人口信息交换的问题。为了克服这些缺点,提出了一种基于相对位置的细菌觅食优化算法(RPBFO)。该算法将三层循环结构替换为单层循环结构。在趋化手术中,采用基于相对位置的更新方法代替基于绝对位置的更新方法。消除了BFO的再现步骤。在消散操作中采用了逃逸策略。然后在11个基准函数上对RPBFO算法的优化结果进行了测试。结果表明,RPBFO算法的优化能力明显优于原有的BFO和GA算法。在大多数基准函数上,该算法在收敛速度和精度上都优于粒子群算法。
{"title":"A Relative Position-based Bacterial Foraging Optimization for Numerical Optimization","authors":"Xiaohui Yan, Cuiying Wen, Yan Ye, Zhicong Zhang, Shuai Li","doi":"10.1145/3446132.3446154","DOIUrl":"https://doi.org/10.1145/3446132.3446154","url":null,"abstract":"Bacterial foraging optimization (BFO) algorithm has been widely applied to various optimization problems. However, BFO often suffers from premature convergence and lacking of population information exchanging. To overcome these shortcomings, a relative position-based bacterial foraging optimization (RPBFO) is proposed. The three-layer circulation structure is replaced by a single-layer circulation structure in this algorithm. The relative position-based updating method is used to replace the absolute position-based updating method in the chemotactic operation. The reproduction step of BFO is eliminated. And the escape strategy is employed in the elimination-dispersal operation. Then the optimization results of the RPBFO algorithm are tested on 11 benchmark functions. The results show that the optimization ability of the RPBFO algorithm is significantly better than the original BFO and GA algorithms. On most benchmark functions, it also shows a better performance in convergence speed and accuracy than the PSO algorithm.","PeriodicalId":125388,"journal":{"name":"Proceedings of the 2020 3rd International Conference on Algorithms, Computing and Artificial Intelligence","volume":"11 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2020-12-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126398956","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
期刊
Proceedings of the 2020 3rd International Conference on Algorithms, Computing and Artificial Intelligence
全部 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