首页 > 最新文献

2018 24th International Conference on Automation and Computing (ICAC)最新文献

英文 中文
Scheduling Algorithms for Cloud Based Cyber-Physical Systems Specification 基于云的信息物理系统规范的调度算法
Pub Date : 2018-09-01 DOI: 10.23919/IConAC.2018.8749126
Lichen Zhang, Dandan Lai, Bingqing Xu, Chunyao Liu
Cyber-physical system (CPS) emphasizes dynamic collaboration of physical process and computation process. Its high demands for real-time, safety, security, and reliability require deep integration of control, computation and communication. To achieve better performance and resource utilization in CPS, we propose a framework named cloud based cyber-physical system (CCPS) which strengthens cooperation among various layers in CPS.CCPS adopts closed-loop control, and makes use of cloud service for data processing in cyber-physical cloud (CPC). In order to balance real-time performance and cost of cloud service, network scheduling algorithms in various cloud models are widely discussed in this paper. In addition, we have a broad discussion on effection of tasks scheduling with respect to stability of controller in CCPS in view of time delay. Accordingly, we give simulation and comparison results of the proposed scheduling algorithms for illustration.
信息物理系统(CPS)强调物理过程和计算过程的动态协同。它对实时性、安全性、保密性和可靠性的要求很高,需要控制、计算和通信的深度融合。为了提高CPS系统的性能和资源利用率,本文提出了一种基于云的网络物理系统(CCPS)框架,该框架加强了CPS系统各层之间的协作。CCPS采用闭环控制,利用云服务在网络物理云(CPC)中进行数据处理。为了平衡云服务的实时性和成本,本文对各种云模型下的网络调度算法进行了广泛的讨论。此外,我们还对CCPS系统中任务调度对控制器稳定性的影响进行了广泛的讨论。因此,我们给出了所提出的调度算法的仿真和比较结果来说明。
{"title":"Scheduling Algorithms for Cloud Based Cyber-Physical Systems Specification","authors":"Lichen Zhang, Dandan Lai, Bingqing Xu, Chunyao Liu","doi":"10.23919/IConAC.2018.8749126","DOIUrl":"https://doi.org/10.23919/IConAC.2018.8749126","url":null,"abstract":"Cyber-physical system (CPS) emphasizes dynamic collaboration of physical process and computation process. Its high demands for real-time, safety, security, and reliability require deep integration of control, computation and communication. To achieve better performance and resource utilization in CPS, we propose a framework named cloud based cyber-physical system (CCPS) which strengthens cooperation among various layers in CPS.CCPS adopts closed-loop control, and makes use of cloud service for data processing in cyber-physical cloud (CPC). In order to balance real-time performance and cost of cloud service, network scheduling algorithms in various cloud models are widely discussed in this paper. In addition, we have a broad discussion on effection of tasks scheduling with respect to stability of controller in CCPS in view of time delay. Accordingly, we give simulation and comparison results of the proposed scheduling algorithms for illustration.","PeriodicalId":121030,"journal":{"name":"2018 24th International Conference on Automation and Computing (ICAC)","volume":"22 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115065659","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
DocNet: A document embedding approach based on neural networks 基于神经网络的文档嵌入方法
Pub Date : 2018-09-01 DOI: 10.23919/IConAC.2018.8749095
Z. Mo, Jianhong Ma
Embedding texts into vector spaces is a common and fundamental preprocessing. Despite there are several approaches to put documents into vectors, reducing the dimension and improving ability of expression can still be a problem when facing large scale data and sophisticated demand. Distributed dense vector have been shown to be powerful in capturing token level semantics. In this paper, we propose a new method to embed entire documents into vector space using a deep neural network which described as DocNet in this paper. With DocNet, we trained end-to-end learning the vector space and by that we take all the information including semantics into account. Once this space has been produced, tasks such as classification and clustering can be simply done using standard techniques. Our method introduces triplet loss to train. The benefit is vector space can be learned directly so we can control the final dimension of embedding vectors. To demonstrate performance of our method, we built a clustering system compared with several baseline methods. Experiments prove that our approach achieves state-of-art document clustering performance. Furthermore, it proves that complicated clustering or classification demands can be satisfied by our method.
将文本嵌入到向量空间中是一种常见且基本的预处理方法。尽管有几种将文档转化为向量的方法,但在面对大规模数据和复杂需求时,降维和提高表达能力仍然是一个问题。分布式密集向量在捕获令牌级语义方面具有强大的功能。本文提出了一种利用深度神经网络(DocNet)将整个文档嵌入到向量空间的新方法。在DocNet中,我们训练了端到端的向量空间学习,并考虑了包括语义在内的所有信息。一旦产生了这个空间,就可以使用标准技术简单地完成分类和聚类等任务。我们的方法引入了三重损失来训练。这样做的好处是可以直接学习向量空间,因此我们可以控制嵌入向量的最终维数。为了证明我们的方法的性能,我们建立了一个聚类系统,并与几种基线方法进行了比较。实验证明,我们的方法达到了最先进的文档聚类性能。进一步证明了该方法可以满足复杂的聚类或分类需求。
{"title":"DocNet: A document embedding approach based on neural networks","authors":"Z. Mo, Jianhong Ma","doi":"10.23919/IConAC.2018.8749095","DOIUrl":"https://doi.org/10.23919/IConAC.2018.8749095","url":null,"abstract":"Embedding texts into vector spaces is a common and fundamental preprocessing. Despite there are several approaches to put documents into vectors, reducing the dimension and improving ability of expression can still be a problem when facing large scale data and sophisticated demand. Distributed dense vector have been shown to be powerful in capturing token level semantics. In this paper, we propose a new method to embed entire documents into vector space using a deep neural network which described as DocNet in this paper. With DocNet, we trained end-to-end learning the vector space and by that we take all the information including semantics into account. Once this space has been produced, tasks such as classification and clustering can be simply done using standard techniques. Our method introduces triplet loss to train. The benefit is vector space can be learned directly so we can control the final dimension of embedding vectors. To demonstrate performance of our method, we built a clustering system compared with several baseline methods. Experiments prove that our approach achieves state-of-art document clustering performance. Furthermore, it proves that complicated clustering or classification demands can be satisfied by our method.","PeriodicalId":121030,"journal":{"name":"2018 24th International Conference on Automation and Computing (ICAC)","volume":"9 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115119982","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
Organising Institutions 组织机构
Pub Date : 2018-09-01 DOI: 10.23919/iconac.2018.8749026
{"title":"Organising Institutions","authors":"","doi":"10.23919/iconac.2018.8749026","DOIUrl":"https://doi.org/10.23919/iconac.2018.8749026","url":null,"abstract":"","PeriodicalId":121030,"journal":{"name":"2018 24th International Conference on Automation and Computing (ICAC)","volume":"86 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124738480","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
ICAC'18 2018 24th IEEE International Conference on Automation and Computing 2018年第24届IEEE自动化与计算国际会议
Pub Date : 2018-09-01 DOI: 10.23919/iconac.2018.8749097
{"title":"ICAC'18 2018 24th IEEE International Conference on Automation and Computing","authors":"","doi":"10.23919/iconac.2018.8749097","DOIUrl":"https://doi.org/10.23919/iconac.2018.8749097","url":null,"abstract":"","PeriodicalId":121030,"journal":{"name":"2018 24th International Conference on Automation and Computing (ICAC)","volume":"47 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123184887","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
Design of Wireless Power Charging System for Driverless Pod Application 无人驾驶吊舱无线充电系统设计
Pub Date : 2018-09-01 DOI: 10.23919/IConAC.2018.8749074
Mahmoud S. Issa, A. Onsy, M. Hamad, A. El-Zonkoly
Driverless Pods can be classified as Electric Vehicles (EVs) which possibly represent environmentally friendly transportations. However, the battery technology is the real restriction in accomplishing this concept due to its drawbacks, for example, high cost, scarce components, weak specific energy and physical contact with charging device requirements. Besides the pursuit of materials and energy density development, wireless power transfer (WPT) technology which is another technique to charge the batteries of the EVs with no physical contact has been introduced. In this paper, an overview of WPT technologies for EVs charging has been presented including classification, compensation topologies, transformer structures and different charging control techniques. Then, A MATLAB Simulink model is used to simulate the load identification method in order to validate this technique which seeks to achieve a constant voltage charging through load identification depending only on the primary-side controller.
无人驾驶pod可以被归类为电动汽车(ev),可能代表环保交通工具。然而,电池技术是实现这一概念的真正限制,因为它的缺点,例如成本高,组件稀缺,比能弱以及与充电设备的物理接触要求。在追求材料和能量密度发展的同时,无线电力传输(WPT)技术作为另一种无需物理接触的电动汽车电池充电技术已经被引入。本文综述了电动汽车充电用WPT技术的分类、补偿拓扑、变压器结构和不同的充电控制技术。然后,使用MATLAB Simulink模型对负载识别方法进行仿真,以验证该技术仅依靠主侧控制器通过负载识别实现恒压充电。
{"title":"Design of Wireless Power Charging System for Driverless Pod Application","authors":"Mahmoud S. Issa, A. Onsy, M. Hamad, A. El-Zonkoly","doi":"10.23919/IConAC.2018.8749074","DOIUrl":"https://doi.org/10.23919/IConAC.2018.8749074","url":null,"abstract":"Driverless Pods can be classified as Electric Vehicles (EVs) which possibly represent environmentally friendly transportations. However, the battery technology is the real restriction in accomplishing this concept due to its drawbacks, for example, high cost, scarce components, weak specific energy and physical contact with charging device requirements. Besides the pursuit of materials and energy density development, wireless power transfer (WPT) technology which is another technique to charge the batteries of the EVs with no physical contact has been introduced. In this paper, an overview of WPT technologies for EVs charging has been presented including classification, compensation topologies, transformer structures and different charging control techniques. Then, A MATLAB Simulink model is used to simulate the load identification method in order to validate this technique which seeks to achieve a constant voltage charging through load identification depending only on the primary-side controller.","PeriodicalId":121030,"journal":{"name":"2018 24th International Conference on Automation and Computing (ICAC)","volume":"83 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125527507","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
AWS Support in Open Source Mano Monitoring Module 开源Mano监控模块中的AWS支持
Pub Date : 2018-09-01 DOI: 10.23919/IConAC.2018.8749021
Wajeeha Hamid, M. A. Shah
Open Source Mano is an open source ETSI (European Telecommunications Standards Institute) aligned orchestrator which is responsible for the management of NFV architecture. Monitoring module in OSM (Open Source Management and Orchestration) allows the user to monitor the resources configured in the underlying VIMs. This research is based on adding support of AWS cloud as a VIM in the monitoring module by implementing an AWS plugin. It involves the basic CRUD (create, read, update and delete) operations for the monitoring of VM level resources. Thus, improving the scalability, interoperability and automation.
开源Mano是一个开源的ETSI(欧洲电信标准协会)协调器,负责NFV架构的管理。OSM (Open Source Management and Orchestration)中的监控模块允许用户监控底层虚拟化环境中配置的资源。本研究是通过实现一个AWS插件,在监控模块中增加对AWS云作为VIM的支持。它涉及用于监视VM级资源的基本CRUD(创建、读取、更新和删除)操作。从而提高了可伸缩性、互操作性和自动化。
{"title":"AWS Support in Open Source Mano Monitoring Module","authors":"Wajeeha Hamid, M. A. Shah","doi":"10.23919/IConAC.2018.8749021","DOIUrl":"https://doi.org/10.23919/IConAC.2018.8749021","url":null,"abstract":"Open Source Mano is an open source ETSI (European Telecommunications Standards Institute) aligned orchestrator which is responsible for the management of NFV architecture. Monitoring module in OSM (Open Source Management and Orchestration) allows the user to monitor the resources configured in the underlying VIMs. This research is based on adding support of AWS cloud as a VIM in the monitoring module by implementing an AWS plugin. It involves the basic CRUD (create, read, update and delete) operations for the monitoring of VM level resources. Thus, improving the scalability, interoperability and automation.","PeriodicalId":121030,"journal":{"name":"2018 24th International Conference on Automation and Computing (ICAC)","volume":"23 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127696065","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
Fingerprint-based Sound Source Localization Using Iterative Interpolation Method 基于指纹的声源定位迭代插值方法
Pub Date : 2018-09-01 DOI: 10.23919/IConAC.2018.8748947
Shuopeng Wang, Peng Yang, Hao Sun, Mai Liu
The fingerprint-based sound source localization (SSL) approach usually requires tremendous time and efforts for location fingerprints collection in sampling phase and reference points (RPs) matching in positioning phase. In this paper, we propose an iterative interpolation method based on cluster analysis to reduce such calibration efforts and matching computation works. Unlike conventional interpolation methods, the novel method can make further efforts in refining the interpolation scope and monitoring the interpolation process to reduce the required virtual RPs. The proposed method significantly outperforms the conventional interpolation methods in efficiency on the premise of achieving the same or similar accuracy.
基于指纹的声源定位(SSL)方法在采样阶段需要采集位置指纹,在定位阶段需要匹配参考点,这需要耗费大量的时间和精力。在本文中,我们提出了一种基于聚类分析的迭代插值方法来减少这种校准工作和匹配计算工作量。与传统的插补方法不同,该方法可以进一步细化插补范围和监控插补过程,以减少所需的虚拟rp。该方法在精度相同或相近的前提下,在效率上明显优于传统插值方法。
{"title":"Fingerprint-based Sound Source Localization Using Iterative Interpolation Method","authors":"Shuopeng Wang, Peng Yang, Hao Sun, Mai Liu","doi":"10.23919/IConAC.2018.8748947","DOIUrl":"https://doi.org/10.23919/IConAC.2018.8748947","url":null,"abstract":"The fingerprint-based sound source localization (SSL) approach usually requires tremendous time and efforts for location fingerprints collection in sampling phase and reference points (RPs) matching in positioning phase. In this paper, we propose an iterative interpolation method based on cluster analysis to reduce such calibration efforts and matching computation works. Unlike conventional interpolation methods, the novel method can make further efforts in refining the interpolation scope and monitoring the interpolation process to reduce the required virtual RPs. The proposed method significantly outperforms the conventional interpolation methods in efficiency on the premise of achieving the same or similar accuracy.","PeriodicalId":121030,"journal":{"name":"2018 24th International Conference on Automation and Computing (ICAC)","volume":"106 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122408818","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
Intelligent Transport System: An Important Aspect of Emergency Management in Smart Cities 智慧交通系统:智慧城市应急管理的重要方面
Pub Date : 2018-09-01 DOI: 10.23919/IConAC.2018.8749062
F. Malik, M. A. Shah, Hasan Ali Khattak
An intelligent transport system (ITS) is a vital part of smart cities in order to manage smooth traffic on highways. An active framework is required to manage a smooth traffic on the roads. An excessive growth in urban population is a big challenge for smart cities. Unorganized traffic shows current reality of cities. The current road infrastructure cannot cope with the increased number of vehicles on the roads. This problem can be tackled through the use of Information and the communication technologies (ICT). ITS will reduce delays, traffic congestions, energy consumption and the pollution emission caused by the long delays on roads. This paper presents a framework for intelligent traffic system that will reduce the waiting time for vehicles on the signal. The performance and the scalability of the proposed framework was evaluated through experiments. The results exhibit a significant amount of reduction in waiting time for vehicles on the signal. This will help in controlling the traffic problems efficiently and eventually reducing the number of casualties caused by road accidents.
智能交通系统(ITS)是智慧城市的重要组成部分,以管理高速公路上的顺畅交通。需要一个积极的框架来管理道路上的交通顺畅。城市人口的过度增长是智慧城市面临的一大挑战。无组织的交通反映了当前城市的现实。目前的道路基础设施无法应付道路上增加的车辆数量。这个问题可以通过使用信息和通信技术来解决。ITS将减少延误、交通拥堵、能源消耗和道路上长时间延误造成的污染排放。本文提出了一种智能交通系统框架,可以减少车辆对信号的等待时间。通过实验对该框架的性能和可扩展性进行了评价。结果显示,车辆等待信号的时间显著减少。这将有助于有效地控制交通问题,并最终减少道路交通事故造成的伤亡人数。
{"title":"Intelligent Transport System: An Important Aspect of Emergency Management in Smart Cities","authors":"F. Malik, M. A. Shah, Hasan Ali Khattak","doi":"10.23919/IConAC.2018.8749062","DOIUrl":"https://doi.org/10.23919/IConAC.2018.8749062","url":null,"abstract":"An intelligent transport system (ITS) is a vital part of smart cities in order to manage smooth traffic on highways. An active framework is required to manage a smooth traffic on the roads. An excessive growth in urban population is a big challenge for smart cities. Unorganized traffic shows current reality of cities. The current road infrastructure cannot cope with the increased number of vehicles on the roads. This problem can be tackled through the use of Information and the communication technologies (ICT). ITS will reduce delays, traffic congestions, energy consumption and the pollution emission caused by the long delays on roads. This paper presents a framework for intelligent traffic system that will reduce the waiting time for vehicles on the signal. The performance and the scalability of the proposed framework was evaluated through experiments. The results exhibit a significant amount of reduction in waiting time for vehicles on the signal. This will help in controlling the traffic problems efficiently and eventually reducing the number of casualties caused by road accidents.","PeriodicalId":121030,"journal":{"name":"2018 24th International Conference on Automation and Computing (ICAC)","volume":"82 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122936370","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}
引用次数: 4
Adaptive Transmission Power - Geographical and Energy Aware Routing Algorithm for Wireless Sensor Networks 无线传感器网络的自适应传输功率-地理和能量感知路由算法
Pub Date : 2018-09-01 DOI: 10.23919/IConAC.2018.8749079
M. Ali, M. A. Shah
Wireless Sensor Networks (WSNs) are usually comprised of a large number of sensor nodes which have limited power resources and require energy efficient routing algorithms. We have presented an Adaptive Transmission Power - Geographical and Energy Aware Routing (ATP-GEAR) algorithm in this paper, which routes the packet towards the destination by calculating the cost of the neighbors of a node in terms of their location and current battery level and transmitting the packet to the lowest costing node with the minimum required transmission power. We analyze the performance of our algorithm based on total power consumption and end-to-end delay from source to destination. Simulation results show that ATP-GEAR yields almost 25% less power consumption and 17% less end-to-end delay when compared with traditional Cluster Based Routing (CBR).
无线传感器网络(WSNs)通常由大量传感器节点组成,这些节点的功率资源有限,需要高效节能的路由算法。本文提出了一种自适应传输功率-地理和能量感知路由(ATP-GEAR)算法,该算法通过计算节点邻居的位置和当前电池电量的成本,将数据包路由到目的地,并以最小的传输功率将数据包发送到成本最低的节点。我们根据总功耗和从源到目标的端到端延迟来分析算法的性能。仿真结果表明,与传统的基于集群路由(CBR)相比,ATP-GEAR的功耗降低了近25%,端到端延迟降低了17%。
{"title":"Adaptive Transmission Power - Geographical and Energy Aware Routing Algorithm for Wireless Sensor Networks","authors":"M. Ali, M. A. Shah","doi":"10.23919/IConAC.2018.8749079","DOIUrl":"https://doi.org/10.23919/IConAC.2018.8749079","url":null,"abstract":"Wireless Sensor Networks (WSNs) are usually comprised of a large number of sensor nodes which have limited power resources and require energy efficient routing algorithms. We have presented an Adaptive Transmission Power - Geographical and Energy Aware Routing (ATP-GEAR) algorithm in this paper, which routes the packet towards the destination by calculating the cost of the neighbors of a node in terms of their location and current battery level and transmitting the packet to the lowest costing node with the minimum required transmission power. We analyze the performance of our algorithm based on total power consumption and end-to-end delay from source to destination. Simulation results show that ATP-GEAR yields almost 25% less power consumption and 17% less end-to-end delay when compared with traditional Cluster Based Routing (CBR).","PeriodicalId":121030,"journal":{"name":"2018 24th International Conference on Automation and Computing (ICAC)","volume":"108 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124151837","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
Sentiment Analysis of Text Based on CNN and Bi-directional LSTM Model 基于CNN和双向LSTM模型的文本情感分析
Pub Date : 2018-09-01 DOI: 10.23919/IConAC.2018.8749069
Kai Zhou, Fei Long
In order to overcome the deficiency of sentiment analysis based on traditional machine learning, which difficulty of effective feature selection and inadequacy of marked training corpus will affect the performance of the classification system, we address the sentiment emotions analysis problem of Chinese product reviews text by combining convolutional neural network (CNN) with bidirectional long-short term memory network (BiLSTM) in this paper. The CNN can extract the sequence features from the global information, and it is able to consider the relationship among these features. The BiLSTM not only solves the long-term dependency problem, but also considers the context of the text at the same time. The result of numerical experiments shows that the proposed model achieves better metrics performance than the state-of-the-art methods.
为了克服基于传统机器学习的情感分析难以有效选择特征和标记训练语料库不足影响分类系统性能的不足,本文将卷积神经网络(CNN)与双向长短期记忆网络(BiLSTM)相结合,解决了中文产品评论文本的情感情感分析问题。CNN可以从全局信息中提取序列特征,并且能够考虑这些特征之间的关系。BiLSTM不仅解决了长期依赖问题,同时也考虑了文本的上下文。数值实验结果表明,该模型比现有方法具有更好的度量性能。
{"title":"Sentiment Analysis of Text Based on CNN and Bi-directional LSTM Model","authors":"Kai Zhou, Fei Long","doi":"10.23919/IConAC.2018.8749069","DOIUrl":"https://doi.org/10.23919/IConAC.2018.8749069","url":null,"abstract":"In order to overcome the deficiency of sentiment analysis based on traditional machine learning, which difficulty of effective feature selection and inadequacy of marked training corpus will affect the performance of the classification system, we address the sentiment emotions analysis problem of Chinese product reviews text by combining convolutional neural network (CNN) with bidirectional long-short term memory network (BiLSTM) in this paper. The CNN can extract the sequence features from the global information, and it is able to consider the relationship among these features. The BiLSTM not only solves the long-term dependency problem, but also considers the context of the text at the same time. The result of numerical experiments shows that the proposed model achieves better metrics performance than the state-of-the-art methods.","PeriodicalId":121030,"journal":{"name":"2018 24th International Conference on Automation and Computing (ICAC)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127230280","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}
引用次数: 18
期刊
2018 24th International Conference on Automation and Computing (ICAC)
全部 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