首页 > 最新文献

Integrated Computer-Aided Engineering最新文献

英文 中文
An elitist seasonal artificial bee colony algorithm for the interval job shop 区间作业车间的精英季节性人工蜂群算法
IF 6.5 2区 计算机科学 Q1 Computer Science Pub Date : 2023-02-10 DOI: 10.3233/ica-230705
Hernán Díaz, J. J. Palacios, I. G. Rodríguez, C. R. Vela
In this paper, a novel Artificial Bee Colony algorithm is proposed to solve a variant of the Job Shop Scheduling Problem where only an interval of possible processing times is known for each operation. The solving method incorporates a diversification strategy based on the seasonal behaviour of bees. That is, the bees tend to explore more at the beginning of the search (spring) and be more conservative towards the end (summer to winter). This new strategy helps the algorithm avoid premature convergence, which appeared to be an issue in previous papers tackling the same problem. A thorough parametric analysis is conducted and a comparison of different seasonal models is performed on a set of benchmark instances from the literature. The results illustrate the benefit of using the new strategy, improving the performance of previous ABC-based methods for the same problem. An additional study is conducted to assess the robustness of the solutions obtained under different ranking operators, together with a sensitivity analysis to compare the effect that different levels of uncertainty have on the solutions’ robustness.
本文提出了一种新的人工蜂群算法来解决作业车间调度问题的一个变体,其中每个操作只知道一个可能的处理时间间隔。该解决方法结合了基于蜜蜂季节性行为的多样化策略。也就是说,蜜蜂在寻找之初(春天)更倾向于探索,而在接近尾声(夏至冬季)时更保守。这种新策略有助于算法避免过早收敛,这似乎是以前处理相同问题的论文中的一个问题。进行了彻底的参数分析,并对文献中的一组基准实例进行了不同季节模型的比较。结果表明,使用新策略可以提高先前基于abc的方法在相同问题上的性能。另外还进行了一项研究,以评估在不同排序算子下获得的解的鲁棒性,并进行了敏感性分析,以比较不同程度的不确定性对解的鲁棒性的影响。
{"title":"An elitist seasonal artificial bee colony algorithm for the interval job shop","authors":"Hernán Díaz, J. J. Palacios, I. G. Rodríguez, C. R. Vela","doi":"10.3233/ica-230705","DOIUrl":"https://doi.org/10.3233/ica-230705","url":null,"abstract":"In this paper, a novel Artificial Bee Colony algorithm is proposed to solve a variant of the Job Shop Scheduling Problem where only an interval of possible processing times is known for each operation. The solving method incorporates a diversification strategy based on the seasonal behaviour of bees. That is, the bees tend to explore more at the beginning of the search (spring) and be more conservative towards the end (summer to winter). This new strategy helps the algorithm avoid premature convergence, which appeared to be an issue in previous papers tackling the same problem. A thorough parametric analysis is conducted and a comparison of different seasonal models is performed on a set of benchmark instances from the literature. The results illustrate the benefit of using the new strategy, improving the performance of previous ABC-based methods for the same problem. An additional study is conducted to assess the robustness of the solutions obtained under different ranking operators, together with a sensitivity analysis to compare the effect that different levels of uncertainty have on the solutions’ robustness.","PeriodicalId":50358,"journal":{"name":"Integrated Computer-Aided Engineering","volume":null,"pages":null},"PeriodicalIF":6.5,"publicationDate":"2023-02-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"87261805","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Constructing ensembles of dispatching rules for multi-objective tasks in the unrelated machines environment 在不相关机器环境下构建多目标任务调度规则集
IF 6.5 2区 计算机科学 Q1 Computer Science Pub Date : 2023-02-10 DOI: 10.3233/ica-230704
Marko Djurasevic, F. Gil-Gala, D. Jakobović
Scheduling is a frequently studied combinatorial optimisation that often needs to be solved under dynamic conditions and to optimise multiple criteria. The most commonly used method for solving dynamic problems are dispatching rules (DRs), simple constructive heuristics that build the schedule incrementally. Since it is difficult to design DRs manually, they are often created automatically using genetic programming. Although such rules work well, their performance is still limited and various methods, especially ensemble learning, are used to improve them. So far, ensembles have only been used in the context of single-objective scheduling problems This study aims to investigate the possibility of constructing ensembles of DRs for solving multi-objective (MO) scheduling problems. To this end, an existing ensemble construction method called SEC is adapted by extending it with non-dominated sorting to construct Pareto fronts of ensembles for a given MO problem. In addition, the algorithms NSGA-II and NSGA-III were adapted to construct ensembles and compared with the SEC method to demonstrate their effectiveness. All methods were evaluated on four MO problems with different number of criteria to be optimised. The results show that ensembles of DRs achieve better Pareto fronts compared to individual DRs. Moreover, the results show that SEC achieves equally good or even slightly better results than NSGA-II and NSGA-III when constructing ensembles, while it is simpler and slightly less computationally expensive. This shows the potential of using ensembles to increase the performance of individual DRs for MO problems.
调度是一个经常被研究的组合优化问题,通常需要在动态条件下求解,并且需要优化多个准则。解决动态问题最常用的方法是调度规则(dr),这是一种简单的建设性启发式方法,可以增量地构建调度。由于很难手动设计dr,因此它们通常使用遗传编程自动创建。尽管这些规则效果很好,但它们的性能仍然有限,需要使用各种方法,特别是集成学习来改进它们。到目前为止,集成仅用于单目标调度问题,本研究旨在探讨构建多目标调度问题集成的可能性。为此,对已有的集成构建方法SEC进行了改进,并将其扩展为非支配排序,以构造给定MO问题的集成的Pareto前沿。此外,将NSGA-II和NSGA-III算法用于构建集成,并与SEC方法进行了比较,以验证其有效性。用不同数量的准则对四个MO问题进行了评价。结果表明,与单独的DRs相比,DRs组合具有更好的Pareto front效果。此外,结果表明,SEC在构建集成时取得了与NSGA-II和NSGA-III相同甚至略好的结果,而它更简单,计算成本略低。这显示了使用集成来提高单个dr在MO问题上的性能的潜力。
{"title":"Constructing ensembles of dispatching rules for multi-objective tasks in the unrelated machines environment","authors":"Marko Djurasevic, F. Gil-Gala, D. Jakobović","doi":"10.3233/ica-230704","DOIUrl":"https://doi.org/10.3233/ica-230704","url":null,"abstract":"Scheduling is a frequently studied combinatorial optimisation that often needs to be solved under dynamic conditions and to optimise multiple criteria. The most commonly used method for solving dynamic problems are dispatching rules (DRs), simple constructive heuristics that build the schedule incrementally. Since it is difficult to design DRs manually, they are often created automatically using genetic programming. Although such rules work well, their performance is still limited and various methods, especially ensemble learning, are used to improve them. So far, ensembles have only been used in the context of single-objective scheduling problems This study aims to investigate the possibility of constructing ensembles of DRs for solving multi-objective (MO) scheduling problems. To this end, an existing ensemble construction method called SEC is adapted by extending it with non-dominated sorting to construct Pareto fronts of ensembles for a given MO problem. In addition, the algorithms NSGA-II and NSGA-III were adapted to construct ensembles and compared with the SEC method to demonstrate their effectiveness. All methods were evaluated on four MO problems with different number of criteria to be optimised. The results show that ensembles of DRs achieve better Pareto fronts compared to individual DRs. Moreover, the results show that SEC achieves equally good or even slightly better results than NSGA-II and NSGA-III when constructing ensembles, while it is simpler and slightly less computationally expensive. This shows the potential of using ensembles to increase the performance of individual DRs for MO problems.","PeriodicalId":50358,"journal":{"name":"Integrated Computer-Aided Engineering","volume":null,"pages":null},"PeriodicalIF":6.5,"publicationDate":"2023-02-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"89039324","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Optimized instance segmentation by super-resolution and maximal clique generation 通过超分辨率和最大团生成优化实例分割
IF 6.5 2区 计算机科学 Q1 Computer Science Pub Date : 2023-02-10 DOI: 10.3233/ica-230700
Iván García Aguilar, Jorge García-González, Rafael Marcos Luque Baena, Ezequiel López-Rubio, E. Domínguez
The rise of surveillance systems has led to exponential growth in collected data, enabling several advances in Deep Learning to exploit them and automate tasks for autonomous systems. Vehicle detection is a crucial task in the fields of Intelligent Vehicle Systems and Intelligent Transport systems, making it possible to control traffic density or detect accidents and potential risks. This paper presents an optimal meta-method that can be applied to any instant segmentation model, such as Mask R-CNN or YOLACT++. Using the initial detections obtained by these models and super-resolution, an optimized re-inference is performed, allowing the detection of elements not identified a priori and improving the quality of the rest of the detections. The direct application of super-resolution is limited because instance segmentation models process images according to a fixed dimension. Therefore, in cases where the super-resolved images exceed this fixed size, the model will rescale them again, thus losing the desired effect. The advantages of this meta-method lie mainly in the fact that it is not required to modify the model architecture or re-train it. Regardless of the size of the images given as input, super-resolved areas that fit the defined dimension of the object segmentation model will be generated. After applying our proposal, experiments show an improvement of up to 8.1% for the YOLACT++ model used in the Jena sequence of the CityScapes dataset.
监控系统的兴起导致了收集数据的指数级增长,使深度学习的一些进展能够利用它们并自动执行自主系统的任务。车辆检测是智能车辆系统和智能交通系统领域的一项关键任务,它可以控制交通密度或检测事故和潜在风险。本文提出了一种最优元方法,可以应用于任何即时分割模型,如Mask R-CNN或yolact++。利用这些模型获得的初始检测和超分辨率,进行优化的重新推理,允许检测未先验识别的元素,并提高其余检测的质量。由于实例分割模型按照固定的维数对图像进行处理,限制了超分辨率的直接应用。因此,当超分辨率图像超过这个固定尺寸时,模型会重新缩放,从而失去预期的效果。这种元方法的优点主要在于它不需要修改模型体系结构或重新训练它。无论输入图像的大小如何,都会生成符合目标分割模型定义尺寸的超分辨率区域。应用我们的建议后,实验表明,在城市景观数据集的耶拿序列中使用的yolact++模型的改进幅度高达8.1%。
{"title":"Optimized instance segmentation by super-resolution and maximal clique generation","authors":"Iván García Aguilar, Jorge García-González, Rafael Marcos Luque Baena, Ezequiel López-Rubio, E. Domínguez","doi":"10.3233/ica-230700","DOIUrl":"https://doi.org/10.3233/ica-230700","url":null,"abstract":"The rise of surveillance systems has led to exponential growth in collected data, enabling several advances in Deep Learning to exploit them and automate tasks for autonomous systems. Vehicle detection is a crucial task in the fields of Intelligent Vehicle Systems and Intelligent Transport systems, making it possible to control traffic density or detect accidents and potential risks. This paper presents an optimal meta-method that can be applied to any instant segmentation model, such as Mask R-CNN or YOLACT++. Using the initial detections obtained by these models and super-resolution, an optimized re-inference is performed, allowing the detection of elements not identified a priori and improving the quality of the rest of the detections. The direct application of super-resolution is limited because instance segmentation models process images according to a fixed dimension. Therefore, in cases where the super-resolved images exceed this fixed size, the model will rescale them again, thus losing the desired effect. The advantages of this meta-method lie mainly in the fact that it is not required to modify the model architecture or re-train it. Regardless of the size of the images given as input, super-resolved areas that fit the defined dimension of the object segmentation model will be generated. After applying our proposal, experiments show an improvement of up to 8.1% for the YOLACT++ model used in the Jena sequence of the CityScapes dataset.","PeriodicalId":50358,"journal":{"name":"Integrated Computer-Aided Engineering","volume":null,"pages":null},"PeriodicalIF":6.5,"publicationDate":"2023-02-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"87137514","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Enhanced memetic search for reducing energy consumption in fuzzy flexible job shops 基于模因搜索的模糊柔性作业车间能耗降低算法
IF 6.5 2区 计算机科学 Q1 Computer Science Pub Date : 2023-01-19 DOI: 10.3233/ica-230699
Pablo García-Gómez, I. G. Rodríguez, C. R. Vela
The flexible job shop is a well-known scheduling problem that has historically attracted much research attention both because of its computational complexity and its importance in manufacturing and engineering processes. Here we consider a variant of the problem where uncertainty in operation processing times is modeled using triangular fuzzy numbers. Our objective is to minimize the total energy consumption, which combines the energy required by resources when they are actively processing an operation and the energy consumed by these resources simply for being switched on. To solve this NP-Hard problem, we propose a memetic algorithm, a hybrid metaheuristic method that combines global search with local search. Our focus has been on obtaining an efficient method, capable of obtaining similar solutions quality-wise to the state of the art using a reduced amount of time. To assess the performance of our algorithm, we present an extensive experimental analysis that compares it with previous proposals and evaluates the effect on the search of its different components.
柔性作业车间是一个众所周知的调度问题,由于其计算复杂性和在制造和工程过程中的重要性,历来引起了人们的广泛关注。这里我们考虑一个问题的变体,其中操作处理时间的不确定性是用三角模糊数建模的。我们的目标是最大限度地减少总能耗,它结合了资源在积极处理操作时所需的能量和这些资源仅仅被打开时所消耗的能量。为了解决这个NP-Hard问题,我们提出了一种模因算法,一种结合全局搜索和局部搜索的混合元启发式算法。我们的重点是获得一种有效的方法,能够在更短的时间内获得与最先进技术质量相似的解决方案。为了评估我们的算法的性能,我们提出了一个广泛的实验分析,将其与以前的建议进行比较,并评估对其不同组件的搜索的影响。
{"title":"Enhanced memetic search for reducing energy consumption in fuzzy flexible job shops","authors":"Pablo García-Gómez, I. G. Rodríguez, C. R. Vela","doi":"10.3233/ica-230699","DOIUrl":"https://doi.org/10.3233/ica-230699","url":null,"abstract":"The flexible job shop is a well-known scheduling problem that has historically attracted much research attention both because of its computational complexity and its importance in manufacturing and engineering processes. Here we consider a variant of the problem where uncertainty in operation processing times is modeled using triangular fuzzy numbers. Our objective is to minimize the total energy consumption, which combines the energy required by resources when they are actively processing an operation and the energy consumed by these resources simply for being switched on. To solve this NP-Hard problem, we propose a memetic algorithm, a hybrid metaheuristic method that combines global search with local search. Our focus has been on obtaining an efficient method, capable of obtaining similar solutions quality-wise to the state of the art using a reduced amount of time. To assess the performance of our algorithm, we present an extensive experimental analysis that compares it with previous proposals and evaluates the effect on the search of its different components.","PeriodicalId":50358,"journal":{"name":"Integrated Computer-Aided Engineering","volume":null,"pages":null},"PeriodicalIF":6.5,"publicationDate":"2023-01-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"74737312","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
A human-simulated fuzzy membrane approach for the joint controller of walking biped robots 仿人模糊膜法在双足步行机器人关节控制器中的应用
IF 6.5 2区 计算机科学 Q1 Computer Science Pub Date : 2023-01-13 DOI: 10.3233/ica-230698
Xingyang Liu, Gexiang Zhang, Muhammad Shahid Mastoi, Ferrante Neri, Yang Pu
To guarantee their locomotion, biped robots need to walk stably. The latter is achieved by a high performance in joint control. This article addresses this issue by proposing a novel human-simulated fuzzy (HF) membrane control system of the joint angles. The proposed control system, human-simulated fuzzy membrane controller (HFMC), contains several key elements. The first is an HF algorithm based on human-simulated intelligent control (HSIC). This HF algorithm incorporates elements of both multi-mode proportional-derivative (PD) and fuzzy control, aiming at solving the chattering problem of multi-mode switching while improving control accuracy. The second is a membrane architecture that makes use of the natural parallelisation potential of membrane computing to improve the real-time performance of the controller. The proposed HFMC is utilised as the joint controller for a biped robot. Numerical tests in a simulation are carried out with the planar and slope walking of a five-link biped robot, and the effectiveness of the HFMC is verified by comparing and evaluating the results of the designed HFMC, HSIC and PD. Experimental results demonstrate that the proposed HFMC not only retains the advantages of traditional PD control but also improves control accuracy, real-time performance and stability.
为了保证其运动,双足机器人需要稳定地行走。后者是通过联合控制的高性能来实现的。针对这一问题,本文提出了一种新颖的仿人模糊膜式关节角控制系统。所提出的控制系统——仿人模糊膜控制器(HFMC)包含几个关键要素。第一种是基于仿人智能控制(HSIC)的高频算法。该算法将多模比例导数(PD)和模糊控制相结合,旨在解决多模切换的抖振问题,同时提高控制精度。第二种是膜架构,它利用膜计算的自然并行化潜力来提高控制器的实时性能。将所提出的HFMC作为双足机器人的关节控制器。以五连杆双足机器人为研究对象,进行了平面行走和斜坡行走的数值仿真实验,通过对设计的HFMC、HSIC和PD的结果进行对比和评价,验证了HFMC的有效性。实验结果表明,该方法既保留了传统PD控制的优点,又提高了控制精度、实时性和稳定性。
{"title":"A human-simulated fuzzy membrane approach for the joint controller of walking biped robots","authors":"Xingyang Liu, Gexiang Zhang, Muhammad Shahid Mastoi, Ferrante Neri, Yang Pu","doi":"10.3233/ica-230698","DOIUrl":"https://doi.org/10.3233/ica-230698","url":null,"abstract":"To guarantee their locomotion, biped robots need to walk stably. The latter is achieved by a high performance in joint control. This article addresses this issue by proposing a novel human-simulated fuzzy (HF) membrane control system of the joint angles. The proposed control system, human-simulated fuzzy membrane controller (HFMC), contains several key elements. The first is an HF algorithm based on human-simulated intelligent control (HSIC). This HF algorithm incorporates elements of both multi-mode proportional-derivative (PD) and fuzzy control, aiming at solving the chattering problem of multi-mode switching while improving control accuracy. The second is a membrane architecture that makes use of the natural parallelisation potential of membrane computing to improve the real-time performance of the controller. The proposed HFMC is utilised as the joint controller for a biped robot. Numerical tests in a simulation are carried out with the planar and slope walking of a five-link biped robot, and the effectiveness of the HFMC is verified by comparing and evaluating the results of the designed HFMC, HSIC and PD. Experimental results demonstrate that the proposed HFMC not only retains the advantages of traditional PD control but also improves control accuracy, real-time performance and stability.","PeriodicalId":50358,"journal":{"name":"Integrated Computer-Aided Engineering","volume":null,"pages":null},"PeriodicalIF":6.5,"publicationDate":"2023-01-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"74119107","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
A fitting algorithm based on multi-touch gesture for rapid generation of railway line 基于多点触控手势的铁路线路快速生成拟合算法
IF 6.5 2区 计算机科学 Q1 Computer Science Pub Date : 2023-01-08 DOI: 10.3233/ica-230697
Liang Nie, Ruilin Zhang, Ting-dong Hu, Zhe Tang, Mingjing Fang, X. Lv, Ruitao Zhang
Human-computer interaction (HCI) technology plays a critically essential role in the computer-aided design of railway line locations. However, the traditional interactive design with a mouse+keyboard cannot well meet the rapid generation requirements of the railway line during scheme discussion. This research presents a fitting algorithm for the rapid generation of railway lines by using a multi-touch gesture algorithm. The fitting method from free hand-drawing lines to satisfied railway lines is proposed. Then the interactive operation hand gestures are defined and implemented into the railway line location design. The hand-drawing lines generated by defined gestures are automatically fitted with the target horizontal line by using the inflection detection algorithm based on Euclidean Distance (ED). Meanwhile, the vertical line can be fitted by a similar algorithm with an extreme point-to-point (EPP) and chord-to-point distance accumulation (CPDA). Moreover, a real-world example verification is carried out. The multi-touch gesture algorithm is applied for the automatic fitting of the railway line. Compared with the traditional interactive methods, the consumption time of railway line generation by using the multi-touch interactive mode is decreased by about 15%. This research provides fundamental support for rapid scheme discussion of railway line generation based on natural HCI, which is well-matched with modern handheld devices, and the requirements of rapid selection as well as the quick comparison of railway line schemes in the early stage of design.
人机交互技术在铁路线路位置计算机辅助设计中起着至关重要的作用。然而,在方案讨论中,传统的鼠标+键盘交互设计不能很好地满足铁路线路快速生成的要求。本文提出了一种基于多点触控手势的快速生成铁路线的拟合算法。提出了从自由手绘线到满足的铁路线的拟合方法。然后定义了交互式操作手势,并将其应用到铁路线路定位设计中。通过基于欧几里得距离(ED)的拐点检测算法,将手势生成的手绘线与目标水平线自动拟合。同时,利用极值点对点(EPP)和弦对点距离累积(CPDA)的类似算法拟合垂直线。并进行了实例验证。将多点触控手势算法应用于铁路线路的自动配线。与传统的交互方式相比,采用多点触控交互方式生成铁路线的消耗时间减少了约15%。本研究为与现代手持设备相匹配的基于自然人机交互的铁路线生成快速方案讨论,以及在设计初期快速选择和快速比较铁路线方案的需求提供了基础支持。
{"title":"A fitting algorithm based on multi-touch gesture for rapid generation of railway line","authors":"Liang Nie, Ruilin Zhang, Ting-dong Hu, Zhe Tang, Mingjing Fang, X. Lv, Ruitao Zhang","doi":"10.3233/ica-230697","DOIUrl":"https://doi.org/10.3233/ica-230697","url":null,"abstract":"Human-computer interaction (HCI) technology plays a critically essential role in the computer-aided design of railway line locations. However, the traditional interactive design with a mouse+keyboard cannot well meet the rapid generation requirements of the railway line during scheme discussion. This research presents a fitting algorithm for the rapid generation of railway lines by using a multi-touch gesture algorithm. The fitting method from free hand-drawing lines to satisfied railway lines is proposed. Then the interactive operation hand gestures are defined and implemented into the railway line location design. The hand-drawing lines generated by defined gestures are automatically fitted with the target horizontal line by using the inflection detection algorithm based on Euclidean Distance (ED). Meanwhile, the vertical line can be fitted by a similar algorithm with an extreme point-to-point (EPP) and chord-to-point distance accumulation (CPDA). Moreover, a real-world example verification is carried out. The multi-touch gesture algorithm is applied for the automatic fitting of the railway line. Compared with the traditional interactive methods, the consumption time of railway line generation by using the multi-touch interactive mode is decreased by about 15%. This research provides fundamental support for rapid scheme discussion of railway line generation based on natural HCI, which is well-matched with modern handheld devices, and the requirements of rapid selection as well as the quick comparison of railway line schemes in the early stage of design.","PeriodicalId":50358,"journal":{"name":"Integrated Computer-Aided Engineering","volume":null,"pages":null},"PeriodicalIF":6.5,"publicationDate":"2023-01-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"73227926","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A system for biomedical audio signal processing based on high performance computing techniques 基于高性能计算技术的生物医学音频信号处理系统
IF 6.5 2区 计算机科学 Q1 Computer Science Pub Date : 2023-01-01 DOI: 10.3233/ICA-220686
A. Muñoz-Montoro, Pablo Revuelta, Alberto Villalón-Fernández, Rubén Muñiz, J. Ranilla
. In this paper, a noninvasive portable prototype is presented for biomedical audio signal processing. The proposed prototype is suitable for monitoring the health of patients. The proposed hardware setup consists of a cost-effective microphone, multipurpose microcontroller and computing node that could be a mobile phone or general-purpose computer. Using parallel and high-performance techniques, this setup allows one to register and wirelessly multicast the recorded biomedical signals to computing nodes in real time. The developed prototype was used as a case study to estimate the heart rate (HR) from the captured biomedical audio signal. In this regard, the developed algorithm for estimating HR comprises three stages: preprocessing, separation, and HR estimation. In the first stage, the signal captured by the microphone is adapted for processing. Subsequently, a separation stage was proposed to alleviate the acoustic interference between the lungs and heart. The separation is performed by combining a non-negative matrix factorization algorithm, clustering approach, and soft-filter strategy. Finally, HR estimation was obtained using a novel and efficient method based on the autocorrelation function. The developed prototype could be used not only for the estimation of the HR, but also for the retrieval of other biomedical information related to the recording of cardiac or respiratory audio signals. The proposed method was evaluated using well-known datasets and compared with state-of-the-art algorithms for source-separation. The results showed that it is possible to obtain an accurate separation and reliable real-time estimation in terms of source separation metrics and relative error in the tested scenarios by combining multi-core architectures with parallel and high-performance techniques. Finally, the proposed prototype was validated in a real-world scenario.
. 提出了一种用于生物医学音频信号处理的无创便携式样机。所提出的原型适用于监测患者的健康状况。提出的硬件设置包括一个经济高效的麦克风,多用途微控制器和计算节点,可以是移动电话或通用计算机。使用并行和高性能技术,这种设置允许人们实时注册和无线多播记录的生物医学信号到计算节点。该原型被用作案例研究,用于从捕获的生物医学音频信号中估计心率(HR)。在这方面,开发的算法估计人力资源包括三个阶段:预处理,分离和人力资源估计。在第一阶段,对麦克风捕获的信号进行处理。随后,提出了一个分离阶段,以减轻肺和心脏之间的声干扰。分离是通过结合非负矩阵分解算法、聚类方法和软滤波策略来实现的。最后,采用一种新颖有效的基于自相关函数的HR估计方法。所开发的样机不仅可用于HR的估计,还可用于与心脏或呼吸音频信号记录相关的其他生物医学信息的检索。使用已知的数据集对所提出的方法进行了评估,并与最先进的源分离算法进行了比较。结果表明,将多核架构与并行和高性能技术相结合,可以在测试场景中获得准确的分离和可靠的源分离度量和相对误差实时估计。最后,在实际场景中验证了所提出的原型。
{"title":"A system for biomedical audio signal processing based on high performance computing techniques","authors":"A. Muñoz-Montoro, Pablo Revuelta, Alberto Villalón-Fernández, Rubén Muñiz, J. Ranilla","doi":"10.3233/ICA-220686","DOIUrl":"https://doi.org/10.3233/ICA-220686","url":null,"abstract":". In this paper, a noninvasive portable prototype is presented for biomedical audio signal processing. The proposed prototype is suitable for monitoring the health of patients. The proposed hardware setup consists of a cost-effective microphone, multipurpose microcontroller and computing node that could be a mobile phone or general-purpose computer. Using parallel and high-performance techniques, this setup allows one to register and wirelessly multicast the recorded biomedical signals to computing nodes in real time. The developed prototype was used as a case study to estimate the heart rate (HR) from the captured biomedical audio signal. In this regard, the developed algorithm for estimating HR comprises three stages: preprocessing, separation, and HR estimation. In the first stage, the signal captured by the microphone is adapted for processing. Subsequently, a separation stage was proposed to alleviate the acoustic interference between the lungs and heart. The separation is performed by combining a non-negative matrix factorization algorithm, clustering approach, and soft-filter strategy. Finally, HR estimation was obtained using a novel and efficient method based on the autocorrelation function. The developed prototype could be used not only for the estimation of the HR, but also for the retrieval of other biomedical information related to the recording of cardiac or respiratory audio signals. The proposed method was evaluated using well-known datasets and compared with state-of-the-art algorithms for source-separation. The results showed that it is possible to obtain an accurate separation and reliable real-time estimation in terms of source separation metrics and relative error in the tested scenarios by combining multi-core architectures with parallel and high-performance techniques. Finally, the proposed prototype was validated in a real-world scenario.","PeriodicalId":50358,"journal":{"name":"Integrated Computer-Aided Engineering","volume":null,"pages":null},"PeriodicalIF":6.5,"publicationDate":"2023-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"84772257","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
An efficient multi-robot path planning solution using A* and coevolutionary algorithms 基于A*和协同进化算法的高效多机器人路径规划解
IF 6.5 2区 计算机科学 Q1 Computer Science Pub Date : 2022-11-24 DOI: 10.3233/ica-220695
Enol García González, J. Villar, Qing Tan, J. Sedano, Camelia Chira
Multi-robot path planning has evolved from research to real applications in warehouses and other domains; the knowledge on this topic is reflected in the large amount of related research published in recent years on international journals. The main focus of existing research relates to the generation of efficient routes, relying the collision detection to the local sensory system and creating a solution based on local search methods. This approach implies the robots having a good sensory system and also the computation capabilities to take decisions on the fly. In some controlled environments, such as virtual labs or industrial plants, these restrictions overtake the actual needs as simpler robots are sufficient. Therefore, the multi-robot path planning must solve the collisions beforehand. This study focuses on the generation of efficient collision-free multi-robot path planning solutions for such controlled environments, extending our previous research. The proposal combines the optimization capabilities of the A* algorithm with the search capabilities of co-evolutionary algorithms. The outcome is a set of routes, either from A* or from the co-evolutionary process, that are collision-free; this set is generated in real-time and makes its implementation on edge-computing devices feasible. Although further research is needed to reduce the computational time, the computational experiments performed in this study confirm a good performance of the proposed approach in solving complex cases where well-known alternatives, such as M* or WHCA, fail in finding suitable solutions.
多机器人路径规划已经从研究发展到仓库等领域的实际应用;这方面的知识反映在近年来国际期刊上发表的大量相关研究中。现有的研究主要集中在有效路径的生成、依赖于局部感知系统的碰撞检测以及基于局部搜索方法的解决方案。这种方法意味着机器人具有良好的感觉系统和计算能力,可以在飞行中做出决定。在一些受控环境中,如虚拟实验室或工业工厂,这些限制超过了实际需求,因为更简单的机器人就足够了。因此,多机器人路径规划必须事先解决碰撞问题。本研究的重点是在这种受控环境下生成有效的无碰撞多机器人路径规划解决方案,扩展了我们之前的研究。该方案将A*算法的优化能力与协同进化算法的搜索能力相结合。结果是一组无碰撞的路线,要么来自a *,要么来自共同进化过程;该集合是实时生成的,使得其在边缘计算设备上的实现是可行的。虽然需要进一步的研究来减少计算时间,但在本研究中进行的计算实验证实了所提出的方法在解决众所周知的替代方法(如M*或WHCA)无法找到合适解的复杂情况时的良好性能。
{"title":"An efficient multi-robot path planning solution using A* and coevolutionary algorithms","authors":"Enol García González, J. Villar, Qing Tan, J. Sedano, Camelia Chira","doi":"10.3233/ica-220695","DOIUrl":"https://doi.org/10.3233/ica-220695","url":null,"abstract":"Multi-robot path planning has evolved from research to real applications in warehouses and other domains; the knowledge on this topic is reflected in the large amount of related research published in recent years on international journals. The main focus of existing research relates to the generation of efficient routes, relying the collision detection to the local sensory system and creating a solution based on local search methods. This approach implies the robots having a good sensory system and also the computation capabilities to take decisions on the fly. In some controlled environments, such as virtual labs or industrial plants, these restrictions overtake the actual needs as simpler robots are sufficient. Therefore, the multi-robot path planning must solve the collisions beforehand. This study focuses on the generation of efficient collision-free multi-robot path planning solutions for such controlled environments, extending our previous research. The proposal combines the optimization capabilities of the A* algorithm with the search capabilities of co-evolutionary algorithms. The outcome is a set of routes, either from A* or from the co-evolutionary process, that are collision-free; this set is generated in real-time and makes its implementation on edge-computing devices feasible. Although further research is needed to reduce the computational time, the computational experiments performed in this study confirm a good performance of the proposed approach in solving complex cases where well-known alternatives, such as M* or WHCA, fail in finding suitable solutions.","PeriodicalId":50358,"journal":{"name":"Integrated Computer-Aided Engineering","volume":null,"pages":null},"PeriodicalIF":6.5,"publicationDate":"2022-11-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"89819932","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Modal identification of building structures under unknown input conditions using extended Kalman filter and long-short term memory 基于扩展卡尔曼滤波和长短期记忆的未知输入条件下建筑结构模态识别
IF 6.5 2区 计算机科学 Q1 Computer Science Pub Date : 2022-11-08 DOI: 10.3233/ica-220696
Da Yo Yun, H. Park
Various system identification (SI) techniques have been developed to ensure the sufficient structural performance of buildings. Recently, attempts have been made to solve the problem of the excessive computational time required for operational modal analysis (OMA), which is involved in SI, by using the deep learning (DL) algorithm and to overcome the limited applicability to structural problems of extended Kalman filter (EKF)-based SI technology through the development of a method enabling SI under unknown input conditions by adding a term for the input load to the algorithm. Although DL-based OMA methods and EKF-based SI techniques under unknown input conditions are being developed in various forms, they still produce incomplete identification processes when extracting the identification parameters. The neural network of the developed DL-based OMA method fails to extract all modal parameters perfectly, and EKF-based SI techniques has the limitations of a heavy algorithm and an increased computational burden with an input load term added to the algorithm. Therefore, this study proposes an EKF-based long short-term memory (EKF-LSTM) method that can identify modal parameters. The proposed EKF-LSTM method applies modal-expanded dynamic governing equations to the EKF to identify the modal parameters, where the input load used in the EKF algorithm is estimated using the LSTM method. The EKF-LSTM method can identify all modal parameters using the EKF, which is highly applicable to structural problems. Because the proposed method estimates the input load through an already trained LSTM network, there is no problem with computational burden when estimating the input load. The proposed EKF-LSTM method was verified using a numerical model with three degrees of freedom, and its effectiveness was confirmed by utilizing a steel frame structure model with three floors.
各种系统识别(SI)技术已经被开发出来,以确保建筑物足够的结构性能。最近,人们试图通过使用深度学习(DL)算法来解决SI中涉及的运行模态分析(OMA)所需的计算时间过多的问题,并通过开发一种方法,通过在算法中添加输入负载项来实现未知输入条件下的SI,从而克服基于扩展卡尔曼滤波(EKF)的SI技术对结构问题的有限适用性。尽管基于dl的OMA方法和未知输入条件下基于ekf的SI技术正在以各种形式发展,但它们在提取识别参数时仍然产生不完整的识别过程。所开发的基于dl的OMA方法的神经网络无法完美地提取所有模态参数,而基于ekf的SI技术存在算法繁重和算法中添加输入负载项增加计算量的局限性。因此,本研究提出了一种基于ekf的长短期记忆(EKF-LSTM)方法,可以识别模态参数。提出的EKF-LSTM方法将模态扩展的动态控制方程应用于EKF来识别模态参数,其中使用LSTM方法估计EKF算法中使用的输入载荷。EKF- lstm方法可以利用EKF识别所有模态参数,对结构问题具有很高的适用性。由于所提出的方法是通过一个已经训练好的LSTM网络来估计输入负载,因此在估计输入负载时不存在计算负担问题。通过三自由度数值模型验证了EKF-LSTM方法的有效性,并通过三层钢架结构模型验证了该方法的有效性。
{"title":"Modal identification of building structures under unknown input conditions using extended Kalman filter and long-short term memory","authors":"Da Yo Yun, H. Park","doi":"10.3233/ica-220696","DOIUrl":"https://doi.org/10.3233/ica-220696","url":null,"abstract":"Various system identification (SI) techniques have been developed to ensure the sufficient structural performance of buildings. Recently, attempts have been made to solve the problem of the excessive computational time required for operational modal analysis (OMA), which is involved in SI, by using the deep learning (DL) algorithm and to overcome the limited applicability to structural problems of extended Kalman filter (EKF)-based SI technology through the development of a method enabling SI under unknown input conditions by adding a term for the input load to the algorithm. Although DL-based OMA methods and EKF-based SI techniques under unknown input conditions are being developed in various forms, they still produce incomplete identification processes when extracting the identification parameters. The neural network of the developed DL-based OMA method fails to extract all modal parameters perfectly, and EKF-based SI techniques has the limitations of a heavy algorithm and an increased computational burden with an input load term added to the algorithm. Therefore, this study proposes an EKF-based long short-term memory (EKF-LSTM) method that can identify modal parameters. The proposed EKF-LSTM method applies modal-expanded dynamic governing equations to the EKF to identify the modal parameters, where the input load used in the EKF algorithm is estimated using the LSTM method. The EKF-LSTM method can identify all modal parameters using the EKF, which is highly applicable to structural problems. Because the proposed method estimates the input load through an already trained LSTM network, there is no problem with computational burden when estimating the input load. The proposed EKF-LSTM method was verified using a numerical model with three degrees of freedom, and its effectiveness was confirmed by utilizing a steel frame structure model with three floors.","PeriodicalId":50358,"journal":{"name":"Integrated Computer-Aided Engineering","volume":null,"pages":null},"PeriodicalIF":6.5,"publicationDate":"2022-11-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"80479774","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A cooperative approach to avoiding obstacles and collisions between autonomous industrial vehicles in a simulation platform 仿真平台中自动驾驶工业车辆之间障碍物和碰撞的协同避障方法
IF 6.5 2区 计算机科学 Q1 Computer Science Pub Date : 2022-10-24 DOI: 10.3233/ica-220694
J. Grosset, A. Ndao, A. Fougères, M. Djoko-Kouam, C. Couturier, J. Bonnin
Industry 4.0 leads to a strong digitalization of industrial processes, but also a significant increase in communication and cooperation between the machines that make it up. This is the case with autonomous industrial vehicles (AIVs) and other cooperative mobile robots which are multiplying in factories, often in the form of fleets of vehicles, and whose intelligence and autonomy are increasing. While the autonomy of autonomous vehicles has been well characterized in the field of road and road transport, this is not the case for the autonomous vehicles used in industry. The establishment and deployment of AIV fleets raises several challenges, all of which depend on the actual level of autonomy of the AIVs: acceptance by employees, vehicle location, traffic fluidity, collision detection, or vehicle perception of changing environments. Thus, simulation serves to account for the constraints and requirements formulated by the manufacturers and future users of AIVs. In this paper, after having proposed a broad state of the art on the problems to be solved in order to simulate AIVs before proceeding to experiments in real conditions, we present a method to estimate positions of AIVs moving in a closed industrial environment, the extension of a collision detection algorithm to deal with the obstacle avoidance issue, and the development of an agent-based simulation platform for simulating these two methods and algorithms. The resulting/final/subsequent simulation will allow us to experiment in real conditions.
工业4.0带来了工业过程的强大数字化,但也显著增加了组成工业过程的机器之间的通信和合作。自动工业车辆(aiv)和其他协作式移动机器人就是这种情况,它们在工厂中数量激增,通常以车队的形式出现,其智能和自主性正在增强。虽然自动驾驶汽车的自主性已经在道路和道路运输领域得到了很好的体现,但在工业领域使用的自动驾驶汽车却并非如此。自动驾驶汽车车队的建立和部署带来了几个挑战,所有这些挑战都取决于自动驾驶汽车的实际自主水平:员工的接受程度、车辆位置、交通流动性、碰撞检测或车辆对变化环境的感知。因此,仿真有助于解释aiv制造商和未来用户制定的约束和要求。在本文中,在提出了仿真aiv需要解决的问题的广泛现状之后,我们提出了一种在封闭工业环境中估计aiv移动位置的方法,扩展了碰撞检测算法来处理避障问题,并开发了一个基于agent的仿真平台来模拟这两种方法和算法。由此产生的/最终的/随后的模拟将使我们能够在真实条件下进行实验。
{"title":"A cooperative approach to avoiding obstacles and collisions between autonomous industrial vehicles in a simulation platform","authors":"J. Grosset, A. Ndao, A. Fougères, M. Djoko-Kouam, C. Couturier, J. Bonnin","doi":"10.3233/ica-220694","DOIUrl":"https://doi.org/10.3233/ica-220694","url":null,"abstract":"Industry 4.0 leads to a strong digitalization of industrial processes, but also a significant increase in communication and cooperation between the machines that make it up. This is the case with autonomous industrial vehicles (AIVs) and other cooperative mobile robots which are multiplying in factories, often in the form of fleets of vehicles, and whose intelligence and autonomy are increasing. While the autonomy of autonomous vehicles has been well characterized in the field of road and road transport, this is not the case for the autonomous vehicles used in industry. The establishment and deployment of AIV fleets raises several challenges, all of which depend on the actual level of autonomy of the AIVs: acceptance by employees, vehicle location, traffic fluidity, collision detection, or vehicle perception of changing environments. Thus, simulation serves to account for the constraints and requirements formulated by the manufacturers and future users of AIVs. In this paper, after having proposed a broad state of the art on the problems to be solved in order to simulate AIVs before proceeding to experiments in real conditions, we present a method to estimate positions of AIVs moving in a closed industrial environment, the extension of a collision detection algorithm to deal with the obstacle avoidance issue, and the development of an agent-based simulation platform for simulating these two methods and algorithms. The resulting/final/subsequent simulation will allow us to experiment in real conditions.","PeriodicalId":50358,"journal":{"name":"Integrated Computer-Aided Engineering","volume":null,"pages":null},"PeriodicalIF":6.5,"publicationDate":"2022-10-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"82309876","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
期刊
Integrated Computer-Aided Engineering
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1