首页 > 最新文献

Electronics最新文献

英文 中文
A Combinatorial Strategy for API Completion: Deep Learning and Heuristics 完成 API 的组合策略:深度学习与启发式方法
IF 2.9 3区 工程技术 Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-09-15 DOI: 10.3390/electronics13183669
Yi Liu, Yiming Yin, Jia Deng, Weimin Li, Zhichao Peng
Remembering software library components and mastering their application programming interfaces (APIs) is a daunting task for programmers, due to the sheer volume of available libraries. API completion tools, which predict subsequent APIs based on code context, are essential for improving development efficiency. Existing API completion techniques, however, face specific weaknesses that limit their performance. Pattern-based code completion methods that rely on statistical information excel in extracting common usage patterns of API sequences. However, they often struggle to capture the semantics of the surrounding code. In contrast, deep-learning-based approaches excel in understanding the semantics of the code but may miss certain common usages that can be easily identified by pattern-based methods. Our insight into overcoming these challenges is based on the complementarity between these two types of approaches. This paper proposes a combinatorial method of API completion that aims to exploit the strengths of both pattern-based and deep-learning-based approaches. The basic idea is to utilize a confidence-based selector to determine which type of approach should be utilized to generate predictions. Pattern-based approaches will only be applied if the frequency of a particular pattern exceeds a pre-defined threshold, while in other cases, deep learning models will be utilized to generate the API completion results. The results showed that our approach dramatically improved the accuracy and mean reciprocal rank (MRR) in large-scale experiments, highlighting its utility.
由于可用库数量庞大,记住软件库组件并掌握其应用编程接口(API)对程序员来说是一项艰巨的任务。根据代码上下文预测后续 API 的 API 补全工具对于提高开发效率至关重要。然而,现有的应用程序接口补全技术面临着限制其性能的特定弱点。基于模式的代码完成方法依赖于统计信息,在提取 API 序列的常见使用模式方面表现出色。但是,它们往往难以捕捉到周围代码的语义。相比之下,基于深度学习的方法在理解代码语义方面表现出色,但可能会遗漏某些基于模式的方法可以轻松识别的常见用法。我们对克服这些挑战的见解基于这两类方法之间的互补性。本文提出了一种完成 API 的组合方法,旨在利用基于模式的方法和基于深度学习的方法的优势。其基本思想是利用基于置信度的选择器来确定应采用哪种方法来生成预测。只有当特定模式的频率超过预先设定的阈值时,才会应用基于模式的方法,而在其他情况下,将利用深度学习模型生成 API 完成结果。结果表明,在大规模实验中,我们的方法显著提高了准确率和平均倒数等级(MRR),凸显了其实用性。
{"title":"A Combinatorial Strategy for API Completion: Deep Learning and Heuristics","authors":"Yi Liu, Yiming Yin, Jia Deng, Weimin Li, Zhichao Peng","doi":"10.3390/electronics13183669","DOIUrl":"https://doi.org/10.3390/electronics13183669","url":null,"abstract":"Remembering software library components and mastering their application programming interfaces (APIs) is a daunting task for programmers, due to the sheer volume of available libraries. API completion tools, which predict subsequent APIs based on code context, are essential for improving development efficiency. Existing API completion techniques, however, face specific weaknesses that limit their performance. Pattern-based code completion methods that rely on statistical information excel in extracting common usage patterns of API sequences. However, they often struggle to capture the semantics of the surrounding code. In contrast, deep-learning-based approaches excel in understanding the semantics of the code but may miss certain common usages that can be easily identified by pattern-based methods. Our insight into overcoming these challenges is based on the complementarity between these two types of approaches. This paper proposes a combinatorial method of API completion that aims to exploit the strengths of both pattern-based and deep-learning-based approaches. The basic idea is to utilize a confidence-based selector to determine which type of approach should be utilized to generate predictions. Pattern-based approaches will only be applied if the frequency of a particular pattern exceeds a pre-defined threshold, while in other cases, deep learning models will be utilized to generate the API completion results. The results showed that our approach dramatically improved the accuracy and mean reciprocal rank (MRR) in large-scale experiments, highlighting its utility.","PeriodicalId":11646,"journal":{"name":"Electronics","volume":"31 1","pages":""},"PeriodicalIF":2.9,"publicationDate":"2024-09-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142259547","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"工程技术","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Technology Keyword Analysis Using Graphical Causal Models 利用图形因果模型进行技术关键词分析
IF 2.9 3区 工程技术 Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-09-15 DOI: 10.3390/electronics13183670
Sunghae Jun
Technology keyword analysis (TKA) requires a different approach compared to general keyword analysis. While general keyword analysis identifies relationships between keywords, technology keyword analysis must find cause–effect relationships between technology keywords. Because the development of new technologies depends on previously researched and developed technologies, we need to build a causal inference model, in which the previously developed technology is the cause and the newly developed technology is the effect. In this paper, we propose a technology keyword analysis method using casual inference modeling. To understand the causal relationships between technology keywords, we constructed a graphical causal model combining a graph structure with causal inference. To show how the proposed model can be applied to the practical domains, we collected the patent documents related to the digital therapeutics technology from the world patent databases and analyzed them by the graphical causal model. We expect that our research contributes to various aspects of technology management, such as research and development planning.
与一般关键字分析相比,技术关键字分析 (TKA) 需要一种不同的方法。一般关键词分析确定的是关键词之间的关系,而技术关键词分析必须找到技术关键词之间的因果关系。由于新技术的开发依赖于之前研究和开发的技术,我们需要建立一个因果推理模型,在这个模型中,之前开发的技术是因,新开发的技术是果。本文提出了一种利用随意推理建模的技术关键词分析方法。为了理解技术关键词之间的因果关系,我们构建了一个图式因果模型,将图式结构与因果推理相结合。为了说明所提出的模型如何应用于实际领域,我们从世界专利数据库中收集了与数字治疗技术相关的专利文献,并利用图形因果模型对其进行了分析。我们希望我们的研究能为技术管理的各个方面做出贡献,比如研发规划。
{"title":"Technology Keyword Analysis Using Graphical Causal Models","authors":"Sunghae Jun","doi":"10.3390/electronics13183670","DOIUrl":"https://doi.org/10.3390/electronics13183670","url":null,"abstract":"Technology keyword analysis (TKA) requires a different approach compared to general keyword analysis. While general keyword analysis identifies relationships between keywords, technology keyword analysis must find cause–effect relationships between technology keywords. Because the development of new technologies depends on previously researched and developed technologies, we need to build a causal inference model, in which the previously developed technology is the cause and the newly developed technology is the effect. In this paper, we propose a technology keyword analysis method using casual inference modeling. To understand the causal relationships between technology keywords, we constructed a graphical causal model combining a graph structure with causal inference. To show how the proposed model can be applied to the practical domains, we collected the patent documents related to the digital therapeutics technology from the world patent databases and analyzed them by the graphical causal model. We expect that our research contributes to various aspects of technology management, such as research and development planning.","PeriodicalId":11646,"journal":{"name":"Electronics","volume":"3 1","pages":""},"PeriodicalIF":2.9,"publicationDate":"2024-09-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142259548","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"工程技术","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Prediction of Environmental Parameters for Predatory Mite Cultivation Based on Temporal Feature Clustering 基于时态特征聚类的捕食螨栽培环境参数预测
IF 2.9 3区 工程技术 Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-09-15 DOI: 10.3390/electronics13183667
Ying Ma, Hongjie Lin, Wei Chen, Weijie Chen, Qianting Wang
With the significant annual increase in market demand for biopesticides, the industrial production demand for predatory mites, which hold the largest market share among biopesticides, has also been rising. To achieve efficient and low-energy consumption control of predatory mite breeding environmental parameters, accurate estimation of breeding environmental parameters is necessary. This paper collects and pre-processes hourly time series data on temperature and humidity from industrial breeding environments. Time series prediction models such as SVR, LSTM, GRU, and LSTNet are applied to model and predict the historical data of the breeding environment. Experiments validate that the LSTNet model is more suitable for such environmental modeling. To further improve prediction accuracy, the training data for the LSTNet model is enhanced using hierarchical clustering of time series features. After augmentation, the root mean square error (RMSE) of the temperature prediction decreased by 27.3%, and the RMSE of the humidity prediction decreased by 32.8%, significantly improving the accuracy of the multistep predictions and providing substantial industrial application value.
随着生物农药市场需求的逐年大幅增长,在生物农药中占有最大市场份额的捕食螨的工业生产需求也在不断上升。要实现高效、低能耗的捕食螨繁殖环境参数控制,就必须对繁殖环境参数进行精确估算。本文收集并预处理了工业繁殖环境的温度和湿度小时时间序列数据。应用 SVR、LSTM、GRU 和 LSTNet 等时间序列预测模型对繁殖环境的历史数据进行建模和预测。实验验证了 LSTNet 模型更适合此类环境建模。为了进一步提高预测精度,使用时间序列特征的分层聚类增强了 LSTNet 模型的训练数据。增强后,温度预测的均方根误差(RMSE)降低了 27.3%,湿度预测的均方根误差降低了 32.8%,显著提高了多步预测的准确性,具有很大的工业应用价值。
{"title":"Prediction of Environmental Parameters for Predatory Mite Cultivation Based on Temporal Feature Clustering","authors":"Ying Ma, Hongjie Lin, Wei Chen, Weijie Chen, Qianting Wang","doi":"10.3390/electronics13183667","DOIUrl":"https://doi.org/10.3390/electronics13183667","url":null,"abstract":"With the significant annual increase in market demand for biopesticides, the industrial production demand for predatory mites, which hold the largest market share among biopesticides, has also been rising. To achieve efficient and low-energy consumption control of predatory mite breeding environmental parameters, accurate estimation of breeding environmental parameters is necessary. This paper collects and pre-processes hourly time series data on temperature and humidity from industrial breeding environments. Time series prediction models such as SVR, LSTM, GRU, and LSTNet are applied to model and predict the historical data of the breeding environment. Experiments validate that the LSTNet model is more suitable for such environmental modeling. To further improve prediction accuracy, the training data for the LSTNet model is enhanced using hierarchical clustering of time series features. After augmentation, the root mean square error (RMSE) of the temperature prediction decreased by 27.3%, and the RMSE of the humidity prediction decreased by 32.8%, significantly improving the accuracy of the multistep predictions and providing substantial industrial application value.","PeriodicalId":11646,"journal":{"name":"Electronics","volume":"19 1","pages":""},"PeriodicalIF":2.9,"publicationDate":"2024-09-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142259505","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"工程技术","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A New Carry Look-Ahead Adder Architecture Optimized for Speed and Energy 优化速度和能耗的新型前向携带加法器架构
IF 2.9 3区 工程技术 Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-09-15 DOI: 10.3390/electronics13183668
Padmanabhan Balasubramanian, Douglas L. Maskell
We introduce a new carry look-ahead adder (NCLA) architecture that employs non-uniform-size carry look-ahead adder (CLA) modules, in contrast to the conventional CLA (CCLA) architecture, which utilizes uniform-size CLA modules. We adopted two strategies for the implementation of the NCLA. Our novel approach enables improved speed and energy efficiency for the NCLA architecture compared to the CCLA architecture without incurring significant area and power penalties. Various adders were implemented to demonstrate the advantages of NCLA, ranging from the slower ripple carry adder to the widely regarded fastest parallel-prefix adder viz. the Kogge–Stone adder, and their performance metrics were compared. The 32-bit addition was used as an example, with the adders implemented using a semi-custom design method and a 28 nm CMOS standard cell library. Synthesis results show that the NCLA architecture offers substantial improvements in design metrics compared to its high-speed counterparts. Specifically, an NCLA achieved (i) a 14.7% reduction in delay and a 13.4% reduction in energy compared to an optimized CCLA, while occupying slightly more area; (ii) a 42.1% reduction in delay and a 58.3% reduction in energy compared to a conditional sum adder, with an 8% increase in the area; (iii) a 14.7% reduction in delay and a 37.7% reduction in energy compared to an optimized carry select adder, while requiring 37% less area; and (iv) a 20.2% reduction in energy and a 55.4% reduction in area compared to the Kogge–Stone adder.
我们介绍了一种新的进位前瞻加法器(NCLA)架构,它采用了非均匀尺寸的进位前瞻加法器(CLA)模块,而传统的CLA(CCLA)架构则采用了均匀尺寸的CLA模块。我们采用了两种策略来实现 NCLA。与 CCLA 架构相比,我们的新方法提高了 NCLA 架构的速度和能效,同时不会产生明显的面积和功耗损失。为了展示 NCLA 的优势,我们实现了各种加法器,从较慢的纹波进位加法器到被广泛认为最快的并行前缀加法器(即 Kogge-Stone 加法器),并对它们的性能指标进行了比较。以 32 位加法器为例,使用半定制设计方法和 28 纳米 CMOS 标准单元库实现了加法器。合成结果表明,与高速加法器相比,NCLA 架构在设计指标上有很大改进。具体来说,与优化的 CCLA 相比,NCLA (i) 实现了 14.7% 的延迟降低和 13.4% 的能量降低,但所占面积略大;(ii) 与条件和加法器相比,实现了 42.1% 的延迟降低和 58.3% 的能量降低,但所占面积增加了 8%;(iii) 实现了 14.7% 的延迟降低和 37.4% 的能量降低,但所占面积略大。(iv) 与 Kogge-Stone 加法器相比,能量减少了 20.2%,面积减少了 55.4%。
{"title":"A New Carry Look-Ahead Adder Architecture Optimized for Speed and Energy","authors":"Padmanabhan Balasubramanian, Douglas L. Maskell","doi":"10.3390/electronics13183668","DOIUrl":"https://doi.org/10.3390/electronics13183668","url":null,"abstract":"We introduce a new carry look-ahead adder (NCLA) architecture that employs non-uniform-size carry look-ahead adder (CLA) modules, in contrast to the conventional CLA (CCLA) architecture, which utilizes uniform-size CLA modules. We adopted two strategies for the implementation of the NCLA. Our novel approach enables improved speed and energy efficiency for the NCLA architecture compared to the CCLA architecture without incurring significant area and power penalties. Various adders were implemented to demonstrate the advantages of NCLA, ranging from the slower ripple carry adder to the widely regarded fastest parallel-prefix adder viz. the Kogge–Stone adder, and their performance metrics were compared. The 32-bit addition was used as an example, with the adders implemented using a semi-custom design method and a 28 nm CMOS standard cell library. Synthesis results show that the NCLA architecture offers substantial improvements in design metrics compared to its high-speed counterparts. Specifically, an NCLA achieved (i) a 14.7% reduction in delay and a 13.4% reduction in energy compared to an optimized CCLA, while occupying slightly more area; (ii) a 42.1% reduction in delay and a 58.3% reduction in energy compared to a conditional sum adder, with an 8% increase in the area; (iii) a 14.7% reduction in delay and a 37.7% reduction in energy compared to an optimized carry select adder, while requiring 37% less area; and (iv) a 20.2% reduction in energy and a 55.4% reduction in area compared to the Kogge–Stone adder.","PeriodicalId":11646,"journal":{"name":"Electronics","volume":"9 1","pages":""},"PeriodicalIF":2.9,"publicationDate":"2024-09-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142259546","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"工程技术","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A Novel Short-Term PM2.5 Forecasting Approach Using Secondary Decomposition and a Hybrid Deep Learning Model 利用二次分解和混合深度学习模型的新型短期 PM2.5 预测方法
IF 2.9 3区 工程技术 Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-09-14 DOI: 10.3390/electronics13183658
Ruru Liu, Liping Xu, Tao Zeng, Tao Luo, Mengfei Wang, Yuming Zhou, Chunpeng Chen, Shuo Zhao
PM2.5 pollution poses an important threat to the atmospheric environment and human health. To precisely forecast PM2.5 concentration, this study presents an innovative combined model: EMD-SE-GWO-VMD-ZCR-CNN-LSTM. First, empirical mode decomposition (EMD) is used to decompose PM2.5, and sample entropy (SE) is used to assess the subsequence complexity. Secondly, the hyperparameters of variational mode decomposition (VMD) are optimized by Gray Wolf Optimization (GWO) algorithm, and the complex subsequences are decomposed twice. Next, the sequences are divided into high-frequency and low-frequency parts by using the zero crossing rate (ZCR); the high-frequency sequences are predicted by a convolutional neural network (CNN), and the low-frequency sequences are predicted by a long short-term memory network (LSTM). Finally, the predicted values of the high-frequency and low-frequency sequences are reconstructed to obtain the final results. The experiment was conducted based on the data of 1009A, 1010A, and 1011A from three air quality monitoring stations in the Beijing area. The results indicate that the R2 value of the designed model increased by 2.63%, 0.59%, and 1.88% on average in the three air quality monitoring stations, respectively, compared with the other single model and the mixed model, which verified the significant advantages of the proposed model.
PM2.5 污染对大气环境和人类健康构成了重要威胁。为了精确预测 PM2.5 浓度,本研究提出了一种创新的组合模型:EMD-SE-GWO-VMD-ZCR-CNN-LSTM。首先,利用经验模式分解(EMD)对 PM2.5 进行分解,并利用样本熵(SE)评估子序列复杂性。其次,利用灰狼优化(GWO)算法优化变异模式分解(VMD)的超参数,并对复杂子序列进行两次分解。然后,利用过零率(ZCR)将序列分为高频和低频两部分;利用卷积神经网络(CNN)预测高频序列,利用长短期记忆网络(LSTM)预测低频序列。最后,对高频和低频序列的预测值进行重构,得出最终结果。实验基于北京地区三个空气质量监测站的 1009A、1010A 和 1011A 数据进行。结果表明,与其他单一模型和混合模型相比,所设计模型在三个空气质量监测站的 R2 值平均分别提高了 2.63%、0.59% 和 1.88%,验证了所提模型的显著优势。
{"title":"A Novel Short-Term PM2.5 Forecasting Approach Using Secondary Decomposition and a Hybrid Deep Learning Model","authors":"Ruru Liu, Liping Xu, Tao Zeng, Tao Luo, Mengfei Wang, Yuming Zhou, Chunpeng Chen, Shuo Zhao","doi":"10.3390/electronics13183658","DOIUrl":"https://doi.org/10.3390/electronics13183658","url":null,"abstract":"PM2.5 pollution poses an important threat to the atmospheric environment and human health. To precisely forecast PM2.5 concentration, this study presents an innovative combined model: EMD-SE-GWO-VMD-ZCR-CNN-LSTM. First, empirical mode decomposition (EMD) is used to decompose PM2.5, and sample entropy (SE) is used to assess the subsequence complexity. Secondly, the hyperparameters of variational mode decomposition (VMD) are optimized by Gray Wolf Optimization (GWO) algorithm, and the complex subsequences are decomposed twice. Next, the sequences are divided into high-frequency and low-frequency parts by using the zero crossing rate (ZCR); the high-frequency sequences are predicted by a convolutional neural network (CNN), and the low-frequency sequences are predicted by a long short-term memory network (LSTM). Finally, the predicted values of the high-frequency and low-frequency sequences are reconstructed to obtain the final results. The experiment was conducted based on the data of 1009A, 1010A, and 1011A from three air quality monitoring stations in the Beijing area. The results indicate that the R2 value of the designed model increased by 2.63%, 0.59%, and 1.88% on average in the three air quality monitoring stations, respectively, compared with the other single model and the mixed model, which verified the significant advantages of the proposed model.","PeriodicalId":11646,"journal":{"name":"Electronics","volume":"23 1","pages":""},"PeriodicalIF":2.9,"publicationDate":"2024-09-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142259550","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"工程技术","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Object and Pedestrian Detection on Road in Foggy Weather Conditions by Hyperparameterized YOLOv8 Model 利用超参数化 YOLOv8 模型检测雾天道路上的物体和行人
IF 2.9 3区 工程技术 Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-09-14 DOI: 10.3390/electronics13183661
Ahmad Esmaeil Abbasi, Agostino Marcello Mangini, Maria Pia Fanti
Connected cooperative and automated (CAM) vehicles and self-driving cars need to achieve robust and accurate environment understanding. With this aim, they are usually equipped with sensors and adopt multiple sensing strategies, also fused among them to exploit their complementary properties. In recent years, artificial intelligence such as machine learning- and deep learning-based approaches have been applied for object and pedestrian detection and prediction reliability quantification. This paper proposes a procedure based on the YOLOv8 (You Only Look Once) method to discover objects on the roads such as cars, traffic lights, pedestrians and street signs in foggy weather conditions. In particular, YOLOv8 is a recent release of YOLO, a popular neural network model used for object detection and image classification. The obtained model is applied to a dataset including about 4000 foggy road images and the object detection accuracy is improved by changing hyperparameters such as epochs, batch size and augmentation methods. To achieve good accuracy and few errors in detecting objects in the images, the hyperparameters are optimized by four different methods, and different metrics are considered, namely accuracy factor, precision, recall, precision–recall and loss.
互联合作与自动驾驶(CAM)车辆和自动驾驶汽车需要实现稳健而准确的环境理解。为此,它们通常会配备传感器,并采用多种传感策略,还将它们融合在一起,以利用它们的互补特性。近年来,基于机器学习和深度学习的人工智能方法已被应用于物体和行人检测以及可靠性量化预测。本文提出了一种基于 YOLOv8(You Only Look Once)方法的程序,用于在大雾天气条件下发现道路上的物体,如汽车、交通信号灯、行人和路标。特别是,YOLOv8 是 YOLO 的最新版本,YOLO 是一种用于物体检测和图像分类的流行神经网络模型。所获得的模型被应用于包括约 4000 张有雾道路图像的数据集,并通过改变超参数(如历时、批量大小和增强方法)提高了物体检测的准确性。为了使图像中物体的检测精度高、误差小,采用了四种不同的方法对超参数进行优化,并考虑了不同的指标,即精确系数、精确度、召回率、精确-召回率和损失。
{"title":"Object and Pedestrian Detection on Road in Foggy Weather Conditions by Hyperparameterized YOLOv8 Model","authors":"Ahmad Esmaeil Abbasi, Agostino Marcello Mangini, Maria Pia Fanti","doi":"10.3390/electronics13183661","DOIUrl":"https://doi.org/10.3390/electronics13183661","url":null,"abstract":"Connected cooperative and automated (CAM) vehicles and self-driving cars need to achieve robust and accurate environment understanding. With this aim, they are usually equipped with sensors and adopt multiple sensing strategies, also fused among them to exploit their complementary properties. In recent years, artificial intelligence such as machine learning- and deep learning-based approaches have been applied for object and pedestrian detection and prediction reliability quantification. This paper proposes a procedure based on the YOLOv8 (You Only Look Once) method to discover objects on the roads such as cars, traffic lights, pedestrians and street signs in foggy weather conditions. In particular, YOLOv8 is a recent release of YOLO, a popular neural network model used for object detection and image classification. The obtained model is applied to a dataset including about 4000 foggy road images and the object detection accuracy is improved by changing hyperparameters such as epochs, batch size and augmentation methods. To achieve good accuracy and few errors in detecting objects in the images, the hyperparameters are optimized by four different methods, and different metrics are considered, namely accuracy factor, precision, recall, precision–recall and loss.","PeriodicalId":11646,"journal":{"name":"Electronics","volume":"77 1","pages":""},"PeriodicalIF":2.9,"publicationDate":"2024-09-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142259553","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"工程技术","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Neural Network SNR Prediction for Improved Spectral Efficiency in Land Mobile Satellite Networks 提高陆地移动卫星网络频谱效率的神经网络信噪比预测
IF 2.9 3区 工程技术 Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-09-14 DOI: 10.3390/electronics13183659
Ivan Vajs, Srđan Brkić, Predrag Ivaniš, Dejan Drajic
The use of satellites to cover remote areas is a promising approach for increasing communication availability and reliability. The satellite resources, however, can be quite costly, and developing ways to optimize their usage is of great interest. Optimizing spectral efficiency while keeping the transmission error rate above a certain threshold represents one of the crucial aspects of resource optimization. This paper provides a novel strategy for adaptive coding and modulation (ACM) employment in land mobile satellite networks. The proposed solution incorporates machine learning techniques to predict channel state information and subsequently increase the overall spectral efficiency of the network. The Digital Video Broadcasting Satellite Second Generation (DVB-S2X) satellite protocol is considered as the use case, and by using the developed channel simulator, this paper performs an evaluation of the proposed machine learning solutions for channels with various characteristics, with a total of 90 different observed channels. The results show that a convolutional neural network with a modified loss function consistently achieves an improvement (over 100% in some scenarios) of spectral efficiency compared to the state-of-the-art ACM implementation while keeping the transmission error rate under 0.01 for single channel evaluation. When observing two channels, an improvement of more than 300% compared to the outdated information spectral efficiency was obtained in multiple scenarios, showing the effectiveness of the proposed approach and allowing optimization of the handover strategy in satellite networks that allow user-centric handover executions.
利用卫星覆盖偏远地区是提高通信可用性和可靠性的一种很有前途的方法。然而,卫星资源可能相当昂贵,因此开发优化卫星资源使用的方法非常重要。优化频谱效率,同时将传输错误率保持在一定阈值以上,是资源优化的关键环节之一。本文为陆地移动卫星网络中的自适应编码和调制(ACM)应用提供了一种新策略。所提出的解决方案采用机器学习技术来预测信道状态信息,从而提高网络的整体频谱效率。本文以第二代数字视频广播卫星(DVB-S2X)卫星协议为使用案例,通过使用所开发的信道模拟器,对所提出的机器学习解决方案进行了评估,该方案适用于具有各种特性的信道,共观察到 90 个不同的信道。结果表明,在单信道评估中,与最先进的 ACM 实现相比,具有修正损失函数的卷积神经网络能持续提高频谱效率(在某些情况下超过 100%),同时将传输错误率保持在 0.01 以下。在观测双信道时,与过时的信息频谱效率相比,在多种情况下均获得了超过 300% 的改进,这表明了所提方法的有效性,并允许在允许以用户为中心执行切换的卫星网络中优化切换策略。
{"title":"Neural Network SNR Prediction for Improved Spectral Efficiency in Land Mobile Satellite Networks","authors":"Ivan Vajs, Srđan Brkić, Predrag Ivaniš, Dejan Drajic","doi":"10.3390/electronics13183659","DOIUrl":"https://doi.org/10.3390/electronics13183659","url":null,"abstract":"The use of satellites to cover remote areas is a promising approach for increasing communication availability and reliability. The satellite resources, however, can be quite costly, and developing ways to optimize their usage is of great interest. Optimizing spectral efficiency while keeping the transmission error rate above a certain threshold represents one of the crucial aspects of resource optimization. This paper provides a novel strategy for adaptive coding and modulation (ACM) employment in land mobile satellite networks. The proposed solution incorporates machine learning techniques to predict channel state information and subsequently increase the overall spectral efficiency of the network. The Digital Video Broadcasting Satellite Second Generation (DVB-S2X) satellite protocol is considered as the use case, and by using the developed channel simulator, this paper performs an evaluation of the proposed machine learning solutions for channels with various characteristics, with a total of 90 different observed channels. The results show that a convolutional neural network with a modified loss function consistently achieves an improvement (over 100% in some scenarios) of spectral efficiency compared to the state-of-the-art ACM implementation while keeping the transmission error rate under 0.01 for single channel evaluation. When observing two channels, an improvement of more than 300% compared to the outdated information spectral efficiency was obtained in multiple scenarios, showing the effectiveness of the proposed approach and allowing optimization of the handover strategy in satellite networks that allow user-centric handover executions.","PeriodicalId":11646,"journal":{"name":"Electronics","volume":"21 1","pages":""},"PeriodicalIF":2.9,"publicationDate":"2024-09-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142259552","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"工程技术","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Electrothermal Averaged Model of a Half-Bridge DC–DC Converter Containing a Power Module 包含功率模块的半桥 DC-DC 转换器的电热平均模型
IF 2.9 3区 工程技术 Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-09-14 DOI: 10.3390/electronics13183662
Krzysztof Górecki, Paweł Górecki
This article proposes an electrothermal averaged model of a half-bridge DC–DC converter containing a power module. This kind of model enables the computation of characteristics of DC–DC converters using DC analysis. The form of the elaborated model is presented. Both the electrical and thermal properties of the analyzed DC–DC converter are included in this model. This is the first averaged electrothermal model of a DC–DC converter which makes it possible to compute the junction temperature of all the semiconductor devices and magnetic components. The accuracy of the model was experimentally verified in a wide range of switching frequencies and output currents. Particularly, the influence of mutual thermal couplings between the transistors contained in the considered module on the characteristics of the converter and the junction temperature of the transistors is analyzed.
本文提出了一种包含功率模块的半桥 DC-DC 转换器的电热平均模型。这种模型可以利用直流分析计算直流-直流转换器的特性。本文介绍了详细模型的形式。所分析的直流-直流转换器的电特性和热特性都包含在该模型中。这是第一个 DC-DC 转换器的平均电热模型,可以计算所有半导体器件和磁性元件的结温。实验验证了该模型在各种开关频率和输出电流下的准确性。特别是分析了所考虑模块中晶体管之间的相互热耦合对转换器特性和晶体管结温的影响。
{"title":"Electrothermal Averaged Model of a Half-Bridge DC–DC Converter Containing a Power Module","authors":"Krzysztof Górecki, Paweł Górecki","doi":"10.3390/electronics13183662","DOIUrl":"https://doi.org/10.3390/electronics13183662","url":null,"abstract":"This article proposes an electrothermal averaged model of a half-bridge DC–DC converter containing a power module. This kind of model enables the computation of characteristics of DC–DC converters using DC analysis. The form of the elaborated model is presented. Both the electrical and thermal properties of the analyzed DC–DC converter are included in this model. This is the first averaged electrothermal model of a DC–DC converter which makes it possible to compute the junction temperature of all the semiconductor devices and magnetic components. The accuracy of the model was experimentally verified in a wide range of switching frequencies and output currents. Particularly, the influence of mutual thermal couplings between the transistors contained in the considered module on the characteristics of the converter and the junction temperature of the transistors is analyzed.","PeriodicalId":11646,"journal":{"name":"Electronics","volume":"18 1","pages":""},"PeriodicalIF":2.9,"publicationDate":"2024-09-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142259588","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"工程技术","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
VividWav2Lip: High-Fidelity Facial Animation Generation Based on Speech-Driven Lip Synchronization VividWav2Lip:基于语音驱动的唇部同步生成高保真面部动画
IF 2.9 3区 工程技术 Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-09-14 DOI: 10.3390/electronics13183657
Li Liu, Jinhui Wang, Shijuan Chen, Zongmei Li
Speech-driven lip synchronization is a crucial technology for generating realistic facial animations, with broad application prospects in virtual reality, education, training, and other fields. However, existing methods still face challenges in generating high-fidelity facial animations, particularly in addressing lip jitter and facial motion instability issues in continuous frame sequences. This study presents VividWav2Lip, an improved speech-driven lip synchronization model. Our model incorporates three key innovations: a cross-attention mechanism for enhanced audio-visual feature fusion, an optimized network structure with Squeeze-and-Excitation (SE) residual blocks, and the integration of the CodeFormer facial restoration network for post-processing. Extensive experiments were conducted on a diverse dataset comprising multiple languages and facial types. Quantitative evaluations demonstrate that VividWav2Lip outperforms the baseline Wav2Lip model by 5% in lip sync accuracy and image generation quality, with even more significant improvements over other mainstream methods. In subjective assessments, 85% of participants perceived VividWav2Lip-generated animations as more realistic compared to those produced by existing techniques. Additional experiments reveal our model’s robust cross-lingual performance, maintaining consistent quality even for languages not included in the training set. This study not only advances the theoretical foundations of audio-driven lip synchronization but also offers a practical solution for high-fidelity, multilingual dynamic face generation, with potential applications spanning virtual assistants, video dubbing, and personalized content creation.
语音驱动的唇部同步是生成逼真面部动画的关键技术,在虚拟现实、教育、培训等领域有着广阔的应用前景。然而,现有方法在生成高保真面部动画方面仍面临挑战,尤其是在解决连续帧序列中的唇部抖动和面部运动不稳定性问题方面。本研究提出了一种改进的语音驱动唇部同步模型 VividWav2Lip。我们的模型包含三项关键创新:用于增强视听特征融合的交叉注意机制、带有挤压-激发(SE)残差块的优化网络结构,以及用于后处理的 CodeFormer 面部修复网络的集成。我们在一个包含多种语言和面部类型的多样化数据集上进行了广泛的实验。定量评估结果表明,VividWav2Lip 在唇音同步准确率和图像生成质量方面比基准 Wav2Lip 模型高出 5%,比其他主流方法有更显著的改进。在主观评估中,85% 的参与者认为 VividWav2Lip 生成的动画比现有技术生成的动画更逼真。其他实验表明,我们的模型具有强大的跨语言性能,即使是训练集中未包含的语言也能保持稳定的质量。这项研究不仅推进了音频驱动唇语同步的理论基础,还为高保真、多语言动态人脸生成提供了实用的解决方案,其潜在应用领域包括虚拟助手、视频配音和个性化内容创建。
{"title":"VividWav2Lip: High-Fidelity Facial Animation Generation Based on Speech-Driven Lip Synchronization","authors":"Li Liu, Jinhui Wang, Shijuan Chen, Zongmei Li","doi":"10.3390/electronics13183657","DOIUrl":"https://doi.org/10.3390/electronics13183657","url":null,"abstract":"Speech-driven lip synchronization is a crucial technology for generating realistic facial animations, with broad application prospects in virtual reality, education, training, and other fields. However, existing methods still face challenges in generating high-fidelity facial animations, particularly in addressing lip jitter and facial motion instability issues in continuous frame sequences. This study presents VividWav2Lip, an improved speech-driven lip synchronization model. Our model incorporates three key innovations: a cross-attention mechanism for enhanced audio-visual feature fusion, an optimized network structure with Squeeze-and-Excitation (SE) residual blocks, and the integration of the CodeFormer facial restoration network for post-processing. Extensive experiments were conducted on a diverse dataset comprising multiple languages and facial types. Quantitative evaluations demonstrate that VividWav2Lip outperforms the baseline Wav2Lip model by 5% in lip sync accuracy and image generation quality, with even more significant improvements over other mainstream methods. In subjective assessments, 85% of participants perceived VividWav2Lip-generated animations as more realistic compared to those produced by existing techniques. Additional experiments reveal our model’s robust cross-lingual performance, maintaining consistent quality even for languages not included in the training set. This study not only advances the theoretical foundations of audio-driven lip synchronization but also offers a practical solution for high-fidelity, multilingual dynamic face generation, with potential applications spanning virtual assistants, video dubbing, and personalized content creation.","PeriodicalId":11646,"journal":{"name":"Electronics","volume":"214 1","pages":""},"PeriodicalIF":2.9,"publicationDate":"2024-09-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142259551","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"工程技术","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A Critical AI View on Autonomous Vehicle Navigation: The Growing Danger 关于自动驾驶汽车导航的人工智能批判性观点:日益严重的危险
IF 2.9 3区 工程技术 Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2024-09-14 DOI: 10.3390/electronics13183660
Tymoteusz Miller, Irmina Durlik, Ewelina Kostecka, Piotr Borkowski, Adrianna Łobodzińska
Autonomous vehicles (AVs) represent a transformative advancement in transportation technology, promising to enhance travel efficiency, reduce traffic accidents, and revolutionize our road systems. Central to the operation of AVs is the integration of artificial intelligence (AI), which enables these vehicles to navigate complex environments with minimal human intervention. This review critically examines the potential dangers associated with the increasing reliance on AI in AV navigation. It explores the current state of AI technologies, highlighting key techniques such as machine learning and neural networks, and identifies significant challenges including technical limitations, safety risks, and ethical and legal concerns. Real-world incidents, such as Uber’s fatal accident and Tesla’s crash, underscore the potential risks and the need for robust safety measures. Future threats, such as sophisticated cyber-attacks, are also considered. The review emphasizes the importance of improving AI systems, implementing comprehensive regulatory frameworks, and enhancing public awareness to mitigate these risks. By addressing these challenges, we can pave the way for the safe and reliable deployment of autonomous vehicles, ensuring their benefits can be fully realized.
自动驾驶汽车(AVs)代表了交通技术的变革性进步,有望提高出行效率、减少交通事故并彻底改变我们的道路系统。自动驾驶汽车运行的核心是人工智能(AI)的集成,它能使这些车辆在复杂的环境中导航,只需最少的人工干预。本综述批判性地探讨了自动驾驶汽车导航日益依赖人工智能所带来的潜在危险。它探讨了人工智能技术的现状,重点介绍了机器学习和神经网络等关键技术,并指出了包括技术限制、安全风险以及伦理和法律问题在内的重大挑战。Uber 致命事故和特斯拉车祸等现实世界中发生的事件凸显了潜在的风险和采取强有力安全措施的必要性。此外,还考虑了未来的威胁,如复杂的网络攻击。审查强调了改进人工智能系统、实施全面监管框架和提高公众意识以降低这些风险的重要性。通过应对这些挑战,我们可以为安全可靠地部署自动驾驶汽车铺平道路,确保其效益得以充分实现。
{"title":"A Critical AI View on Autonomous Vehicle Navigation: The Growing Danger","authors":"Tymoteusz Miller, Irmina Durlik, Ewelina Kostecka, Piotr Borkowski, Adrianna Łobodzińska","doi":"10.3390/electronics13183660","DOIUrl":"https://doi.org/10.3390/electronics13183660","url":null,"abstract":"Autonomous vehicles (AVs) represent a transformative advancement in transportation technology, promising to enhance travel efficiency, reduce traffic accidents, and revolutionize our road systems. Central to the operation of AVs is the integration of artificial intelligence (AI), which enables these vehicles to navigate complex environments with minimal human intervention. This review critically examines the potential dangers associated with the increasing reliance on AI in AV navigation. It explores the current state of AI technologies, highlighting key techniques such as machine learning and neural networks, and identifies significant challenges including technical limitations, safety risks, and ethical and legal concerns. Real-world incidents, such as Uber’s fatal accident and Tesla’s crash, underscore the potential risks and the need for robust safety measures. Future threats, such as sophisticated cyber-attacks, are also considered. The review emphasizes the importance of improving AI systems, implementing comprehensive regulatory frameworks, and enhancing public awareness to mitigate these risks. By addressing these challenges, we can pave the way for the safe and reliable deployment of autonomous vehicles, ensuring their benefits can be fully realized.","PeriodicalId":11646,"journal":{"name":"Electronics","volume":"7 1","pages":""},"PeriodicalIF":2.9,"publicationDate":"2024-09-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142259587","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"工程技术","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Electronics
全部 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