首页 > 最新文献

Artificial Intelligence Review最新文献

英文 中文
Revisiting streaming anomaly detection: benchmark and evaluation 重新审视流式异常检测:基准和评估
IF 10.7 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-11-07 DOI: 10.1007/s10462-024-10995-w
Yang Cao, Yixiao Ma, Ye Zhu, Kai Ming Ting

Anomaly detection in streaming data is an important task for many real-world applications, such as network security, fraud detection, and system monitoring. However, streaming data often exhibit concept drift, which means that the data distribution changes over time. This poses a significant challenge for many anomaly detection algorithms, as they need to adapt to the evolving data to maintain high detection accuracy. Existing streaming anomaly detection algorithms lack a unified evaluation framework that validly assesses their performance and robustness under different types of concept drifts and anomalies. In this paper, we conduct a systematic technical review of the state-of-the-art methods for anomaly detection in streaming data. We propose a new data generator, called SCAR (Streaming data generator with Customizable Anomalies and concept dRifts), that can synthesize streaming data based on synthetic and real-world datasets from different domains. Furthermore, we adapt four static anomaly detection models to the streaming setting using a generic reconstruction strategy as baselines, and then compare them systematically with 9 existing streaming anomaly detection algorithms on 76 synthesized datasets that have various types of anomalies and concept drifts. The challenges and future research directions for anomaly detection in streaming data are also presented.

流数据异常检测是网络安全、欺诈检测和系统监控等许多实际应用中的一项重要任务。然而,流数据经常表现出概念漂移,这意味着数据分布会随时间发生变化。这给许多异常检测算法带来了巨大挑战,因为它们需要适应不断变化的数据,以保持较高的检测精度。现有的流式异常检测算法缺乏统一的评估框架,无法有效评估其在不同类型的概念漂移和异常情况下的性能和鲁棒性。在本文中,我们对最先进的流数据异常检测方法进行了系统的技术回顾。我们提出了一种新的数据生成器,称为 SCAR(具有可定制异常和概念漂移的流数据生成器),它可以根据来自不同领域的合成数据集和真实数据集合成流数据。此外,我们以通用重构策略为基准,将四种静态异常检测模型调整到流式环境中,然后在具有各种类型异常和概念漂移的 76 个合成数据集上,将它们与现有的 9 种流式异常检测算法进行了系统比较。此外,还介绍了流数据异常检测面临的挑战和未来的研究方向。
{"title":"Revisiting streaming anomaly detection: benchmark and evaluation","authors":"Yang Cao,&nbsp;Yixiao Ma,&nbsp;Ye Zhu,&nbsp;Kai Ming Ting","doi":"10.1007/s10462-024-10995-w","DOIUrl":"10.1007/s10462-024-10995-w","url":null,"abstract":"<div><p>Anomaly detection in streaming data is an important task for many real-world applications, such as network security, fraud detection, and system monitoring. However, streaming data often exhibit concept drift, which means that the data distribution changes over time. This poses a significant challenge for many anomaly detection algorithms, as they need to adapt to the evolving data to maintain high detection accuracy. Existing streaming anomaly detection algorithms lack a unified evaluation framework that validly assesses their performance and robustness under different types of concept drifts and anomalies. In this paper, we conduct a systematic technical review of the state-of-the-art methods for anomaly detection in streaming data. We propose a new data generator, called <i>SCAR</i> (<b>S</b>treaming data generator with <b>C</b>ustomizable <b>A</b>nomalies and concept d<b>R</b>ifts), that can synthesize streaming data based on synthetic and real-world datasets from different domains. Furthermore, we adapt four static anomaly detection models to the streaming setting using a generic reconstruction strategy as baselines, and then compare them systematically with 9 existing streaming anomaly detection algorithms on 76 synthesized datasets that have various types of anomalies and concept drifts. The challenges and future research directions for anomaly detection in streaming data are also presented.</p></div>","PeriodicalId":8449,"journal":{"name":"Artificial Intelligence Review","volume":"58 1","pages":""},"PeriodicalIF":10.7,"publicationDate":"2024-11-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.1007/s10462-024-10995-w.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142595396","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Reinforcement learning in sentiment analysis: a review and future directions 情感分析中的强化学习:回顾与未来方向
IF 10.7 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-11-07 DOI: 10.1007/s10462-024-10967-0
Jer Min Eyu, Kok-Lim Alvin Yau, Lei Liu, Yung-Wey Chong

Sentiment analysis in natural language processing (NLP) is used to understand the polarity of human emotions (e.g., positive and negative) and preferences (e.g., price and quality). Reinforcement learning (RL) enables a decision maker (or agent) to observe the operating environment (or the current state) and select the optimal action to receive feedback signals (or reward) from the operating environment. Deep reinforcement learning (DRL) extends RL with deep neural networks (i.e., main and target networks) to capture the state information of inputs and address the curse of dimensionality issue of RL. In sentiment analysis, RL and DRL reduce the need for a large labeled dataset and linguistic resources, increasing scalability and preserving the context and order of logical partitions. Through enhancement, the RL and DRL algorithms identify negations, enhance the quality of the generated responses, predict the logical partitions, remove the irrelevant aspects, and ultimately capture the correct sentiment polarity. This paper presents a review of RL and DRL models and algorithms with their objectives, applications, datasets, performance, and open issues in sentiment analysis.

自然语言处理(NLP)中的情感分析用于了解人类情感(如积极和消极)和偏好(如价格和质量)的极性。强化学习(RL)使决策者(或代理)能够观察运行环境(或当前状态),并选择最佳行动来接收来自运行环境的反馈信号(或奖励)。深度强化学习(DRL)利用深度神经网络(即主网络和目标网络)扩展了 RL,以捕捉输入的状态信息,并解决 RL 的维度诅咒问题。在情感分析中,RL 和 DRL 减少了对大量标注数据集和语言资源的需求,提高了可扩展性,并保留了逻辑分区的上下文和顺序。通过增强功能,RL 和 DRL 算法可以识别否定句、提高生成回复的质量、预测逻辑分区、删除无关内容并最终捕捉正确的情感极性。本文综述了 RL 和 DRL 模型和算法及其在情感分析中的目标、应用、数据集、性能和有待解决的问题。
{"title":"Reinforcement learning in sentiment analysis: a review and future directions","authors":"Jer Min Eyu,&nbsp;Kok-Lim Alvin Yau,&nbsp;Lei Liu,&nbsp;Yung-Wey Chong","doi":"10.1007/s10462-024-10967-0","DOIUrl":"10.1007/s10462-024-10967-0","url":null,"abstract":"<div><p>Sentiment analysis in natural language processing (NLP) is used to understand the polarity of human emotions (e.g., positive and negative) and preferences (e.g., price and quality). Reinforcement learning (RL) enables a decision maker (or <i>agent</i>) to observe the operating environment (or the current <i>state</i>) and select the optimal action to receive feedback signals (or <i>reward</i>) from the operating environment. Deep reinforcement learning (DRL) extends RL with deep neural networks (i.e., <i>main</i> and <i>target</i> networks) to capture the state information of inputs and address the curse of dimensionality issue of RL. In sentiment analysis, RL and DRL reduce the need for a large labeled dataset and linguistic resources, increasing scalability and preserving the context and order of logical partitions. Through enhancement, the RL and DRL algorithms identify negations, enhance the quality of the generated responses, predict the logical partitions, remove the irrelevant aspects, and ultimately capture the correct sentiment polarity. This paper presents a review of RL and DRL models and algorithms with their objectives, applications, datasets, performance, and open issues in sentiment analysis.</p></div>","PeriodicalId":8449,"journal":{"name":"Artificial Intelligence Review","volume":"58 1","pages":""},"PeriodicalIF":10.7,"publicationDate":"2024-11-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.1007/s10462-024-10967-0.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142595399","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Artificial intelligence application and high-performance work systems in the manufacturing sector: a moderated-mediating model 制造业中的人工智能应用与高绩效工作系统:调节中介模型
IF 10.7 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-11-07 DOI: 10.1007/s10462-024-11013-9
Sajjad Zahoor, Iffat Sabir Chaudhry, Shuili Yang, Xiaoyan Ren

This empirical investigation examines the complex dynamics between Artificial Intelligence (AI), Potential Development (PD), Training Initiatives (TI), and High-Performance Work Systems (HPWS) within manufacturing firms to gain valuable insights into how AI technologies influence high-performance work systems through employee development and training. Using a purposive sampling technique, around two hundred employees from twenty-four manufacturing firms in the textile, automotive, steel, and pharmaceutical sectors participated in the self-administered survey. The empirical analysis of the data sets was conducted using the PLS-SEM approach. This result demonstrated positive associations between AI, PD, and HPWS, emphasizing the key role of AI in supporting employee development and improving high-performance work systems. Furthermore, training’s amplification effect on the relation between artificial intelligence and professional development highlighted the significance of employees’ upskilling for AI integration. Conversely, the mediating role of PD between AI adoption and HPWS effectiveness highlighted the significant role of employee professional development in achieving HPWS through AI integration within the systems. The study offered insight into the mediation of PD between AI and HPWS effectiveness, emphasizing its centrality in translating AI-driven advances into tangible organizational outcomes. The study findings have significant ramifications for both theory and practice. Theoretically, this research adds to an evolving dialogue surrounding AI’s effects on HR practices and organizational outcomes; practically speaking, organizations can utilize this research’s insights in strategically integrating AI technologies, designing tailored training programs for their employees, and creating an environment conducive to ongoing employee development.

这项实证调查研究了制造业企业中人工智能(AI)、潜能开发(PD)、培训计划(TI)和高绩效工作系统(HPWS)之间的复杂动态关系,从而获得了关于人工智能技术如何通过员工发展和培训影响高绩效工作系统的宝贵见解。采用目的性抽样技术,来自纺织、汽车、钢铁和制药行业 24 家制造企业的约 200 名员工参与了自填式调查。采用 PLS-SEM 方法对数据集进行了实证分析。结果表明,人工智能、PD 和 HPWS 之间存在正相关,强调了人工智能在支持员工发展和改善高绩效工作系统中的关键作用。此外,培训对人工智能与职业发展之间关系的放大效应凸显了员工技能提升对人工智能整合的重要意义。相反,专业发展在人工智能采用和高绩效工作系统有效性之间的中介作用突出了员工专业发展在通过人工智能整合系统实现高绩效工作系统中的重要作用。研究深入探讨了专业发展在人工智能和 HPWS 效能之间的中介作用,强调了专业发展在将人工智能驱动的进步转化为切实的组织成果方面的核心作用。研究结果对理论和实践都有重大影响。从理论上讲,这项研究为围绕人工智能对人力资源实践和组织成果的影响展开的不断发展的对话增添了新的内容;从实践上讲,组织可以利用这项研究的见解,战略性地整合人工智能技术,为员工设计量身定制的培训计划,并创造一个有利于员工持续发展的环境。
{"title":"Artificial intelligence application and high-performance work systems in the manufacturing sector: a moderated-mediating model","authors":"Sajjad Zahoor,&nbsp;Iffat Sabir Chaudhry,&nbsp;Shuili Yang,&nbsp;Xiaoyan Ren","doi":"10.1007/s10462-024-11013-9","DOIUrl":"10.1007/s10462-024-11013-9","url":null,"abstract":"<div><p>This empirical investigation examines the complex dynamics between Artificial Intelligence (AI), Potential Development (PD), Training Initiatives (TI), and High-Performance Work Systems (HPWS) within manufacturing firms to gain valuable insights into how AI technologies influence high-performance work systems through employee development and training. Using a purposive sampling technique, around two hundred employees from twenty-four manufacturing firms in the textile, automotive, steel, and pharmaceutical sectors participated in the self-administered survey. The empirical analysis of the data sets was conducted using the PLS-SEM approach. This result demonstrated positive associations between AI, PD, and HPWS, emphasizing the key role of AI in supporting employee development and improving high-performance work systems. Furthermore, training’s amplification effect on the relation between artificial intelligence and professional development highlighted the significance of employees’ upskilling for AI integration. Conversely, the mediating role of PD between AI adoption and HPWS effectiveness highlighted the significant role of employee professional development in achieving HPWS through AI integration within the systems. The study offered insight into the mediation of PD between AI and HPWS effectiveness, emphasizing its centrality in translating AI-driven advances into tangible organizational outcomes. The study findings have significant ramifications for both theory and practice. Theoretically, this research adds to an evolving dialogue surrounding AI’s effects on HR practices and organizational outcomes; practically speaking, organizations can utilize this research’s insights in strategically integrating AI technologies, designing tailored training programs for their employees, and creating an environment conducive to ongoing employee development.</p></div>","PeriodicalId":8449,"journal":{"name":"Artificial Intelligence Review","volume":"58 1","pages":""},"PeriodicalIF":10.7,"publicationDate":"2024-11-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.1007/s10462-024-11013-9.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142595394","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Sequential rough set: a conservative extension of Pawlak’s classical rough set 序列粗糙集:帕夫拉克经典粗糙集的保守扩展
IF 10.7 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-11-07 DOI: 10.1007/s10462-024-10976-z
Wenyan Xu, Yucong Yan, Xiaonan Li

Rough set theory is an important approach to deal with uncertainty in data mining. However, Pawlak’s classical rough set has low fault-tolerance on concept approximation based on knowledge granules, which may influence the classification accuracy in practical application. To address this problem, the present paper proposes a novel sequential rough-set model that is proved to be a conservative extension of Pawlak’s classical rough set. As a result, it effectively improves the fault-tolerance ability, classification accuracy and concept approximation accuracy of the latter without any additional assumption. Based on the properties and theoretical analysis of the proposed model, an algorithm is presented to automatically determine the sequential thresholds and compute the three regions for the given concept. Experiments on real data verify the validity of the algorithm, and also show the stable improvement on the two types of accuracy.

粗糙集理论是数据挖掘中处理不确定性的一种重要方法。然而,Pawlak 的经典粗糙集在基于知识颗粒的概念逼近上容错率较低,这可能会影响实际应用中的分类精度。针对这一问题,本文提出了一种新型的顺序粗糙集模型,该模型被证明是 Pawlak 经典粗糙集的保守扩展。因此,它能在不附加任何假设的情况下有效提高后者的容错能力、分类精度和概念逼近精度。基于所提模型的特性和理论分析,本文提出了一种算法,用于自动确定顺序阈值并计算给定概念的三个区域。在真实数据上进行的实验验证了该算法的有效性,同时也显示了这两类准确率的稳定提高。
{"title":"Sequential rough set: a conservative extension of Pawlak’s classical rough set","authors":"Wenyan Xu,&nbsp;Yucong Yan,&nbsp;Xiaonan Li","doi":"10.1007/s10462-024-10976-z","DOIUrl":"10.1007/s10462-024-10976-z","url":null,"abstract":"<div><p>Rough set theory is an important approach to deal with uncertainty in data mining. However, Pawlak’s classical rough set has low fault-tolerance on concept approximation based on knowledge granules, which may influence the classification accuracy in practical application. To address this problem, the present paper proposes a novel sequential rough-set model that is proved to be a conservative extension of Pawlak’s classical rough set. As a result, it effectively improves the fault-tolerance ability, classification accuracy and concept approximation accuracy of the latter without any additional assumption. Based on the properties and theoretical analysis of the proposed model, an algorithm is presented to automatically determine the sequential thresholds and compute the three regions for the given concept. Experiments on real data verify the validity of the algorithm, and also show the stable improvement on the two types of accuracy.</p></div>","PeriodicalId":8449,"journal":{"name":"Artificial Intelligence Review","volume":"58 1","pages":""},"PeriodicalIF":10.7,"publicationDate":"2024-11-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.1007/s10462-024-10976-z.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142595398","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Deep emotion recognition in textual conversations: a survey 文本对话中的深度情感识别:一项调查
IF 10.7 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-11-07 DOI: 10.1007/s10462-024-11010-y
Patrícia Pereira, Helena Moniz, Joao Paulo Carvalho

Emotion Recognition in Conversations (ERC) is a key step towards successful human–machine interaction. While the field has seen tremendous advancement in the last few years, new applications and implementation scenarios present novel challenges and opportunities. These range from leveraging the conversational context, speaker, and emotion dynamics modelling, to interpreting common sense expressions, informal language, and sarcasm, addressing challenges of real-time ERC, recognizing emotion causes, different taxonomies across datasets, multilingual ERC, and interpretability. This survey starts by introducing ERC, elaborating on the challenges and opportunities of this task. It proceeds with a description of the emotion taxonomies and a variety of ERC benchmark datasets employing such taxonomies. This is followed by descriptions comparing the most prominent works in ERC with explanations of the neural architectures employed. Then, it provides advisable ERC practices towards better frameworks, elaborating on methods to deal with subjectivity in annotations and modelling and methods to deal with the typically unbalanced ERC datasets. Finally, it presents systematic review tables comparing several works regarding the methods used and their performance. Benchmarking these works highlights resorting to pre-trained Transformer Language Models to extract utterance representations, using Gated and Graph Neural Networks to model the interactions between these utterances, and leveraging Generative Large Language Models to tackle ERC within a generative framework. This survey emphasizes the advantage of leveraging techniques to address unbalanced data, the exploration of mixed emotions, and the benefits of incorporating annotation subjectivity in the learning phase.

对话中的情感识别(ERC)是成功实现人机交互的关键一步。虽然该领域在过去几年取得了巨大进步,但新的应用和实施场景也带来了新的挑战和机遇。这些挑战和机遇包括利用对话语境、说话者和情感动态建模,解释常识性表达、非正式语言和讽刺,解决实时 ERC、识别情感原因、不同数据集的不同分类法、多语种 ERC 和可解释性等难题。本调查报告首先介绍了 ERC,阐述了这项任务所面临的挑战和机遇。接着介绍了情感分类标准和采用这些分类标准的各种 ERC 基准数据集。随后,报告比较了 ERC 领域最著名的作品,并解释了所采用的神经架构。然后,它提供了实现更好框架的可取的 ERC 实践,阐述了处理注释和建模中的主观性的方法,以及处理通常不平衡的 ERC 数据集的方法。最后,报告提供了系统性的综述表,对几项工作所使用的方法及其性能进行了比较。这些工作的基准突出了利用预先训练的转换语言模型来提取语篇表示,利用门控和图神经网络来模拟这些语篇之间的交互,以及利用生成大型语言模型在生成框架内处理 ERC。这项调查强调了利用各种技术处理不平衡数据、探索混合情感的优势,以及在学习阶段纳入标注主观性的好处。
{"title":"Deep emotion recognition in textual conversations: a survey","authors":"Patrícia Pereira,&nbsp;Helena Moniz,&nbsp;Joao Paulo Carvalho","doi":"10.1007/s10462-024-11010-y","DOIUrl":"10.1007/s10462-024-11010-y","url":null,"abstract":"<div><p>Emotion Recognition in Conversations (ERC) is a key step towards successful human–machine interaction. While the field has seen tremendous advancement in the last few years, new applications and implementation scenarios present novel challenges and opportunities. These range from leveraging the conversational context, speaker, and emotion dynamics modelling, to interpreting common sense expressions, informal language, and sarcasm, addressing challenges of real-time ERC, recognizing emotion causes, different taxonomies across datasets, multilingual ERC, and interpretability. This survey starts by introducing ERC, elaborating on the challenges and opportunities of this task. It proceeds with a description of the emotion taxonomies and a variety of ERC benchmark datasets employing such taxonomies. This is followed by descriptions comparing the most prominent works in ERC with explanations of the neural architectures employed. Then, it provides advisable ERC practices towards better frameworks, elaborating on methods to deal with subjectivity in annotations and modelling and methods to deal with the typically unbalanced ERC datasets. Finally, it presents systematic review tables comparing several works regarding the methods used and their performance. Benchmarking these works highlights resorting to pre-trained Transformer Language Models to extract utterance representations, using Gated and Graph Neural Networks to model the interactions between these utterances, and leveraging Generative Large Language Models to tackle ERC within a generative framework. This survey emphasizes the advantage of leveraging techniques to address unbalanced data, the exploration of mixed emotions, and the benefits of incorporating annotation subjectivity in the learning phase.</p></div>","PeriodicalId":8449,"journal":{"name":"Artificial Intelligence Review","volume":"58 1","pages":""},"PeriodicalIF":10.7,"publicationDate":"2024-11-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.1007/s10462-024-11010-y.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142595395","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A review of deep learning-based stereo vision techniques for phenotype feature and behavioral analysis of fish in aquaculture 基于深度学习的立体视觉技术在水产养殖鱼类表型特征和行为分析中的应用综述
IF 10.7 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-11-07 DOI: 10.1007/s10462-024-10960-7
Yaxuan Zhao, Hanxiang Qin, Ling Xu, Huihui Yu, Yingyi Chen

The industrialization, high-density, and greener aquaculture requires a more precise and intelligent aquaculture management. Phenotypic and behavioral information of fish, which can reflect fish growth and welfare status, play a crucial role in aquaculture management. Stereo vision technology, which simulates parallax perception of the human eye, can obtain the three-dimensional phenotypic characteristics and movement trajectories of fish through different types of sensors. It can overcome the limitations in dealing with fish deformation, frequent occlusions and understanding three-dimension scenes compared to the traditional two-dimensional computer vision techniques. With the deep learning development and application in aquaculture, stereo vision has become a super computer vision technology that can provide more precise and interpretable information for intelligent aquaculture management, such as size estimation, counting and behavioral analysis of fish. Hence, it is very beneficial for researchers, managers, and entrepreneurs to possess a thorough comprehension about the fast-developing stereo vision technology for modern aquaculture. This study provides a critical review of relevant topics, including the four-layer application structure of stereo vision technology in aquaculture, various deep learning-based technologies used, and specific application scenarios. The review contributes to research development by identifying the current challenges and provide valuable suggestions for future research directions. This review can serve as a useful resource for developing future studies and applications of stereo vision technology in smart aquaculture, focusing on phenotype feature extraction and behavioral analysis of fish.

水产养殖的工业化、高密度化和绿色化要求水产养殖管理更加精确和智能。鱼类的表型和行为信息可以反映鱼类的生长和福利状况,在水产养殖管理中起着至关重要的作用。立体视觉技术模拟人眼的视差感知,可通过不同类型的传感器获取鱼类的三维表型特征和运动轨迹。与传统的二维计算机视觉技术相比,它可以克服在处理鱼类变形、频繁遮挡和理解三维场景方面的局限性。随着深度学习在水产养殖领域的发展和应用,立体视觉已成为一种超级计算机视觉技术,可为智能水产养殖管理提供更精确和可解释的信息,如鱼类的大小估计、计数和行为分析等。因此,对于研究人员、管理人员和企业家来说,全面了解快速发展的现代水产养殖立体视觉技术是非常有益的。本研究对相关主题进行了重要综述,包括立体视觉技术在水产养殖中的四层应用结构、所使用的各种基于深度学习的技术以及具体应用场景。综述指出了当前面临的挑战,并为未来研究方向提供了宝贵建议,从而为研究发展做出了贡献。本综述可作为开发立体视觉技术在智能水产养殖中的未来研究和应用的有用资源,重点关注鱼类的表型特征提取和行为分析。
{"title":"A review of deep learning-based stereo vision techniques for phenotype feature and behavioral analysis of fish in aquaculture","authors":"Yaxuan Zhao,&nbsp;Hanxiang Qin,&nbsp;Ling Xu,&nbsp;Huihui Yu,&nbsp;Yingyi Chen","doi":"10.1007/s10462-024-10960-7","DOIUrl":"10.1007/s10462-024-10960-7","url":null,"abstract":"<div><p>The industrialization, high-density, and greener aquaculture requires a more precise and intelligent aquaculture management. Phenotypic and behavioral information of fish, which can reflect fish growth and welfare status, play a crucial role in aquaculture management. Stereo vision technology, which simulates parallax perception of the human eye, can obtain the three-dimensional phenotypic characteristics and movement trajectories of fish through different types of sensors. It can overcome the limitations in dealing with fish deformation, frequent occlusions and understanding three-dimension scenes compared to the traditional two-dimensional computer vision techniques. With the deep learning development and application in aquaculture, stereo vision has become a super computer vision technology that can provide more precise and interpretable information for intelligent aquaculture management, such as size estimation, counting and behavioral analysis of fish. Hence, it is very beneficial for researchers, managers, and entrepreneurs to possess a thorough comprehension about the fast-developing stereo vision technology for modern aquaculture. This study provides a critical review of relevant topics, including the four-layer application structure of stereo vision technology in aquaculture, various deep learning-based technologies used, and specific application scenarios. The review contributes to research development by identifying the current challenges and provide valuable suggestions for future research directions. This review can serve as a useful resource for developing future studies and applications of stereo vision technology in smart aquaculture, focusing on phenotype feature extraction and behavioral analysis of fish.</p></div>","PeriodicalId":8449,"journal":{"name":"Artificial Intelligence Review","volume":"58 1","pages":""},"PeriodicalIF":10.7,"publicationDate":"2024-11-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.1007/s10462-024-10960-7.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142595397","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Uncovering suggestions in MOOC discussion forums: a transformer-based approach 揭示 MOOC 论坛中的建议:基于转换器的方法
IF 10.7 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-11-04 DOI: 10.1007/s10462-024-10997-8
Karen Reina Sánchez, Gonzalo Vaca Serrano, Juan Pedro Arbáizar Gómez, Alfonso Duran-Heras

The field of natural language processing has experienced significant advances in recent years, but these advances have not yet resulted in improved analytics for instructors on MOOC platforms. Valuable information, such as suggestions, is generated in the comment forums of these courses, but due to their volume, manual processing is often impractical. This study examines the feasibility of fine-tuning and effectively utilizing state-of-the-art deep learning models to identify comments that contain suggestions in MOOC forums. The main challenges encountered are the lack of labeled datasets from the MOOC context for fine-tuning classification models and the soaring computational cost of this training. For this study, we manually collected and labeled 2228 comments in Spanish and English from 5 MOOCs and scraped 1.4 million MOOC reviews from 3 platforms. We fine-tuned and evaluated 4 pretrained models based on the transformer architecture and 3 traditional machine learning models to compare their effectiveness in the suggestion mining task in this domain. Transformer-based models proved to be highly effective in this task/domain combination, achieving performance levels that matched or exceeded those deemed appropriate in other contexts and were significantly greater than those achieved by traditional models. Domain adaptation led to improved linguistic understanding of the target domain; however, in this project, this approach did not translate into an observable improvement in suggestion mining. The automated identification of comments that can be labeled as suggestions can result in considerable time savings for instructors, especially considering that less than a quarter of the analyzed comments contain suggestions.

近年来,自然语言处理领域取得了长足的进步,但这些进步尚未为 MOOC 平台上的教师带来更好的分析效果。在这些课程的评论论坛中会产生诸如建议等有价值的信息,但由于其数量庞大,人工处理往往不切实际。本研究探讨了微调和有效利用最先进的深度学习模型来识别 MOOC 论坛中包含建议的评论的可行性。所遇到的主要挑战是,缺乏用于微调分类模型的MOOC背景下的标注数据集,以及这种训练的高昂计算成本。在这项研究中,我们手动收集并标注了来自 5 个 MOOC 的 2228 条西班牙语和英语评论,并从 3 个平台上获取了 140 万条 MOOC 评论。我们对 4 个基于转换器架构的预训练模型和 3 个传统机器学习模型进行了微调和评估,以比较它们在该领域建议挖掘任务中的有效性。事实证明,基于变换器的模型在这一任务/领域组合中非常有效,其性能水平达到或超过了其他语境中的适当水平,并且明显高于传统模型。领域适应性提高了对目标领域的语言理解能力;但是,在本项目中,这种方法并没有转化为建议挖掘方面的明显改善。自动识别可标记为建议的评论可为教师节省大量时间,特别是考虑到只有不到四分之一的分析评论包含建议。
{"title":"Uncovering suggestions in MOOC discussion forums: a transformer-based approach","authors":"Karen Reina Sánchez,&nbsp;Gonzalo Vaca Serrano,&nbsp;Juan Pedro Arbáizar Gómez,&nbsp;Alfonso Duran-Heras","doi":"10.1007/s10462-024-10997-8","DOIUrl":"10.1007/s10462-024-10997-8","url":null,"abstract":"<div><p>The field of natural language processing has experienced significant advances in recent years, but these advances have not yet resulted in improved analytics for instructors on MOOC platforms. Valuable information, such as suggestions, is generated in the comment forums of these courses, but due to their volume, manual processing is often impractical. This study examines the feasibility of fine-tuning and effectively utilizing state-of-the-art deep learning models to identify comments that contain suggestions in MOOC forums. The main challenges encountered are the lack of labeled datasets from the MOOC context for fine-tuning classification models and the soaring computational cost of this training. For this study, we manually collected and labeled 2228 comments in Spanish and English from 5 MOOCs and scraped 1.4 million MOOC reviews from 3 platforms. We fine-tuned and evaluated 4 pretrained models based on the transformer architecture and 3 traditional machine learning models to compare their effectiveness in the suggestion mining task in this domain. Transformer-based models proved to be highly effective in this task/domain combination, achieving performance levels that matched or exceeded those deemed appropriate in other contexts and were significantly greater than those achieved by traditional models. Domain adaptation led to improved linguistic understanding of the target domain; however, in this project, this approach did not translate into an observable improvement in suggestion mining. The automated identification of comments that can be labeled as suggestions can result in considerable time savings for instructors, especially considering that less than a quarter of the analyzed comments contain suggestions.</p></div>","PeriodicalId":8449,"journal":{"name":"Artificial Intelligence Review","volume":"58 1","pages":""},"PeriodicalIF":10.7,"publicationDate":"2024-11-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.1007/s10462-024-10997-8.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142573700","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Artificial intelligence-based optimization techniques for optimal reactive power dispatch problem: a contemporary survey, experiments, and analysis 基于人工智能的无功功率优化调度技术:当代调查、实验与分析
IF 10.7 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-11-04 DOI: 10.1007/s10462-024-10982-1
Mohamed Abdel-Basset, Reda Mohamed, Ibrahim M. Hezam, Karam M. Sallam, Ahmad M. Alshamrani, Ibrahim A. Hameed

The optimization challenge known as the optimal reactive power dispatch (ORPD) problem is of utmost importance in the electric power system owing to its substantial impact on stability, cost-effectiveness, and security. Several metaheuristic algorithms have been developed to address this challenge, but they all suffer from either being stuck in local minima, having an insufficiently fast convergence rate, or having a prohibitively high computational cost. Therefore, in this study, the performance of four recently published metaheuristic algorithms, namely the mantis search algorithm (MSA), spider wasp optimizer (SWO), nutcracker optimization algorithm (NOA), and artificial gorilla optimizer (GTO), is assessed to solve this problem with the purpose of minimizing power losses and voltage deviation. These algorithms were chosen due to the robustness of their local optimality avoidance and convergence speed acceleration mechanisms. In addition, a modified variant of NOA, known as MNOA, is herein proposed to further improve its performance. This modified variant does not combine the information of the newly generated solution with the current solution to avoid falling into local minima and accelerate the convergence speed. However, MNOA still needs further improvement to strengthen its performance for large-scale problems, so it is integrated with a newly proposed improvement mechanism to promote its exploration and exploitation operators; this hybrid variant was called HNOA. These proposed algorithms are used to estimate potential solutions to the ORPD problem in small-scale, medium-scale, and large-scale systems and are being tested and validated on the IEEE 14-bus, IEEE 39-bus, IEEE 57-bus, IEEE 118-bus, and IEEE 300-bus electrical power systems. In comparison to eight rival optimizers, HNOA is superior for large-scale systems (IEEE 118-bus and 300-bus systems) at optimizing power losses and voltage deviation; MNOA performs better for medium-scale systems (IEEE 57-bus); and MSA excels for small-scale systems (IEEE 14-bus and 39-bus systems).

最优无功功率调度(ORPD)问题对电力系统的稳定性、成本效益和安全性具有重大影响,因此是电力系统中最重要的优化挑战。目前已开发出几种元启发式算法来应对这一挑战,但它们都存在以下问题:要么陷入局部最小值,要么收敛速度不够快,要么计算成本过高。因此,在本研究中,以最小化功率损耗和电压偏差为目的,评估了最近发布的四种元启发式算法的性能,即螳螂搜索算法 (MSA)、蜘蛛黄蜂优化器 (SWO)、胡桃钳优化算法 (NOA) 和人工大猩猩优化器 (GTO)。之所以选择这些算法,是因为它们具有鲁棒性的局部最优避免和收敛速度加速机制。此外,为了进一步提高 NOA 的性能,本文还提出了 NOA 的改进变体,即 MNOA。这种改进变体不将新生成解的信息与当前解结合起来,以避免陷入局部最小值并加快收敛速度。然而,MNOA 仍需进一步改进,以加强其在大规模问题上的性能,因此将其与新提出的改进机制相结合,以促进其探索和利用算子;这种混合变体被称为 HNOA。这些提出的算法用于估算 ORPD 问题在小型、中型和大型系统中的潜在解决方案,并在 IEEE 14 总线、IEEE 39 总线、IEEE 57 总线、IEEE 118 总线和 IEEE 300 总线电力系统中进行了测试和验证。与八种竞争对手的优化器相比,HNOA 在大规模系统(IEEE 118 总线和 300 总线系统)的功率损耗和电压偏差优化方面更胜一筹;MNOA 在中型系统(IEEE 57 总线)中表现更佳;而 MSA 则在小型系统(IEEE 14 总线和 39 总线系统)中表现出色。
{"title":"Artificial intelligence-based optimization techniques for optimal reactive power dispatch problem: a contemporary survey, experiments, and analysis","authors":"Mohamed Abdel-Basset,&nbsp;Reda Mohamed,&nbsp;Ibrahim M. Hezam,&nbsp;Karam M. Sallam,&nbsp;Ahmad M. Alshamrani,&nbsp;Ibrahim A. Hameed","doi":"10.1007/s10462-024-10982-1","DOIUrl":"10.1007/s10462-024-10982-1","url":null,"abstract":"<div><p>The optimization challenge known as the optimal reactive power dispatch (ORPD) problem is of utmost importance in the electric power system owing to its substantial impact on stability, cost-effectiveness, and security. Several metaheuristic algorithms have been developed to address this challenge, but they all suffer from either being stuck in local minima, having an insufficiently fast convergence rate, or having a prohibitively high computational cost. Therefore, in this study, the performance of four recently published metaheuristic algorithms, namely the mantis search algorithm (MSA), spider wasp optimizer (SWO), nutcracker optimization algorithm (NOA), and artificial gorilla optimizer (GTO), is assessed to solve this problem with the purpose of minimizing power losses and voltage deviation. These algorithms were chosen due to the robustness of their local optimality avoidance and convergence speed acceleration mechanisms. In addition, a modified variant of NOA, known as MNOA, is herein proposed to further improve its performance. This modified variant does not combine the information of the newly generated solution with the current solution to avoid falling into local minima and accelerate the convergence speed. However, MNOA still needs further improvement to strengthen its performance for large-scale problems, so it is integrated with a newly proposed improvement mechanism to promote its exploration and exploitation operators; this hybrid variant was called HNOA. These proposed algorithms are used to estimate potential solutions to the ORPD problem in small-scale, medium-scale, and large-scale systems and are being tested and validated on the IEEE 14-bus, IEEE 39-bus, IEEE 57-bus, IEEE 118-bus, and IEEE 300-bus electrical power systems. In comparison to eight rival optimizers, HNOA is superior for large-scale systems (IEEE 118-bus and 300-bus systems) at optimizing power losses and voltage deviation; MNOA performs better for medium-scale systems (IEEE 57-bus); and MSA excels for small-scale systems (IEEE 14-bus and 39-bus systems).</p></div>","PeriodicalId":8449,"journal":{"name":"Artificial Intelligence Review","volume":"58 1","pages":""},"PeriodicalIF":10.7,"publicationDate":"2024-11-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.1007/s10462-024-10982-1.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142573739","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Toward robust decision-making under multiple evaluation scenarios with a novel fuzzy ranking approach: green supplier selection study case 利用新型模糊排序法实现多重评估情景下的稳健决策:绿色供应商选择研究案例
IF 10.7 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-11-04 DOI: 10.1007/s10462-024-11006-8
Jakub Więckowski, Jarosław Wątróbski, Wojciech Sałabun

In the evolving field of decision-making, the continuous advancement of technologies and methodologies drives the pursuit of more reliable tools. Decision support systems (DSS) provide information to make informed choices and multi-criteria decision analysis (MCDA) methods are an important component of defining decision models. Despite their usefulness, there are still challenges in making robust decisions in dynamic environments due to the varying performance of different MCDA methods. It creates space for the development of techniques to aggregate conflicting results. This paper introduces a fuzzy ranking approach for aggregating results from multi-criteria assessments, specifically addressing the limitations of current result aggregation techniques. Unlike conventional methods, the proposed approach represents rankings as fuzzy sets, providing detailed insights into the robustness of decision problems. The study uses green supplier selection as a case study, examining the performance of the introduced approach and the robustness of its recommendations within the sustainability field. This study offers a new methodology for aggregating results from multiple evaluation scenarios, thereby enhancing decision-maker awareness and robustness. Through comparative analysis with traditional compromise solution methods, this paper highlights the limitations of current approaches and indicates the advantages of adopting fuzzy ranking aggregation. This study significantly advances the field of decision-making by enhancing the understanding of the stability of decision outcomes.

在不断发展的决策领域,技术和方法的不断进步推动着人们对更可靠工具的追求。决策支持系统(DSS)提供了做出明智选择的信息,而多标准决策分析(MCDA)方法则是定义决策模型的重要组成部分。尽管这些方法非常有用,但由于不同 MCDA 方法的性能各不相同,在动态环境中做出稳健决策仍面临挑战。这为开发汇总相互冲突结果的技术创造了空间。本文介绍了一种用于汇总多标准评估结果的模糊排序方法,特别解决了当前结果汇总技术的局限性。与传统方法不同的是,所提出的方法将排序表示为模糊集,为决策问题的稳健性提供了详细的见解。本研究以绿色供应商选择为案例,考察了所引入方法的性能及其在可持续发展领域所提建议的稳健性。本研究提供了一种新方法,用于汇总多个评估方案的结果,从而提高决策者的认识和稳健性。通过与传统折中方案方法的对比分析,本文强调了当前方法的局限性,并指出了采用模糊排序聚合法的优势。这项研究通过加强对决策结果稳定性的理解,极大地推动了决策领域的发展。
{"title":"Toward robust decision-making under multiple evaluation scenarios with a novel fuzzy ranking approach: green supplier selection study case","authors":"Jakub Więckowski,&nbsp;Jarosław Wątróbski,&nbsp;Wojciech Sałabun","doi":"10.1007/s10462-024-11006-8","DOIUrl":"10.1007/s10462-024-11006-8","url":null,"abstract":"<div><p>In the evolving field of decision-making, the continuous advancement of technologies and methodologies drives the pursuit of more reliable tools. Decision support systems (DSS) provide information to make informed choices and multi-criteria decision analysis (MCDA) methods are an important component of defining decision models. Despite their usefulness, there are still challenges in making robust decisions in dynamic environments due to the varying performance of different MCDA methods. It creates space for the development of techniques to aggregate conflicting results. This paper introduces a fuzzy ranking approach for aggregating results from multi-criteria assessments, specifically addressing the limitations of current result aggregation techniques. Unlike conventional methods, the proposed approach represents rankings as fuzzy sets, providing detailed insights into the robustness of decision problems. The study uses green supplier selection as a case study, examining the performance of the introduced approach and the robustness of its recommendations within the sustainability field. This study offers a new methodology for aggregating results from multiple evaluation scenarios, thereby enhancing decision-maker awareness and robustness. Through comparative analysis with traditional compromise solution methods, this paper highlights the limitations of current approaches and indicates the advantages of adopting fuzzy ranking aggregation. This study significantly advances the field of decision-making by enhancing the understanding of the stability of decision outcomes.</p></div>","PeriodicalId":8449,"journal":{"name":"Artificial Intelligence Review","volume":"58 1","pages":""},"PeriodicalIF":10.7,"publicationDate":"2024-11-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.1007/s10462-024-11006-8.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142573698","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Improved sandcat swarm optimization algorithm for solving global optimum problems 用于解决全局最优问题的改进型沙猫群优化算法
IF 10.7 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-11-04 DOI: 10.1007/s10462-024-10986-x
Heming Jia, Jinrui Zhang, Honghua Rao, Laith Abualigah

The sand cat swarm optimization algorithm (SCSO) is a metaheuristic algorithm proposed by Amir Seyyedabbasi et al. SCSO algorithm mimics the predatory behavior of sand cats, which gives the algorithm a strong optimized performance. However, as the number of iterations of the algorithm increases, the moving efficiency of the sand cat decreases, resulting in the decline of search ability. The convergence speed of the algorithm gradually decreases, and it is easy to fall into local optimum, and it is difficult to find a better solution. In order to improve the search and movement efficiency of the sand cat, and enhance the global optimization ability and convergence performance of the algorithm, an improved sand cat Swarm Optimization (ISCSO) algorithm was proposed. In ISCSO algorithm, we propose a low-frequency noise search strategy and a spiral contraction walking strategy according to the habit of sand cat, and add random opposition-based learning and restart strategy. The frequency factor was used to control the search direction of the sand cat, and the spiral contraction hunting was carried out, which effectively improved the randomness of the population, expanded the search range of the algorithm, enhanced the moving efficiency of the sand cat, and accelerated the convergence speed of the algorithm. We use 23 standard benchmark functions and IEEE CEC2014 benchmark functions to compare ISCSO with 10 algorithms, and prove the effectiveness of the improved strategy. Finally, ISCSO was evaluated using five constrained engineering design problems. In the results of these problems, using ISCSO has 3.08%, 0.23%, 0.37%, 22.34%, 1.38% improvement compared with the original algorithm respectively, which proves the effectiveness of the improved strategy in practical application problems. The source code website for ISCSO is https://github.com/Ruiruiz30/ISCSO-s-code.

沙猫群优化算法(SCSO)是由 Amir Seyyedabbasi 等人提出的一种元启发式算法。SCSO 算法模仿了沙猫的捕食行为,使算法具有很强的优化性能。然而,随着算法迭代次数的增加,沙猫的移动效率降低,导致搜索能力下降。算法的收敛速度逐渐降低,容易陷入局部最优,难以找到更好的解。为了提高沙猫的搜索和移动效率,增强算法的全局优化能力和收敛性能,提出了一种改进的沙猫群优化算法(ISCSO)。在 ISCSO 算法中,我们根据沙猫的习性提出了低频噪声搜索策略和螺旋收缩行走策略,并增加了基于随机对立的学习和重启策略。利用频率因子控制沙猫的搜索方向,并进行螺旋收缩狩猎,有效提高了种群的随机性,扩大了算法的搜索范围,提高了沙猫的移动效率,加快了算法的收敛速度。我们使用 23 个标准基准函数和 IEEE CEC2014 基准函数将 ISCSO 与 10 种算法进行了比较,证明了改进策略的有效性。最后,我们使用五个受限工程设计问题对 ISCSO 进行了评估。在这些问题的结果中,使用 ISCSO 与原始算法相比分别提高了 3.08%、0.23%、0.37%、22.34%、1.38%,证明了改进策略在实际应用问题中的有效性。ISCSO 的源代码网站是 https://github.com/Ruiruiz30/ISCSO-s-code。
{"title":"Improved sandcat swarm optimization algorithm for solving global optimum problems","authors":"Heming Jia,&nbsp;Jinrui Zhang,&nbsp;Honghua Rao,&nbsp;Laith Abualigah","doi":"10.1007/s10462-024-10986-x","DOIUrl":"10.1007/s10462-024-10986-x","url":null,"abstract":"<div><p>The sand cat swarm optimization algorithm (SCSO) is a metaheuristic algorithm proposed by Amir Seyyedabbasi et al. SCSO algorithm mimics the predatory behavior of sand cats, which gives the algorithm a strong optimized performance. However, as the number of iterations of the algorithm increases, the moving efficiency of the sand cat decreases, resulting in the decline of search ability. The convergence speed of the algorithm gradually decreases, and it is easy to fall into local optimum, and it is difficult to find a better solution. In order to improve the search and movement efficiency of the sand cat, and enhance the global optimization ability and convergence performance of the algorithm, an improved sand cat Swarm Optimization (ISCSO) algorithm was proposed. In ISCSO algorithm, we propose a low-frequency noise search strategy and a spiral contraction walking strategy according to the habit of sand cat, and add random opposition-based learning and restart strategy. The frequency factor was used to control the search direction of the sand cat, and the spiral contraction hunting was carried out, which effectively improved the randomness of the population, expanded the search range of the algorithm, enhanced the moving efficiency of the sand cat, and accelerated the convergence speed of the algorithm. We use 23 standard benchmark functions and IEEE CEC2014 benchmark functions to compare ISCSO with 10 algorithms, and prove the effectiveness of the improved strategy. Finally, ISCSO was evaluated using five constrained engineering design problems. In the results of these problems, using ISCSO has 3.08%, 0.23%, 0.37%, 22.34%, 1.38% improvement compared with the original algorithm respectively, which proves the effectiveness of the improved strategy in practical application problems. The source code website for ISCSO is https://github.com/Ruiruiz30/ISCSO-s-code.</p></div>","PeriodicalId":8449,"journal":{"name":"Artificial Intelligence Review","volume":"58 1","pages":""},"PeriodicalIF":10.7,"publicationDate":"2024-11-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.1007/s10462-024-10986-x.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142573699","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Artificial Intelligence Review
全部 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