首页 > 最新文献

IET Collaborative Intelligent Manufacturing最新文献

英文 中文
Domain-adaptation-based named entity recognition with information enrichment for equipment fault knowledge graph 基于领域适应的命名实体识别与设备故障知识图谱的信息浓缩
IF 2.5 Q2 ENGINEERING, INDUSTRIAL Pub Date : 2024-11-25 DOI: 10.1049/cim2.70003
Dengrui Xiong, Xinyu Li, Liang Gao, Yiping Gao

Numerous files, such as records and logs, are generated in the process of equipment diagnosis and maintenance (D&M). These files contain lots of unstructured plain text. Knowledge in these files could be reused for similar equipment faults. In practice, knowledge presented in plain text is hard to acquire. Thus, automated named entity recognition (NER) and relation extraction (RE) methods based on pretrained encoders could be used to extract entities and relations and develop a structured knowledge graph (KG), thus facilitating intelligent manufacturing. However, equipment fault NER exhibits suboptimal performance with existing encoders pretrained on general-domain corpus. In this paper, domain-adaptation-based NER with information enrichment is proposed for developing an equipment fault KG. A domain-adapted encoder is tailored for equipment fault NER through domain-adaptive pretraining (DAPT). Update of word segmentation dictionary and adjustment of masking approach are implemented during DAPT for information enrichment, which helps make the most of the limited domain-specific pretraining corpus. Experimental results show that the F1 score of NER is improved by 1.22% using the domain-adapted encoder compared to its counterpart using the encoder pretrained on general-domain corpus. Furthermore, a reliable and robust question answering (QA) application of the developed equipment fault KG is also shown.

在设备诊断和维护 (D&M) 过程中会产生大量文件,如记录和日志。这些文件包含大量非结构化的纯文本。这些文件中的知识可重复用于类似的设备故障。实际上,以纯文本形式呈现的知识很难获取。因此,可以使用基于预训练编码器的自动命名实体识别(NER)和关系提取(RE)方法来提取实体和关系,并开发结构化知识图谱(KG),从而促进智能制造。然而,现有编码器在通用领域语料库上进行预训练后,设备故障 NER 的性能并不理想。本文提出了基于领域适应的 NER 方法,该方法具有信息富集功能,可用于开发设备故障知识图谱。通过领域自适应预训练(DAPT),为设备故障 NER 定制了领域自适应编码器。在 DAPT 期间更新分词字典和调整掩码方法以丰富信息,这有助于充分利用有限的特定领域预训练语料。实验结果表明,与使用通用语料库预训练的编码器相比,使用领域适应编码器的 NER F1 分数提高了 1.22%。此外,还展示了所开发的设备故障 KG 在问题解答(QA)中的可靠和稳健应用。
{"title":"Domain-adaptation-based named entity recognition with information enrichment for equipment fault knowledge graph","authors":"Dengrui Xiong,&nbsp;Xinyu Li,&nbsp;Liang Gao,&nbsp;Yiping Gao","doi":"10.1049/cim2.70003","DOIUrl":"https://doi.org/10.1049/cim2.70003","url":null,"abstract":"<p>Numerous files, such as records and logs, are generated in the process of equipment diagnosis and maintenance (D&amp;M). These files contain lots of unstructured plain text. Knowledge in these files could be reused for similar equipment faults. In practice, knowledge presented in plain text is hard to acquire. Thus, automated named entity recognition (NER) and relation extraction (RE) methods based on pretrained encoders could be used to extract entities and relations and develop a structured knowledge graph (KG), thus facilitating intelligent manufacturing. However, equipment fault NER exhibits suboptimal performance with existing encoders pretrained on general-domain corpus. In this paper, domain-adaptation-based NER with information enrichment is proposed for developing an equipment fault KG. A domain-adapted encoder is tailored for equipment fault NER through domain-adaptive pretraining (DAPT). Update of word segmentation dictionary and adjustment of masking approach are implemented during DAPT for information enrichment, which helps make the most of the limited domain-specific pretraining corpus. Experimental results show that the F1 score of NER is improved by 1.22% using the domain-adapted encoder compared to its counterpart using the encoder pretrained on general-domain corpus. Furthermore, a reliable and robust question answering (QA) application of the developed equipment fault KG is also shown.</p>","PeriodicalId":33286,"journal":{"name":"IET Collaborative Intelligent Manufacturing","volume":"6 4","pages":""},"PeriodicalIF":2.5,"publicationDate":"2024-11-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://onlinelibrary.wiley.com/doi/epdf/10.1049/cim2.70003","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142708196","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A novel deep reinforcement learning-based algorithm for multi-objective energy-efficient flow-shop scheduling 基于深度强化学习的新型多目标高能效流场调度算法
IF 2.5 Q2 ENGINEERING, INDUSTRIAL Pub Date : 2024-11-22 DOI: 10.1049/cim2.12121
Peng Liang, Pengfei Xiao, Zeya Li, Min Luo, Chaoyong Zhang

A novel algorithm combining bidirectional recurrent neural networks (BiRNNs) with temporal difference is proposed for multi-objective energy-efficient non-permutation flow-shop scheduling problem (NFSP). The objectives of this problem involve minimising both the makespan and total energy consumption. To begin, a mathematical model is formulated to represent the energy-efficient NFSP. Subsequently, the NFSP is transformed into a Markov decision process, where an action space comprising 28 scheduling rules is constructed. Considering the global and local features of NFSP, a set of 15 state features is extracted. Different reward functions are then defined to correspond to the specific objectives. Furthermore, the state features of NFSP are extracted using a multi-layer perceptron model based on BiRNNs. By utilising the TD(λ) algorithm to calculate the state value function, various policies are generated. In order to evaluate the proposed algorithm, a new test set for the energy-efficient NFSP is constructed, building upon classic benchmark problems. Finally, comparison experiments are conducted to demonstrate the effectiveness and efficiency of the proposed algorithm.

针对多目标高能效非突变流车间调度问题(NFSP),提出了一种结合双向递归神经网络(BiRNN)和时差的新型算法。该问题的目标包括最大限度地减少时间跨度和总能耗。首先,建立一个数学模型来表示高能效 NFSP。随后,将 NFSP 转化为马尔可夫决策过程,并在此过程中构建了由 28 条调度规则组成的行动空间。考虑到 NFSP 的全局和局部特征,提取了一组 15 个状态特征。然后根据具体目标定义了不同的奖励函数。此外,还使用基于 BiRNN 的多层感知器模型提取了 NFSP 的状态特征。利用 TD(λ) 算法计算状态值函数,生成各种策略。为了评估所提出的算法,在经典基准问题的基础上,为高能效 NFSP 构建了一个新的测试集。最后,通过对比实验证明了所提算法的有效性和效率。
{"title":"A novel deep reinforcement learning-based algorithm for multi-objective energy-efficient flow-shop scheduling","authors":"Peng Liang,&nbsp;Pengfei Xiao,&nbsp;Zeya Li,&nbsp;Min Luo,&nbsp;Chaoyong Zhang","doi":"10.1049/cim2.12121","DOIUrl":"https://doi.org/10.1049/cim2.12121","url":null,"abstract":"<p>A novel algorithm combining bidirectional recurrent neural networks (BiRNNs) with temporal difference is proposed for multi-objective energy-efficient non-permutation flow-shop scheduling problem (NFSP). The objectives of this problem involve minimising both the makespan and total energy consumption. To begin, a mathematical model is formulated to represent the energy-efficient NFSP. Subsequently, the NFSP is transformed into a Markov decision process, where an action space comprising 28 scheduling rules is constructed. Considering the global and local features of NFSP, a set of 15 state features is extracted. Different reward functions are then defined to correspond to the specific objectives. Furthermore, the state features of NFSP are extracted using a multi-layer perceptron model based on BiRNNs. By utilising the TD(<i>λ</i>) algorithm to calculate the state value function, various policies are generated. In order to evaluate the proposed algorithm, a new test set for the energy-efficient NFSP is constructed, building upon classic benchmark problems. Finally, comparison experiments are conducted to demonstrate the effectiveness and efficiency of the proposed algorithm.</p>","PeriodicalId":33286,"journal":{"name":"IET Collaborative Intelligent Manufacturing","volume":"6 4","pages":""},"PeriodicalIF":2.5,"publicationDate":"2024-11-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://onlinelibrary.wiley.com/doi/epdf/10.1049/cim2.12121","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142707925","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Spiking neural network tactile classification method with faster and more accurate membrane potential representation 具有更快、更准确膜电位表征的尖峰神经网络触觉分类方法
IF 2.5 Q2 ENGINEERING, INDUSTRIAL Pub Date : 2024-11-22 DOI: 10.1049/cim2.70004
Jing Yang, Zukun Yu, Xiaoyang Ji, Zhidong Su, Shaobo Li, Yang Cao

Robot perception is an important topic in artificial intelligence field, and tactile recognition in particular is indispensable for human–computer interaction. Efficiently classifying data obtained by touch sensors has long been an issue. In recent years, spiking neural networks (SNNs) have been widely used in tactile data categorisation due to their temporal information processing benefits, low power consumption, and high biological dependability. However, traditional SNN classification methods often encounter under-convergence when using membrane potential representation, decreasing their classification accuracy. Meanwhile, due to the time-discrete nature of SNN models, classification requires a significant time overhead, which restricts their real-time tactile sensing application potential. Considering these concerns, the authors propose a faster and more accurate SNN tactile classification approach using improved membrane potential representation. This method effectively overcomes model convergence problems by optimising the membrane potential expression and the relationship between the loss function and network parameters while significantly reducing the time overhead and enhancing the classification accuracy and robustness of the model. The experimental results show that the propose approach improves the classification accuracy by 4.16% and 2.71% and reduces the overall time by 8.00% and 8.14% on the EvTouch-Containers dataset and EvTouch-Objects dataset, respectively, when compared with existing models.

机器人感知是人工智能领域的一个重要课题,尤其是触觉识别在人机交互中不可或缺。如何对触摸传感器获取的数据进行有效分类一直是个问题。近年来,尖峰神经网络(SNN)因其在时间信息处理方面的优势、低功耗和高生物依赖性而被广泛应用于触觉数据分类。然而,传统的尖峰神经网络分类方法在使用膜电位表示时经常会遇到收敛不足的问题,从而降低了分类的准确性。同时,由于 SNN 模型的时间离散性,分类需要大量的时间开销,限制了其实时触觉传感的应用潜力。考虑到这些问题,作者利用改进的膜电位表示法提出了一种更快、更准确的 SNN 触觉分类方法。该方法通过优化膜电位表达式以及损失函数和网络参数之间的关系,有效克服了模型收敛问题,同时显著减少了时间开销,提高了分类精度和模型的鲁棒性。实验结果表明,在 EvTouch-Containers 数据集和 EvTouch-Objects 数据集上,与现有模型相比,提出的方法分别提高了 4.16% 和 2.71% 的分类准确率,并减少了 8.00% 和 8.14% 的总体时间。
{"title":"Spiking neural network tactile classification method with faster and more accurate membrane potential representation","authors":"Jing Yang,&nbsp;Zukun Yu,&nbsp;Xiaoyang Ji,&nbsp;Zhidong Su,&nbsp;Shaobo Li,&nbsp;Yang Cao","doi":"10.1049/cim2.70004","DOIUrl":"https://doi.org/10.1049/cim2.70004","url":null,"abstract":"<p>Robot perception is an important topic in artificial intelligence field, and tactile recognition in particular is indispensable for human–computer interaction. Efficiently classifying data obtained by touch sensors has long been an issue. In recent years, spiking neural networks (SNNs) have been widely used in tactile data categorisation due to their temporal information processing benefits, low power consumption, and high biological dependability. However, traditional SNN classification methods often encounter under-convergence when using membrane potential representation, decreasing their classification accuracy. Meanwhile, due to the time-discrete nature of SNN models, classification requires a significant time overhead, which restricts their real-time tactile sensing application potential. Considering these concerns, the authors propose a faster and more accurate SNN tactile classification approach using improved membrane potential representation. This method effectively overcomes model convergence problems by optimising the membrane potential expression and the relationship between the loss function and network parameters while significantly reducing the time overhead and enhancing the classification accuracy and robustness of the model. The experimental results show that the propose approach improves the classification accuracy by 4.16% and 2.71% and reduces the overall time by 8.00% and 8.14% on the EvTouch-Containers dataset and EvTouch-Objects dataset, respectively, when compared with existing models.</p>","PeriodicalId":33286,"journal":{"name":"IET Collaborative Intelligent Manufacturing","volume":"6 4","pages":""},"PeriodicalIF":2.5,"publicationDate":"2024-11-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://onlinelibrary.wiley.com/doi/epdf/10.1049/cim2.70004","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142707927","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Welding defect detection with image processing on a custom small dataset: A comparative study 在自定义小型数据集上利用图像处理进行焊接缺陷检测:比较研究
IF 2.5 Q2 ENGINEERING, INDUSTRIAL Pub Date : 2024-11-22 DOI: 10.1049/cim2.70005
József Szőlősi, Béla J. Szekeres, Péter Magyar, Bán Adrián, Gábor Farkas, Mátyás Andó

This work focuses on detecting defects in welding seams using the most advanced You Only Look Once (YOLO) algorithms and transfer learning. To this end, the authors prepared a small dataset of images using manual welding and compared the performance of the YOLO v5, v6, v7, and v8 methods after two-step training. Key findings reveal that YOLOv7 demonstrates superior performance, suggesting its potential as a valuable tool in automated welding quality control. The authors’ research underscores the importance of model selection. It lays the groundwork for future exploration in larger datasets and varied welding scenarios, potentially contributing to defect detection practices in manufacturing industries. The dataset and the code repository links are also provided to support our findings.

这项工作的重点是利用最先进的 "只看一遍"(YOLO)算法和迁移学习来检测焊缝中的缺陷。为此,作者准备了一个使用手工焊接的小型图像数据集,并在经过两步训练后比较了 YOLO v5、v6、v7 和 v8 方法的性能。主要研究结果表明,YOLOv7 表现出更优越的性能,表明它有潜力成为自动焊接质量控制的重要工具。作者的研究强调了模型选择的重要性。它为今后在更大的数据集和不同的焊接场景中进行探索奠定了基础,有可能为制造业的缺陷检测实践做出贡献。我们还提供了数据集和代码库链接,以支持我们的研究结果。
{"title":"Welding defect detection with image processing on a custom small dataset: A comparative study","authors":"József Szőlősi,&nbsp;Béla J. Szekeres,&nbsp;Péter Magyar,&nbsp;Bán Adrián,&nbsp;Gábor Farkas,&nbsp;Mátyás Andó","doi":"10.1049/cim2.70005","DOIUrl":"https://doi.org/10.1049/cim2.70005","url":null,"abstract":"<p>This work focuses on detecting defects in welding seams using the most advanced <i>You Only Look Once (YOLO)</i> algorithms and transfer learning. To this end, the authors prepared a small dataset of images using manual welding and compared the performance of the <i>YOLO</i> v5, v6, v7, and v8 methods after two-step training. Key findings reveal that <i>YOLOv7</i> demonstrates superior performance, suggesting its potential as a valuable tool in automated welding quality control. The authors’ research underscores the importance of model selection. It lays the groundwork for future exploration in larger datasets and varied welding scenarios, potentially contributing to defect detection practices in manufacturing industries. The dataset and the code repository links are also provided to support our findings.</p>","PeriodicalId":33286,"journal":{"name":"IET Collaborative Intelligent Manufacturing","volume":"6 4","pages":""},"PeriodicalIF":2.5,"publicationDate":"2024-11-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://onlinelibrary.wiley.com/doi/epdf/10.1049/cim2.70005","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142707924","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Digital twin-based production logistics resource optimisation configuration method in smart cloud manufacturing environment 智能云制造环境下基于数字孪生的生产物流资源优化配置方法
IF 2.5 Q2 ENGINEERING, INDUSTRIAL Pub Date : 2024-11-20 DOI: 10.1049/cim2.12118
Zhongfei Zhang, Ting Qu, Kai Zhang, Kuo Zhao, Yongheng Zhang, Lei Liu, Jianhua Liang, George Q. Huang

To adapt to the dynamic, diverse, and personalised needs of customers, manufacturing enterprises face the challenge of continuously adjusting their resource structure. This has led manufacturers to shift towards a smart cloud manufacturing mode in order to build highly flexible production logistics (PL) systems. In these systems, the optimal configuring of PL resources is fundamental for daily logistics planning and vehicle scheduling control, providing necessary resources for the entire PL segment. However, traditional resource configuration methods face limitations, such as incomplete information acquisition, slow response in resource configuration, and suboptimal configuration results, leading to high subsequent operational costs and inefficient logistics transportation. These issues limit the performance of the PL system. To address these challenges, the authors propose a digital twin-based optimisation model and method for smart cloud PL resources. The approach begins with constructing an optimisation model for the PL system considering the quality of service for a cloud resource is constructed, aiming to minimise the number of logistics vehicles and the total cost of the PL system. Additionally, a DT-based decision framework for optimising smart cloud PL resources is proposed. Alongside a DT-based dynamic configuration strategy for smart cloud PL resources is designed. By developing a multi-teacher grouping teaching strategy and a cross-learning strategy, the teaching and learning strategies of the standard teaching-learning-based optimisation algorithm are improved. Finally, numerical simulation experiments were conducted on the logistics transportation process of a cooperating enterprise, verifying the feasibility and effectiveness of the proposed algorithms and strategies. The findings of this study provide valuable references for the management of PL resources and algorithm design in advanced manufacturing modes.

为了适应客户动态、多样化和个性化的需求,制造企业面临着不断调整资源结构的挑战。这促使制造商转向智能云制造模式,以建立高度灵活的生产物流(PL)系统。在这些系统中,生产物流资源的优化配置是日常物流计划和车辆调度控制的基础,为整个生产物流环节提供必要的资源。然而,传统的资源配置方法面临着信息获取不完整、资源配置响应慢、配置结果不理想等局限性,导致后续运营成本高、物流运输效率低。这些问题限制了 PL 系统的性能。为了应对这些挑战,作者提出了一种基于数字孪生的智能云 PL 资源优化模型和方法。该方法首先为 PL 系统构建一个优化模型,考虑到云资源的服务质量,旨在最大限度地减少物流车辆的数量和 PL 系统的总成本。此外,还提出了基于 DT 的智能云 PL 资源优化决策框架。同时,还设计了基于 DT 的智能云 PL 资源动态配置策略。通过开发多教师分组教学策略和交叉学习策略,改进了基于教与学的标准优化算法的教与学策略。最后,对某合作企业的物流运输过程进行了数值模拟实验,验证了所提算法和策略的可行性和有效性。本研究的结论为先进制造模式下的 PL 资源管理和算法设计提供了有价值的参考。
{"title":"Digital twin-based production logistics resource optimisation configuration method in smart cloud manufacturing environment","authors":"Zhongfei Zhang,&nbsp;Ting Qu,&nbsp;Kai Zhang,&nbsp;Kuo Zhao,&nbsp;Yongheng Zhang,&nbsp;Lei Liu,&nbsp;Jianhua Liang,&nbsp;George Q. Huang","doi":"10.1049/cim2.12118","DOIUrl":"https://doi.org/10.1049/cim2.12118","url":null,"abstract":"<p>To adapt to the dynamic, diverse, and personalised needs of customers, manufacturing enterprises face the challenge of continuously adjusting their resource structure. This has led manufacturers to shift towards a smart cloud manufacturing mode in order to build highly flexible production logistics (PL) systems. In these systems, the optimal configuring of PL resources is fundamental for daily logistics planning and vehicle scheduling control, providing necessary resources for the entire PL segment. However, traditional resource configuration methods face limitations, such as incomplete information acquisition, slow response in resource configuration, and suboptimal configuration results, leading to high subsequent operational costs and inefficient logistics transportation. These issues limit the performance of the PL system. To address these challenges, the authors propose a digital twin-based optimisation model and method for smart cloud PL resources. The approach begins with constructing an optimisation model for the PL system considering the quality of service for a cloud resource is constructed, aiming to minimise the number of logistics vehicles and the total cost of the PL system. Additionally, a DT-based decision framework for optimising smart cloud PL resources is proposed. Alongside a DT-based dynamic configuration strategy for smart cloud PL resources is designed. By developing a multi-teacher grouping teaching strategy and a cross-learning strategy, the teaching and learning strategies of the standard teaching-learning-based optimisation algorithm are improved. Finally, numerical simulation experiments were conducted on the logistics transportation process of a cooperating enterprise, verifying the feasibility and effectiveness of the proposed algorithms and strategies. The findings of this study provide valuable references for the management of PL resources and algorithm design in advanced manufacturing modes.</p>","PeriodicalId":33286,"journal":{"name":"IET Collaborative Intelligent Manufacturing","volume":"6 4","pages":""},"PeriodicalIF":2.5,"publicationDate":"2024-11-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://onlinelibrary.wiley.com/doi/epdf/10.1049/cim2.12118","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142707721","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Augmented ɛ-constraint-based matheuristic methodology for Bi-objective production scheduling problems 基于增量ɛ约束的双目标生产调度问题数学启发式方法论
IF 2.5 Q2 ENGINEERING, INDUSTRIAL Pub Date : 2024-10-09 DOI: 10.1049/cim2.12120
Jiaxin Fan

Matheuristic is an optimisation methodology that integrates mathematical approaches and heuristics to address intractable combinatorial optimisation problems, where a common framework is to insert mixed integer linear programming (MILP) models as local search functions for evolutionary algorithms. However, since a mathematical programming formulation only tries to find the solution with the best objective value, matheuristics are rarely adopted to multi-objective scenarios asking for a set of Pareto optimal solutions, for example, vehicle routing problems and production scheduling problems. In this situation, the ɛ-constraint, which transforms multi-objective problems into single-objective formulations by considering selected objectives as constraints, seems to be a promising approach. First, an augmented ɛ-constraint-based matheuristic methodology (ɛ-MH) is proposed to apply the idea of ɛ-constraint to embedded MILP models, so that Pareto fronts obtained by meta-heuristics can be further improved by solving a set of MILP models. Afterwards, four speed-up strategies are developed to alleviate the computational burden resulting from repeatedly solving mathematical formulations, which also imply preferable scenarios for taking advantages of the ɛ-MH. Finally, several real-world bi-objective scheduling problems are discussed to present potential applications for the proposed methodology.

数学启发式是一种优化方法,它整合了数学方法和启发式方法,以解决难以解决的组合优化问题,其中一个常见的框架是插入混合整数线性规划(MILP)模型,作为进化算法的局部搜索函数。然而,由于数学程序设计公式只试图找到目标值最佳的解决方案,因此在要求帕累托最优解集的多目标场景中,例如车辆路线问题和生产调度问题,很少采用数学启发式方法。在这种情况下,ɛ约束似乎是一种很有前途的方法,它通过将选定目标视为约束条件,将多目标问题转化为单目标问题。首先,提出了一种基于ɛ约束的增强型数学启发式方法(ɛ-MH),将ɛ约束的思想应用于嵌入式 MILP 模型,从而通过求解一组 MILP 模型,进一步改进元启发式得到的帕累托前沿。随后,研究人员提出了四种加速策略,以减轻重复求解数学公式所带来的计算负担,这也意味着利用ɛ-MH 优势的最佳方案。最后,讨论了几个现实世界中的双目标调度问题,介绍了所提方法的潜在应用。
{"title":"Augmented ɛ-constraint-based matheuristic methodology for Bi-objective production scheduling problems","authors":"Jiaxin Fan","doi":"10.1049/cim2.12120","DOIUrl":"https://doi.org/10.1049/cim2.12120","url":null,"abstract":"<p>Matheuristic is an optimisation methodology that integrates mathematical approaches and heuristics to address intractable combinatorial optimisation problems, where a common framework is to insert mixed integer linear programming (MILP) models as local search functions for evolutionary algorithms. However, since a mathematical programming formulation only tries to find the solution with the best objective value, matheuristics are rarely adopted to multi-objective scenarios asking for a set of Pareto optimal solutions, for example, vehicle routing problems and production scheduling problems. In this situation, the <i>ɛ</i>-constraint, which transforms multi-objective problems into single-objective formulations by considering selected objectives as constraints, seems to be a promising approach. First, an augmented <i>ɛ</i>-constraint-based matheuristic methodology (<i>ɛ</i>-MH) is proposed to apply the idea of <i>ɛ</i>-constraint to embedded MILP models, so that Pareto fronts obtained by meta-heuristics can be further improved by solving a set of MILP models. Afterwards, four speed-up strategies are developed to alleviate the computational burden resulting from repeatedly solving mathematical formulations, which also imply preferable scenarios for taking advantages of the <i>ɛ</i>-MH. Finally, several real-world bi-objective scheduling problems are discussed to present potential applications for the proposed methodology.</p>","PeriodicalId":33286,"journal":{"name":"IET Collaborative Intelligent Manufacturing","volume":"6 4","pages":""},"PeriodicalIF":2.5,"publicationDate":"2024-10-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://onlinelibrary.wiley.com/doi/epdf/10.1049/cim2.12120","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142429673","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A hybrid particle swarm optimisation for flexible casting job shop scheduling problem with batch processing machine 针对带批量加工设备的柔性铸造作业车间调度问题的混合粒子群优化方法
IF 2.5 Q2 ENGINEERING, INDUSTRIAL Pub Date : 2024-10-09 DOI: 10.1049/cim2.12117
Wei Zhang, Mengzhen Zhuang, Hongtao Tang, Xinyu Li, Shunsheng Guo

A flexible casting job shop scheduling problem (FCJSP) with batch processing machines is proposed based on the analysis of the flexible job shop scheduling problem (FJSP) and the study of the expendable casting process. Considering the makespan under the influence of the energy consumption, the authors apply the time execution window to the FCJSP model in conjunction with the characteristics of casting production. A hybrid particle swarm optimisation algorithm (HPSO) is developed to solve the FCJSP. The HPSO employs a block integration decoding rule to address scheduling integration. Particle swarm optimisation is used for global search, employing both discrete and continuous search strategies. Furthermore, the local search employs tabu search with neighbourhood operations based on knowledge-driven techniques. Simulation experiments demonstrate the feasibility of the proposed optimisation model. In the end, the HPSO algorithm has been successfully applied to the real expendable casting scheduling. The results demonstrate that it is more efficient and robust than previously reported algorithms.

基于对柔性作业车间调度问题(FJSP)的分析和对消耗性铸造工艺的研究,提出了具有批量加工机器的柔性铸造作业车间调度问题(FCJSP)。考虑到能耗影响下的生产周期,作者结合铸造生产的特点,将时间执行窗口应用到 FCJSP 模型中。开发了一种混合粒子群优化算法(HPSO)来求解 FCJSP。HPSO 采用分块整合解码规则来解决调度整合问题。粒子群优化算法采用离散和连续两种搜索策略进行全局搜索。此外,局部搜索采用基于知识驱动技术的邻域操作塔布搜索。模拟实验证明了所提出的优化模型的可行性。最后,HPSO 算法被成功应用于实际的消耗性铸件调度。结果表明,该算法比之前报道的算法更高效、更稳健。
{"title":"A hybrid particle swarm optimisation for flexible casting job shop scheduling problem with batch processing machine","authors":"Wei Zhang,&nbsp;Mengzhen Zhuang,&nbsp;Hongtao Tang,&nbsp;Xinyu Li,&nbsp;Shunsheng Guo","doi":"10.1049/cim2.12117","DOIUrl":"https://doi.org/10.1049/cim2.12117","url":null,"abstract":"<p>A flexible casting job shop scheduling problem (FCJSP) with batch processing machines is proposed based on the analysis of the flexible job shop scheduling problem (FJSP) and the study of the expendable casting process. Considering the makespan under the influence of the energy consumption, the authors apply the time execution window to the FCJSP model in conjunction with the characteristics of casting production. A hybrid particle swarm optimisation algorithm (HPSO) is developed to solve the FCJSP. The HPSO employs a block integration decoding rule to address scheduling integration. Particle swarm optimisation is used for global search, employing both discrete and continuous search strategies. Furthermore, the local search employs tabu search with neighbourhood operations based on knowledge-driven techniques. Simulation experiments demonstrate the feasibility of the proposed optimisation model. In the end, the HPSO algorithm has been successfully applied to the real expendable casting scheduling. The results demonstrate that it is more efficient and robust than previously reported algorithms.</p>","PeriodicalId":33286,"journal":{"name":"IET Collaborative Intelligent Manufacturing","volume":"6 4","pages":""},"PeriodicalIF":2.5,"publicationDate":"2024-10-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://onlinelibrary.wiley.com/doi/epdf/10.1049/cim2.12117","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142429671","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Vibration reduction optimisation design of the high-speed elevator car system based on multi-factor horizontal coupling vibration model 基于多因素水平耦合振动模型的高速电梯轿厢系统减振优化设计
IF 2.5 Q2 ENGINEERING, INDUSTRIAL Pub Date : 2024-10-04 DOI: 10.1049/cim2.70002
Meihao Chen, Zhaoxi Hong, Junjie Song, Tang Li, Xiuju Song, Yixiong Feng

The increasing need for safe and comfortable high-speed elevators due to the rise of super-tall buildings has led to a focus on vibration reduction modelling and optimisation. This article selects factors that have a significant impact on the vibration of high-speed elevator car systems through sensitivity evaluation to form a six-dimensional parameter space and establishes a multi-objective optimisation model for the car system. The Gibbis method and Radial Basis Function neural network are combined to sample and construct surrogate models, respectively. Meanwhile, a BA–EO algorithm that combines Bat algorithm and Extremal optimisation to adapt to a multidimensional parameter space is proposed here. In practical applications, the peak-to-peak value of vibration acceleration, which significantly affects human perception, is chosen as the objective function for vibration reduction optimisation. After optimisation, the vibrations of the car and car frame are decreased by 19% and 9%, respectively, which extend the service life of the high-speed elevator and enhance safety and comfort for passengers.

随着超高层建筑的兴起,人们对安全舒适的高速电梯的需求日益增长,这促使人们开始关注减振建模和优化问题。本文通过灵敏度评估,筛选出对高速电梯轿厢系统振动有显著影响的因素,形成六维参数空间,并建立了轿厢系统的多目标优化模型。结合 Gibbis 方法和径向基函数神经网络,分别进行采样和构建代用模型。同时,提出了一种 BA-EO 算法,该算法结合了蝙蝠算法和极值优化算法,以适应多维参数空间。在实际应用中,振动加速度的峰峰值对人的感知有很大影响,因此选择峰峰值作为减振优化的目标函数。优化后,轿厢和轿厢框架的振动分别降低了 19% 和 9%,延长了高速电梯的使用寿命,提高了乘客的安全性和舒适性。
{"title":"Vibration reduction optimisation design of the high-speed elevator car system based on multi-factor horizontal coupling vibration model","authors":"Meihao Chen,&nbsp;Zhaoxi Hong,&nbsp;Junjie Song,&nbsp;Tang Li,&nbsp;Xiuju Song,&nbsp;Yixiong Feng","doi":"10.1049/cim2.70002","DOIUrl":"https://doi.org/10.1049/cim2.70002","url":null,"abstract":"<p>The increasing need for safe and comfortable high-speed elevators due to the rise of super-tall buildings has led to a focus on vibration reduction modelling and optimisation. This article selects factors that have a significant impact on the vibration of high-speed elevator car systems through sensitivity evaluation to form a six-dimensional parameter space and establishes a multi-objective optimisation model for the car system. The Gibbis method and Radial Basis Function neural network are combined to sample and construct surrogate models, respectively. Meanwhile, a BA–EO algorithm that combines Bat algorithm and Extremal optimisation to adapt to a multidimensional parameter space is proposed here. In practical applications, the peak-to-peak value of vibration acceleration, which significantly affects human perception, is chosen as the objective function for vibration reduction optimisation. After optimisation, the vibrations of the car and car frame are decreased by 19% and 9%, respectively, which extend the service life of the high-speed elevator and enhance safety and comfort for passengers.</p>","PeriodicalId":33286,"journal":{"name":"IET Collaborative Intelligent Manufacturing","volume":"6 4","pages":""},"PeriodicalIF":2.5,"publicationDate":"2024-10-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://onlinelibrary.wiley.com/doi/epdf/10.1049/cim2.70002","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142429471","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Integrated berth allocation and quay crane assignment and scheduling problem under the influence of various factors 各种因素影响下的综合泊位分配和码头起重机分配与调度问题
IF 2.5 Q2 ENGINEERING, INDUSTRIAL Pub Date : 2024-10-04 DOI: 10.1049/cim2.70001
Meng Yu, Xuetao Liu, Xiaojing Ji, Yucong Ren, Wenjing Guo

As the important resources and equipment of container terminals, berths and quay cranes (QCs) face various challenges in actual operations and their operation efficiency in turn affects the performance of the whole terminal. The authors investigate an integrated berth allocation and QC assignment and scheduling problem under the influence of various factors, including the two main factors of vessel arrival time uncertainty and tide, and the two secondary factors of berth deviation and interference between cranes. To formulate the problem, the authors develop a multi-factor robust scheduling model. A Genetic Algorithm (GA) with Brain Storm Optimisation based on the Contract Net Protocol (CNP) is designed to optimise the berth and QC scheduling scheme. Specifically, the authors use the GA for individual coding and population initialisation, use the brainstorming algorithm for clustering, and introduce the CNP for individual updating. The experimental results show that the designed algorithm can adapt the scheduling plan to complex environments and can improve the service level of terminals.

泊位和码头起重机(QC)作为集装箱码头的重要资源和设备,在实际运营中面临着各种挑战,其运营效率反过来又影响着整个码头的绩效。作者研究了在各种因素影响下的综合泊位分配和 QC 分配与调度问题,包括船舶到达时间不确定性和潮汐两个主要因素,以及泊位偏差和起重机间干扰两个次要因素。为了解决这个问题,作者建立了一个多因素鲁棒调度模型。在此基础上,设计了一种基于合同网协议(CNP)的遗传算法(GA)和脑风暴优化方法,以优化泊位和 QC 调度方案。具体来说,作者使用遗传算法进行个体编码和群体初始化,使用头脑风暴算法进行聚类,并引入 CNP 进行个体更新。实验结果表明,所设计的算法能使调度计划适应复杂环境,并能提高码头的服务水平。
{"title":"Integrated berth allocation and quay crane assignment and scheduling problem under the influence of various factors","authors":"Meng Yu,&nbsp;Xuetao Liu,&nbsp;Xiaojing Ji,&nbsp;Yucong Ren,&nbsp;Wenjing Guo","doi":"10.1049/cim2.70001","DOIUrl":"https://doi.org/10.1049/cim2.70001","url":null,"abstract":"<p>As the important resources and equipment of container terminals, berths and quay cranes (QCs) face various challenges in actual operations and their operation efficiency in turn affects the performance of the whole terminal. The authors investigate an integrated berth allocation and QC assignment and scheduling problem under the influence of various factors, including the two main factors of vessel arrival time uncertainty and tide, and the two secondary factors of berth deviation and interference between cranes. To formulate the problem, the authors develop a multi-factor robust scheduling model. A Genetic Algorithm (GA) with Brain Storm Optimisation based on the Contract Net Protocol (CNP) is designed to optimise the berth and QC scheduling scheme. Specifically, the authors use the GA for individual coding and population initialisation, use the brainstorming algorithm for clustering, and introduce the CNP for individual updating. The experimental results show that the designed algorithm can adapt the scheduling plan to complex environments and can improve the service level of terminals.</p>","PeriodicalId":33286,"journal":{"name":"IET Collaborative Intelligent Manufacturing","volume":"6 4","pages":""},"PeriodicalIF":2.5,"publicationDate":"2024-10-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://onlinelibrary.wiley.com/doi/epdf/10.1049/cim2.70001","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142429470","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A conceptual framework proposal for the implementation of Prognostic and Health Management in production systems 关于在生产系统中实施预测和健康管理的概念框架建议
IF 2.5 Q2 ENGINEERING, INDUSTRIAL Pub Date : 2024-10-03 DOI: 10.1049/cim2.12122
Raffaele Abbate, Chiara Franciosi, Alexandre Voisin, Marcello Fera

Prognostic and Health Management (PHM) is an emerging maintenance concept that is highly regarded by the scientific community and practitioners, as its adoption can bring economic, technical and environmental benefits to a company. PHM fully reflects the smart maintenance paradigm encompassing data collection, data manipulation, state detection, health assessment, prognostic assessment and advisory generation. Despite the undeniable benefits, there is still a large gap between the scientific and the real world. Several authors have investigated on the barriers to PHM implementation for companies, highlighting among them the lack of systematic approaches to its design and implementation. As a first contribution to this topic, the authors conducted a systematic literature review (SLR) to investigate the use of Decision Support Systems (DSSs) to support the PHM implementation. The SLR highlighted that few DSS had been developed and were limited to critical unit identification, maintenance strategy selection and data acquisition phase of PHM. Therefore, a conceptual framework for PHM implementation was provided as a second contribution. This framework summarises the decisions that should be addressed by a practitioner wishing to implement PHM services; moreover, it could lay the foundations for the development/improvement of the missing/existing DSSs for PHM implementation.

预知和健康管理(PHM)是一种新兴的维护理念,受到科学界和从业人员的高度重视,因为采用这种理念可以为企业带来经济、技术和环境效益。PHM 充分体现了智能维护范式,包括数据收集、数据处理、状态检测、健康评估、预后评估和建议生成。尽管PHM具有不可否认的优势,但科学与现实世界之间仍存在巨大差距。有几位作者对企业实施 PHM 的障碍进行了调查,强调了其中缺乏设计和实施 PHM 的系统方法。作为对这一主题的第一个贡献,作者进行了系统的文献综述(SLR),以调查决策支持系统(DSS)在支持 PHM 实施方面的使用情况。系统文献综述强调,已开发的决策支持系统很少,而且仅限于 PHM 的关键单元识别、维护策略选择和数据采集阶段。因此,作为第二项贡献,提供了 PHM 实施的概念框架。该框架总结了希望实施 PHM 服务的从业人员应做出的决定;此外,它还可为开发/改进缺失/现有的 DSS 以实施 PHM 奠定基础。
{"title":"A conceptual framework proposal for the implementation of Prognostic and Health Management in production systems","authors":"Raffaele Abbate,&nbsp;Chiara Franciosi,&nbsp;Alexandre Voisin,&nbsp;Marcello Fera","doi":"10.1049/cim2.12122","DOIUrl":"https://doi.org/10.1049/cim2.12122","url":null,"abstract":"<p>Prognostic and Health Management (PHM) is an emerging maintenance concept that is highly regarded by the scientific community and practitioners, as its adoption can bring economic, technical and environmental benefits to a company. PHM fully reflects the smart maintenance paradigm encompassing data collection, data manipulation, state detection, health assessment, prognostic assessment and advisory generation. Despite the undeniable benefits, there is still a large gap between the scientific and the real world. Several authors have investigated on the barriers to PHM implementation for companies, highlighting among them the lack of systematic approaches to its design and implementation. As a first contribution to this topic, the authors conducted a systematic literature review (SLR) to investigate the use of Decision Support Systems (DSSs) to support the PHM implementation. The SLR highlighted that few DSS had been developed and were limited to critical unit identification, maintenance strategy selection and data acquisition phase of PHM. Therefore, a conceptual framework for PHM implementation was provided as a second contribution. This framework summarises the decisions that should be addressed by a practitioner wishing to implement PHM services; moreover, it could lay the foundations for the development/improvement of the missing/existing DSSs for PHM implementation.</p>","PeriodicalId":33286,"journal":{"name":"IET Collaborative Intelligent Manufacturing","volume":"6 4","pages":""},"PeriodicalIF":2.5,"publicationDate":"2024-10-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://onlinelibrary.wiley.com/doi/epdf/10.1049/cim2.12122","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142428882","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
IET Collaborative Intelligent Manufacturing
全部 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