首页 > 最新文献

2021 International Symposium on Electrical, Electronics and Information Engineering最新文献

英文 中文
Applying NLP to Build a Cold Reading Chatbot 应用NLP构建冷阅读聊天机器人
Peter Tracey, Mohamad Saraee, Chris J. Hughes
Chatbots are computer programs designed to simulate conversation by interacting with a human user. In this paper we present a chatbot framework designed specifically to aid prolonged grief disorder (PGD) sufferers by replicating the techniques performed during cold readings. Our initial framework performed an association rule analysis on transcripts of real-world cold reading performances, in order to generate the required data as used in traditional rules based chatbots. However due to the structure of cold readings the traditional approach was unable to determine a satisfactory set of rules. Therefore, in this paper we discuss the limitations of this approach and subsequently provide a generative solution using sequence-to-sequence modeling with long short-term memory. We demonstrate how our generative chatbot is therefore able to provide appropriate responses to the majority of inputs. However, as inappropriate responses can present a risk to sensitive PGD sufferers we suggest a final iteration of our chatbot which successfully adjusts to account for multi-turn conversations.
聊天机器人是一种计算机程序,旨在通过与人类用户互动来模拟对话。在本文中,我们提出了一个专门设计的聊天机器人框架,通过复制冷阅读期间执行的技术来帮助延长悲伤障碍(PGD)患者。我们的初始框架对现实世界冷阅读性能的记录进行关联规则分析,以便生成传统基于规则的聊天机器人所需的数据。然而,由于冷读数的结构,传统的方法无法确定一套令人满意的规则。因此,在本文中,我们讨论了这种方法的局限性,并随后提供了一个使用具有长短期记忆的序列对序列建模的生成解决方案。因此,我们演示了生成式聊天机器人如何能够对大多数输入提供适当的响应。然而,由于不恰当的回应会给敏感的PGD患者带来风险,我们建议我们的聊天机器人的最终迭代,它能成功地适应多回合对话。
{"title":"Applying NLP to Build a Cold Reading Chatbot","authors":"Peter Tracey, Mohamad Saraee, Chris J. Hughes","doi":"10.1145/3459104.3459119","DOIUrl":"https://doi.org/10.1145/3459104.3459119","url":null,"abstract":"Chatbots are computer programs designed to simulate conversation by interacting with a human user. In this paper we present a chatbot framework designed specifically to aid prolonged grief disorder (PGD) sufferers by replicating the techniques performed during cold readings. Our initial framework performed an association rule analysis on transcripts of real-world cold reading performances, in order to generate the required data as used in traditional rules based chatbots. However due to the structure of cold readings the traditional approach was unable to determine a satisfactory set of rules. Therefore, in this paper we discuss the limitations of this approach and subsequently provide a generative solution using sequence-to-sequence modeling with long short-term memory. We demonstrate how our generative chatbot is therefore able to provide appropriate responses to the majority of inputs. However, as inappropriate responses can present a risk to sensitive PGD sufferers we suggest a final iteration of our chatbot which successfully adjusts to account for multi-turn conversations.","PeriodicalId":142284,"journal":{"name":"2021 International Symposium on Electrical, Electronics and Information Engineering","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-02-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129805631","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
A Framework for Leveraging Contextual Information in Automated Domain Specific Comprehension 在自动化领域特定理解中利用上下文信息的框架
Ayush Pradhan, Eldhose K Joy, Harsha Jawagal, Sundar Prasad Jayaraman
When it comes to information, Enterprises today are seen as a black hole, a mass of it goes in but gets difficult to extract the practical knowledge out of it. An automated system that has the ability to consume this large mass of information and provide specific, knowledgeable, domain-oriented responses back, will go a long way in unlocking the value of this large-scale unstructured information. In a bid to enrich the answering system's accuracy in Machine Reading Comprehension (MRC), we propose a domain-specific Question Answers (QuAns) framework that specifically aims to auto-generate questions from a domain-based document using an improvised Sequence to Sequence (Seq2Seq) technique equipped with Attention and Copy mechanism. The generated questions are conditioned on a set of candidate answers, derived using a combination of heuristic-driven and graph-based techniques. Further, it also leverages the contextual information by pooling strategy to build an automated response system using a deep custom fine-tuned Bidirectional Encoder Representations from Transformers (BERT) framework and retrieving the top-k contexts for a user query. The evaluation of the QuAns architecture is performed in combination with human supervision as at times, the automated metrics like BLEU, Exact Match (EM), F1 score, etc. fail to gauge the diverse semantic and structural aspects of a generated response. Primarily, the proffered ensemble technique has leveraged the augmented domain knowledge to enrich the answering response efficacy and improving the EM and F1 score by 14.86% and 12.76% respectively over Vanilla BERT architecture. To enhance the user experience, the conversational system is equipped with Natural Language Generation (NLG) to present a human-readable response. Our architectural pipeline aims to provide a one-stop solution for the organizations in processing huge volumes of multidisciplinary data by significantly reducing the human introspection and the overhead cost.
说到信息,今天的企业就像一个黑洞,大量的信息进入企业,但很难从中提取出实用的知识。一个能够处理大量信息并提供具体的、知识渊博的、面向领域的响应的自动化系统,将在释放这种大规模非结构化信息的价值方面大有帮助。为了提高机器阅读理解(MRC)应答系统的准确性,我们提出了一个特定于领域的问答(QuAns)框架,该框架专门针对基于领域的文档,使用带有注意和复制机制的临时序列到序列(Seq2Seq)技术自动生成问题。生成的问题以一组候选答案为条件,这些答案是使用启发式驱动和基于图的技术组合导出的。此外,它还通过池化策略利用上下文信息来构建一个自动响应系统,该系统使用深度自定义微调的来自Transformers (BERT)框架的双向编码器表示,并为用户查询检索top-k上下文。QuAns架构的评估是与人工监督结合进行的,因为有时,BLEU、精确匹配(EM)、F1分数等自动化指标无法衡量生成响应的各种语义和结构方面。首先,所提供的集成技术利用增强的领域知识丰富了应答效率,比Vanilla BERT体系结构的EM和F1得分分别提高了14.86%和12.76%。为了增强用户体验,会话系统配备了自然语言生成(NLG)来呈现人类可读的响应。我们的体系结构管道旨在为处理大量多学科数据的组织提供一站式解决方案,大大减少了人工自省和开销成本。
{"title":"A Framework for Leveraging Contextual Information in Automated Domain Specific Comprehension","authors":"Ayush Pradhan, Eldhose K Joy, Harsha Jawagal, Sundar Prasad Jayaraman","doi":"10.1145/3459104.3459148","DOIUrl":"https://doi.org/10.1145/3459104.3459148","url":null,"abstract":"When it comes to information, Enterprises today are seen as a black hole, a mass of it goes in but gets difficult to extract the practical knowledge out of it. An automated system that has the ability to consume this large mass of information and provide specific, knowledgeable, domain-oriented responses back, will go a long way in unlocking the value of this large-scale unstructured information. In a bid to enrich the answering system's accuracy in Machine Reading Comprehension (MRC), we propose a domain-specific Question Answers (QuAns) framework that specifically aims to auto-generate questions from a domain-based document using an improvised Sequence to Sequence (Seq2Seq) technique equipped with Attention and Copy mechanism. The generated questions are conditioned on a set of candidate answers, derived using a combination of heuristic-driven and graph-based techniques. Further, it also leverages the contextual information by pooling strategy to build an automated response system using a deep custom fine-tuned Bidirectional Encoder Representations from Transformers (BERT) framework and retrieving the top-k contexts for a user query. The evaluation of the QuAns architecture is performed in combination with human supervision as at times, the automated metrics like BLEU, Exact Match (EM), F1 score, etc. fail to gauge the diverse semantic and structural aspects of a generated response. Primarily, the proffered ensemble technique has leveraged the augmented domain knowledge to enrich the answering response efficacy and improving the EM and F1 score by 14.86% and 12.76% respectively over Vanilla BERT architecture. To enhance the user experience, the conversational system is equipped with Natural Language Generation (NLG) to present a human-readable response. Our architectural pipeline aims to provide a one-stop solution for the organizations in processing huge volumes of multidisciplinary data by significantly reducing the human introspection and the overhead cost.","PeriodicalId":142284,"journal":{"name":"2021 International Symposium on Electrical, Electronics and Information Engineering","volume":"31 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-02-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133750690","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
Model Selection for Gasoline Direct Injection Characteristics Using Boosting and Genetic Algorithms 基于Boosting和遗传算法的汽油直喷特性模型选择
Massimiliano Botticelli, Robin Hellmann, P. Jochmann, K. Stapf, Erik Schuenemann
New emission regulations, the demand of high power output and high efficiency of Gasoline Direct Injection (GDI) engines led to an intense development of new tools and approaches in the study of combustion processes. The generation of the data in this context through simulations and measurements is however an expensive and time-consuming process. Therefore, novel Machine Learning methods can be applied to support GDI developments. In the current paper, an innovative approach regarding the analysis of GDI related data is proposed. Specifically, Extreme Gradient Boosting Machine is chosen due to its high efficiency and powerful feature analysis coming along during the models training. In addition, a parameter-free, fast and dynamic data-driven model selection method is presented. This includes the genetic algorithm NSGA-II to identify the best set of hyperparameters by means of good generalization and precision. The potential of the proposed method is finally demonstrated on real-world data coming from the GDI development field and public data compared with state-of-the-art approaches.
新的排放法规以及对汽油直喷发动机大功率输出和高效率的要求,促使燃烧过程研究的新工具和新方法不断发展。然而,在这种情况下,通过模拟和测量生成数据是一个昂贵且耗时的过程。因此,新的机器学习方法可以应用于支持GDI的发展。本文提出了一种分析GDI相关数据的创新方法。具体来说,选择极限梯度增强机是因为它在模型训练过程中具有高效率和强大的特征分析功能。此外,还提出了一种无参数、快速、动态的数据驱动模型选择方法。其中包括遗传算法NSGA-II,该算法通过良好的泛化和精度来识别最佳超参数集。该方法的潜力最终在来自GDI开发领域的真实数据和公共数据上得到了证明,并与最先进的方法进行了比较。
{"title":"Model Selection for Gasoline Direct Injection Characteristics Using Boosting and Genetic Algorithms","authors":"Massimiliano Botticelli, Robin Hellmann, P. Jochmann, K. Stapf, Erik Schuenemann","doi":"10.1145/3459104.3459145","DOIUrl":"https://doi.org/10.1145/3459104.3459145","url":null,"abstract":"New emission regulations, the demand of high power output and high efficiency of Gasoline Direct Injection (GDI) engines led to an intense development of new tools and approaches in the study of combustion processes. The generation of the data in this context through simulations and measurements is however an expensive and time-consuming process. Therefore, novel Machine Learning methods can be applied to support GDI developments. In the current paper, an innovative approach regarding the analysis of GDI related data is proposed. Specifically, Extreme Gradient Boosting Machine is chosen due to its high efficiency and powerful feature analysis coming along during the models training. In addition, a parameter-free, fast and dynamic data-driven model selection method is presented. This includes the genetic algorithm NSGA-II to identify the best set of hyperparameters by means of good generalization and precision. The potential of the proposed method is finally demonstrated on real-world data coming from the GDI development field and public data compared with state-of-the-art approaches.","PeriodicalId":142284,"journal":{"name":"2021 International Symposium on Electrical, Electronics and Information Engineering","volume":"6 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-02-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130146858","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
Single Image Haze Removal Using Dark Channel Saturation Priori Model and Non-linear Diffusion Patch Method 基于暗通道饱和先验模型和非线性扩散补丁法的单幅图像去雾
Samiullah, Anuradha Paspathy
In this article, a simple and effective restoration-based haze-removal approach is proposed. This approach is based on refining the course transmission map further by a novel non-linear diffusion patch method. The robustness of the proposed method is validated using quantitative analysis and is compared with other approaches with standard performance metrics. This technique can handle illumination, preserve edges better and ensures the original color of the image is retained. It can be used in many systems for example in object detection and tracking in order to recognize active traffic participants clearly on the road. Other applications include remote sensing for weather prediction, smart cars for smooth navigation and consumer electronics for fault identification.
本文提出了一种简单有效的基于修复的雾霾去除方法。该方法是基于一种新的非线性扩散补丁法进一步细化航线传输图。通过定量分析验证了该方法的鲁棒性,并与其他具有标准性能指标的方法进行了比较。该方法能较好地处理光照、保留边缘,并能保证图像原有颜色的保留。它可以用于许多系统中,例如物体检测和跟踪,以便清楚地识别道路上的活跃交通参与者。其他应用包括用于天气预报的遥感、用于顺利导航的智能汽车和用于故障识别的消费电子产品。
{"title":"Single Image Haze Removal Using Dark Channel Saturation Priori Model and Non-linear Diffusion Patch Method","authors":"Samiullah, Anuradha Paspathy","doi":"10.1145/3459104.3459186","DOIUrl":"https://doi.org/10.1145/3459104.3459186","url":null,"abstract":"In this article, a simple and effective restoration-based haze-removal approach is proposed. This approach is based on refining the course transmission map further by a novel non-linear diffusion patch method. The robustness of the proposed method is validated using quantitative analysis and is compared with other approaches with standard performance metrics. This technique can handle illumination, preserve edges better and ensures the original color of the image is retained. It can be used in many systems for example in object detection and tracking in order to recognize active traffic participants clearly on the road. Other applications include remote sensing for weather prediction, smart cars for smooth navigation and consumer electronics for fault identification.","PeriodicalId":142284,"journal":{"name":"2021 International Symposium on Electrical, Electronics and Information Engineering","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-02-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130252803","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 and Application of SF6 Small Signal Detection System Based on Soft Threshold Denoising Method 基于软阈值去噪的SF6小信号检测系统的研究与应用
Mingshu Yao, Xiaofeng Xu, Zhenhe Ju, Bo Qv, Zhongyuan Zheng
The weak signal acquisition such as SF6 is affected by power frequency interference and sensor polarization voltage. If the integrated instrument amplifier is directly used as small signal amplifier, there are some problems, such as large data deviation. In this paper, a redundant monitoring system combining temperature compensation method and multi-stage gain is established, and the soft threshold denoising method is used to filter the interference signal, and the SF6 on-line data monitoring is realized by STM32F4 single chip microcomputer.
SF6等弱信号采集受工频干扰和传感器极化电压的影响。如果将集成仪表放大器直接用作小信号放大器,则存在数据偏差大等问题。本文建立了温度补偿法与多级增益相结合的冗余监测系统,采用软阈值去噪方法对干扰信号进行滤波,并通过STM32F4单片机实现SF6在线数据监测。
{"title":"Research and Application of SF6 Small Signal Detection System Based on Soft Threshold Denoising Method","authors":"Mingshu Yao, Xiaofeng Xu, Zhenhe Ju, Bo Qv, Zhongyuan Zheng","doi":"10.1145/3459104.3459131","DOIUrl":"https://doi.org/10.1145/3459104.3459131","url":null,"abstract":"The weak signal acquisition such as SF6 is affected by power frequency interference and sensor polarization voltage. If the integrated instrument amplifier is directly used as small signal amplifier, there are some problems, such as large data deviation. In this paper, a redundant monitoring system combining temperature compensation method and multi-stage gain is established, and the soft threshold denoising method is used to filter the interference signal, and the SF6 on-line data monitoring is realized by STM32F4 single chip microcomputer.","PeriodicalId":142284,"journal":{"name":"2021 International Symposium on Electrical, Electronics and Information Engineering","volume":"198 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-02-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116479831","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
Power Grid Stability Prediction Model Based on BiLSTM with Attention 考虑注意的BiLSTM电网稳定性预测模型
Yan Zhang, Hongmei Zhang, Ji Zhang, Liangyuan Li, Ziyao Zheng
The security and stability of the power grid can ensure the stable balance of the power under the normal actual operation condition. It is an important requirement to guarantee the rapid development of national economy. With the increase of the complexity of the power grid structure, the higher requirements for the stability of the grid are put forward. This paper presents a power grid stability prediction model based on Bi-directional long short-term memory network (BiLSTM) with attention mechanism, which can learn the function of different stability features and the relationship between features. Firstly, the pre-processing power grid stability features are transformed into three-dimensional vector matrix input into the BiLSTM network. The multi-layer neural network layer is used to extract the deep-seated stability information.Then, the attention layer is used to allocate the corresponding weight to the extracted stable features. Finally, through the full connection layer, it can be transformed into a one-dimensional vector, which can be used to extract the stability features represents whether the grid is stable or not. Through the analysis of the results of the public 2018 uci data set, our experimental results are better than other methods, and the effect is more significant after the attention mechanism is added.
电网的安全稳定可以保证在正常实际运行条件下电力的稳定平衡。这是保证国民经济快速发展的重要要求。随着电网结构复杂性的增加,对电网的稳定性提出了更高的要求。提出了一种基于注意机制的双向长短期记忆网络(BiLSTM)的电网稳定性预测模型,该模型能够学习不同稳定性特征的作用和特征之间的关系。首先,将预处理后的电网稳定性特征转换成三维矢量矩阵输入到BiLSTM网络中。采用多层神经网络层提取深层稳定性信息。然后,使用注意层对提取的稳定特征分配相应的权重。最后,通过全连接层将其转化为一维向量,用于提取代表电网是否稳定的稳定性特征。通过对2018年公开uci数据集的结果分析,我们的实验结果优于其他方法,并且在加入注意机制后效果更加显著。
{"title":"Power Grid Stability Prediction Model Based on BiLSTM with Attention","authors":"Yan Zhang, Hongmei Zhang, Ji Zhang, Liangyuan Li, Ziyao Zheng","doi":"10.1145/3459104.3459160","DOIUrl":"https://doi.org/10.1145/3459104.3459160","url":null,"abstract":"The security and stability of the power grid can ensure the stable balance of the power under the normal actual operation condition. It is an important requirement to guarantee the rapid development of national economy. With the increase of the complexity of the power grid structure, the higher requirements for the stability of the grid are put forward. This paper presents a power grid stability prediction model based on Bi-directional long short-term memory network (BiLSTM) with attention mechanism, which can learn the function of different stability features and the relationship between features. Firstly, the pre-processing power grid stability features are transformed into three-dimensional vector matrix input into the BiLSTM network. The multi-layer neural network layer is used to extract the deep-seated stability information.Then, the attention layer is used to allocate the corresponding weight to the extracted stable features. Finally, through the full connection layer, it can be transformed into a one-dimensional vector, which can be used to extract the stability features represents whether the grid is stable or not. Through the analysis of the results of the public 2018 uci data set, our experimental results are better than other methods, and the effect is more significant after the attention mechanism is added.","PeriodicalId":142284,"journal":{"name":"2021 International Symposium on Electrical, Electronics and Information Engineering","volume":"30 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-02-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132208696","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}
引用次数: 3
LSTM Based Scene Detection with Smartphones 基于LSTM的智能手机场景检测
Di Li, Lei Sun, Wei Chen, B. Ai, Qi Wang, Zhenguo Du, Xiao Han
With rapid adoption of smartphones, context detection is becoming increasingly important to enable new and sophisticated context-aware mobile apps and provide better communication services. In this paper, we propose an Long Short Term Memory (LSTM) based indoor/outdoor/underground detection system for smartphone scene detection with low energy consumption. The proposed system is first compared with other deep learning methods including fully connected network (FC), standard LSTM network and Gated Recurrent Unit (GRU) based models. and then with traditional machine learning methods including K-Nearest Neighbor (KNN), Support Vector Machine (SVM), Decision Tree (DT), Logistic Regression (LR) and Random Forest (RF). Experimental results show that our proposed system is superiors in identifying indoor/outdoor/underground scene using only ultra-low power sensors. We collect real data at different periods and locations using multiple mobile devices. The required sensors are common in all types of smartphones, implying high compatibility and availability of the system.
随着智能手机的迅速普及,上下文检测对于启用新的和复杂的上下文感知移动应用程序以及提供更好的通信服务变得越来越重要。本文提出了一种基于长短期记忆(LSTM)的低能耗智能手机场景检测系统。该系统首先与其他深度学习方法进行了比较,包括全连接网络(FC)、标准LSTM网络和基于门控循环单元(GRU)的模型。然后使用传统的机器学习方法,包括k -最近邻(KNN)、支持向量机(SVM)、决策树(DT)、逻辑回归(LR)和随机森林(RF)。实验结果表明,该系统在仅使用超低功耗传感器识别室内/室外/地下场景方面具有优势。我们使用多种移动设备在不同时期和地点收集真实数据。所需的传感器在所有类型的智能手机中都很常见,这意味着系统的高兼容性和可用性。
{"title":"LSTM Based Scene Detection with Smartphones","authors":"Di Li, Lei Sun, Wei Chen, B. Ai, Qi Wang, Zhenguo Du, Xiao Han","doi":"10.1145/3459104.3459139","DOIUrl":"https://doi.org/10.1145/3459104.3459139","url":null,"abstract":"With rapid adoption of smartphones, context detection is becoming increasingly important to enable new and sophisticated context-aware mobile apps and provide better communication services. In this paper, we propose an Long Short Term Memory (LSTM) based indoor/outdoor/underground detection system for smartphone scene detection with low energy consumption. The proposed system is first compared with other deep learning methods including fully connected network (FC), standard LSTM network and Gated Recurrent Unit (GRU) based models. and then with traditional machine learning methods including K-Nearest Neighbor (KNN), Support Vector Machine (SVM), Decision Tree (DT), Logistic Regression (LR) and Random Forest (RF). Experimental results show that our proposed system is superiors in identifying indoor/outdoor/underground scene using only ultra-low power sensors. We collect real data at different periods and locations using multiple mobile devices. The required sensors are common in all types of smartphones, implying high compatibility and availability of the system.","PeriodicalId":142284,"journal":{"name":"2021 International Symposium on Electrical, Electronics and Information Engineering","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-02-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133059997","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
kNN-join Query Processing Algorithm on Mapreduce for Large Amounts of Data 基于Mapreduce的大数据kNN-join查询处理算法
Hyunjo Lee, Jae-Woo Chang, Cheol-Joo Chae
Recently, the amount of data is rapidly increasing with the continuous development of computation and communication capabilities. So, it has been actively studied for the effective data analysis schemes of the large amounts of data on MapReduce which supports efficient parallel data processing for large-scale data. Among various queries for analysing data, k nearest neighbour (kNN) join query, which aims to combine the k nearest neighbours of each point of dataset R with those from another dataset S, has been considered typical. However, existing kNN join schemes on MapReduce require high computation cost for constructing and managing index structures. To solve the problems, we propose a kNN-join query processing algorithm on MapReduce for analysing large-scale data. First, our algorithm can reduce the overhead for constructing the index structure by using the seed-based dynamic partitioning. Second, it can reduce the computational overhead to find candidate partitions by using the average distance between a pair of neighbouring seeds. We show that our algorithm outperforms the existing scheme in terms of the query processing time.
近年来,随着计算能力和通信能力的不断发展,数据量迅速增加。因此,MapReduce上支持大规模数据高效并行处理的海量数据的有效数据分析方案一直被积极研究。在各种分析数据的查询中,k近邻(kNN)连接查询被认为是典型的,它旨在将数据集R的每个点的k近邻与另一个数据集S的点的k近邻结合起来。然而,现有的MapReduce上的kNN连接方案在构建和管理索引结构时需要很高的计算成本。为了解决这些问题,我们在MapReduce上提出了一种kNN-join查询处理算法,用于分析大规模数据。首先,我们的算法通过使用基于种子的动态分区减少了构建索引结构的开销。其次,利用相邻种子对之间的平均距离可以减少寻找候选分区的计算开销。我们证明了我们的算法在查询处理时间方面优于现有方案。
{"title":"kNN-join Query Processing Algorithm on Mapreduce for Large Amounts of Data","authors":"Hyunjo Lee, Jae-Woo Chang, Cheol-Joo Chae","doi":"10.1145/3459104.3459192","DOIUrl":"https://doi.org/10.1145/3459104.3459192","url":null,"abstract":"Recently, the amount of data is rapidly increasing with the continuous development of computation and communication capabilities. So, it has been actively studied for the effective data analysis schemes of the large amounts of data on MapReduce which supports efficient parallel data processing for large-scale data. Among various queries for analysing data, k nearest neighbour (kNN) join query, which aims to combine the k nearest neighbours of each point of dataset R with those from another dataset S, has been considered typical. However, existing kNN join schemes on MapReduce require high computation cost for constructing and managing index structures. To solve the problems, we propose a kNN-join query processing algorithm on MapReduce for analysing large-scale data. First, our algorithm can reduce the overhead for constructing the index structure by using the seed-based dynamic partitioning. Second, it can reduce the computational overhead to find candidate partitions by using the average distance between a pair of neighbouring seeds. We show that our algorithm outperforms the existing scheme in terms of the query processing time.","PeriodicalId":142284,"journal":{"name":"2021 International Symposium on Electrical, Electronics and Information Engineering","volume":"92 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-02-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121979876","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
Intelligent Set Speed Estimation for Vehicle Longitudinal Control with Deep Reinforcement Learning 基于深度强化学习的车辆纵向控制智能设定速度估计
Tobias Eichenlaub, S. Rinderknecht
Besides the goal of reducing driving tasks, modern longitudinal control systems also aim to improve fuel efficiency and driver comfort. Most of the vehicles use Adaptive Cruise Control (ACC) systems that track constant set speeds and set headways which makes the trajectory of the vehicle in headway mode highly dependent on the trajectory of a preceding vehicle. Hence, this might lead to increased consumptions in dense traffic situations or when the leader has a less careful driving style. In this work, a method based on Deep Reinforcement Learning (DRL) is presented that finds a control strategy by estimating an intelligent variable set speed based on the system state. Additional control objectives, such as minimizing consumption, are considered explicitly through the feedback in a reward function. A DRL framework is set up that enables the training of a neural set speed estimator for vehicle longitudinal control in a simulative environment. The Deep Deterministic Policy Gradient algorithm is used for the training of the agent. Training is carried out on a simple test track to teach the basic concepts of the control objective to the DRL agent. The learned behavior is then examined in a more complex, stochastic microscopic traffic simulation of the city center of Darmstadt and is compared to a conventional ACC algorithm. The analysis shows that the DRL controller is capable of finding fuel efficient trajectories which are less dependent on the preceding vehicle and is able to generalize to more complex traffic environments, but still shows some unexpected behavior in certain situations. The combination of DRL and conventional models to build up on the existing engineering knowledge is therefore expected to yield promising results in the future.
除了减少驾驶任务的目标外,现代纵向控制系统还旨在提高燃油效率和驾驶员舒适度。大多数车辆使用自适应巡航控制(ACC)系统,该系统跟踪恒定的设定速度和设定车头距,这使得车辆在车头距模式下的轨迹高度依赖于前车的轨迹。因此,这可能会导致在交通密集的情况下,或者当领导者的驾驶风格不太小心时,消费增加。本文提出了一种基于深度强化学习(DRL)的方法,该方法通过估计基于系统状态的智能可变集速度来找到控制策略。额外的控制目标,如最小化消耗,是通过奖励函数的反馈明确考虑的。建立了一个DRL框架,用于在模拟环境中训练用于车辆纵向控制的神经集速度估计器。深度确定性策略梯度算法用于智能体的训练。在简单的测试轨道上进行训练,向DRL agent传授控制目标的基本概念。然后在达姆施塔特市中心的一个更复杂、随机的微观交通模拟中检查学习行为,并与传统的ACC算法进行比较。分析表明,DRL控制器能够找到对前车依赖较小的节油轨迹,并且能够推广到更复杂的交通环境中,但在某些情况下仍然会出现一些意外行为。因此,在现有工程知识的基础上,结合DRL和传统模型有望在未来产生有希望的结果。
{"title":"Intelligent Set Speed Estimation for Vehicle Longitudinal Control with Deep Reinforcement Learning","authors":"Tobias Eichenlaub, S. Rinderknecht","doi":"10.1145/3459104.3459123","DOIUrl":"https://doi.org/10.1145/3459104.3459123","url":null,"abstract":"Besides the goal of reducing driving tasks, modern longitudinal control systems also aim to improve fuel efficiency and driver comfort. Most of the vehicles use Adaptive Cruise Control (ACC) systems that track constant set speeds and set headways which makes the trajectory of the vehicle in headway mode highly dependent on the trajectory of a preceding vehicle. Hence, this might lead to increased consumptions in dense traffic situations or when the leader has a less careful driving style. In this work, a method based on Deep Reinforcement Learning (DRL) is presented that finds a control strategy by estimating an intelligent variable set speed based on the system state. Additional control objectives, such as minimizing consumption, are considered explicitly through the feedback in a reward function. A DRL framework is set up that enables the training of a neural set speed estimator for vehicle longitudinal control in a simulative environment. The Deep Deterministic Policy Gradient algorithm is used for the training of the agent. Training is carried out on a simple test track to teach the basic concepts of the control objective to the DRL agent. The learned behavior is then examined in a more complex, stochastic microscopic traffic simulation of the city center of Darmstadt and is compared to a conventional ACC algorithm. The analysis shows that the DRL controller is capable of finding fuel efficient trajectories which are less dependent on the preceding vehicle and is able to generalize to more complex traffic environments, but still shows some unexpected behavior in certain situations. The combination of DRL and conventional models to build up on the existing engineering knowledge is therefore expected to yield promising results in the future.","PeriodicalId":142284,"journal":{"name":"2021 International Symposium on Electrical, Electronics and Information Engineering","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-02-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123191420","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
An Experimental Study for Tracking Ability of Deep Q-Network under the Multi-Objective Behaviour using a Mobile Robot with LiDAR 基于激光雷达的移动机器人多目标跟踪能力实验研究
Masashi Sugimoto, Ryunosuke Uchida, S. Tsuzuki, Hitoshi Sori, H. Inoue, K. Kurashige, S. Urushihara
The Reinforcement Learning (RL) had been attracting attention for a long time that because it can be easily applied to real robots. On the other hand, in Q-Learning one of RL methods, since it contains the Q-table and grind environment is updated, especially, a large amount of Q-tables are required to express continuous “states,” such as smooth movements of the robot arm. Moreover, there was a disadvantage that calculation could not be performed real-time in case of amount of states and actions. The Deep Q-Network (DQN), on the other hand, uses convolutional neural network to estimate the Q-value itself, so that it can obtain an approximate function of the Q-value. From this characteristic of calculation that ignoring the amount of discrete states, this method has attracted attention, in recent. However, it seems to the following of multitasking and moving goal point that Q-Learning was not good at has been inherited by DQN. In this paper, the authors have improvements the multi-purpose execution of DQN by changing the exploration ratio as known as epsilon dynamically, has been tried. As the verification experiment, in the actual environment, a mobile crawler that mounting the NVIDIA Jetson NX and 2D LiDAR with the improvements DQN has been applied, to verify the object tracking ability, as a moving target position. As the result, the authors have confirmed that the improve its weak point.
长期以来,强化学习(RL)一直受到人们的关注,因为它可以很容易地应用于真实的机器人。另一方面,在强化学习方法之一的Q-Learning中,由于它包含q表和磨削环境的更新,特别是需要大量的q表来表达连续的“状态”,例如机器人手臂的平滑运动。此外,存在一个缺点,即在状态和动作数量较多的情况下无法实时进行计算。而深度Q-Network (Deep Q-Network, DQN)则利用卷积神经网络对自身的q值进行估计,从而得到q值的近似函数。由于这种计算忽略了离散状态的数量的特点,近年来引起了人们的注意。然而,Q-Learning不擅长的多任务处理和移动目标点似乎被DQN继承了。在本文中,作者尝试通过动态改变探索比(即epsilon)来改进DQN的多用途执行。作为验证实验,在实际环境中,应用了安装NVIDIA Jetson NX和改进DQN的2D激光雷达的移动履带车,作为移动目标位置来验证目标跟踪能力。结果证实了该方法对其缺点的改进。
{"title":"An Experimental Study for Tracking Ability of Deep Q-Network under the Multi-Objective Behaviour using a Mobile Robot with LiDAR","authors":"Masashi Sugimoto, Ryunosuke Uchida, S. Tsuzuki, Hitoshi Sori, H. Inoue, K. Kurashige, S. Urushihara","doi":"10.1145/3459104.3459120","DOIUrl":"https://doi.org/10.1145/3459104.3459120","url":null,"abstract":"The Reinforcement Learning (RL) had been attracting attention for a long time that because it can be easily applied to real robots. On the other hand, in Q-Learning one of RL methods, since it contains the Q-table and grind environment is updated, especially, a large amount of Q-tables are required to express continuous “states,” such as smooth movements of the robot arm. Moreover, there was a disadvantage that calculation could not be performed real-time in case of amount of states and actions. The Deep Q-Network (DQN), on the other hand, uses convolutional neural network to estimate the Q-value itself, so that it can obtain an approximate function of the Q-value. From this characteristic of calculation that ignoring the amount of discrete states, this method has attracted attention, in recent. However, it seems to the following of multitasking and moving goal point that Q-Learning was not good at has been inherited by DQN. In this paper, the authors have improvements the multi-purpose execution of DQN by changing the exploration ratio as known as epsilon dynamically, has been tried. As the verification experiment, in the actual environment, a mobile crawler that mounting the NVIDIA Jetson NX and 2D LiDAR with the improvements DQN has been applied, to verify the object tracking ability, as a moving target position. As the result, the authors have confirmed that the improve its weak point.","PeriodicalId":142284,"journal":{"name":"2021 International Symposium on Electrical, Electronics and Information Engineering","volume":"92 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-02-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115222960","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
期刊
2021 International Symposium on Electrical, Electronics and Information 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