首页 > 最新文献

Memetic Computing最新文献

英文 中文
Dynamic weighting label assignment for oriented object detection 面向对象检测的动态加权标签分配
IF 4.7 2区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-08-02 DOI: 10.1007/s12293-024-00427-1
Yunhui Zhu, Buliao Huang

Oriented object detection has garnered significant attention for its broad applications in remote sensing image processing. Most oriented detectors perform dense predictions on a set of predefined anchors to generate oriented bounding boxes, where these anchors require classification (cls) and localization (loc) labels for detector training. Recent advancements in label assignment utilize the overall quality score of cls and loc predictions to determine positive and negative samples for each oriented object. However, these methods typically establish the overall quality score by assigning fixed weights to cls and loc quality scores. This approach may not be optimal, as fixed weights fail to dynamically balance cls and loc performance during model optimization, thereby constraining detection efficacy. Motivated by this observation, this paper proposes a Dynamic Weighting Label Assignment (DWLA) algorithm. DWLA dynamically adjusts the weights of individual quality scores based on the current model state to continuously balance cls and loc performance. Additionally, to mitigate the impact of unreliable predictions and achieve more stable training, this paper proposes a level-wise positive sample selection scheme and an object-adaptive scheme for constructing initial candidates of positive samples, respectively. Comprehensive experiments on the DOTA and UCAS-AOD datasets have validated the effectiveness of the proposed DWLA.

定向物体检测因其在遥感图像处理中的广泛应用而备受关注。大多数定向检测器对一组预定义的锚点进行密集预测,以生成定向边界框,这些锚点需要分类(cls)和定位(loc)标签来进行检测器训练。标签分配的最新进展是利用 cls 和 loc 预测的总体质量得分来确定每个定向对象的正样本和负样本。不过,这些方法通常是通过给 cls 和 loc 质量分数分配固定权重来确定总体质量分数。这种方法可能不是最佳的,因为在模型优化过程中,固定权重无法动态地平衡 cls 和 loc 的性能,从而限制了检测效果。受此启发,本文提出了一种动态加权标签分配(DWLA)算法。DWLA 根据当前模型状态动态调整各个质量分数的权重,以持续平衡 cls 和 loc 性能。此外,为了减轻不可靠预测的影响并实现更稳定的训练,本文分别提出了按级别选择正样本方案和对象自适应方案来构建初始候选正样本。在 DOTA 和 UCAS-AOD 数据集上进行的综合实验验证了所提出的 DWLA 的有效性。
{"title":"Dynamic weighting label assignment for oriented object detection","authors":"Yunhui Zhu, Buliao Huang","doi":"10.1007/s12293-024-00427-1","DOIUrl":"https://doi.org/10.1007/s12293-024-00427-1","url":null,"abstract":"<p>Oriented object detection has garnered significant attention for its broad applications in remote sensing image processing. Most oriented detectors perform dense predictions on a set of predefined anchors to generate oriented bounding boxes, where these anchors require classification (cls) and localization (loc) labels for detector training. Recent advancements in label assignment utilize the overall quality score of cls and loc predictions to determine positive and negative samples for each oriented object. However, these methods typically establish the overall quality score by assigning fixed weights to cls and loc quality scores. This approach may not be optimal, as fixed weights fail to dynamically balance cls and loc performance during model optimization, thereby constraining detection efficacy. Motivated by this observation, this paper proposes a Dynamic Weighting Label Assignment (DWLA) algorithm. DWLA dynamically adjusts the weights of individual quality scores based on the current model state to continuously balance cls and loc performance. Additionally, to mitigate the impact of unreliable predictions and achieve more stable training, this paper proposes a level-wise positive sample selection scheme and an object-adaptive scheme for constructing initial candidates of positive samples, respectively. Comprehensive experiments on the DOTA and UCAS-AOD datasets have validated the effectiveness of the proposed DWLA.</p>","PeriodicalId":48780,"journal":{"name":"Memetic Computing","volume":"36 1","pages":""},"PeriodicalIF":4.7,"publicationDate":"2024-08-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141886535","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A memetic algorithm for improved joint route selection and split-level management in next-generation wireless communications 下一代无线通信中改进联合路由选择和分层管理的记忆算法
IF 4.7 2区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-08-02 DOI: 10.1007/s12293-024-00418-2
Mario Garza-Fabre, Cristian C. Erazo-Agredo, Javier Rubio-Loyola

The complexity of next-generation wireless communications, especially Beyond 5G and 6G communication systems, will be handled by artificial intelligence-based management paradigms. The joint selection of routes and functional split levels involves critical decisions that network infrastructure providers need to make to support requests from virtual Mobile Network Operators (vMNOs). These decisions comprise the assignment and configuration of physical network resources, which must comply with the specific quality of service restrictions of each vMNO request. Recent work defined a detailed mathematical model for this complex challenge, its formulation as a constrained, discrete optimization problem, and the first algorithmic approaches. It was also found that an evolutionary algorithm delivers higher-quality solutions than an ad-hoc heuristic, and faster running times compared to a well-known commercial solver. This paper introduces a memetic algorithm that exploits the strengths of the former evolutionary method while incorporating several key innovations: a domain-specific recombination operator; a specialized repairing procedure; an enhanced fitness evaluation scheme; and a multiobjective archiving strategy that preserves promising solution trade-offs. We conduct a comprehensive evaluation of the performance and behavior of this proposal, as well as the contribution of each specific design component. The results highlight that our memetic algorithm consistently outperforms previous approaches from the literature, providing better trade-offs in terms of solution quality and the rate at which vMNO requests are successfully fulfilled.

下一代无线通信,尤其是超越 5G 和 6G 通信系统的复杂性将由基于人工智能的管理模式来处理。路由和功能分级的联合选择涉及网络基础设施提供商为支持虚拟移动网络运营商(vMNO)的请求而需要做出的关键决策。这些决策包括物理网络资源的分配和配置,必须符合每个虚拟移动网络运营商请求的特定服务质量限制。最近的工作为这一复杂挑战定义了一个详细的数学模型,将其表述为一个受约束的离散优化问题,并首次提出了算法方法。研究还发现,与临时启发式算法相比,进化式算法能提供更高质量的解决方案,与著名的商业求解器相比,运行时间更短。本文介绍了一种记忆算法,它利用了前一种进化方法的优势,同时融入了几项关键创新:特定领域的重组算子;专门的修复程序;增强的适配性评估方案;以及可保留有希望的解决方案权衡的多目标归档策略。我们对这一建议的性能和行为以及每个特定设计组件的贡献进行了全面评估。结果表明,我们的记忆算法始终优于以往的文献方法,在解决方案质量和 vMNO 请求成功满足率方面提供了更好的权衡。
{"title":"A memetic algorithm for improved joint route selection and split-level management in next-generation wireless communications","authors":"Mario Garza-Fabre, Cristian C. Erazo-Agredo, Javier Rubio-Loyola","doi":"10.1007/s12293-024-00418-2","DOIUrl":"https://doi.org/10.1007/s12293-024-00418-2","url":null,"abstract":"<p>The complexity of next-generation wireless communications, especially Beyond 5G and 6G communication systems, will be handled by artificial intelligence-based management paradigms. The joint selection of routes and functional split levels involves critical decisions that network infrastructure providers need to make to support requests from virtual Mobile Network Operators (vMNOs). These decisions comprise the assignment and configuration of physical network resources, which must comply with the specific quality of service restrictions of each vMNO request. Recent work defined a detailed mathematical model for this complex challenge, its formulation as a constrained, discrete optimization problem, and the first algorithmic approaches. It was also found that an evolutionary algorithm delivers higher-quality solutions than an <i>ad-hoc</i> heuristic, and faster running times compared to a well-known commercial solver. This paper introduces a memetic algorithm that exploits the strengths of the former evolutionary method while incorporating several key innovations: a domain-specific recombination operator; a specialized repairing procedure; an enhanced fitness evaluation scheme; and a multiobjective archiving strategy that preserves promising solution trade-offs. We conduct a comprehensive evaluation of the performance and behavior of this proposal, as well as the contribution of each specific design component. The results highlight that our memetic algorithm consistently outperforms previous approaches from the literature, providing better trade-offs in terms of solution quality and the rate at which vMNO requests are successfully fulfilled.</p>","PeriodicalId":48780,"journal":{"name":"Memetic Computing","volume":"55 1","pages":""},"PeriodicalIF":4.7,"publicationDate":"2024-08-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141887366","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Hierarchical heterogeneous graph learning for color-missing ALS pointcloud segmentation 用于缺色 ALS 点云分割的分层异构图学习
IF 4.7 2区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-08-02 DOI: 10.1007/s12293-024-00426-2
Buliao Huang, Yunhui Zhu

Semantically segmented aerial laser scanning (ALS) pointcloud is crucial for remote sensing applications, offering advantages over aerial images in describing complex topography of vegetation-covered areas due to its ability to penetrate through vegetation. While many ALS pointcloud segmentation methods emphasize the importance of color information for accurate segmentation and colorize the ALS pointcloud with aerial images, they often overlook the fact that some points in vegetation-covered areas are occluded and cannot be observed in aerial images. Consequently, these methods may assign inaccurate colors to these points, resulting in degraded segmentation performance. To address this issue, this paper proposes a Hierarchical Heterogeneous Graph Learning (HHGL) algorithm. HHGL tackles the problem by treating the colors of occluded points (referred to as “color-missing points”) as missing values and compensating for them based on the local and global geometric relationships among color-missing points and color-observed points. Specifically, the proposed algorithm first models the local geometric relationships as a heterogeneous graph, which aggregates the features of adjacent color-observed points to make up for the missing colors. Additionally, the global geometric relationships are represented as a hierarchical structure, refining the aggregated features and capturing long-range dependencies among color-missing points to facilitate segmentation. Experimental results on real-world datasets validate the effectiveness and robustness of the proposed HHGL algorithm.

语义分割的航空激光扫描(ALS)点云对于遥感应用至关重要,由于其能够穿透植被,因此在描述植被覆盖区域的复杂地形方面比航空图像更具优势。虽然许多 ALS 点云分割方法都强调颜色信息对准确分割的重要性,并根据航空图像对 ALS 点云进行着色,但它们往往忽略了植被覆盖区域的一些点是遮挡的,无法在航空图像中观察到。因此,这些方法可能会给这些点分配不准确的颜色,导致分割性能下降。针对这一问题,本文提出了一种分层异构图学习(HHGL)算法。HHGL 将闭塞点(称为 "缺色点")的颜色视为缺失值,并根据缺色点和颜色观测点之间的局部和全局几何关系对其进行补偿,从而解决了这一问题。具体来说,建议的算法首先将局部几何关系建模为异质图,将相邻颜色观测点的特征聚合起来,以弥补缺失的颜色。此外,还将全局几何关系表示为层次结构,细化聚合特征并捕捉颜色缺失点之间的长距离依赖关系,以促进分割。在真实世界数据集上的实验结果验证了所提出的 HHGL 算法的有效性和鲁棒性。
{"title":"Hierarchical heterogeneous graph learning for color-missing ALS pointcloud segmentation","authors":"Buliao Huang, Yunhui Zhu","doi":"10.1007/s12293-024-00426-2","DOIUrl":"https://doi.org/10.1007/s12293-024-00426-2","url":null,"abstract":"<p>Semantically segmented aerial laser scanning (ALS) pointcloud is crucial for remote sensing applications, offering advantages over aerial images in describing complex topography of vegetation-covered areas due to its ability to penetrate through vegetation. While many ALS pointcloud segmentation methods emphasize the importance of color information for accurate segmentation and colorize the ALS pointcloud with aerial images, they often overlook the fact that some points in vegetation-covered areas are occluded and cannot be observed in aerial images. Consequently, these methods may assign inaccurate colors to these points, resulting in degraded segmentation performance. To address this issue, this paper proposes a Hierarchical Heterogeneous Graph Learning (HHGL) algorithm. HHGL tackles the problem by treating the colors of occluded points (referred to as “color-missing points”) as missing values and compensating for them based on the local and global geometric relationships among color-missing points and color-observed points. Specifically, the proposed algorithm first models the local geometric relationships as a heterogeneous graph, which aggregates the features of adjacent color-observed points to make up for the missing colors. Additionally, the global geometric relationships are represented as a hierarchical structure, refining the aggregated features and capturing long-range dependencies among color-missing points to facilitate segmentation. Experimental results on real-world datasets validate the effectiveness and robustness of the proposed HHGL algorithm.</p>","PeriodicalId":48780,"journal":{"name":"Memetic Computing","volume":"78 1","pages":""},"PeriodicalIF":4.7,"publicationDate":"2024-08-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141886536","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Molecular representations in bio-cheminformatics 生物化学信息学中的分子表征
IF 4.7 2区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-07-20 DOI: 10.1007/s12293-024-00414-6
Thanh-Hoang Nguyen-Vo, Paul Teesdale-Spittle, Joanne E. Harvey, Binh P. Nguyen

Molecular representations have essential roles in bio-cheminformatics as they facilitate the growth of machine learning applications in numerous sub-domains of biology and chemistry, especially drug discovery. These representations transform the structural and chemical information of molecules into machine-readable formats that can be efficiently processed by computer programs. In this paper, we present a comprehensive review, providing readers with diverse perspectives on the strengths and weaknesses of well-known molecular representations, along with their respective categories and implementation sources. Moreover, we provide a summary of the applicability of these representations in de novo molecular design, molecular property prediction, and chemical reactions. Besides, representations for macromolecules are discussed with highlighted pros and cons. By addressing these aspects, we aim to offer a valuable resource on the significant role of molecular representations in advancing bio-cheminformatics and its related domains.

分子表征在生物化学信息学中发挥着至关重要的作用,因为它们促进了机器学习应用在生物和化学众多子领域的发展,尤其是药物发现领域。这些表征将分子的结构和化学信息转化为机器可读的格式,以便计算机程序进行高效处理。在本文中,我们将对众所周知的分子表征的优缺点,以及它们各自的类别和实现来源进行全面综述,为读者提供不同的视角。此外,我们还总结了这些表征在全新分子设计、分子性质预测和化学反应中的适用性。此外,我们还讨论了大分子的表征方法,并强调了其利弊。通过对这些方面的讨论,我们旨在提供一份宝贵的资料,说明分子表征在推动生物化学信息学及其相关领域发展方面的重要作用。
{"title":"Molecular representations in bio-cheminformatics","authors":"Thanh-Hoang Nguyen-Vo, Paul Teesdale-Spittle, Joanne E. Harvey, Binh P. Nguyen","doi":"10.1007/s12293-024-00414-6","DOIUrl":"https://doi.org/10.1007/s12293-024-00414-6","url":null,"abstract":"<p>Molecular representations have essential roles in bio-cheminformatics as they facilitate the growth of machine learning applications in numerous sub-domains of biology and chemistry, especially drug discovery. These representations transform the structural and chemical information of molecules into machine-readable formats that can be efficiently processed by computer programs. In this paper, we present a comprehensive review, providing readers with diverse perspectives on the strengths and weaknesses of well-known molecular representations, along with their respective categories and implementation sources. Moreover, we provide a summary of the applicability of these representations in de novo molecular design, molecular property prediction, and chemical reactions. Besides, representations for macromolecules are discussed with highlighted pros and cons. By addressing these aspects, we aim to offer a valuable resource on the significant role of molecular representations in advancing bio-cheminformatics and its related domains.</p>","PeriodicalId":48780,"journal":{"name":"Memetic Computing","volume":"1 1","pages":""},"PeriodicalIF":4.7,"publicationDate":"2024-07-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141744128","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
QEA-QCNN: optimization of quantum convolutional neural network architecture based on quantum evolution QEA-QCNN:基于量子进化的量子卷积神经网络架构优化
IF 4.7 2区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-07-09 DOI: 10.1007/s12293-024-00417-3
Yangyang Li, Xiaobin Hao, Guanlong Liu, Ronghua Shang, Licheng Jiao

Quantum neural network (QNN) is a research orientation that combines quantum computing and machine learning. It has the potential to solve the bottleneck problem of shortage of computing resource in deep learning, and is expected to become the first practical application scheme that demonstrate application level quantum advantages on current Noise Intermediate scale Quantum (NISQ) devices. However, limited by the current scale of NISQ devices, QNNs have fewer quantum bits and quantum circuits cannot be too deep. Currently, there is no clear design strategy for the architecture of QNN. Designing QNN architectures arbitrarily not only has high circuit complexity but also often poor network performance. Similar to classical convolutional neural network, in this paper, a quantum evolution-based optimization algorithm is proposed for design of quantum convolutional neural network (QCNN) architecture. The design of QNN architecture is viewed as a combinatorial optimization problem, and the quantum evolution algorithm is used to adaptively design the QCNN architecture with its global search ability in a large discrete search space. Comprehensive experimental results indicate that the proposed method can effectively reduce the complexity of QCNN circuits, reduce the difficulty of deploying quantum circuits, and further improve the expressibility of QCNN.

量子神经网络(QNN)是量子计算与机器学习相结合的研究方向。它有望解决深度学习中计算资源短缺的瓶颈问题,并有望成为首个在当前噪声中量子(NISQ)器件上展示应用级量子优势的实际应用方案。然而,受限于目前 NISQ 器件的规模,QNN 的量子比特较少,量子电路不可能太深。目前,还没有明确的 QNN 架构设计策略。任意设计 QNN 架构不仅电路复杂度高,而且网络性能往往较差。与经典卷积神经网络类似,本文提出了一种基于量子进化的优化算法来设计量子卷积神经网络(QCNN)架构。量子卷积神经网络架构的设计被视为一个组合优化问题,量子进化算法利用其在大型离散搜索空间中的全局搜索能力自适应地设计 QCNN 架构。综合实验结果表明,所提出的方法能有效降低 QCNN 电路的复杂度,降低量子电路的部署难度,并进一步提高 QCNN 的可表达性。
{"title":"QEA-QCNN: optimization of quantum convolutional neural network architecture based on quantum evolution","authors":"Yangyang Li, Xiaobin Hao, Guanlong Liu, Ronghua Shang, Licheng Jiao","doi":"10.1007/s12293-024-00417-3","DOIUrl":"https://doi.org/10.1007/s12293-024-00417-3","url":null,"abstract":"<p>Quantum neural network (QNN) is a research orientation that combines quantum computing and machine learning. It has the potential to solve the bottleneck problem of shortage of computing resource in deep learning, and is expected to become the first practical application scheme that demonstrate application level quantum advantages on current Noise Intermediate scale Quantum (NISQ) devices. However, limited by the current scale of NISQ devices, QNNs have fewer quantum bits and quantum circuits cannot be too deep. Currently, there is no clear design strategy for the architecture of QNN. Designing QNN architectures arbitrarily not only has high circuit complexity but also often poor network performance. Similar to classical convolutional neural network, in this paper, a quantum evolution-based optimization algorithm is proposed for design of quantum convolutional neural network (QCNN) architecture. The design of QNN architecture is viewed as a combinatorial optimization problem, and the quantum evolution algorithm is used to adaptively design the QCNN architecture with its global search ability in a large discrete search space. Comprehensive experimental results indicate that the proposed method can effectively reduce the complexity of QCNN circuits, reduce the difficulty of deploying quantum circuits, and further improve the expressibility of QCNN.</p>","PeriodicalId":48780,"journal":{"name":"Memetic Computing","volume":"149 1","pages":""},"PeriodicalIF":4.7,"publicationDate":"2024-07-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141571189","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Driver profiling using trajectories on arbitrary roads by clustering roads and drivers successively 通过对道路和驾驶员进行连续聚类,利用任意道路上的驾驶员轨迹进行驾驶员特征分析
IF 4.7 2区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-07-09 DOI: 10.1007/s12293-024-00416-4
Shengfei Lyu, Di Wang, Xuehao Yang, Chunyan Miao

Driver profiling is a widely used tool in fleet management and driver-specific insurance because it differentiates drivers based on their driving behaviors, such as aggressive and non-aggressive, which correspond to different levels of driving risk. However, most existing driver profiling methods require all drivers to drive on the same predefined route or type of roads, simply to make sure their driving behaviors are comparable. This premise makes these methods not be able to profile drivers who drive on arbitrary roads, which constitute the real-world scenarios for most drivers. To enable the profiling of drivers using their naturalistic driving data, i.e., driving trajectories recorded while they were driving on arbitrary roads at their own free will, in this paper, we propose a novel method named cLustering rOads And Drivers Successively (LOADS). Specifically, LOADS first categorizes the roads into different types using the extracted characteristics of all drivers driving on the respective roads. It then groups drivers into different clusters to obtain their profile labels (e.g., aggressive or non-aggressive) using the extracted driving characteristics on each road type. We conduct extensive experiments using two real-world driving trajectory datasets comprising thousands of driving trajectories of hundreds of drivers. Statistical analysis results indicate that the driver groups identified by LOADS have significantly different driving styles. To the best of our knowledge, LOADS is the first method that focuses on profiling drivers who drive on arbitrary roads, showing a great potential to enable real-world driver profiling applications.

驾驶员特征分析是车队管理和特定驾驶员保险中广泛使用的一种工具,因为它可以根据驾驶员的驾驶行为(如激进和非激进)来区分驾驶员,而激进和非激进与不同的驾驶风险水平相对应。然而,现有的大多数驾驶员特征分析方法都要求所有驾驶员在相同的预定路线或道路类型上驾驶,以确保他们的驾驶行为具有可比性。这一前提使得这些方法无法对在任意道路上驾驶的驾驶员进行特征分析,而这正是大多数驾驶员的真实驾驶场景。为了能够利用驾驶员的自然驾驶数据(即他们在任意道路上自由驾驶时记录的驾驶轨迹)对驾驶员进行特征分析,我们在本文中提出了一种名为 "连续搜索道路和驾驶员"(cLustering rOads And Drivers Successively,LOADS)的新方法。具体来说,LOADS 首先利用提取的在相应道路上行驶的所有司机的特征,将道路分为不同类型。然后,LOADS 利用在每种道路类型上提取的驾驶特征,将驾驶员分成不同的群组,以获得他们的特征标签(如攻击性或非攻击性)。我们使用两个真实世界的驾驶轨迹数据集进行了大量实验,其中包括数百名驾驶员的数千条驾驶轨迹。统计分析结果表明,LOADS 所识别的驾驶员群体具有明显不同的驾驶风格。据我们所知,LOADS是第一种专注于对在任意道路上驾驶的驾驶员进行特征分析的方法,在实现真实世界驾驶员特征分析应用方面显示出巨大的潜力。
{"title":"Driver profiling using trajectories on arbitrary roads by clustering roads and drivers successively","authors":"Shengfei Lyu, Di Wang, Xuehao Yang, Chunyan Miao","doi":"10.1007/s12293-024-00416-4","DOIUrl":"https://doi.org/10.1007/s12293-024-00416-4","url":null,"abstract":"<p>Driver profiling is a widely used tool in fleet management and driver-specific insurance because it differentiates drivers based on their driving behaviors, such as aggressive and non-aggressive, which correspond to different levels of driving risk. However, most existing driver profiling methods require all drivers to drive on the same predefined route or type of roads, simply to make sure their driving behaviors are comparable. This premise makes these methods not be able to profile drivers who drive on arbitrary roads, which constitute the real-world scenarios for most drivers. To enable the profiling of drivers using their naturalistic driving data, i.e., driving trajectories recorded while they were driving on arbitrary roads at their own free will, in this paper, we propose a novel method named cLustering rOads And Drivers Successively (LOADS). Specifically, LOADS first categorizes the roads into different types using the extracted characteristics of all drivers driving on the respective roads. It then groups drivers into different clusters to obtain their profile labels (e.g., aggressive or non-aggressive) using the extracted driving characteristics on each road type. We conduct extensive experiments using two real-world driving trajectory datasets comprising thousands of driving trajectories of hundreds of drivers. Statistical analysis results indicate that the driver groups identified by LOADS have significantly different driving styles. To the best of our knowledge, LOADS is the first method that focuses on profiling drivers who drive on arbitrary roads, showing a great potential to enable real-world driver profiling applications.</p>","PeriodicalId":48780,"journal":{"name":"Memetic Computing","volume":"16 1","pages":""},"PeriodicalIF":4.7,"publicationDate":"2024-07-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141570967","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A distributed individuals based multimodal multi-objective optimization differential evolution algorithm 基于分布式个体的多模式多目标优化差分进化算法
IF 4.7 2区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-06-20 DOI: 10.1007/s12293-024-00413-7
Wei Wang, Zhifang Wei, Tianqi Huang, Xiaoli Gao, Weifeng Gao

There may exist a one-to-many mapping between objective and decision spaces in multimodal multi-objective optimization problems (MMOPs), which requires the evolutionary algorithm to locate multiple non-dominated solution sets. In order to enhance the diversity of the population, we develop a multimodal multi-objective differential evolution algorithm based on distributed individuals and lifetime mechanism. First, every individual can be seen as a distributed unit to locate multiple non-dominated solutions. The solutions with the good diversity are generated by adopting virtual population, and the range of virtual population is adjusted by an adaptive adjustment strategy to locate more non-dominated solutions. Second, it is considered that each individual has a limited lifespan inspired by natural phenomenon. As the search area of individuals becoming adaptively smaller, the individuals with good quality are archived and they can reinitialize with a new lifespan for enhancing diversity of the search space. Then the probability selection strategy is applied in the environment selection to balance exploration and exploitation. The test results on 22 multimodal multi-objective benchmark test functions verify the superior performance of the proposed method.

在多模态多目标优化问题(MMOPs)中,目标空间和决策空间之间可能存在一对多的映射,这就要求进化算法找到多个非支配解集。为了增强种群的多样性,我们开发了一种基于分布式个体和寿命机制的多模态多目标差分进化算法。首先,每个个体都可以看作是一个分布式单元,用来定位多个非主导解。采用虚拟种群生成具有良好多样性的解,并通过自适应调整策略来调整虚拟种群的范围,从而找到更多的非主导解。其次,受自然现象启发,考虑到每个个体的寿命有限。当个体的搜索区域逐渐变小时,质量好的个体会被存档,并以新的寿命重新初始化,以提高搜索空间的多样性。然后在环境选择中采用概率选择策略,以平衡探索和开发。对 22 个多模态多目标基准测试函数的测试结果验证了所提方法的优越性能。
{"title":"A distributed individuals based multimodal multi-objective optimization differential evolution algorithm","authors":"Wei Wang, Zhifang Wei, Tianqi Huang, Xiaoli Gao, Weifeng Gao","doi":"10.1007/s12293-024-00413-7","DOIUrl":"https://doi.org/10.1007/s12293-024-00413-7","url":null,"abstract":"<p>There may exist a one-to-many mapping between objective and decision spaces in multimodal multi-objective optimization problems (MMOPs), which requires the evolutionary algorithm to locate multiple non-dominated solution sets. In order to enhance the diversity of the population, we develop a multimodal multi-objective differential evolution algorithm based on distributed individuals and lifetime mechanism. First, every individual can be seen as a distributed unit to locate multiple non-dominated solutions. The solutions with the good diversity are generated by adopting virtual population, and the range of virtual population is adjusted by an adaptive adjustment strategy to locate more non-dominated solutions. Second, it is considered that each individual has a limited lifespan inspired by natural phenomenon. As the search area of individuals becoming adaptively smaller, the individuals with good quality are archived and they can reinitialize with a new lifespan for enhancing diversity of the search space. Then the probability selection strategy is applied in the environment selection to balance exploration and exploitation. The test results on 22 multimodal multi-objective benchmark test functions verify the superior performance of the proposed method.</p>","PeriodicalId":48780,"journal":{"name":"Memetic Computing","volume":"19 1","pages":""},"PeriodicalIF":4.7,"publicationDate":"2024-06-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141500785","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Two cooperative constraint handling techniques with an external archive for constrained multi-objective optimization 带外部档案的两种合作约束处理技术,用于约束多目标优化
IF 4.7 2区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-04-20 DOI: 10.1007/s12293-024-00409-3
Jianlin Zhang, Jie Cao, Fuqing Zhao, Zuohan Chen

Constrained multi-objective problems are difficult for researchers to solve because they contain infeasible regions. To address this issue, this paper proposes two cooperative constraint handling techniques that use an external archive. First, two constraint handling techniques, i.e., the penalty function and the constrained dominance principle, are embedded in multi-objective optimization algorithms and work cooperatively on two populations to increase population diversity. Then, an external archive is designed to preserve high-quality solutions that strike a good balance between objectives, values, and constraints throughout the evolution process. Finally, comprehensive experiments are conducted to validate the performance of the proposed algorithm, and seven state-of-the-art constrained multi-objective optimization algorithms are used to compare three test suites and ten real-world problems. The experimental results demonstrate that the proposed algorithm can achieve competitive performance in solving various constrained multi-objective problems. Additionally, the results show that cooperative constraint handling techniques are more robust than single constraint handling methods.

对于研究人员来说,受约束的多目标问题很难解决,因为它们包含不可行区域。为解决这一问题,本文提出了两种使用外部档案的合作约束处理技术。首先,在多目标优化算法中嵌入了两种约束处理技术,即惩罚函数和约束支配原理,并在两个种群上协同工作,以增加种群多样性。然后,设计了一个外部存档,以在整个进化过程中保存目标、值和约束之间取得良好平衡的高质量解决方案。最后,为了验证所提算法的性能,我们进行了全面的实验,并使用七种最先进的约束多目标优化算法对三个测试套件和十个实际问题进行了比较。实验结果表明,所提出的算法在解决各种约束多目标问题时都能取得具有竞争力的性能。此外,实验结果还表明,合作约束处理技术比单一约束处理方法更具鲁棒性。
{"title":"Two cooperative constraint handling techniques with an external archive for constrained multi-objective optimization","authors":"Jianlin Zhang, Jie Cao, Fuqing Zhao, Zuohan Chen","doi":"10.1007/s12293-024-00409-3","DOIUrl":"https://doi.org/10.1007/s12293-024-00409-3","url":null,"abstract":"<p>Constrained multi-objective problems are difficult for researchers to solve because they contain infeasible regions. To address this issue, this paper proposes two cooperative constraint handling techniques that use an external archive. First, two constraint handling techniques, i.e., the penalty function and the constrained dominance principle, are embedded in multi-objective optimization algorithms and work cooperatively on two populations to increase population diversity. Then, an external archive is designed to preserve high-quality solutions that strike a good balance between objectives, values, and constraints throughout the evolution process. Finally, comprehensive experiments are conducted to validate the performance of the proposed algorithm, and seven state-of-the-art constrained multi-objective optimization algorithms are used to compare three test suites and ten real-world problems. The experimental results demonstrate that the proposed algorithm can achieve competitive performance in solving various constrained multi-objective problems. Additionally, the results show that cooperative constraint handling techniques are more robust than single constraint handling methods.</p>","PeriodicalId":48780,"journal":{"name":"Memetic Computing","volume":"82 1","pages":""},"PeriodicalIF":4.7,"publicationDate":"2024-04-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140627466","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A neighborhood-assisted evolutionary algorithm for multimodal multi-objective optimization 多模式多目标优化的邻域辅助进化算法
IF 4.7 2区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-04-12 DOI: 10.1007/s12293-024-00410-w
Weiwei Zhang, Jiaqiang Li, Guoqing Li, Weizheng Zhang

Multi-modal multi-objective optimization problems (MMOPs) involve multiple Pareto sets (PSs) in decision space corresponding to the same Pareto front (PF) in objective space. The difficulty lies in locating multiple equivalent PSs while ensuring a well-converged and well-distributed PF. To address this, a neighborhood-assisted reproduction strategy is proposed. Through interactions with non-dominated solutions, the generated offspring could spread out along the PF, while ineractions with neighbors could improve the convergence ability. Importantly, individuals can participate in multiple neighborhoods, reducing the computational burden. Additionally, a neighborhood-assisted environmental selection strategy is prposed to encourage exploration of diverse solution regions, ensuring a balanced distribution of the population and preservation of multiple PSs. Comparative experiments are implemented on the CEC 2019 MMOPs test suite, and the superior performance of the proposed algorithm is demonstrated in comparison to several state-of-the-art approaches.

多模式多目标优化问题(MMOPs)涉及决策空间中与目标空间中同一帕累托前沿(PF)相对应的多个帕累托集(PSs)。问题的难点在于如何找到多个等效的帕累托集,同时确保帕累托前沿的良好融合和分布。为此,我们提出了一种邻域辅助复制策略。通过与非主导解的互动,产生的后代可以沿着 PF 扩散,而与邻近解的不互动则可以提高收敛能力。重要的是,个体可以参与多个邻域,从而减轻计算负担。此外,还提出了一种邻域辅助环境选择策略,以鼓励探索不同的解区域,确保种群的均衡分布并保留多个 PS。在 CEC 2019 MMOPs 测试套件上进行了对比实验,与几种最先进的方法相比,证明了所提算法的优越性能。
{"title":"A neighborhood-assisted evolutionary algorithm for multimodal multi-objective optimization","authors":"Weiwei Zhang, Jiaqiang Li, Guoqing Li, Weizheng Zhang","doi":"10.1007/s12293-024-00410-w","DOIUrl":"https://doi.org/10.1007/s12293-024-00410-w","url":null,"abstract":"<p>Multi-modal multi-objective optimization problems (MMOPs) involve multiple Pareto sets (PSs) in decision space corresponding to the same Pareto front (PF) in objective space. The difficulty lies in locating multiple equivalent PSs while ensuring a well-converged and well-distributed PF. To address this, a neighborhood-assisted reproduction strategy is proposed. Through interactions with non-dominated solutions, the generated offspring could spread out along the PF, while ineractions with neighbors could improve the convergence ability. Importantly, individuals can participate in multiple neighborhoods, reducing the computational burden. Additionally, a neighborhood-assisted environmental selection strategy is prposed to encourage exploration of diverse solution regions, ensuring a balanced distribution of the population and preservation of multiple PSs. Comparative experiments are implemented on the CEC 2019 MMOPs test suite, and the superior performance of the proposed algorithm is demonstrated in comparison to several state-of-the-art approaches.</p>","PeriodicalId":48780,"journal":{"name":"Memetic Computing","volume":"51 1","pages":""},"PeriodicalIF":4.7,"publicationDate":"2024-04-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140582465","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A simple and scalable particle swarm optimization structure based on linear system theory 基于线性系统理论的简单可扩展粒子群优化结构
IF 4.7 2区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-03-25 DOI: 10.1007/s12293-024-00408-4
Jian Zhu, Jianhua Liu

Since it was first presented, particle swarm optimization (PSO) has experienced numerous improvements as a traditional optimization approach. PSO becomes more complex as a result of the majority of improvement strategies, which use learning model replacement or parameter adjustment to enhance PSO’s performance. Based on linear system theory, this study proposes a simple and scalable framework for restructuring particle swarm optimization (RPSO) and provides a new example of the RPSO algorithm framework, Q-RPSO. The RPSO framework adopts a single position updating formula instead of the original position and velocity updating formulas, which are unrelated to the PSO’s velocity and the current position. The experiments were carried out to compare with the standard PSO and six PSO variants based on CEC 2013 benchmark functions. The experimental results demonstrate that, whether in terms of global exploration capability or convergence accuracy, Q-RPSO outperforms all competitor algorithms.

作为一种传统的优化方法,粒子群优化(PSO)自问世以来经历了无数次改进。由于大多数改进策略都使用学习模型替换或参数调整来提高 PSO 的性能,PSO 变得更加复杂。基于线性系统理论,本研究提出了一种简单且可扩展的重组粒子群优化(RPSO)框架,并提供了一个新的 RPSO 算法框架实例--Q-RPSO。该 RPSO 框架采用单一位置更新公式代替了原来的位置和速度更新公式,而原来的位置和速度更新公式与 PSO 的速度和当前位置无关。实验对标准 PSO 和基于 CEC 2013 基准函数的六个 PSO 变体进行了比较。实验结果表明,无论是全局探索能力还是收敛精度,Q-RPSO 都优于所有竞争算法。
{"title":"A simple and scalable particle swarm optimization structure based on linear system theory","authors":"Jian Zhu, Jianhua Liu","doi":"10.1007/s12293-024-00408-4","DOIUrl":"https://doi.org/10.1007/s12293-024-00408-4","url":null,"abstract":"<p>Since it was first presented, particle swarm optimization (PSO) has experienced numerous improvements as a traditional optimization approach. PSO becomes more complex as a result of the majority of improvement strategies, which use learning model replacement or parameter adjustment to enhance PSO’s performance. Based on linear system theory, this study proposes a simple and scalable framework for restructuring particle swarm optimization (RPSO) and provides a new example of the RPSO algorithm framework, Q-RPSO. The RPSO framework adopts a single position updating formula instead of the original position and velocity updating formulas, which are unrelated to the PSO’s velocity and the current position. The experiments were carried out to compare with the standard PSO and six PSO variants based on CEC 2013 benchmark functions. The experimental results demonstrate that, whether in terms of global exploration capability or convergence accuracy, Q-RPSO outperforms all competitor algorithms.</p>","PeriodicalId":48780,"journal":{"name":"Memetic Computing","volume":"233 1","pages":""},"PeriodicalIF":4.7,"publicationDate":"2024-03-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140298329","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Memetic Computing
全部 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