首页 > 最新文献

Computers & Electrical Engineering最新文献

英文 中文
A study on the water content in distribution pole transformer using random forest model 利用随机森林模型研究配电杆变压器中的含水量
IF 4 3区 计算机科学 Q1 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2024-10-31 DOI: 10.1016/j.compeleceng.2024.109823
Jun-Hyeok Kim
This study proposes and validates an artificial intelligence (AI)-based method for estimating the water content in the insulating oil of distribution-level transformers. The methodology includes data augmentation using noise addition, outlier removal via Isolation Forest, and data normalization through square root transformation. A Random Forest (RF) model is developed to estimate water content based on the usage period of the transformer. Correlation analyses identified the usage period as the key variable affecting water content. The model demonstrated high estimation accuracy with an R-squared value of 0.83, closely aligning estimated values with measured data. This approach provides a practical solution for real-world applications, expanding the focus to distribution-level transformers and ensuring reliable estimations through validation with actual field data. Despite limitations due to a dataset comprising 100 samples of transformer usage and oil analysis data, the method shows promise for accurate transformer lifespan assessment and efficient asset management. Future research will enhance model performance by incorporating diverse environmental conditions and comparative analyses with other machine learning (ML) algorithms, aiming to optimize estimation reliability and safety for distribution-level transformers. Consistency in the methodology description and actual models used will be maintained to avoid discrepancies.
本研究提出并验证了一种基于人工智能(AI)的方法,用于估算配电级变压器绝缘油中的含水量。该方法包括利用噪声增加数据、通过隔离森林去除离群值以及通过平方根变换进行数据归一化。开发了一个随机森林 (RF) 模型,用于根据变压器的使用期估算含水量。相关分析表明,使用期是影响含水量的关键变量。该模型的估计精度很高,R 方值为 0.83,估计值与测量数据非常接近。这种方法为实际应用提供了切实可行的解决方案,将重点扩大到配电级变压器,并通过实际现场数据的验证确保估算结果的可靠性。尽管由于数据集由 100 个变压器使用和油分析数据样本组成而存在局限性,但该方法显示了准确评估变压器寿命和高效资产管理的前景。未来的研究将通过纳入不同的环境条件以及与其他机器学习(ML)算法的对比分析来提高模型性能,从而优化配电级变压器的估计可靠性和安全性。将保持方法描述和实际使用模型的一致性,以避免出现差异。
{"title":"A study on the water content in distribution pole transformer using random forest model","authors":"Jun-Hyeok Kim","doi":"10.1016/j.compeleceng.2024.109823","DOIUrl":"10.1016/j.compeleceng.2024.109823","url":null,"abstract":"<div><div>This study proposes and validates an artificial intelligence (AI)-based method for estimating the water content in the insulating oil of distribution-level transformers. The methodology includes data augmentation using noise addition, outlier removal via Isolation Forest, and data normalization through square root transformation. A Random Forest (RF) model is developed to estimate water content based on the usage period of the transformer. Correlation analyses identified the usage period as the key variable affecting water content. The model demonstrated high estimation accuracy with an R-squared value of 0.83, closely aligning estimated values with measured data. This approach provides a practical solution for real-world applications, expanding the focus to distribution-level transformers and ensuring reliable estimations through validation with actual field data. Despite limitations due to a dataset comprising 100 samples of transformer usage and oil analysis data, the method shows promise for accurate transformer lifespan assessment and efficient asset management. Future research will enhance model performance by incorporating diverse environmental conditions and comparative analyses with other machine learning (ML) algorithms, aiming to optimize estimation reliability and safety for distribution-level transformers. Consistency in the methodology description and actual models used will be maintained to avoid discrepancies.</div></div>","PeriodicalId":50630,"journal":{"name":"Computers & Electrical Engineering","volume":"120 ","pages":"Article 109823"},"PeriodicalIF":4.0,"publicationDate":"2024-10-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142561223","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
Enhancing IoT data acquisition efficiency via FPGA-based implementation with OpenCL framework 通过基于 FPGA 的实施和 OpenCL 框架提高物联网数据采集效率
IF 4 3区 计算机科学 Q1 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2024-10-31 DOI: 10.1016/j.compeleceng.2024.109830
Iman Firmansyah , Bambang Setiadi , Agus Subekti , Heri Nugraha , Edi Kurniawan , Yoshiki Yamaguchi
The increasing demand for real-time data processing in Internet of Things (IoT) applications necessitates the development of efficient and flexible data acquisition systems capable of receiving and processing data from various sensor types. In conjunction with OpenCL, field-programmable gate arrays (FPGAs) have recently emerged as powerful platforms for accelerating data-intensive tasks. This study explored the implementation of an FPGA for data acquisition using OpenCL, aiming to design and implement an efficient data acquisition system tailored for IoT applications. Utilizing OpenCL for FPGA-based data acquisition offers several advantages that contribute to system efficiency, particularly in hardware interfaces between FPGA and external devices used in IoT applications. OpenCL abstracts the complexity of the FPGA hardware interface to external DDR memory for storing temporary data and a communication interface to the host CPU for transferring the collected data and enabling remote access, enabling developers to focus on algorithm design and functionality. To enable data reading from an external analog-to-digital converter (ADC) chip for IoT applications, we developed a component module that utilizes the Avalon-streaming interface and can stream the data to the OpenCL kernel. An experiment was conducted to demonstrate the performance of our proposed design. According to the findings of the experiments, a data acquisition implementation based on an FPGA and OpenCL can simultaneously read analog signals via a multichannel ADC. The proposed design provides a foundation for designing efficient data acquisition solutions, addressing the increasing needs of FPGA-based data acquisition in various IoT environments.
物联网(IoT)应用对实时数据处理的需求日益增长,因此有必要开发高效灵活的数据采集系统,以接收和处理来自各种传感器类型的数据。结合 OpenCL,现场可编程门阵列(FPGA)最近已成为加速数据密集型任务的强大平台。本研究探讨了使用 OpenCL 实现用于数据采集的 FPGA,旨在为物联网应用设计和实现一个高效的数据采集系统。利用 OpenCL 进行基于 FPGA 的数据采集具有多个优势,有助于提高系统效率,特别是在 FPGA 与物联网应用中使用的外部设备之间的硬件接口方面。OpenCL 抽象了 FPGA 硬件接口与外部 DDR 存储器(用于存储临时数据)以及与主机 CPU 通信接口(用于传输采集的数据并实现远程访问)之间的复杂性,使开发人员能够专注于算法设计和功能。为使物联网应用能够从外部模数转换器(ADC)芯片读取数据,我们开发了一个组件模块,利用 Avalon-streaming 接口将数据流传输到 OpenCL 内核。我们进行了一项实验,以证明我们提出的设计的性能。实验结果表明,基于 FPGA 和 OpenCL 的数据采集实现可以通过多通道 ADC 同时读取模拟信号。所提出的设计为设计高效的数据采集解决方案奠定了基础,满足了各种物联网环境中日益增长的基于 FPGA 的数据采集需求。
{"title":"Enhancing IoT data acquisition efficiency via FPGA-based implementation with OpenCL framework","authors":"Iman Firmansyah ,&nbsp;Bambang Setiadi ,&nbsp;Agus Subekti ,&nbsp;Heri Nugraha ,&nbsp;Edi Kurniawan ,&nbsp;Yoshiki Yamaguchi","doi":"10.1016/j.compeleceng.2024.109830","DOIUrl":"10.1016/j.compeleceng.2024.109830","url":null,"abstract":"<div><div>The increasing demand for real-time data processing in Internet of Things (IoT) applications necessitates the development of efficient and flexible data acquisition systems capable of receiving and processing data from various sensor types. In conjunction with OpenCL, field-programmable gate arrays (FPGAs) have recently emerged as powerful platforms for accelerating data-intensive tasks. This study explored the implementation of an FPGA for data acquisition using OpenCL, aiming to design and implement an efficient data acquisition system tailored for IoT applications. Utilizing OpenCL for FPGA-based data acquisition offers several advantages that contribute to system efficiency, particularly in hardware interfaces between FPGA and external devices used in IoT applications. OpenCL abstracts the complexity of the FPGA hardware interface to external DDR memory for storing temporary data and a communication interface to the host CPU for transferring the collected data and enabling remote access, enabling developers to focus on algorithm design and functionality. To enable data reading from an external analog-to-digital converter (ADC) chip for IoT applications, we developed a component module that utilizes the Avalon-streaming interface and can stream the data to the OpenCL kernel. An experiment was conducted to demonstrate the performance of our proposed design. According to the findings of the experiments, a data acquisition implementation based on an FPGA and OpenCL can simultaneously read analog signals via a multichannel ADC. The proposed design provides a foundation for designing efficient data acquisition solutions, addressing the increasing needs of FPGA-based data acquisition in various IoT environments.</div></div>","PeriodicalId":50630,"journal":{"name":"Computers & Electrical Engineering","volume":"120 ","pages":"Article 109830"},"PeriodicalIF":4.0,"publicationDate":"2024-10-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142561222","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
Multi-type energy conversion for managing the consumption by enhancing the resiliency of electrical distribution networks 通过提高配电网络的弹性来管理消耗的多类型能源转换
IF 4 3区 计算机科学 Q1 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2024-10-31 DOI: 10.1016/j.compeleceng.2024.109841
Hesam addin Yousefian, Abolfazl Jalilvand, Amir Bagheri
The climatic circumstances of the world have altered due to the world warming up, and this issue has increased high-impact and low-probability (HILP) events more than before. Supplying energy requirements has turned into one of the main challenges of utilities especially electrical distribution companies considering the frequency and intensity of HILP events. On the other hand, developments in storing electricity have varied expectations and will change the solutions leading to resilient electrical distribution networks (EDNs). Some researchers have studied and analyzed numerous aspects of resilient EDNs but hybridization of different types of energy storage systems (ESSs) has not evaluated before. This paper considers energy management of emergency-operated EDNs equipped with two different types of energy storage systems which are batteries and flywheels. Convex equations in all parts of the problem, including different types of energy storage systems are proposed and modeled as an MIQCP to optimize the resilient networks considering all limitations. The proposed framework is developed in GAMS software and the results are provided in the form of Pareto optimal solutions. Applicability of the conducted model is evaluated by the IEEE 33-bus test system aiming at outstanding the effects of flywheels in improving the resiliency of electrical distribution networks. The proposed model analyzed by various energy storing scenarios based on technical and economical limitations. Results showed that among the considered case studies, the 50 % of the cases included with flywheel while batteries participated in 30 % that were the most expensive ones. On the other hand, the lowest amount of objective function belongs to the case that is only included with flywheels. Accordingly, by considering flywheels as a newly born energy storage system in the emergency-operated EDNs, the flexibility of energy management is facilitated and can be developed economically.
由于全球变暖,世界的气候环境发生了变化,这一问题使得高影响、低概率(HILP)事件比以往有所增加。考虑到 HILP 事件的频率和强度,供应能源需求已成为公用事业公司,尤其是配电公司面临的主要挑战之一。另一方面,蓄电技术的发展带来了不同的期望,并将改变解决方案,从而实现弹性配电网络(EDN)。一些研究人员已经对弹性配电网的许多方面进行了研究和分析,但之前尚未对不同类型的储能系统(ESS)的混合使用进行评估。本文考虑了配备电池和飞轮两种不同类型储能系统的紧急运行 EDN 的能源管理问题。本文提出了问题所有部分(包括不同类型的储能系统)的凸方程,并将其建模为 MIQCP,以便在考虑所有限制因素的情况下优化弹性网络。提出的框架是在 GAMS 软件中开发的,结果以帕累托最优解的形式提供。通过 IEEE 33 总线测试系统对所建立模型的适用性进行了评估,旨在突出飞轮在提高配电网络弹性方面的作用。根据技术和经济方面的限制,对所提出的模型进行了各种储能方案分析。结果显示,在所考虑的案例研究中,50% 的案例使用了飞轮,而 30% 的案例使用了电池,其中电池的成本最高。另一方面,目标函数最小的是只包含飞轮的案例。因此,将飞轮作为一种新的储能系统应用于紧急运行的 EDN 中,可促进能源管理的灵活性,并以经济的方式进行开发。
{"title":"Multi-type energy conversion for managing the consumption by enhancing the resiliency of electrical distribution networks","authors":"Hesam addin Yousefian,&nbsp;Abolfazl Jalilvand,&nbsp;Amir Bagheri","doi":"10.1016/j.compeleceng.2024.109841","DOIUrl":"10.1016/j.compeleceng.2024.109841","url":null,"abstract":"<div><div>The climatic circumstances of the world have altered due to the world warming up, and this issue has increased high-impact and low-probability (HILP) events more than before. Supplying energy requirements has turned into one of the main challenges of utilities especially electrical distribution companies considering the frequency and intensity of HILP events. On the other hand, developments in storing electricity have varied expectations and will change the solutions leading to resilient electrical distribution networks (EDNs). Some researchers have studied and analyzed numerous aspects of resilient EDNs but hybridization of different types of energy storage systems (ESSs) has not evaluated before. This paper considers energy management of emergency-operated EDNs equipped with two different types of energy storage systems which are batteries and flywheels. Convex equations in all parts of the problem, including different types of energy storage systems are proposed and modeled as an MIQCP to optimize the resilient networks considering all limitations. The proposed framework is developed in GAMS software and the results are provided in the form of Pareto optimal solutions. Applicability of the conducted model is evaluated by the IEEE 33-bus test system aiming at outstanding the effects of flywheels in improving the resiliency of electrical distribution networks. The proposed model analyzed by various energy storing scenarios based on technical and economical limitations. Results showed that among the considered case studies, the 50 % of the cases included with flywheel while batteries participated in 30 % that were the most expensive ones. On the other hand, the lowest amount of objective function belongs to the case that is only included with flywheels. Accordingly, by considering flywheels as a newly born energy storage system in the emergency-operated EDNs, the flexibility of energy management is facilitated and can be developed economically.</div></div>","PeriodicalId":50630,"journal":{"name":"Computers & Electrical Engineering","volume":"120 ","pages":"Article 109841"},"PeriodicalIF":4.0,"publicationDate":"2024-10-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142561221","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 hybrid BERT-CPSO model for multi-class depression detection using pure hindi and hinglish multimodal data on social media 利用社交媒体上的纯印地语和英语多模态数据进行多类抑郁检测的 BERT-CPSO 混合模型
IF 4 3区 计算机科学 Q1 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2024-10-30 DOI: 10.1016/j.compeleceng.2024.109786
Rohit Beniwal, Pavi Saraswat
Due to the psychological strain that depression causes, there has been a noticeable increase in the number of persons compromising their lives in recent years. Social media platforms provide researchers with an entirely novel viewpoint on identifying individuals who are depressed. Previous research on automatic learning models for depression detection revealed low detection accuracy and an absence of optimizing techniques that could enhance detection accuracy. Furthermore, there is no such dataset, and very little study has been done on the multimodal pure Hindi and code-mixed Hinglish language domains. In light of this, we developed a Hindi dataset and suggested reliable methods for depression detection based on multimodal data, i.e., text and images, using the Hindi and Hinglish languages. This study aims to accomplish three things: first, it will evaluate text data using an effective Bidirectional Encoder Representations from Transformers (BERT) approach and compare it with other transfer learning variants; second, it will analyze image data by suggesting a Convolutional Neural Network (CNN) optimized with a nature-inspired algorithm, namely Particle Swarm Optimization (PSO), or CPSO; and third, it will classify the multimodal data into depressive and non-depressive posts by suggesting a hybrid of the best-performing models on text and images, namely BERT-CPSO (BTCPSO). The results produced with the BERT model showed the best accuracy of 95% for text data, in contrast to RoBERTa, DistilBERT, and XLNet. Further, CPSO outperforms other Machine Learning (ML) and Deep Learning (DL) algorithms for image data with an accuracy of 95%. Additionally, comparing the proposed CPSO with a basic CNN revealed that integrating the PSO technique with CNN increased the model's accuracy in detecting depressed posts by 5%. In conclusion, hybrid BERT-CPSO outperforms other BERT combinations with ML and DL algorithms for multimodal data, achieving 97%, 95%, 98%, and 96%, respectively, in accuracy, recall, precision, and F1-scores. As a result, the findings of comparing the suggested technique with the earlier models show the effectiveness of the approach that has been provided and can help medical professionals diagnose depression with precision.
由于抑郁症造成的心理压力,近年来影响生活的人数明显增加。社交媒体平台为研究人员识别抑郁症患者提供了一个全新的视角。以往对抑郁检测自动学习模型的研究表明,检测准确率较低,而且缺乏可提高检测准确率的优化技术。此外,目前还没有这样的数据集,对多模态纯印地语和代码混合印地语语言域的研究也很少。有鉴于此,我们开发了一个印地语数据集,并提出了基于多模态数据(即文本和图像)、使用印地语和兴英语进行抑郁检测的可靠方法。本研究旨在实现三个目标:首先,它将使用有效的变压器双向编码器表征(BERT)方法评估文本数据,并将其与其他迁移学习变体进行比较;其次,它将通过建议使用自然启发算法(即粒子群优化(PSO)或 CPSO)优化的卷积神经网络(CNN)分析图像数据;第三,它将把多模态数据分为抑郁帖子和非抑郁帖子,建议使用文本和图像最佳模型的混合模型,即 BERT-CPSO (BTCPSO)。与 RoBERTa、DistilBERT 和 XLNet 相比,BERT 模型对文本数据的准确率最高,达到 95%。此外,在图像数据方面,CPSO 的准确率高达 95%,优于其他机器学习(ML)和深度学习(DL)算法。此外,将所提出的 CPSO 与基本 CNN 进行比较后发现,将 PSO 技术与 CNN 整合后,该模型在检测抑郁帖子方面的准确率提高了 5%。总之,在多模态数据方面,混合 BERT-CPSO 的准确率、召回率、精确率和 F1 分数分别达到了 97%、95%、98% 和 96%,优于其他 BERT 与 ML 和 DL 算法的组合。因此,将所建议的技术与早期模型进行比较的结果表明,所提供的方法非常有效,可以帮助医疗专业人员精确诊断抑郁症。
{"title":"A hybrid BERT-CPSO model for multi-class depression detection using pure hindi and hinglish multimodal data on social media","authors":"Rohit Beniwal,&nbsp;Pavi Saraswat","doi":"10.1016/j.compeleceng.2024.109786","DOIUrl":"10.1016/j.compeleceng.2024.109786","url":null,"abstract":"<div><div>Due to the psychological strain that depression causes, there has been a noticeable increase in the number of persons compromising their lives in recent years. Social media platforms provide researchers with an entirely novel viewpoint on identifying individuals who are depressed. Previous research on automatic learning models for depression detection revealed low detection accuracy and an absence of optimizing techniques that could enhance detection accuracy. Furthermore, there is no such dataset, and very little study has been done on the multimodal pure Hindi and code-mixed Hinglish language domains. In light of this, we developed a Hindi dataset and suggested reliable methods for depression detection based on multimodal data, i.e., text and images, using the Hindi and Hinglish languages. This study aims to accomplish three things: first, it will evaluate text data using an effective Bidirectional Encoder Representations from Transformers (BERT) approach and compare it with other transfer learning variants; second, it will analyze image data by suggesting a Convolutional Neural Network (CNN) optimized with a nature-inspired algorithm, namely Particle Swarm Optimization (PSO), or CPSO; and third, it will classify the multimodal data into depressive and non-depressive posts by suggesting a hybrid of the best-performing models on text and images, namely BERT-CPSO (BTCPSO). The results produced with the BERT model showed the best accuracy of 95% for text data, in contrast to RoBERTa, DistilBERT, and XLNet. Further, CPSO outperforms other Machine Learning (ML) and Deep Learning (DL) algorithms for image data with an accuracy of 95%. Additionally, comparing the proposed CPSO with a basic CNN revealed that integrating the PSO technique with CNN increased the model's accuracy in detecting depressed posts by 5%. In conclusion, hybrid BERT-CPSO outperforms other BERT combinations with ML and DL algorithms for multimodal data, achieving 97%, 95%, 98%, and 96%, respectively, in accuracy, recall, precision, and F1-scores. As a result, the findings of comparing the suggested technique with the earlier models show the effectiveness of the approach that has been provided and can help medical professionals diagnose depression with precision.</div></div>","PeriodicalId":50630,"journal":{"name":"Computers & Electrical Engineering","volume":"120 ","pages":"Article 109786"},"PeriodicalIF":4.0,"publicationDate":"2024-10-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142552125","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
Cooperative resource sharing and cost minimization in energy hub systems using an improved grasshopper optimization algorithm approach 使用改进的蚱蜢优化算法方法实现能源枢纽系统中的合作资源共享和成本最小化
IF 4 3区 计算机科学 Q1 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2024-10-30 DOI: 10.1016/j.compeleceng.2024.109821
Rui Fei, Jianwen Cui
This study presents a cooperative paradigm for energy hub systems (EHSs) where a network of interconnected hubs cooperates in exploiting the resources with the purpose of economic saving. In such an architecture, each hub provided with various sources of energy, such as combined heat and power (CHP), hot water tanks, renewable sources, electric chillers, and absorption chillers, will integrate all these sources for more adaptability and efficiency to the system. Moreover, the integration of energy storage systems (ESSs) is considered to enhance the flexibility of the energy hub concerning power, heating, and cooling. Recognizing the complexity associated with incorporating multiple constraints, the improved grasshopper optimization algorithm (IGOA) is introduced to effectively address this challenge. By leveraging this algorithm, the study aims to overcome the intricacies involved in considering various constraints and achieve an optimal outcome. The IGOA improves the efficiency and effectiveness of local and national searches in solving complex energy hub optimization problems. Reducing the likelihood of getting stuck in suboptimal solutions, enhances the algorithm's ability to find optimal solutions considering multiple constraints, thereby enhancing the overall performance and cost-effectiveness of EHSs. The issue is defined as a planning challenge, and by collaborative efforts, the expenses associated with the network energy hubs are reduced, illustrating the efficacy of this concept. The findings indicate the influence of the suggested cooperative technique, with operating cost reductions of 19.09 %, 13.27 %, and 8.75 % for Hub 1, Hub 2, and Hub 3, respectively. Furthermore, the cooperative framework eradicates energy deficits and disruptions, in contrast to 1,198.21 kWh of unfulfilled demand and 22 interruptions in the non-cooperative scenario. These results underscore the significant advantages of the collaborative technique in improving cost-efficiency, reliability, and resource utilization.
本研究提出了一种能源中枢系统(EHS)的合作模式,即由相互连接的中枢组成的网络以经济节约为目的,合作利用资源。在这种架构中,每个集线器都提供各种能源,如热电联产(CHP)、热水箱、可再生能源、电制冷机和吸收式制冷机,并将所有这些能源进行整合,以提高系统的适应性和效率。此外,储能系统(ESS)的集成也被认为可以提高能源枢纽在供电、供热和制冷方面的灵活性。由于认识到集成多个约束条件的复杂性,我们引入了改进的蚱蜢优化算法(IGOA)来有效应对这一挑战。通过利用该算法,本研究旨在克服考虑各种约束时所涉及的复杂性,并实现最优结果。在解决复杂的能源枢纽优化问题时,IGOA 提高了本地搜索和全国搜索的效率和效果。降低了陷入次优解的可能性,增强了算法在考虑多种约束条件的情况下找到最优解的能力,从而提高了 EHS 的整体性能和成本效益。该问题被定义为规划挑战,通过协同努力,减少了与网络能源枢纽相关的费用,说明了这一概念的功效。研究结果表明了所建议的合作技术的影响力,枢纽 1、枢纽 2 和枢纽 3 的运营成本分别降低了 19.09%、13.27% 和 8.75%。此外,合作框架消除了能源短缺和中断,而在非合作方案中,未满足的需求为 1,198.21 千瓦时,中断 22 次。这些结果凸显了合作技术在提高成本效益、可靠性和资源利用率方面的显著优势。
{"title":"Cooperative resource sharing and cost minimization in energy hub systems using an improved grasshopper optimization algorithm approach","authors":"Rui Fei,&nbsp;Jianwen Cui","doi":"10.1016/j.compeleceng.2024.109821","DOIUrl":"10.1016/j.compeleceng.2024.109821","url":null,"abstract":"<div><div>This study presents a cooperative paradigm for energy hub systems (EHSs) where a network of interconnected hubs cooperates in exploiting the resources with the purpose of economic saving. In such an architecture, each hub provided with various sources of energy, such as combined heat and power (CHP), hot water tanks, renewable sources, electric chillers, and absorption chillers, will integrate all these sources for more adaptability and efficiency to the system. Moreover, the integration of energy storage systems (ESSs) is considered to enhance the flexibility of the energy hub concerning power, heating, and cooling. Recognizing the complexity associated with incorporating multiple constraints, the improved grasshopper optimization algorithm (IGOA) is introduced to effectively address this challenge. By leveraging this algorithm, the study aims to overcome the intricacies involved in considering various constraints and achieve an optimal outcome. The IGOA improves the efficiency and effectiveness of local and national searches in solving complex energy hub optimization problems. Reducing the likelihood of getting stuck in suboptimal solutions, enhances the algorithm's ability to find optimal solutions considering multiple constraints, thereby enhancing the overall performance and cost-effectiveness of EHSs. The issue is defined as a planning challenge, and by collaborative efforts, the expenses associated with the network energy hubs are reduced, illustrating the efficacy of this concept. The findings indicate the influence of the suggested cooperative technique, with operating cost reductions of 19.09 %, 13.27 %, and 8.75 % for Hub 1, Hub 2, and Hub 3, respectively. Furthermore, the cooperative framework eradicates energy deficits and disruptions, in contrast to 1,198.21 kWh of unfulfilled demand and 22 interruptions in the non-cooperative scenario. These results underscore the significant advantages of the collaborative technique in improving cost-efficiency, reliability, and resource utilization.</div></div>","PeriodicalId":50630,"journal":{"name":"Computers & Electrical Engineering","volume":"120 ","pages":"Article 109821"},"PeriodicalIF":4.0,"publicationDate":"2024-10-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142552026","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
Probabilistic modeling and optimization of microgrids with EV parking lots and dispersed generation 电动汽车停车场和分散式发电微电网的概率建模与优化
IF 4 3区 计算机科学 Q1 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2024-10-30 DOI: 10.1016/j.compeleceng.2024.109714
Liang Ning
Distributed generation sources provide self-governing power during outages, making microgrids and islanded distribution networks vital for service endurance, superior power quality, reliability, and operative efficiency. However, microgrids structure are difficult to control, particularly in islanded mode where no main power source exists if the main grid fails. Fast responses from discrete generation sources using power electronics can undermine the grid during faults or normal operations without proper regulations. The double-fed induction generator (DFIG) has become the preferred wind turbine generator owing to its low cost and flexibility to varying wind speeds. This paper presents a probabilistic scheduling for day-ahead microgrid programming that includes EV parking lots and dispersed generation resources. The microgrid works in both normal and islanded modes depending on main grid conditions. The uncertainty in EV parking lot usage is modeled hourly using the Z-number method, while wind and solar generation, market prices, and loads are modeled using the Monte Carlo method. Scenario-based incidents in the upstream grid that lead to microgrid islanding are considered, focusing on the time and duration of impact. The optimization model accounts for uncertainty, EV charging/discharging, and operational costs under normal and fault conditions. The fault ride-through (FRT) method for maintaining DFIG stability in islanded microgrids are proposed. In this technique stabilizes terminal voltage during faults by employing a resistor in series with the DFIG stator, enhancing voltage stability and FRT capability. Without these methods, the DFIG may lose stability after clearing transient errors, risking generator loss and threatening microgrid stability, particularly in islanded mode. The effectiveness of these control and protection strategies is validated through comprehensive simulations in MATLAB.
分布式发电在停电期间提供自我管理的电力,这使得微电网和孤岛式配电网络对服务的持久性、卓越的电能质量、可靠性和运行效率至关重要。然而,微电网结构难以控制,特别是在孤岛模式下,如果主电网发生故障,就不存在主电源。在故障或正常运行期间,如果没有适当的规定,使用电力电子设备的离散发电源的快速反应可能会破坏电网。双馈异步发电机(DFIG)因其低成本和适应不同风速的灵活性,已成为风力涡轮发电机的首选。本文介绍了一种用于日前微电网编程的概率调度方法,其中包括电动汽车停车场和分散的发电资源。根据主电网条件,微电网可在正常模式和孤岛模式下工作。电动汽车停车场使用情况的不确定性采用 Z 数法按小时建模,而风能和太阳能发电、市场价格和负荷则采用蒙特卡罗法建模。考虑了上游电网中导致微电网孤岛的情景事件,重点关注影响的时间和持续时间。优化模型考虑了不确定性、电动汽车充电/放电以及正常和故障条件下的运营成本。提出了故障穿越(FRT)方法,用于维持孤岛微电网中 DFIG 的稳定性。该技术通过采用与双馈变流器定子串联的电阻器来稳定故障期间的终端电压,从而提高电压稳定性和故障穿越能力。如果不采用这些方法,DFIG 可能会在清除瞬态误差后失去稳定性,从而导致发电机损耗并威胁微电网的稳定性,尤其是在孤岛模式下。这些控制和保护策略的有效性通过 MATLAB 的全面仿真得到了验证。
{"title":"Probabilistic modeling and optimization of microgrids with EV parking lots and dispersed generation","authors":"Liang Ning","doi":"10.1016/j.compeleceng.2024.109714","DOIUrl":"10.1016/j.compeleceng.2024.109714","url":null,"abstract":"<div><div>Distributed generation sources provide self-governing power during outages, making microgrids and islanded distribution networks vital for service endurance, superior power quality, reliability, and operative efficiency. However, microgrids structure are difficult to control, particularly in islanded mode where no main power source exists if the main grid fails. Fast responses from discrete generation sources using power electronics can undermine the grid during faults or normal operations without proper regulations. The double-fed induction generator (DFIG) has become the preferred wind turbine generator owing to its low cost and flexibility to varying wind speeds. This paper presents a probabilistic scheduling for day-ahead microgrid programming that includes EV parking lots and dispersed generation resources. The microgrid works in both normal and islanded modes depending on main grid conditions. The uncertainty in EV parking lot usage is modeled hourly using the Z-number method, while wind and solar generation, market prices, and loads are modeled using the Monte Carlo method. Scenario-based incidents in the upstream grid that lead to microgrid islanding are considered, focusing on the time and duration of impact. The optimization model accounts for uncertainty, EV charging/discharging, and operational costs under normal and fault conditions. The fault ride-through (FRT) method for maintaining DFIG stability in islanded microgrids are proposed. In this technique stabilizes terminal voltage during faults by employing a resistor in series with the DFIG stator, enhancing voltage stability and FRT capability. Without these methods, the DFIG may lose stability after clearing transient errors, risking generator loss and threatening microgrid stability, particularly in islanded mode. The effectiveness of these control and protection strategies is validated through comprehensive simulations in MATLAB.</div></div>","PeriodicalId":50630,"journal":{"name":"Computers & Electrical Engineering","volume":"120 ","pages":"Article 109714"},"PeriodicalIF":4.0,"publicationDate":"2024-10-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142552033","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
Lot-streaming in energy-efficient three-stage remanufacturing system scheduling problem with inequal and consistent sublots 具有不平等和一致子批次的节能型三阶段再制造系统调度问题中的批次流问题
IF 4 3区 计算机科学 Q1 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2024-10-30 DOI: 10.1016/j.compeleceng.2024.109813
Wenjie Wang , Gang Yuan , Duc Truong Pham , Honghao Zhang , Dekun Wang , Guangdong Tian
The well-accepted three-stage remanufacturing system scheduling aims to achieve intelligent and green remanufacturing by reasonably coordinating limited resources in the system involving disassembly, reprocessing, reassembly production stages. Currently, the lot-streaming production mode is increasingly favoured by scholars and enterprise managers due to its remarkable performance in reducing machines’ idle time and improving production efficiency. This paper investigates an energy-efficient scheduling issue for three-stage remanufacturing systems under the lot-streaming environment where each large-sized lot is split into its constituent small-sized sublots whose sizes may be inequal but remain consistent among various operations. Foremost, a dual-objective optimization mathematical model aiming at concurrently minimizing the makespan and total energy consumption is built. Then, since its NP-hard property, an improved fruit fly optimization (IFFO) algorithm is accordingly introduced. IFFO adopts a problem-specific three-layer encoding mechanism that contains three key pieces of scheduling information, i.e., lot sequence, machine assignment, and lot size splitting. Besides, based on the lot-streaming property, two distinct decoding strategies, i.e., sublot preemption and lot preemption are also correspondingly integrated. In addition, several effective optimization techniques, such as the simulated annealing-based replacement mechanism and Sigma method, are also employed to seek high-quality Pareto solutions. A real case and several designed random small/large-sized instances are tested on IFFO and its peers under three performance indicators. To obtain a convincing and solid conclusion, the Wilcoxon signed-rank statistical test is executed as well. The overall experimental results show that IFFO is feasible and effective in addressing the studied problem.
已被广泛接受的三阶段再制造系统调度旨在通过合理协调系统中涉及拆卸、再加工、再组装生产阶段的有限资源,实现智能化绿色再制造。目前,批量流水线生产模式因其在减少机器闲置时间、提高生产效率方面的显著表现,越来越受到学者和企业管理者的青睐。本文研究了批量流环境下三阶段再制造系统的节能调度问题,在这种环境下,每个大尺寸批量被分割成其组成的小尺寸子批量,这些子批量的尺寸可能不相等,但在各种操作中保持一致。首先,我们建立了一个双目标优化数学模型,旨在同时最小化生产周期和总能耗。然后,由于其 NP-hard(NP-hard)特性,相应地引入了改进的果蝇优化(IFFO)算法。IFFO 采用了针对具体问题的三层编码机制,其中包含三个关键的调度信息,即批次序列、机器分配和批次大小分割。此外,基于批次流特性,还相应地集成了两种不同的解码策略,即子批次抢占和批次抢占。此外,还采用了几种有效的优化技术,如基于模拟退火的替换机制和西格玛方法,以寻求高质量的帕累托解决方案。在三个性能指标下,对 IFFO 及其同行的一个真实案例和几个设计的随机小/大尺寸实例进行了测试。为了得出令人信服的可靠结论,还进行了 Wilcoxon 符号秩统计检验。总体实验结果表明,IFFO 在解决所研究的问题方面是可行且有效的。
{"title":"Lot-streaming in energy-efficient three-stage remanufacturing system scheduling problem with inequal and consistent sublots","authors":"Wenjie Wang ,&nbsp;Gang Yuan ,&nbsp;Duc Truong Pham ,&nbsp;Honghao Zhang ,&nbsp;Dekun Wang ,&nbsp;Guangdong Tian","doi":"10.1016/j.compeleceng.2024.109813","DOIUrl":"10.1016/j.compeleceng.2024.109813","url":null,"abstract":"<div><div>The well-accepted three-stage remanufacturing system scheduling aims to achieve intelligent and green remanufacturing by reasonably coordinating limited resources in the system involving disassembly, reprocessing, reassembly production stages. Currently, the lot-streaming production mode is increasingly favoured by scholars and enterprise managers due to its remarkable performance in reducing machines’ idle time and improving production efficiency. This paper investigates an energy-efficient scheduling issue for three-stage remanufacturing systems under the lot-streaming environment where each large-sized lot is split into its constituent small-sized sublots whose sizes may be inequal but remain consistent among various operations. Foremost, a dual-objective optimization mathematical model aiming at concurrently minimizing the makespan and total energy consumption is built. Then, since its NP-hard property, an improved fruit fly optimization (IFFO) algorithm is accordingly introduced. IFFO adopts a problem-specific three-layer encoding mechanism that contains three key pieces of scheduling information, i.e., lot sequence, machine assignment, and lot size splitting. Besides, based on the lot-streaming property, two distinct decoding strategies, i.e., sublot preemption and lot preemption are also correspondingly integrated. In addition, several effective optimization techniques, such as the simulated annealing-based replacement mechanism and Sigma method, are also employed to seek high-quality Pareto solutions. A real case and several designed random small/large-sized instances are tested on IFFO and its peers under three performance indicators. To obtain a convincing and solid conclusion, the Wilcoxon signed-rank statistical test is executed as well. The overall experimental results show that IFFO is feasible and effective in addressing the studied problem.</div></div>","PeriodicalId":50630,"journal":{"name":"Computers & Electrical Engineering","volume":"120 ","pages":"Article 109813"},"PeriodicalIF":4.0,"publicationDate":"2024-10-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142552025","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 visual cortex-inspired edge neuromorphic hardware architecture with on-chip multi-layer STDP learning 受视觉皮层启发的边缘神经形态硬件架构,具有片上多层 STDP 学习功能
IF 4 3区 计算机科学 Q1 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2024-10-29 DOI: 10.1016/j.compeleceng.2024.109806
Junxian He , Min Tian , Ying Jiang , Haibing Wang , Tengxiao Wang , Xichuan Zhou , Liyuan Liu , Nanjian Wu , Ying Wang , Cong Shi
The era of artificial intelligence of things (AIoT) brings huge challenges on edge visual processing systems under strict processing latency, cost and energy budgets. The emergence of computationally efficient biological spiking neural networks (SNN) and event-driven neuromorphic architecture in recent years have fostered a computing paradigm shift to address these challenges. In this paper, we propose a neuromorphic processor architecture for a multi-layer convolutional SNN (codenamed HMAX SNN model) inspired by human visual cortex hierarchy. The main contributions of this work include: 1) It proposes a fully event-driven, modular, configurable and scalable neuromorphic architecture allowing for flexible tradeoffs among implementation cost, processing speed and visual recognition accuracy with multi-layer convolutional SNNs. 2) It proposes a run-time reconfigurable learning engine enabling fast on-chip unsupervised spike-timing dependent plasticity (STDP) learning for the feature-extraction convolutional layers and also supervised STDP learning for the feature-classification FC layer, in a time-multiplexing way. These techniques greatly improve on-chip learning accuracies beyond 97 % on the Modified National Institute of Standards and Technology database (MNIST) images for the first time among existing edge neuromorphic systems, at reasonable computational and memory costs. Our hardware processor architecture was prototyped on a low-cost Zedboard Zynq-7020 Field-Programmable Gate Array (FPGA) device, and validated on the MNIST, Fashion-MNIST, Olivetti Research Laboratory (ORL) human faces and ETH-80 image datasets. The experimental results demonstrate that the proposed neuromorphic architecture can achieve comparably high on-chip learning accuracy, high inference throughput and high energy efficiency using relatively fewer hardware resource consumptions. We anticipate that the HMAX SNN processor can potentially enhance deployments of edge neuromorphic processors in more practical edge applications.
人工智能物联网(AIoT)时代在严格的处理延迟、成本和能耗预算下给边缘视觉处理系统带来了巨大挑战。近年来,计算高效的生物尖峰神经网络(SNN)和事件驱动神经形态架构的出现,促进了计算模式的转变,以应对这些挑战。在本文中,我们受人类视觉皮层层次结构的启发,为多层卷积 SNN(代号为 HMAX SNN 模型)提出了一种神经形态处理器架构。这项工作的主要贡献包括1) 它提出了一种完全事件驱动、模块化、可配置和可扩展的神经形态架构,允许在多层卷积 SNN 的实施成本、处理速度和视觉识别准确性之间灵活权衡。2) 它提出了一种运行时可重新配置的学习引擎,能以时间多路复用的方式,对特征提取卷积层进行快速的片上无监督尖峰计时可塑性(STDP)学习,并对特征分类 FC 层进行有监督 STDP 学习。在现有的边缘神经形态系统中,这些技术以合理的计算和内存成本,首次将修改后的美国国家标准与技术研究院(National Institute of Standards and Technology)数据库(MNIST)图像的片上学习准确率大大提高到 97% 以上。我们在低成本的 Zedboard Zynq-7020 现场可编程门阵列(FPGA)设备上搭建了硬件处理器架构原型,并在 MNIST、Fashion-MNIST、Olivetti 研究实验室(ORL)人脸和 ETH-80 图像数据集上进行了验证。实验结果表明,所提出的神经形态架构能以相对较少的硬件资源消耗实现相当高的片上学习精度、高推理吞吐量和高能效。我们预计,HMAX SNN 处理器有可能在更多实际边缘应用中加强边缘神经形态处理器的部署。
{"title":"A visual cortex-inspired edge neuromorphic hardware architecture with on-chip multi-layer STDP learning","authors":"Junxian He ,&nbsp;Min Tian ,&nbsp;Ying Jiang ,&nbsp;Haibing Wang ,&nbsp;Tengxiao Wang ,&nbsp;Xichuan Zhou ,&nbsp;Liyuan Liu ,&nbsp;Nanjian Wu ,&nbsp;Ying Wang ,&nbsp;Cong Shi","doi":"10.1016/j.compeleceng.2024.109806","DOIUrl":"10.1016/j.compeleceng.2024.109806","url":null,"abstract":"<div><div>The era of artificial intelligence of things (AIoT) brings huge challenges on edge visual processing systems under strict processing latency, cost and energy budgets. The emergence of computationally efficient biological spiking neural networks (SNN) and event-driven neuromorphic architecture in recent years have fostered a computing paradigm shift to address these challenges. In this paper, we propose a neuromorphic processor architecture for a multi-layer convolutional SNN (codenamed HMAX SNN model) inspired by human visual cortex hierarchy. The main contributions of this work include: 1) It proposes a fully event-driven, modular, configurable and scalable neuromorphic architecture allowing for flexible tradeoffs among implementation cost, processing speed and visual recognition accuracy with multi-layer convolutional SNNs. 2) It proposes a run-time reconfigurable learning engine enabling fast on-chip unsupervised spike-timing dependent plasticity (STDP) learning for the feature-extraction convolutional layers and also supervised STDP learning for the feature-classification FC layer, in a time-multiplexing way. These techniques greatly improve on-chip learning accuracies beyond 97 % on the Modified National Institute of Standards and Technology database (MNIST) images for the first time among existing edge neuromorphic systems, at reasonable computational and memory costs. Our hardware processor architecture was prototyped on a low-cost Zedboard Zynq-7020 Field-Programmable Gate Array (FPGA) device, and validated on the MNIST, Fashion-MNIST, Olivetti Research Laboratory (ORL) human faces and ETH-80 image datasets. The experimental results demonstrate that the proposed neuromorphic architecture can achieve comparably high on-chip learning accuracy, high inference throughput and high energy efficiency using relatively fewer hardware resource consumptions. We anticipate that the HMAX SNN processor can potentially enhance deployments of edge neuromorphic processors in more practical edge applications.</div></div>","PeriodicalId":50630,"journal":{"name":"Computers & Electrical Engineering","volume":"120 ","pages":"Article 109806"},"PeriodicalIF":4.0,"publicationDate":"2024-10-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142539641","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
Applications of artificial intelligence and LiDAR in forest inventories: A Systematic Literature Review 人工智能和激光雷达在森林资源调查中的应用:系统文献综述
IF 4 3区 计算机科学 Q1 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2024-10-29 DOI: 10.1016/j.compeleceng.2024.109793
Welington G. Rodrigues , Gabriel S. Vieira , Christian D. Cabacinha , Renato F. Bulcão-Neto , Fabrizzio Soares
Forest inventory is a crucial tool for managing forest resources by providing quantitative and qualitative information about a particular region, much of which is collected manually in the field. Using devices such as Light Detection and Ranging (LiDAR) assists in collecting and analyzing various parameters of forest inventory. Adopting artificial intelligence (AI) techniques has sparked interest among forestry engineers seeking to work with forest LiDAR data. In this context, this study presents a Systematic Literature Review (SLR) to identify, evaluate, and interpret the results of primary studies related to the intersection between AI and Forestry Engineering. The automated search strategy retrieved 218 studies, of which 46 were selected after applying inclusion and exclusion criteria and quality assessment. After analyzing and synthesizing the data, the results showed that deep learning is becoming an increasing trend in recent research and that the direct estimation of tree diameter from aerial scans, although critical, has been minimally explored, highlighting an open field for future research.
森林资源清查是管理森林资源的重要工具,可提供特定区域的定量和定性信息,其中大部分信息都是在实地人工收集的。使用光探测和测距(LiDAR)等设备有助于收集和分析森林资源调查的各种参数。采用人工智能(AI)技术引发了林业工程师对使用森林 LiDAR 数据的兴趣。在此背景下,本研究通过系统文献综述(SLR)来识别、评估和解释与人工智能和林业工程交叉相关的主要研究成果。自动搜索策略检索到 218 项研究,在应用纳入和排除标准并进行质量评估后,从中筛选出 46 项研究。在对数据进行分析和综合后,结果表明,深度学习在近期的研究中日益成为一种趋势,而从航空扫描中直接估算树木直径虽然至关重要,但却很少得到探索,这凸显了未来研究的一个开放领域。
{"title":"Applications of artificial intelligence and LiDAR in forest inventories: A Systematic Literature Review","authors":"Welington G. Rodrigues ,&nbsp;Gabriel S. Vieira ,&nbsp;Christian D. Cabacinha ,&nbsp;Renato F. Bulcão-Neto ,&nbsp;Fabrizzio Soares","doi":"10.1016/j.compeleceng.2024.109793","DOIUrl":"10.1016/j.compeleceng.2024.109793","url":null,"abstract":"<div><div>Forest inventory is a crucial tool for managing forest resources by providing quantitative and qualitative information about a particular region, much of which is collected manually in the field. Using devices such as Light Detection and Ranging (LiDAR) assists in collecting and analyzing various parameters of forest inventory. Adopting artificial intelligence (AI) techniques has sparked interest among forestry engineers seeking to work with forest LiDAR data. In this context, this study presents a Systematic Literature Review (SLR) to identify, evaluate, and interpret the results of primary studies related to the intersection between AI and Forestry Engineering. The automated search strategy retrieved 218 studies, of which 46 were selected after applying inclusion and exclusion criteria and quality assessment. After analyzing and synthesizing the data, the results showed that deep learning is becoming an increasing trend in recent research and that the direct estimation of tree diameter from aerial scans, although critical, has been minimally explored, highlighting an open field for future research.</div></div>","PeriodicalId":50630,"journal":{"name":"Computers & Electrical Engineering","volume":"120 ","pages":"Article 109793"},"PeriodicalIF":4.0,"publicationDate":"2024-10-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142539748","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
MA-SPRNet: A multiple attention mechanisms-based network for self-piercing riveting joint defect detection MA-SPRNet:基于多重注意机制的自冲铆接缺陷检测网络
IF 4 3区 计算机科学 Q1 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE Pub Date : 2024-10-29 DOI: 10.1016/j.compeleceng.2024.109798
Peng Zhang , Lun Zhao , Yu Ren , Dong Wei , Sandy To , Zeshan Abbas , Md Shafiqul Islam
Efficient detection of defects in riveted joints during the self-piercing riveting (SPR) process will help improve riveting quality. Due to the complexity of SPR defects under actual working conditions, it is difficult for traditional visual technology to detect the forming quality of SPR joints effectively. To detect SPR defects and improve the efficiency of SPR joint forming quality, we proposed a defect detection model based on a multi-attention mechanism, named Multiple Attention Self-Piercing Riveting Network (MA-SPRNet), for the detection of SPR defects. Specifically, to alleviate problems such as unclear object features in complex environments, a multi-level fusion enhancement network (MFEN) is constructed. It fuses features into each level and improves the fusion effect by adding more levels of features. In addition, to alleviate the information redundancy generated during the feature fusion process, the triple attention module (TRAM) and the efficient multi-scale attention module (EMAM) were introduced to enhance the attention of the network to SPR defective. These modules are designed to refine the attention of the network, ensuring a more targeted analysis of riveting features. In addition, the Wise Intersection over Union (WIoU) loss function is introduced, aiming to guide the network to characterize features within the region of interest and to enhance the accurate positioning of riveting defects by the network. Finally, to verify the performance of the MA-SPRNet, an SPR defect dataset was constructed, and a series of experiments based on this dataset were conducted. The detection mAP0.5 of MA-SPRNet was 82.83%. The results of experiments show that MA-SPRNet effectively realizes the detection of riveted joint defects.
有效检测自冲铆接(SPR)过程中铆接接头的缺陷有助于提高铆接质量。由于实际工况下 SPR 缺陷的复杂性,传统的视觉技术难以有效检测 SPR 接头的成型质量。为了检测 SPR 缺陷,提高 SPR 接头成形质量的效率,我们提出了一种基于多注意机制的缺陷检测模型,命名为多注意自穿刺铆接网络(MA-SPRNet),用于检测 SPR 缺陷。具体来说,为缓解复杂环境中物体特征不清晰等问题,构建了多级融合增强网络(MFEN)。它将特征融合到每个层次,并通过增加更多层次的特征来提高融合效果。此外,为了减轻特征融合过程中产生的信息冗余,还引入了三重注意力模块(TRAM)和高效多尺度注意力模块(EMAM),以增强网络对 SPR 缺陷的注意力。这些模块旨在细化网络的注意力,确保对铆接特征的分析更具针对性。此外,还引入了 Wise Intersection over Union(WIoU)损失函数,旨在引导网络分析感兴趣区域内的特征,提高网络对铆接缺陷的准确定位。最后,为了验证 MA-SPRNet 的性能,构建了 SPR 缺陷数据集,并基于该数据集进行了一系列实验。MA-SPRNet 的检测 mAP0.5 为 82.83%。实验结果表明,MA-SPRNet 有效地实现了对铆接缺陷的检测。
{"title":"MA-SPRNet: A multiple attention mechanisms-based network for self-piercing riveting joint defect detection","authors":"Peng Zhang ,&nbsp;Lun Zhao ,&nbsp;Yu Ren ,&nbsp;Dong Wei ,&nbsp;Sandy To ,&nbsp;Zeshan Abbas ,&nbsp;Md Shafiqul Islam","doi":"10.1016/j.compeleceng.2024.109798","DOIUrl":"10.1016/j.compeleceng.2024.109798","url":null,"abstract":"<div><div>Efficient detection of defects in riveted joints during the self-piercing riveting (SPR) process will help improve riveting quality. Due to the complexity of SPR defects under actual working conditions, it is difficult for traditional visual technology to detect the forming quality of SPR joints effectively. To detect SPR defects and improve the efficiency of SPR joint forming quality, we proposed a defect detection model based on a multi-attention mechanism, named Multiple Attention Self-Piercing Riveting Network (MA-SPRNet), for the detection of SPR defects. Specifically, to alleviate problems such as unclear object features in complex environments, a multi-level fusion enhancement network (MFEN) is constructed. It fuses features into each level and improves the fusion effect by adding more levels of features. In addition, to alleviate the information redundancy generated during the feature fusion process, the triple attention module (TRAM) and the efficient multi-scale attention module (EMAM) were introduced to enhance the attention of the network to SPR defective. These modules are designed to refine the attention of the network, ensuring a more targeted analysis of riveting features. In addition, the Wise Intersection over Union (WIoU) loss function is introduced, aiming to guide the network to characterize features within the region of interest and to enhance the accurate positioning of riveting defects by the network. Finally, to verify the performance of the MA-SPRNet, an SPR defect dataset was constructed, and a series of experiments based on this dataset were conducted. The detection <span><math><mrow><mi>m</mi><mi>A</mi><msub><mrow><mi>P</mi></mrow><mrow><mn>0</mn><mo>.</mo><mn>5</mn></mrow></msub></mrow></math></span> of MA-SPRNet was 82.83%. The results of experiments show that MA-SPRNet effectively realizes the detection of riveted joint defects.</div></div>","PeriodicalId":50630,"journal":{"name":"Computers & Electrical Engineering","volume":"120 ","pages":"Article 109798"},"PeriodicalIF":4.0,"publicationDate":"2024-10-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142539749","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
期刊
Computers & Electrical 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