首页 > 最新文献

International Journal of Machine Learning and Cybernetics最新文献

英文 中文
Dynamic path planning fusion algorithm with improved A* algorithm and dynamic window approach 采用改进的 A* 算法和动态窗口方法的动态路径规划融合算法
IF 5.6 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-09-13 DOI: 10.1007/s13042-024-02377-z
Jianfeng Zhang, Jielong Guo, Daxin Zhu, Yufang Xie

In the field of robotics, path planning in complex dynamic environments has become a significant research hotspot. Existing methods often suffer from inadequate dynamic obstacle avoidance capabilities and low exploration efficiency. These issues primarily arise from inconsistencies caused by insufficient utilization of environmental maps in actual path planning. To address these challenges, we propose an improved algorithm that integrates the enhanced A* algorithm with the optimized dynamic window approach (DWA). The enhanced A* algorithm improves the robot’s path smoothness and accelerates global exploration efficiency, while the optimized DWA enhances local static and dynamic obstacle avoidance capabilities. We performed simulation experiments using MATLAB and conducted experiments in real dynamic environments simulated with Gazebo. Simulation results indicate that, compared to the traditional A* algorithm, our method optimizes traversed grids by 25% and reduces time by 23% in global planning. In dynamic obstacle avoidance, our approach improves path length by 2.7% and reduces time by 19.2% compared to the traditional DWA, demonstrating significant performance enhancements.

在机器人学领域,复杂动态环境中的路径规划已成为一个重要的研究热点。现有方法往往存在动态避障能力不足和探索效率低的问题。这些问题主要是由于在实际路径规划中没有充分利用环境地图而导致的不一致性造成的。为了应对这些挑战,我们提出了一种改进算法,将增强型 A* 算法与优化动态窗口方法(DWA)相结合。增强型 A* 算法提高了机器人的路径平滑度,加快了全局探索效率,而优化的 DWA 则增强了局部静态和动态避障能力。我们使用 MATLAB 进行了仿真实验,并在用 Gazebo 模拟的真实动态环境中进行了实验。仿真结果表明,与传统的 A* 算法相比,我们的方法优化了 25% 的遍历网格,减少了 23% 的全局规划时间。在动态避障中,与传统的 DWA 相比,我们的方法将路径长度提高了 2.7%,时间缩短了 19.2%,表现出显著的性能提升。
{"title":"Dynamic path planning fusion algorithm with improved A* algorithm and dynamic window approach","authors":"Jianfeng Zhang, Jielong Guo, Daxin Zhu, Yufang Xie","doi":"10.1007/s13042-024-02377-z","DOIUrl":"https://doi.org/10.1007/s13042-024-02377-z","url":null,"abstract":"<p>In the field of robotics, path planning in complex dynamic environments has become a significant research hotspot. Existing methods often suffer from inadequate dynamic obstacle avoidance capabilities and low exploration efficiency. These issues primarily arise from inconsistencies caused by insufficient utilization of environmental maps in actual path planning. To address these challenges, we propose an improved algorithm that integrates the enhanced A* algorithm with the optimized dynamic window approach (DWA). The enhanced A* algorithm improves the robot’s path smoothness and accelerates global exploration efficiency, while the optimized DWA enhances local static and dynamic obstacle avoidance capabilities. We performed simulation experiments using MATLAB and conducted experiments in real dynamic environments simulated with Gazebo. Simulation results indicate that, compared to the traditional A* algorithm, our method optimizes traversed grids by 25% and reduces time by 23% in global planning. In dynamic obstacle avoidance, our approach improves path length by 2.7% and reduces time by 19.2% compared to the traditional DWA, demonstrating significant performance enhancements.</p>","PeriodicalId":51327,"journal":{"name":"International Journal of Machine Learning and Cybernetics","volume":"3 1","pages":""},"PeriodicalIF":5.6,"publicationDate":"2024-09-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142209073","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Triple confidence-aware encoder–decoder model for commonsense knowledge graph completion 用于常识性知识图谱补全的三重置信度感知编码器-解码器模型
IF 5.6 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-09-12 DOI: 10.1007/s13042-024-02378-y
Hongzhi Chen, Fu Zhang, Qinghui Li, Xiang Li, Yifan Ding, Daqing Zhang, Jingwei Cheng, Xing Wang

Commonsense knowledge is essential for performing inference and retrieval in many artificial intelligence applications, including those in natural language processing and expert system. However, a large amount of valuable commonsense knowledge exists implicitly or is missing in commonsense knowledge graphs (KGs). In this case, commonsense knowledge graph completion (CKGC) is proposed to solve this incomplete problem by inferring missing parts of commonsense triples, e.g., (?, HasPrerequisite, turn computer on) or (get onto web, HasPrerequisite, ?). Some existing methods attempt to learn as much entity semantic information as possible by exploiting the structural and semantic context of entities for improving the performance of CKGC. However, we found that the existing models only pay attention to entities and relations of the commonsense triples and ignore the important confidence (weight) information related to the commonsense triples. In this paper we innovatively introduce commonsense triple confidence into CKGC and propose a confidence-aware encoder–decoder CKGC model. In the encoding stage, we propose a method to incorporate the commonsense triple confidence into RGCN (relational graph convolutional network), so that the encoder can learn a more accurate semantic representation of a triple by considering the triple confidence constraints. Moreover, the commonsense KGs are usually sparse, because there are a large number of entities with an in-degree of 1 in the commonsense triples. Therefore, we propose to add a new relation (called similar edge) between two similar entities for compensating the sparsity of commonsense KGs. In the decoding stage, considering that entities in the commonsense triples are sentence-level entities (e.g., the tail entity turn computer on mentioned above), we propose a joint decoding model by fusing effectively the existing InteractE and ConvTransE models. Experiments show that our new model achieves better performance compared to the previous competitive models. In particular, the incorporating of the confidence of triples actually brings significant improvements to CKGC.

在许多人工智能应用(包括自然语言处理和专家系统)中,常识知识对于执行推理和检索至关重要。然而,常识知识图谱(KG)中隐含或缺少大量有价值的常识知识。在这种情况下,常识知识图谱补全(CKGC)被提出来通过推断常识三元组中缺失的部分来解决这个不完整的问题,例如(?, HasPrerequisite, turn computer on)或(get onto web, HasPrerequisite, ?)现有的一些方法试图通过利用实体的结构和语义上下文来学习尽可能多的实体语义信息,从而提高 CKGC 的性能。然而,我们发现现有模型只关注常识三元组的实体和关系,而忽略了与常识三元组相关的重要置信度(权重)信息。在本文中,我们创新性地将常识三元组置信度引入 CKGC,并提出了一种置信度感知的编码器-解码器 CKGC 模型。在编码阶段,我们提出了一种将常识三重置信度纳入 RGCN(关系图卷积网络)的方法,这样编码器就能通过考虑三重置信度约束学习到更准确的三重语义表示。此外,常识 KG 通常是稀疏的,因为常识三元组中有大量内度为 1 的实体。因此,我们建议在两个相似实体之间添加一种新关系(称为相似边),以弥补常识性 KG 的稀疏性。在解码阶段,考虑到常识三元组中的实体都是句子级实体(例如上文提到的尾部实体 "打开电脑"),我们提出了一种联合解码模型,有效融合了现有的 InteractE 和 ConvTransE 模型。实验表明,与之前的竞争模型相比,我们的新模型取得了更好的性能。特别是,将三元组的置信度纳入其中实际上为 CKGC 带来了显著的改进。
{"title":"Triple confidence-aware encoder–decoder model for commonsense knowledge graph completion","authors":"Hongzhi Chen, Fu Zhang, Qinghui Li, Xiang Li, Yifan Ding, Daqing Zhang, Jingwei Cheng, Xing Wang","doi":"10.1007/s13042-024-02378-y","DOIUrl":"https://doi.org/10.1007/s13042-024-02378-y","url":null,"abstract":"<p>Commonsense knowledge is essential for performing inference and retrieval in many artificial intelligence applications, including those in natural language processing and expert system. However, a large amount of valuable commonsense knowledge exists implicitly or is missing in commonsense knowledge graphs (KGs). In this case, commonsense knowledge graph completion (CKGC) is proposed to solve this incomplete problem by inferring missing parts of commonsense triples, e.g., (?<i>, HasPrerequisite, turn computer on</i>) or (<i>get onto web, HasPrerequisite,</i> ?). Some existing methods attempt to learn as much entity semantic information as possible by exploiting the structural and semantic context of entities for improving the performance of CKGC. However, we found that the existing models only pay attention to entities and relations of the commonsense triples and ignore the important <i>confidence</i> (<i>weight</i>) information related to the commonsense triples. In this paper we innovatively introduce commonsense triple confidence into CKGC and propose a confidence-aware encoder–decoder CKGC model. In the <i>encoding</i> stage, we propose a method to incorporate the commonsense triple confidence into RGCN (relational graph convolutional network), so that the encoder can learn a more accurate semantic representation of a triple by considering the triple confidence constraints. Moreover, the commonsense KGs are usually sparse, because there are a large number of entities with an in-degree of 1 in the commonsense triples. Therefore, we propose to add a new relation (called similar edge) between two similar entities for compensating the sparsity of commonsense KGs. In the <i>decoding</i> stage, considering that entities in the commonsense triples are sentence-level entities (e.g., the tail entity <i>turn computer on</i> mentioned above), we propose a joint decoding model by fusing effectively the existing InteractE and ConvTransE models. Experiments show that our new model achieves better performance compared to the previous competitive models. In particular, the incorporating of the confidence of triples actually brings significant improvements to CKGC.</p>","PeriodicalId":51327,"journal":{"name":"International Journal of Machine Learning and Cybernetics","volume":"405 1","pages":""},"PeriodicalIF":5.6,"publicationDate":"2024-09-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142209074","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Graph augmentation against structural poisoning attacks via structure and attribute reconciliation 通过结构和属性调和防止结构中毒攻击的图增强技术
IF 5.6 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-09-11 DOI: 10.1007/s13042-024-02380-4
Yumeng Dai, Yifan Shao, Chenxu Wang, Xiaohong Guan

Recent years have witnessed the great success of graph neural networks (GNNs) in various graph data mining tasks. However, studies demonstrate that GNNs are vulnerable to imperceptible structural perturbations. Carefully crafted perturbations of few edges can significantly degrade the performance of GNNs. Many useful defense methods have been developed to eliminate the impacts of adversarial edges. However, existing approaches ignore the mutual corroboration effects of structures and attributes, which can be used for graph augmentation. This paper presents GAF, a novel graph Augmentation framework defending GNNs against structural poisoning attacks via structure and attribute reconciliation. GAF first constructs two auxiliary graphs, including an attributive neighborhood graph and a structural neighborhood graph, to augment the original one. We propose a novel graph purification scheme to prune irrelevant edges and assign the rest edges with different weights based on both node attributes and graph structures. This significantly mitigates the inconsistency between structural and attributive data, reducing the impacts of adversarial and noisy edges. Then, a joint graph convolutional network (GCN) model is developed to encode the three graphs for representation learning. Experimental results show that GAF outperforms state-of-the-art approaches against various adversarial attacks and exhibits great superiority for attacks with high perturbation rates. Source code is available at: https://github.com/shaoyf9/GAF.

近年来,图神经网络(GNN)在各种图数据挖掘任务中取得了巨大成功。然而,研究表明,图神经网络很容易受到不易察觉的结构扰动的影响。精心设计的少量边缘扰动会显著降低图神经网络的性能。目前已开发出许多有用的防御方法来消除对抗性边缘的影响。然而,现有方法忽略了结构和属性的相互印证效应,而这些效应可用于图增强。本文介绍了一种新型图增强框架 GAF,即通过结构和属性调和来防御 GNN 的结构中毒攻击。GAF 首先构建两个辅助图,包括属性邻域图和结构邻域图,以增强原始图。我们提出了一种新颖的图净化方案,根据节点属性和图结构剪除不相关的边,并为其余的边分配不同的权重。这大大缓解了结构数据和属性数据之间的不一致性,减少了对抗性边缘和噪声边缘的影响。然后,开发了一个联合图卷积网络(GCN)模型,对这三个图进行编码,用于表征学习。实验结果表明,GAF 在应对各种对抗性攻击时的表现优于最先进的方法,并且在应对高扰动率攻击时表现出极大的优势。源代码见:https://github.com/shaoyf9/GAF。
{"title":"Graph augmentation against structural poisoning attacks via structure and attribute reconciliation","authors":"Yumeng Dai, Yifan Shao, Chenxu Wang, Xiaohong Guan","doi":"10.1007/s13042-024-02380-4","DOIUrl":"https://doi.org/10.1007/s13042-024-02380-4","url":null,"abstract":"<p>Recent years have witnessed the great success of graph neural networks (GNNs) in various graph data mining tasks. However, studies demonstrate that GNNs are vulnerable to imperceptible structural perturbations. Carefully crafted perturbations of few edges can significantly degrade the performance of GNNs. Many useful defense methods have been developed to eliminate the impacts of adversarial edges. However, existing approaches ignore the mutual corroboration effects of structures and attributes, which can be used for graph augmentation. This paper presents GAF, a novel graph Augmentation framework defending GNNs against structural poisoning attacks via structure and attribute reconciliation. GAF first constructs two auxiliary graphs, including an attributive neighborhood graph and a structural neighborhood graph, to augment the original one. We propose a novel graph purification scheme to prune irrelevant edges and assign the rest edges with different weights based on both node attributes and graph structures. This significantly mitigates the inconsistency between structural and attributive data, reducing the impacts of adversarial and noisy edges. Then, a joint graph convolutional network (GCN) model is developed to encode the three graphs for representation learning. Experimental results show that GAF outperforms state-of-the-art approaches against various adversarial attacks and exhibits great superiority for attacks with high perturbation rates. Source code is available at: https://github.com/shaoyf9/GAF.</p>","PeriodicalId":51327,"journal":{"name":"International Journal of Machine Learning and Cybernetics","volume":"1 1","pages":""},"PeriodicalIF":5.6,"publicationDate":"2024-09-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142209075","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Uncovering hidden patterns: low-rank label correlations for multi-label weak-label learning 揭示隐藏模式:多标签弱标签学习的低等级标签相关性
IF 5.6 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-09-11 DOI: 10.1007/s13042-024-02341-x
Tianli Li, Mohammad Faidzul Nasrudin, Dawei Zhao, Fei Chen, Xing Peng, Hafiz Mohd Sarim

Multi-label learning has emerged as a prominent research area in machine learning, as each instance can be associated with multiple class labels. However, many multi-label learning algorithms assume that the label space is complete, whereas in real-world applications, we often only have access to partial label information. To address this issue, we propose a novel Multi-label Weak-label learning algorithm via Low-rank Label correlations (MW2L). First, we propagate the structural and semantic information from the feature space to the label space to effectively capture label-related information and recover lost labels. Second, we incorporate global and local low-rank label correlation information to ensure that the label-related matrix is informative. Last, we use label correlations to supplement the original weak-label matrix and form a unified learning framework. We evaluate the performance of our approach on several benchmark datasets and show that it outperforms state-of-the-art methods in terms of accuracy and robustness to weak-label noise. The proposed approach can effectively handle incomplete and noisy weak labels in multi-label learning and outperforms existing methods.

多标签学习已成为机器学习的一个重要研究领域,因为每个实例都可以与多个类标签相关联。然而,许多多标签学习算法都假定标签空间是完整的,而在实际应用中,我们往往只能获得部分标签信息。为了解决这个问题,我们提出了一种新颖的多标签弱标签学习算法(MW2L)。首先,我们将结构和语义信息从特征空间传播到标签空间,以有效捕捉标签相关信息并恢复丢失的标签。其次,我们纳入了全局和局部低阶标签相关性信息,以确保标签相关矩阵具有信息量。最后,我们利用标签相关性来补充原始的弱标签矩阵,形成一个统一的学习框架。我们在几个基准数据集上评估了我们的方法的性能,结果表明它在准确性和对弱标签噪声的鲁棒性方面优于最先进的方法。所提出的方法能在多标签学习中有效处理不完整和有噪声的弱标签,并优于现有方法。
{"title":"Uncovering hidden patterns: low-rank label correlations for multi-label weak-label learning","authors":"Tianli Li, Mohammad Faidzul Nasrudin, Dawei Zhao, Fei Chen, Xing Peng, Hafiz Mohd Sarim","doi":"10.1007/s13042-024-02341-x","DOIUrl":"https://doi.org/10.1007/s13042-024-02341-x","url":null,"abstract":"<p>Multi-label learning has emerged as a prominent research area in machine learning, as each instance can be associated with multiple class labels. However, many multi-label learning algorithms assume that the label space is complete, whereas in real-world applications, we often only have access to partial label information. To address this issue, we propose a novel <b>M</b>ulti-label <b>W</b>eak-label learning algorithm via <b>L</b>ow-rank <b>L</b>abel correlations (MW2L). First, we propagate the structural and semantic information from the feature space to the label space to effectively capture label-related information and recover lost labels. Second, we incorporate global and local low-rank label correlation information to ensure that the label-related matrix is informative. Last, we use label correlations to supplement the original weak-label matrix and form a unified learning framework. We evaluate the performance of our approach on several benchmark datasets and show that it outperforms state-of-the-art methods in terms of accuracy and robustness to weak-label noise. The proposed approach can effectively handle incomplete and noisy weak labels in multi-label learning and outperforms existing methods.</p>","PeriodicalId":51327,"journal":{"name":"International Journal of Machine Learning and Cybernetics","volume":"19 1","pages":""},"PeriodicalIF":5.6,"publicationDate":"2024-09-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142209072","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Enhanced side information fusion framework for sequential recommendation 用于顺序推荐的增强型侧面信息融合框架
IF 5.6 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-09-10 DOI: 10.1007/s13042-024-02328-8
Zheng-Ang Su, Juan Zhang, Zhijun Fang, Yongbin Gao

The fusion of side information in sequential recommendation (SR) is a recommendation system technique that combines a user’s historical behavior sequence with additional side information to provide more accurate personalized recommendations. Recent methods are based on self-attention mechanisms, incorporating side information as part of the attention matrix to update item representations. We believe that the integration method via self-attention mechanisms does not fully utilize side information. Therefore, we designed a new Enhanced Side Information Fusion framework (ESIF) for sequential recommendations. Specifically, we have altered the fusion strategy by using an attention matrix to simultaneously update the representations of items and side information, thereby increasing the use of side information. The attention matrix serves to balance various features, ensuring effective utilization of side information throughout the fusion process. We designed a Gated Linear Representation Fusion Module, comprising linear transformations and gated units. The linear transformation processes the input data, while the gated unit dynamically adjusts the degree of information flow based on the input. This module then combines the updated item representation with the side information representation for more efficient use of side information. Additionally, user interaction behavior data inevitably contains noise. The presence of noise can disrupt the model’s performance, affecting the accuracy and reliability of the results. Therefore, we introduced a denoising module in ESIF to enhance recommendation accuracy by reducing noise. Our experimental results demonstrate that ESIF achieves superior performance across five real-world datasets, surpassing the current state-of-the-art side information fusion SR models.

序列推荐(SR)中的侧面信息融合是一种推荐系统技术,它将用户的历史行为序列与额外的侧面信息相结合,以提供更准确的个性化推荐。最近的方法都是基于自我注意机制,将侧面信息作为注意矩阵的一部分来更新项目表征。我们认为,通过自我注意机制进行整合的方法并不能充分利用侧面信息。因此,我们为顺序推荐设计了一个新的增强侧信息融合框架(ESIF)。具体来说,我们改变了融合策略,利用注意力矩阵同时更新项目和侧面信息的表征,从而提高了侧面信息的利用率。注意力矩阵的作用是平衡各种特征,确保在整个融合过程中有效利用边信息。我们设计了一个门控线性表征融合模块,由线性变换和门控单元组成。线性变换处理输入数据,而门控单元则根据输入信息动态调整信息流的程度。然后,该模块将更新后的项目表示法与侧面信息表示法相结合,从而更有效地利用侧面信息。此外,用户交互行为数据不可避免地包含噪音。噪声的存在会破坏模型的性能,影响结果的准确性和可靠性。因此,我们在 ESIF 中引入了去噪模块,通过减少噪声来提高推荐的准确性。我们的实验结果表明,ESIF 在五个真实数据集上取得了卓越的性能,超越了目前最先进的侧面信息融合 SR 模型。
{"title":"Enhanced side information fusion framework for sequential recommendation","authors":"Zheng-Ang Su, Juan Zhang, Zhijun Fang, Yongbin Gao","doi":"10.1007/s13042-024-02328-8","DOIUrl":"https://doi.org/10.1007/s13042-024-02328-8","url":null,"abstract":"<p>The fusion of side information in sequential recommendation (SR) is a recommendation system technique that combines a user’s historical behavior sequence with additional side information to provide more accurate personalized recommendations. Recent methods are based on self-attention mechanisms, incorporating side information as part of the attention matrix to update item representations. We believe that the integration method via self-attention mechanisms does not fully utilize side information. Therefore, we designed a new <b>E</b>nhanced <b>S</b>ide <b>I</b>nformation <b>F</b>usion framework (ESIF) for sequential recommendations. Specifically, we have altered the fusion strategy by using an attention matrix to simultaneously update the representations of items and side information, thereby increasing the use of side information. The attention matrix serves to balance various features, ensuring effective utilization of side information throughout the fusion process. We designed a Gated Linear Representation Fusion Module, comprising linear transformations and gated units. The linear transformation processes the input data, while the gated unit dynamically adjusts the degree of information flow based on the input. This module then combines the updated item representation with the side information representation for more efficient use of side information. Additionally, user interaction behavior data inevitably contains noise. The presence of noise can disrupt the model’s performance, affecting the accuracy and reliability of the results. Therefore, we introduced a denoising module in ESIF to enhance recommendation accuracy by reducing noise. Our experimental results demonstrate that ESIF achieves superior performance across five real-world datasets, surpassing the current state-of-the-art side information fusion SR models.</p>","PeriodicalId":51327,"journal":{"name":"International Journal of Machine Learning and Cybernetics","volume":"58 1","pages":""},"PeriodicalIF":5.6,"publicationDate":"2024-09-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142209076","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A three-way decision method based on COPRAS in the weak probabilistic linguistic term set information systems 弱概率语言术语集信息系统中基于 COPRAS 的三向决策方法
IF 5.6 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-09-09 DOI: 10.1007/s13042-024-02333-x
Hai-Long Yang, Xu Liu, Zhi-Lian Guo

With the development and progress of technology, information becomes increasingly diverse, which poses higher demands on decision-making methods. Probabilistic linguistic term set (PLTS) is a tool that can more intuitively express the evaluations of decision makers (DMs). As a specialized form of PLTS with ignored probabilities, weak probabilistic linguistic term set (WPLTS) can describe incomplete or inaccurate evaluation information. Three-way decision (3WD) is an efficient decision-making method that reduces decision cost by adopting delayed decisions on the boundary domain. In this paper, we propose a novel 3WD method by combining 3WD with the complex proportional assessment (COPRAS) method under the WPLTS environment, named the WPLTS-3WD method. Firstly, we introduce the notion of the WPLTS information system. For a WPLTS information system, we propose a method of complementing the ignored probabilities and a new score function. Secondly, the objects are ranked by the COPRAS method. According to the ranking result, we define the dominance relation and dominance sets. Based on the dominance sets, the conditional probabilities can be estimated. By combining the conditional probabilities with relative loss functions, the expected losses will be obtained and the objects can be classified. Moreover, we propose two conversion functions that can convert real-valued and linguistic term evaluation information into PLTS evaluation information. Finally, we use the proposed WPLTS-3WD method to analyze the air quality of four cities. The rationality and advantages of our method are verified through experimental comparisons with other methods and parameter analysis.

随着科技的发展和进步,信息变得越来越多样化,这对决策方法提出了更高的要求。概率语言术语集(PLTS)是一种能更直观地表达决策者(DMs)评价的工具。弱概率语言术语集(WPLTS)是忽略概率的 PLTS 的一种特殊形式,可以描述不完整或不准确的评价信息。三向决策(3WD)是一种高效的决策方法,它通过在边界域采用延迟决策来降低决策成本。本文在 WPLTS 环境下将 3WD 与复杂比例评估(COPRAS)方法相结合,提出了一种新颖的 3WD 方法,命名为 WPLTS-3WD 方法。首先,我们介绍 WPLTS 信息系统的概念。针对 WPLTS 信息系统,我们提出了一种补充忽略概率的方法和一种新的评分函数。其次,采用 COPRAS 方法对对象进行排序。根据排序结果,我们定义了支配关系和支配集。根据支配集,可以估算出条件概率。将条件概率与相对损失函数相结合,就能得到预期损失,从而对对象进行分类。此外,我们还提出了两种转换函数,可将实值和语言术语评价信息转换为 PLTS 评价信息。最后,我们使用所提出的 WPLTS-3WD 方法分析了四个城市的空气质量。通过与其他方法的实验比较和参数分析,验证了我们方法的合理性和优势。
{"title":"A three-way decision method based on COPRAS in the weak probabilistic linguistic term set information systems","authors":"Hai-Long Yang, Xu Liu, Zhi-Lian Guo","doi":"10.1007/s13042-024-02333-x","DOIUrl":"https://doi.org/10.1007/s13042-024-02333-x","url":null,"abstract":"<p>With the development and progress of technology, information becomes increasingly diverse, which poses higher demands on decision-making methods. Probabilistic linguistic term set (PLTS) is a tool that can more intuitively express the evaluations of decision makers (DMs). As a specialized form of PLTS with ignored probabilities, weak probabilistic linguistic term set (WPLTS) can describe incomplete or inaccurate evaluation information. Three-way decision (3WD) is an efficient decision-making method that reduces decision cost by adopting delayed decisions on the boundary domain. In this paper, we propose a novel 3WD method by combining 3WD with the complex proportional assessment (COPRAS) method under the WPLTS environment, named the WPLTS-3WD method. Firstly, we introduce the notion of the WPLTS information system. For a WPLTS information system, we propose a method of complementing the ignored probabilities and a new score function. Secondly, the objects are ranked by the COPRAS method. According to the ranking result, we define the dominance relation and dominance sets. Based on the dominance sets, the conditional probabilities can be estimated. By combining the conditional probabilities with relative loss functions, the expected losses will be obtained and the objects can be classified. Moreover, we propose two conversion functions that can convert real-valued and linguistic term evaluation information into PLTS evaluation information. Finally, we use the proposed WPLTS-3WD method to analyze the air quality of four cities. The rationality and advantages of our method are verified through experimental comparisons with other methods and parameter analysis.</p>","PeriodicalId":51327,"journal":{"name":"International Journal of Machine Learning and Cybernetics","volume":"23 1","pages":""},"PeriodicalIF":5.6,"publicationDate":"2024-09-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142209080","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Visual tracking with screening region enrichment and target validation 通过筛选区域富集和目标验证进行视觉跟踪
IF 5.6 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-09-08 DOI: 10.1007/s13042-024-02346-6
Yiqiu Sun, Dongming Zhou, Kaixiang Yan

The introduction of the one-stream one-stage framework has led to remarkable advances in visual object tracking, resulting in exceptional tracking performance. Most existing one-stream one-stage tracking pipelines have achieved a relative balance between accuracy and speed. However, they focus solely on integrating feature learning and relational modelling. In complex scenes, the tracking performance often falls short due to confounding factors such as changes in target scale, occlusion, and fast motion. In these cases, numerous trackers cannot sufficiently exploit the target feature information and face the dilemma of information loss. To address these challenges, we propose a screening enrichment for transformer-based tracking. Our method incorporates a screening enrichment module as an additional processing operation in the integration of feature learning and relational modelling. The module effectively distinguishes target areas within the search regions. It also enriches the associations between tokens of target area information. In addition, we introduce our box validation module. This module uses the target position information from the previous frame to validate and revise the target position in the current frame. This process enables more accurate target localization. Through these innovations, we have developed a powerful and efficient tracker. It achieves state-of-the-art performance on six benchmark datasets, including GOT-10K, LaSOT, TrackingNet, UAV123, TNL2K and VOT2020. On the GOT-10K benchmarks, Specifically, on the GOT-10K benchmarks, our proposed tracker reaches an impressive Success Rate ((S{{R}_{0.5}})) of 85.4 and an Average Overlap (AO) of 75.3. Experimental results show that our proposed tracker outperforms other state-of-the-art trackers in terms of tracking accuracy.

单流单级框架的引入在视觉物体跟踪领域取得了显著进步,带来了卓越的跟踪性能。大多数现有的单流单级跟踪管道都在精度和速度之间取得了相对平衡。然而,它们只关注特征学习和关系建模的整合。在复杂场景中,由于目标尺度变化、遮挡和快速运动等干扰因素,跟踪性能往往不尽如人意。在这种情况下,众多跟踪器无法充分利用目标特征信息,面临信息丢失的困境。为了应对这些挑战,我们提出了一种基于变压器跟踪的筛选富集方法。我们的方法在特征学习和关系建模的整合过程中加入了筛选富集模块,作为额外的处理操作。该模块能有效区分搜索区域内的目标区域。它还能丰富目标区域信息词块之间的关联。此外,我们还引入了方框验证模块。该模块使用前一帧的目标位置信息来验证和修正当前帧的目标位置。这一过程可实现更精确的目标定位。通过这些创新,我们开发出了功能强大且高效的跟踪器。它在 GOT-10K、LaSOT、TrackingNet、UAV123、TNL2K 和 VOT2020 等六个基准数据集上实现了最先进的性能。具体来说,在 GOT-10K 基准数据集上,我们提出的跟踪器的成功率(S{R}_{0.5}}/)达到了令人印象深刻的 85.4,平均重叠率(AO)达到了 75.3。实验结果表明,我们提出的跟踪器在跟踪精度方面优于其他最先进的跟踪器。
{"title":"Visual tracking with screening region enrichment and target validation","authors":"Yiqiu Sun, Dongming Zhou, Kaixiang Yan","doi":"10.1007/s13042-024-02346-6","DOIUrl":"https://doi.org/10.1007/s13042-024-02346-6","url":null,"abstract":"<p>The introduction of the one-stream one-stage framework has led to remarkable advances in visual object tracking, resulting in exceptional tracking performance. Most existing one-stream one-stage tracking pipelines have achieved a relative balance between accuracy and speed. However, they focus solely on integrating feature learning and relational modelling. In complex scenes, the tracking performance often falls short due to confounding factors such as changes in target scale, occlusion, and fast motion. In these cases, numerous trackers cannot sufficiently exploit the target feature information and face the dilemma of information loss. To address these challenges, we propose a screening enrichment for transformer-based tracking. Our method incorporates a screening enrichment module as an additional processing operation in the integration of feature learning and relational modelling. The module effectively distinguishes target areas within the search regions. It also enriches the associations between tokens of target area information. In addition, we introduce our box validation module. This module uses the target position information from the previous frame to validate and revise the target position in the current frame. This process enables more accurate target localization. Through these innovations, we have developed a powerful and efficient tracker. It achieves state-of-the-art performance on six benchmark datasets, including GOT-10K, LaSOT, TrackingNet, UAV123, TNL2K and VOT2020. On the GOT-10K benchmarks, Specifically, on the GOT-10K benchmarks, our proposed tracker reaches an impressive Success Rate (<span>(S{{R}_{0.5}})</span>) of 85.4 and an Average Overlap (AO) of 75.3. Experimental results show that our proposed tracker outperforms other state-of-the-art trackers in terms of tracking accuracy.</p>","PeriodicalId":51327,"journal":{"name":"International Journal of Machine Learning and Cybernetics","volume":"405 1","pages":""},"PeriodicalIF":5.6,"publicationDate":"2024-09-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142209078","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Integrating global semantics and enhanced local subgraph for inductive link prediction 整合全局语义和增强型局部子图,实现归纳式链接预测
IF 5.6 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-09-06 DOI: 10.1007/s13042-024-02372-4
Xinyu Liang, Guannan Si, Jianxin Li, Zhaoliang An, Pengxin Tian, Fengyu Zhou, Xiaoliang Wang

Inductive link prediction (ILP) predicts missing triplets involving unseen entities in knowledge graphs (KGs). Existing ILP research mainly addresses seen-unseen entities in the original KG (semi-inductive link prediction) and unseen-unseen entities in emerging KGs (fully-inductive link prediction). Bridging-inductive link prediction, which focuses on unseen entities that carry evolutionary information from the original KG to the emerging KG, has not been extensively studied so far. This study introduces a novel model called GSELI (integrating global semantics and enhanced local subgraph for inductive link prediction), which comprises three components. (1) The contrastive learning-based global semantic features (CLSF) module extracts relation-specific semantic features between the original and emerging KGs and employs semantic-aware contrastive learning to optimize these features. (2) The GNN-based enhanced local subgraph (GELS) module employs personalized PageRank (PPR)-based local clustering to sample tightly-related subgraphs and incorporates complete neighboring relations to enhance the topological information of subgraphs. (3) Joint contrastive learning and supervised learning training. Experimental results on various benchmark datasets demonstrate that GSELI outperforms the baseline models in both fully-inductive and bridging-inductive link predictions.

归纳链接预测(ILP)可预测知识图谱(KG)中涉及未见实体的缺失三元组。现有的 ILP 研究主要针对原始知识图谱中的可见-不可见实体(半归纳链接预测)和新兴知识图谱中的不可见-不可见实体(全归纳链接预测)。桥接-归纳链接预测主要针对从原始幼稚园到新兴幼稚园之间携带演化信息的未见实体,迄今为止尚未得到广泛研究。本研究引入了一种名为 GSELI(整合全局语义和增强局部子图进行归纳链接预测)的新型模型,该模型由三个部分组成。(1) 基于对比学习的全局语义特征(CLSF)模块提取原始 KG 和新出现 KG 之间的特定关系语义特征,并采用语义感知对比学习来优化这些特征。(2) 基于 GNN 的增强局部子图(GELS)模块采用基于个性化 PageRank(PPR)的局部聚类来采样紧密相关的子图,并结合完整的相邻关系来增强子图的拓扑信息。(3) 联合对比学习和监督学习训练。在各种基准数据集上的实验结果表明,GSELI 在完全归纳和桥接归纳链接预测方面都优于基线模型。
{"title":"Integrating global semantics and enhanced local subgraph for inductive link prediction","authors":"Xinyu Liang, Guannan Si, Jianxin Li, Zhaoliang An, Pengxin Tian, Fengyu Zhou, Xiaoliang Wang","doi":"10.1007/s13042-024-02372-4","DOIUrl":"https://doi.org/10.1007/s13042-024-02372-4","url":null,"abstract":"<p>Inductive link prediction (ILP) predicts missing triplets involving unseen entities in knowledge graphs (KGs). Existing ILP research mainly addresses seen-unseen entities in the original KG (semi-inductive link prediction) and unseen-unseen entities in emerging KGs (fully-inductive link prediction). Bridging-inductive link prediction, which focuses on unseen entities that carry evolutionary information from the original KG to the emerging KG, has not been extensively studied so far. This study introduces a novel model called GSELI (integrating global semantics and enhanced local subgraph for inductive link prediction), which comprises three components. (1) The contrastive learning-based global semantic features (CLSF) module extracts relation-specific semantic features between the original and emerging KGs and employs semantic-aware contrastive learning to optimize these features. (2) The GNN-based enhanced local subgraph (GELS) module employs personalized PageRank (PPR)-based local clustering to sample tightly-related subgraphs and incorporates complete neighboring relations to enhance the topological information of subgraphs. (3) Joint contrastive learning and supervised learning training. Experimental results on various benchmark datasets demonstrate that GSELI outperforms the baseline models in both fully-inductive and bridging-inductive link predictions.</p>","PeriodicalId":51327,"journal":{"name":"International Journal of Machine Learning and Cybernetics","volume":"54 1","pages":""},"PeriodicalIF":5.6,"publicationDate":"2024-09-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142209077","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Iterative filter pruning with combined feature maps and knowledge distillation 利用组合特征图和知识提炼进行迭代滤波器修剪
IF 5.6 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-09-06 DOI: 10.1007/s13042-024-02371-5
Yajun Liu, Kefeng Fan, Wenju Zhou

Convolutional neural networks (CNNs) have been successfully implemented in various computer vision tasks. However, the remarkable achievements are accompanied by high memory and high computation, which hinder the deployment and application of CNNs on resource-constrained mobile devices. Filter pruning is proposed as an effective method to solve the above problems. In this paper, we propose an iterative filter pruning method that combines feature map properties and knowledge distillation. This method can maximize the important feature information (e.g., spatial features) in the feature map by calculating the information capacity and feature relevance of the feature map, and then pruning based on the set criteria. Then, the pruned network learns the complete feature information of the standard CNN architecture in order to quickly and completely recover the lost accuracy before the next pruning operation. The alternating operation of pruning and knowledge distillation can effectively and comprehensively achieve network compression. Experiments on image classification datasets via mainstream CNN architectures indicate the effectiveness of our approach. For example, on CIFAR-10, our method reduces Floating Point Operations (FLOPs) by 71.8% and parameters by 71.0% with an accuracy improvement of 0.24% over the ResNet-110 benchmark. On ImageNet, our method achieves 55.6% reduction in FLOPs and 52.5% reduction in model memory at the cost of losing only 0.17% of Top-5 on ResNet-50.

卷积神经网络(CNN)已成功应用于各种计算机视觉任务。然而,在取得显著成就的同时,高内存和高计算量阻碍了卷积神经网络在资源有限的移动设备上的部署和应用。滤波器剪枝是解决上述问题的有效方法。本文提出了一种结合特征图特性和知识提炼的迭代滤波器剪枝方法。这种方法可以通过计算特征图的信息容量和特征相关性,最大限度地获取特征图中的重要特征信息(如空间特征),然后根据设定的标准进行剪枝。然后,剪枝后的网络学习标准 CNN 架构的完整特征信息,以便在下一次剪枝操作前快速、完全地恢复丢失的精度。剪枝和知识提炼的交替操作可以有效、全面地实现网络压缩。通过主流 CNN 架构在图像分类数据集上的实验表明了我们的方法的有效性。例如,在 CIFAR-10 上,与 ResNet-110 基准相比,我们的方法减少了 71.8% 的浮点运算 (FLOP) 和 71.0% 的参数,准确率提高了 0.24%。在 ImageNet 上,我们的方法减少了 55.6% 的 FLOPs 和 52.5% 的模型内存,而在 ResNet-50 上仅损失了 0.17% 的 Top-5。
{"title":"Iterative filter pruning with combined feature maps and knowledge distillation","authors":"Yajun Liu, Kefeng Fan, Wenju Zhou","doi":"10.1007/s13042-024-02371-5","DOIUrl":"https://doi.org/10.1007/s13042-024-02371-5","url":null,"abstract":"<p>Convolutional neural networks (CNNs) have been successfully implemented in various computer vision tasks. However, the remarkable achievements are accompanied by high memory and high computation, which hinder the deployment and application of CNNs on resource-constrained mobile devices. Filter pruning is proposed as an effective method to solve the above problems. In this paper, we propose an iterative filter pruning method that combines feature map properties and knowledge distillation. This method can maximize the important feature information (e.g., spatial features) in the feature map by calculating the information capacity and feature relevance of the feature map, and then pruning based on the set criteria. Then, the pruned network learns the complete feature information of the standard CNN architecture in order to quickly and completely recover the lost accuracy before the next pruning operation. The alternating operation of pruning and knowledge distillation can effectively and comprehensively achieve network compression. Experiments on image classification datasets via mainstream CNN architectures indicate the effectiveness of our approach. For example, on CIFAR-10, our method reduces Floating Point Operations (FLOPs) by 71.8% and parameters by 71.0% with an accuracy improvement of 0.24% over the ResNet-110 benchmark. On ImageNet, our method achieves 55.6% reduction in FLOPs and 52.5% reduction in model memory at the cost of losing only 0.17% of Top-5 on ResNet-50.</p>","PeriodicalId":51327,"journal":{"name":"International Journal of Machine Learning and Cybernetics","volume":"73 1","pages":""},"PeriodicalIF":5.6,"publicationDate":"2024-09-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142209079","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Fault-tolerant control design for nonlinear multilateral teleoperation system with unreliable communication channels and actuator constraints 具有不可靠通信信道和执行器约束条件的非线性多边远程操纵系统的容错控制设计
IF 5.6 3区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-09-05 DOI: 10.1007/s13042-024-02373-3
Huan-Yu Ke, Yang-Jie Chen, Ming Li, Jian-Ning Li

For nonlinear multilateral teleoperation systems, unreliable communication channels and actuator constraints are the main challenging issues to achieve the stability condition and satisfy the required performance. In this paper, a novel fault-tolerant control algorithm is proposed for a class of multi-degree-of-freedom nonlinear multilateral teleoperation systems with the aforementioned problems and unknown environmental forces. The time-varying delays and packet dropouts are incorporated in the unreliable communication channels, and the considered systems are modeled as a kind of T-S fuzzy systems with multiple time-varying delays. For actuator constraints, both the actuator failures and the unknown control directions are investigated in such research, by designing a novel fault-tolerant control scheme, the failures and control directions can be estimated simultaneously. Next, the radial basis function neural network (RBFNN) is introduced to estimate the unknown environmental force, and the estimated results are incorporated in the controller design and the mean-square stability of the closed-loop system with disturbance attenuation level is guaranteed. Finally, a numerical simulation example is given to show the effectiveness of the proposed method.

对于非线性多边遥控系统,要达到稳定条件并满足所需的性能,不可靠的通信信道和执行器约束是主要的挑战性问题。本文针对存在上述问题和未知环境力的一类多自由度非线性多边遥控系统,提出了一种新型容错控制算法。在不可靠的通信信道中加入了时变延迟和丢包,并将所考虑的系统建模为一种具有多个时变延迟的 T-S 模糊系统。通过设计一种新型容错控制方案,可以同时估计故障和控制方向。接着,引入径向基函数神经网络(RBFNN)来估计未知环境力,并将估计结果纳入控制器设计,保证了具有扰动衰减水平的闭环系统的均方稳定性。最后,给出了一个数值模拟实例,以说明所提方法的有效性。
{"title":"Fault-tolerant control design for nonlinear multilateral teleoperation system with unreliable communication channels and actuator constraints","authors":"Huan-Yu Ke, Yang-Jie Chen, Ming Li, Jian-Ning Li","doi":"10.1007/s13042-024-02373-3","DOIUrl":"https://doi.org/10.1007/s13042-024-02373-3","url":null,"abstract":"<p>For nonlinear multilateral teleoperation systems, unreliable communication channels and actuator constraints are the main challenging issues to achieve the stability condition and satisfy the required performance. In this paper, a novel fault-tolerant control algorithm is proposed for a class of multi-degree-of-freedom nonlinear multilateral teleoperation systems with the aforementioned problems and unknown environmental forces. The time-varying delays and packet dropouts are incorporated in the unreliable communication channels, and the considered systems are modeled as a kind of T-S fuzzy systems with multiple time-varying delays. For actuator constraints, both the actuator failures and the unknown control directions are investigated in such research, by designing a novel fault-tolerant control scheme, the failures and control directions can be estimated simultaneously. Next, the radial basis function neural network (RBFNN) is introduced to estimate the unknown environmental force, and the estimated results are incorporated in the controller design and the mean-square stability of the closed-loop system with disturbance attenuation level is guaranteed. Finally, a numerical simulation example is given to show the effectiveness of the proposed method.</p>","PeriodicalId":51327,"journal":{"name":"International Journal of Machine Learning and Cybernetics","volume":"43 1","pages":""},"PeriodicalIF":5.6,"publicationDate":"2024-09-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142209084","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
International Journal of Machine Learning and Cybernetics
全部 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