首页 > 最新文献

Artificial Life and Robotics最新文献

英文 中文
Video stabilization algorithm for field robots in uneven terrain 不平整地形下野外机器人的视频稳定算法
IF 0.9 Q4 ROBOTICS Pub Date : 2023-07-11 DOI: 10.1007/s10015-023-00883-x
Abhijeet Ravankar, Arpit Rawankar, Ankit A. Ravankar

Field robots equipped with visual sensors have been used to automate several services. In many scenarios, these robots are tele-operated by a remote operator who controls the robot motion based on a live video feed from the robot’s cameras. In other cases, like surveillance and monitoring applications, the video recorded by the robot is later analyzed or inspected manually. A shaky video is produced on an uneven terrain. It could also be caused due to loose and vibrating mechanical frame on which the camera has been mounted. Jitters or shakes in these videos are undesired for tele-operation, and to maintain desired quality of service. In this paper, we present an algorithm to stabilize the undesired jitters in a shaky video using only the camera information for different areas of vineyard based on terrain profile. The algorithm works by tracking robust feature points in the successive frames of the camera, smoothing the trajectory, and generating desired transformations to output a stabilized video. We have tested the algorithm in actual field robots in uneven terrains used for agriculture, and found the algorithm to produce good results.

配备有视觉传感器的现场机器人已被用于自动化多项服务。在许多场景中,这些机器人由远程操作员远程操作,远程操作员根据机器人摄像头的实时视频信息控制机器人的运动。在其他情况下,如监控和监控应用程序,机器人记录的视频稍后会被手动分析或检查。一段摇摇欲坠的视频是在崎岖不平的地形上制作的。这也可能是由于安装摄像头的机械框架松动和振动造成的。这些视频中的抖动或抖动对于远程操作和保持所需的服务质量是不希望的。在本文中,我们提出了一种基于地形轮廓的算法,仅使用葡萄园不同区域的摄像机信息来稳定不稳定视频中的不期望抖动。该算法通过跟踪相机连续帧中的鲁棒特征点,平滑轨迹,并生成所需的变换来输出稳定的视频。我们已经在用于农业的不均匀地形的实际田间机器人中测试了该算法,并发现该算法产生了良好的结果。
{"title":"Video stabilization algorithm for field robots in uneven terrain","authors":"Abhijeet Ravankar,&nbsp;Arpit Rawankar,&nbsp;Ankit A. Ravankar","doi":"10.1007/s10015-023-00883-x","DOIUrl":"10.1007/s10015-023-00883-x","url":null,"abstract":"<div><p>Field robots equipped with visual sensors have been used to automate several services. In many scenarios, these robots are tele-operated by a remote operator who controls the robot motion based on a live video feed from the robot’s cameras. In other cases, like surveillance and monitoring applications, the video recorded by the robot is later analyzed or inspected manually. A shaky video is produced on an uneven terrain. It could also be caused due to loose and vibrating mechanical frame on which the camera has been mounted. Jitters or shakes in these videos are undesired for tele-operation, and to maintain desired quality of service. In this paper, we present an algorithm to stabilize the undesired jitters in a shaky video using only the camera information for different areas of vineyard based on terrain profile. The algorithm works by tracking robust feature points in the successive frames of the camera, smoothing the trajectory, and generating desired transformations to output a stabilized video. We have tested the algorithm in actual field robots in uneven terrains used for agriculture, and found the algorithm to produce good results.</p></div>","PeriodicalId":46050,"journal":{"name":"Artificial Life and Robotics","volume":"28 3","pages":"502 - 508"},"PeriodicalIF":0.9,"publicationDate":"2023-07-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"48999699","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Improvements of detection accuracy and its confidence of defective areas by YOLOv2 using a data set augmentation method YOLOv2使用数据集增强方法提高缺陷区域的检测精度及其置信度
IF 0.9 Q4 ROBOTICS Pub Date : 2023-07-08 DOI: 10.1007/s10015-023-00885-9
Koki Arima, Fusaomi Nagata, Tatsuki Shimizu, Akimasa Otsuka, Hirohisa Kato, Keigo Watanabe, Maki K. Habib

Recently, CNN (Convolutional Neural Network) and Grad-CAM (Gradient-weighted Class Activation Map) are being applied to various kinds of defect detection and position recognition for industrial products. However, in training process of a CNN model, a large amount of image data are required to acquire a desired generalization ability. In addition, it is not easy for Grad-CAM to clearly identify the defect area which is predicted as the basis of a classification result. Moreover, when they are deployed in an actual production line, two calculation processes for CNN and Grad-CAM have to be sequentially called for defect detection and position recognition, so that the processing time is concerned. In this paper, the authors try to apply YOLOv2 (You Only Look Once) to defect detection and its visualization to process them at once. In general, a YOLOv2 model can be built with less training images; however, a complicated labeling process is required to prepare ground truth data for training. A data set for training a YOLOv2 model has to be composed of image files and the corresponding ground truth data file named gTruth. The gTruth file has names of all the image files and their labeled information, such as label names and box dimensions. Therefore, YOLOv2 requires complex data set augmentation for not only images but also gTruth data. Actually, target products dealt with in this paper are produced with various kinds and small quantity, and also the frequency of occurrence of the defect is infrequent. Moreover, due to the fixed indoor production line, the valid image augmentation to be applied is limited to the horizontal flip. In this paper, a data set augmentation method is proposed to efficiently generate training data for YOLOv2 even in such a production situation and to consequently enhance the performance of defect detection and its visualization. The effectiveness is shown through experiments.

近年来,CNN(卷积神经网络)和Grad-CAM(梯度加权类激活图)正被应用于工业产品的各种缺陷检测和位置识别。然而,在CNN模型的训练过程中,需要大量的图像数据才能获得期望的泛化能力。此外,Grad CAM不容易清楚地识别作为分类结果基础预测的缺陷区域。此外,当它们部署在实际生产线上时,必须依次调用CNN和Grad-CAM的两个计算过程来进行缺陷检测和位置识别,因此处理时间受到关注。在本文中,作者试图将YOLOv2(You Only Look Once)应用于缺陷检测及其可视化,以一次处理它们。通常,YOLOv2模型可以用较少的训练图像来构建;然而,需要复杂的标记过程来准备用于训练的地面实况数据。用于训练YOLOv2模型的数据集必须由图像文件和名为gTruth的相应地面实况数据文件组成。gTruth文件包含所有图像文件的名称及其标记信息,例如标签名称和框尺寸。因此,YOLOv2不仅需要图像,还需要gTruth数据的复杂数据集扩充。实际上,本文处理的目标产品种类繁多,数量很少,而且缺陷的发生频率也很低。此外,由于固定的室内生产线,要应用的有效图像增强仅限于水平翻转。在本文中,提出了一种数据集扩充方法,即使在这种生产情况下,也能有效地生成YOLOv2的训练数据,从而提高缺陷检测及其可视化的性能。实验证明了该方法的有效性。
{"title":"Improvements of detection accuracy and its confidence of defective areas by YOLOv2 using a data set augmentation method","authors":"Koki Arima,&nbsp;Fusaomi Nagata,&nbsp;Tatsuki Shimizu,&nbsp;Akimasa Otsuka,&nbsp;Hirohisa Kato,&nbsp;Keigo Watanabe,&nbsp;Maki K. Habib","doi":"10.1007/s10015-023-00885-9","DOIUrl":"10.1007/s10015-023-00885-9","url":null,"abstract":"<div><p>Recently, CNN (Convolutional Neural Network) and Grad-CAM (Gradient-weighted Class Activation Map) are being applied to various kinds of defect detection and position recognition for industrial products. However, in training process of a CNN model, a large amount of image data are required to acquire a desired generalization ability. In addition, it is not easy for Grad-CAM to clearly identify the defect area which is predicted as the basis of a classification result. Moreover, when they are deployed in an actual production line, two calculation processes for CNN and Grad-CAM have to be sequentially called for defect detection and position recognition, so that the processing time is concerned. In this paper, the authors try to apply YOLOv2 (You Only Look Once) to defect detection and its visualization to process them at once. In general, a YOLOv2 model can be built with less training images; however, a complicated labeling process is required to prepare ground truth data for training. A data set for training a YOLOv2 model has to be composed of image files and the corresponding ground truth data file named gTruth. The gTruth file has names of all the image files and their labeled information, such as label names and box dimensions. Therefore, YOLOv2 requires complex data set augmentation for not only images but also gTruth data. Actually, target products dealt with in this paper are produced with various kinds and small quantity, and also the frequency of occurrence of the defect is infrequent. Moreover, due to the fixed indoor production line, the valid image augmentation to be applied is limited to the horizontal flip. In this paper, a data set augmentation method is proposed to efficiently generate training data for YOLOv2 even in such a production situation and to consequently enhance the performance of defect detection and its visualization. The effectiveness is shown through experiments.</p></div>","PeriodicalId":46050,"journal":{"name":"Artificial Life and Robotics","volume":"28 3","pages":"625 - 631"},"PeriodicalIF":0.9,"publicationDate":"2023-07-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"49479986","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Real-time monitoring of elderly people through computer vision 计算机视觉对老年人的实时监测
IF 0.9 Q4 ROBOTICS Pub Date : 2023-07-06 DOI: 10.1007/s10015-023-00882-y
Abhijeet Ravankar, Arpit Rawankar, Ankit A. Ravankar

In recent years, many countries including Japan are facing the problems of increasing old-age population and shortage of labor. This has increased the demands of automating several tasks using robots and artificial intelligence in agriculture, production, and healthcare sectors. With increasing old-age population, an increasing number of people are expected to be admitted in old-age home and rehabilitation centers in the coming years where they receive proper care and attention. In such a scenario, it can be foreseen that it will be increasingly difficult to accurately monitor each patient. This requires an automation of patient’s activity detection. To this end, this paper proposes to use computer vision for automatic detection of patient’s behavior. The proposed work first detects the pose of the patient through a Convolution Neural Network. Next, the coordinates of the different body parts are detected. These coordinates are input in the decision generation layer which uses the relationship between the coordinates to predict the person’s actions. This paper focuses on the detection of important activities like: sudden fall, sitting, eating, sleeping, exercise, and computer usage. Although previous works in behavior detection focused only on detecting a particular activity, the proposed work can detect multiple activities in real-time. We verify the proposed system thorough experiments in real environment with actual sensors. The experimental results shows that the proposed system can accurately detect the activities of the patient in the room. Critical scenarios like sudden fall are detected and an alarm is raised for immediate support. Moreover, the the privacy of the patient is preserved though an ID based method in which only the detected activities are chronologically stored in the database.

近年来,包括日本在内的许多国家都面临着老龄人口增加和劳动力短缺的问题。这增加了农业、生产和医疗保健部门使用机器人和人工智能自动化多项任务的需求。随着老年人口的增加,预计未来几年将有越来越多的人入住养老院和康复中心,在那里他们将得到适当的照顾和照顾。在这种情况下,可以预见,准确监测每位患者将变得越来越困难。这需要患者活动检测的自动化。为此,本文提出利用计算机视觉对患者的行为进行自动检测。提出的工作首先通过卷积神经网络检测患者的姿势。接下来,检测不同身体部位的坐标。这些坐标被输入到决策生成层中,决策生成层使用坐标之间的关系来预测人的动作。本文重点检测重要活动,如:突然跌倒、坐着、吃饭、睡觉、锻炼和使用电脑。尽管以前在行为检测方面的工作只关注于检测特定的活动,但所提出的工作可以实时检测多个活动。我们用实际传感器在真实环境中进行了深入的实验,验证了所提出的系统。实验结果表明,该系统能够准确地检测出患者在房间内的活动。检测到突然坠落等关键情况,并发出警报以获得即时支持。此外,通过基于ID的方法,仅将检测到的活动按时间顺序存储在数据库中,从而保护了患者的隐私。
{"title":"Real-time monitoring of elderly people through computer vision","authors":"Abhijeet Ravankar,&nbsp;Arpit Rawankar,&nbsp;Ankit A. Ravankar","doi":"10.1007/s10015-023-00882-y","DOIUrl":"10.1007/s10015-023-00882-y","url":null,"abstract":"<div><p>In recent years, many countries including Japan are facing the problems of increasing old-age population and shortage of labor. This has increased the demands of automating several tasks using robots and artificial intelligence in agriculture, production, and healthcare sectors. With increasing old-age population, an increasing number of people are expected to be admitted in old-age home and rehabilitation centers in the coming years where they receive proper care and attention. In such a scenario, it can be foreseen that it will be increasingly difficult to accurately monitor each patient. This requires an automation of patient’s activity detection. To this end, this paper proposes to use computer vision for automatic detection of patient’s behavior. The proposed work first detects the pose of the patient through a Convolution Neural Network. Next, the coordinates of the different body parts are detected. These coordinates are input in the decision generation layer which uses the relationship between the coordinates to predict the person’s actions. This paper focuses on the detection of important activities like: sudden fall, sitting, eating, sleeping, exercise, and computer usage. Although previous works in behavior detection focused only on detecting a particular activity, the proposed work can detect multiple activities in real-time. We verify the proposed system thorough experiments in real environment with actual sensors. The experimental results shows that the proposed system can accurately detect the activities of the patient in the room. Critical scenarios like sudden fall are detected and an alarm is raised for immediate support. Moreover, the the privacy of the patient is preserved though an ID based method in which only the detected activities are chronologically stored in the database.</p></div>","PeriodicalId":46050,"journal":{"name":"Artificial Life and Robotics","volume":"28 3","pages":"496 - 501"},"PeriodicalIF":0.9,"publicationDate":"2023-07-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.1007/s10015-023-00882-y.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"48188938","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
Development of an origami-based robot molting structure 一种基于折纸的机器人脱毛结构的研制
IF 0.9 Q4 ROBOTICS Pub Date : 2023-07-05 DOI: 10.1007/s10015-023-00884-w
Aiko Miyamoto, Mitsuharu Matsumoto

Inspired by the molting behavior of living organisms, this paper describes a molting robot structure with a self-repair function. In past robot self-repair methods, the strength after repair was usually lower than before the repair. To realize a robot that can repeatedly repair its exterior while maintaining its quality, the replacement exterior that becomes the new outer skin is folded like origami and enclosed inside the robot. During the repair, the outer exterior can be replaced by extracting the replacement exterior from inside the robot. A prototype of the proposed molting structure was experimentally tested and its proper operation was confirmed. In addition, a honeycomb structure was combined with a bellows structure to improve the strength of the outer skin.

受生物蜕皮行为的启发,设计了一种具有自我修复功能的蜕皮机器人结构。在过去的机器人自我修复方法中,修复后的强度通常低于修复前。为了使机器人能够在保持质量的同时反复修复其外部,将作为新外皮的替代外部像折纸一样折叠并封闭在机器人内部。在维修过程中,可以从机器人内部取出替换的外部进行更换。对所提出的换壳结构原型进行了实验测试,并验证了其正常运行。此外,蜂窝结构与波纹管结构相结合,提高了外皮的强度。
{"title":"Development of an origami-based robot molting structure","authors":"Aiko Miyamoto,&nbsp;Mitsuharu Matsumoto","doi":"10.1007/s10015-023-00884-w","DOIUrl":"10.1007/s10015-023-00884-w","url":null,"abstract":"<div><p>Inspired by the molting behavior of living organisms, this paper describes a molting robot structure with a self-repair function. In past robot self-repair methods, the strength after repair was usually lower than before the repair. To realize a robot that can repeatedly repair its exterior while maintaining its quality, the replacement exterior that becomes the new outer skin is folded like origami and enclosed inside the robot. During the repair, the outer exterior can be replaced by extracting the replacement exterior from inside the robot. A prototype of the proposed molting structure was experimentally tested and its proper operation was confirmed. In addition, a honeycomb structure was combined with a bellows structure to improve the strength of the outer skin.</p></div>","PeriodicalId":46050,"journal":{"name":"Artificial Life and Robotics","volume":"28 4","pages":"645 - 651"},"PeriodicalIF":0.9,"publicationDate":"2023-07-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"48918063","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Fuzzy controller for AUV robots based on machine learning and genetic algorithm 基于机器学习和遗传算法的AUV机器人模糊控制器
IF 0.9 Q4 ROBOTICS Pub Date : 2023-07-03 DOI: 10.1007/s10015-023-00881-z
Toya Yamada, Hiroshi Kinjo, Kunihiko Nakazono, Naoki Oshiro, Eiho Uezato

Marine robots play a crucial role in exploring and investigating underwater and seafloor environments, organisms, structures, and resources. In this study, we developed a control system for a small marine robot and conducted simulation experiments to evaluate its performance. The control system is based on fuzzy control, which resembles human control by defining rules, quantifying them through membership functions, and determining the appropriate manipulation level. Moreover, a genetic algorithm was employed to optimize the coefficients of a function utilized by the proposed controller in the non-fuzzification process to establish the operating parameters. When implementing this control system during simulations, the marine robot successfully reached a desired position within a specified time frame.

海洋机器人在探索和调查水下和海底环境、生物、结构和资源方面发挥着至关重要的作用。在本研究中,我们开发了一个小型海洋机器人的控制系统,并进行了仿真实验来评估其性能。控制系统基于模糊控制,它类似于人类控制,通过定义规则,通过隶属函数对规则进行量化,并确定适当的操作水平。此外,采用遗传算法对所提出的控制器在非模糊化过程中使用的函数的系数进行优化,以建立操作参数。当在模拟过程中实现该控制系统时,海洋机器人在指定的时间范围内成功地到达了所需的位置。
{"title":"Fuzzy controller for AUV robots based on machine learning and genetic algorithm","authors":"Toya Yamada,&nbsp;Hiroshi Kinjo,&nbsp;Kunihiko Nakazono,&nbsp;Naoki Oshiro,&nbsp;Eiho Uezato","doi":"10.1007/s10015-023-00881-z","DOIUrl":"10.1007/s10015-023-00881-z","url":null,"abstract":"<div><p>Marine robots play a crucial role in exploring and investigating underwater and seafloor environments, organisms, structures, and resources. In this study, we developed a control system for a small marine robot and conducted simulation experiments to evaluate its performance. The control system is based on fuzzy control, which resembles human control by defining rules, quantifying them through membership functions, and determining the appropriate manipulation level. Moreover, a genetic algorithm was employed to optimize the coefficients of a function utilized by the proposed controller in the non-fuzzification process to establish the operating parameters. When implementing this control system during simulations, the marine robot successfully reached a desired position within a specified time frame.</p></div>","PeriodicalId":46050,"journal":{"name":"Artificial Life and Robotics","volume":"28 3","pages":"632 - 641"},"PeriodicalIF":0.9,"publicationDate":"2023-07-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"42661840","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Pain scores estimation using surgical pleth index and long short-term memory neural networks 基于手术体积指数和长短期记忆神经网络的疼痛评分评估
IF 0.9 Q4 ROBOTICS Pub Date : 2023-06-24 DOI: 10.1007/s10015-023-00880-0
Omar M. T. Abdel Deen, Wei-Horng Jean, Shou-Zen Fan, Maysam F. Abbod, Jiann-Shing Shieh

Pain monitoring is crucial to provide proper healthcare for patients during general anesthesia (GA). In this study, photoplethysmographic waveform amplitude (PPGA), heartbeat interval (HBI), and surgical pleth index (SPI) are utilized for predicting pain scores during GA based on expert medical doctors’ assessments (EMDAs). Time series features are fed into different long short-term memory (LSTM) models, with different hyperparameters. The models’ performance is evaluated using mean absolute error (MAE), standard deviation (SD), and correlation (Corr). Three different models are used, the first model resulted in 6.9271 ± 1.913, 9.4635 ± 2.456, and 0.5955 0.069 for an overall MAE, SD, and Corr, respectively. The second model resulted in 3.418 ± 0.715, 3.847 ± 0.557, and 0.634 ± 0.068 for an overall MAE, SD, and Corr, respectively. In contrast, the third model resulted in 3.4009 ± 0.648, 3.909 ± 0.548, and 0.6197 ± 0.0625 for an overall MAE, SD, and Corr, respectively. The second model is selected as the best model based on its performance and applied 5-fold cross-validation for verification. Statistical results are quite similar: 4.722 ± 0.742, 3.922 ± 0.672, and 0.597 ± 0.053 for MAE, SD, and Corr, respectively. In conclusion, the SPI effectively predicted pain score based on EMDA, not only on good evaluation performance, but the trend of EMDA is replicated, which can be interpreted as a relation between SPI and EMDA; however, further improvements on data consistency are also needed to validate the results and obtain better performance. Furthermore, the usage of further signal features could be considered along with SPI.

疼痛监测对于在全身麻醉(GA)期间为患者提供适当的医疗保健至关重要。在本研究中,基于专业医生的评估(EMDA),利用光体积描记波形振幅(PPGA)、心跳间隔(HBI)和手术体积指数(SPI)来预测GA期间的疼痛评分。时间序列特征被输入到具有不同超参数的不同长短期记忆(LSTM)模型中。使用平均绝对误差(MAE)、标准偏差(SD)和相关性(Corr)来评估模型的性能。使用了三种不同的模型,第一种模型的结果为6.9271 ± 1.913、9.4635 ± 总MAE、SD和Corr分别为2.456和0.5955 0.069。第二个模型得出3.418 ± 0.715、3.847 ± 0.557和0.634 ± 总MAE、SD和Corr分别为0.068。相比之下,第三个模型的结果是3.4009 ± 0.648、3.909 ± 0.548和0.6197 ± 总MAE、SD和Corr分别为0.0625。第二个模型根据其性能被选为最佳模型,并应用5倍交叉验证进行验证。统计结果非常相似:4.722 ± 0.742、3.922 ± 0.672和0.597 ± MAE、SD和Corr分别为0.053。总之,SPI基于EMDA有效地预测了疼痛评分,不仅具有良好的评估性能,而且EMDA的趋势是复制的,这可以解释为SPI与EMDA之间的关系;然而,还需要进一步改进数据一致性,以验证结果并获得更好的性能。此外,可以考虑与SPI一起使用进一步的信号特征。
{"title":"Pain scores estimation using surgical pleth index and long short-term memory neural networks","authors":"Omar M. T. Abdel Deen,&nbsp;Wei-Horng Jean,&nbsp;Shou-Zen Fan,&nbsp;Maysam F. Abbod,&nbsp;Jiann-Shing Shieh","doi":"10.1007/s10015-023-00880-0","DOIUrl":"10.1007/s10015-023-00880-0","url":null,"abstract":"<div><p>Pain monitoring is crucial to provide proper healthcare for patients during general anesthesia (GA). In this study, photoplethysmographic waveform amplitude (PPGA), heartbeat interval (HBI), and surgical pleth index (SPI) are utilized for predicting pain scores during GA based on expert medical doctors’ assessments (EMDAs). Time series features are fed into different long short-term memory (LSTM) models, with different hyperparameters. The models’ performance is evaluated using mean absolute error (MAE), standard deviation (SD), and correlation (Corr). Three different models are used, the first model resulted in 6.9271 ± 1.913, 9.4635 ± 2.456, and 0.5955 0.069 for an overall MAE, SD, and Corr, respectively. The second model resulted in 3.418 ± 0.715, 3.847 ± 0.557, and 0.634 ± 0.068 for an overall MAE, SD, and Corr, respectively. In contrast, the third model resulted in 3.4009 ± 0.648, 3.909 ± 0.548, and 0.6197 ± 0.0625 for an overall MAE, SD, and Corr, respectively. The second model is selected as the best model based on its performance and applied 5-fold cross-validation for verification. Statistical results are quite similar: 4.722 ± 0.742, 3.922 ± 0.672, and 0.597 ± 0.053 for MAE, SD, and Corr, respectively. In conclusion, the SPI effectively predicted pain score based on EMDA, not only on good evaluation performance, but the trend of EMDA is replicated, which can be interpreted as a relation between SPI and EMDA; however, further improvements on data consistency are also needed to validate the results and obtain better performance. Furthermore, the usage of further signal features could be considered along with SPI.</p></div>","PeriodicalId":46050,"journal":{"name":"Artificial Life and Robotics","volume":"28 3","pages":"600 - 608"},"PeriodicalIF":0.9,"publicationDate":"2023-06-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"45684306","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
MORI-A CPS: 3D printed soft actuators with 4D assembly simulation MORI-A CPS:具有4D装配模拟的3D打印软致动器
IF 0.9 Q4 ROBOTICS Pub Date : 2023-06-17 DOI: 10.1007/s10015-023-00878-8
Shoma Abe, Jun Ogawa, Yosuke Watanabe, MD Nahin Islam Shiblee, Masaru Kawakami, Hidemitsu Furukawa

Soft modular robotics combines soft materials and modular mechanisms. We are developing a vacuum-driven actuator module, MORI-A, which combines a 3D-printed flexible parallel cross structure with a cube-shaped hollow silicone. The MORI-A module has five deformation modes: no deformation, uniform contraction, uniaxial contraction, flexion, and shear. By combining these modules, soft robots with a variety of deformabilities can be constructed. However, assembling MORI-A requires predicting the deformation from the posture and mode of the modules, making assembly difficult. To overcome this problem, this study aims to construct a system called “MORI-A CPS,” which can predict the motion of a soft robot composed of MORI-A modules by simply arranging cubes in a virtual space. This paper evaluates how well the motion of virtual MORI-A modules, defined as a combination of swelling and shrinking voxels, approximates real-world motion. Then, it shows that the deformations of virtual soft robots constructed via MORI-A CPS are similar to those of real robots.

软模块化机器人结合了软材料和模块化机构。我们正在开发一种真空驱动执行器模块MORI-a,它将3D打印的柔性平行交叉结构与立方体中空硅胶相结合。MORI-A模块有五种变形模式:无变形、均匀收缩、单轴收缩、屈曲和剪切。通过组合这些模块,可以构建出具有各种变形能力的软机器人。然而,组装MORI-A需要从模块的姿态和模式预测变形,这使得组装变得困难。为了克服这个问题,本研究旨在构建一个名为“MORI-a CPS”的系统,该系统可以通过在虚拟空间中简单地排列立方体来预测由MORI-a模块组成的软机器人的运动。本文评估了虚拟MORI-A模块(定义为膨胀和收缩体素的组合)的运动在多大程度上近似于真实世界的运动。然后,通过MORI-A CPS构建的虚拟软机器人的变形与真实机器人的变形相似。
{"title":"MORI-A CPS: 3D printed soft actuators with 4D assembly simulation","authors":"Shoma Abe,&nbsp;Jun Ogawa,&nbsp;Yosuke Watanabe,&nbsp;MD Nahin Islam Shiblee,&nbsp;Masaru Kawakami,&nbsp;Hidemitsu Furukawa","doi":"10.1007/s10015-023-00878-8","DOIUrl":"10.1007/s10015-023-00878-8","url":null,"abstract":"<div><p>Soft modular robotics combines soft materials and modular mechanisms. We are developing a vacuum-driven actuator module, MORI-A, which combines a 3D-printed flexible parallel cross structure with a cube-shaped hollow silicone. The MORI-A module has five deformation modes: no deformation, uniform contraction, uniaxial contraction, flexion, and shear. By combining these modules, soft robots with a variety of deformabilities can be constructed. However, assembling MORI-A requires predicting the deformation from the posture and mode of the modules, making assembly difficult. To overcome this problem, this study aims to construct a system called “MORI-A CPS,” which can predict the motion of a soft robot composed of MORI-A modules by simply arranging cubes in a virtual space. This paper evaluates how well the motion of virtual MORI-A modules, defined as a combination of swelling and shrinking voxels, approximates real-world motion. Then, it shows that the deformations of virtual soft robots constructed via MORI-A CPS are similar to those of real robots.</p></div>","PeriodicalId":46050,"journal":{"name":"Artificial Life and Robotics","volume":"28 3","pages":"609 - 617"},"PeriodicalIF":0.9,"publicationDate":"2023-06-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"45212581","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Route planning algorithm based on dynamic programming for electric vehicles delivering electric power to a region isolated from power grid 基于动态规划的电动汽车向电网隔离区域输送电力的路径规划算法
IF 0.9 Q4 ROBOTICS Pub Date : 2023-06-15 DOI: 10.1007/s10015-023-00879-7
Yu Zhang, Wenjing Cao, Hanqing Zhao, Shuang Gao

In this study, we considered the electric power delivery problem when using electric vehicles (EVs) for multiple households located in a remote region or a region isolated by disasters. Two optimization problems are formulated and compared; they yield the optimal routes that minimize the overall traveling distance of the EVs and their overall electric power consumption, respectively. We assume that the number of households requiring power delivery and the number of EVs used for power delivery in the region are given constants. Subsequently, we divide the households into groups and assign the households in each group to one EV. Each EV is required to return to its initial position after delivering electric power to all the households in the assigned group. In the first method, the benchmark method, the optimal route that minimizes the overall traveling distance of all the EVs is determined using the dynamic programming method. However, owing to traffic congestion on the roads, the optimal path that minimizes the overall traveling distance of all the EVs does not necessarily yield their minimum overall electric power consumption. In this study, to directly minimize the overall electric power consumption of all the considered EVs, we propose an optimization method that considers traffic congestion. Therefore, a second method is proposed, which minimizes the overall electric power consumption considering traffic congestion. The electric power consumed during the travel of each EV is calculated as a function of the length of each road section and the nominal average speed of vehicles on the road section. A case study in which four EVs are assigned to deliver electric power to serve eight households is conducted to validate the proposed method. To verify the effectiveness of the proposed method, the calculation results considering traffic congestion are compared with the benchmark method results, which minimizes the traveling distance. The comparison of the results from the two different methods shows that the optimal solution for the proposed method reduces the overall electric power consumption of all the EVs by 236.5(kWh) (9.4%) compared with the benchmark method. Therefore, the proposed method is preferable for the reduction of the overall electric power consumption of EVs.

在这项研究中,我们考虑了位于偏远地区或被灾害隔离地区的多户家庭使用电动汽车时的电力输送问题。提出并比较了两个优化问题;它们分别产生最小化电动汽车的总行驶距离和它们的总电力消耗的最优路线。我们假设该地区需要电力输送的家庭数量和用于电力输送的电动汽车数量为常数。随后,我们将家庭分组,并将每组中的家庭分配给一辆电动汽车。每辆电动汽车在向分配的组中的所有家庭输送电力后,都需要返回到其初始位置。在第一种方法,即基准方法中,使用动态规划方法来确定使所有电动汽车的总行驶距离最小化的最佳路线。然而,由于道路上的交通拥堵,使所有电动汽车的总行驶距离最小化的最佳路径不一定产生其最小的总电力消耗。在本研究中,为了直接最小化所有考虑的电动汽车的总体电力消耗,我们提出了一种考虑交通拥堵的优化方法。因此,提出了第二种方法,该方法在考虑交通拥堵的情况下使总电力消耗最小化。每个电动汽车行驶过程中消耗的电力是根据每个路段的长度和该路段上车辆的标称平均速度计算的。进行了一个案例研究,其中四辆电动汽车被分配为八户家庭提供电力,以验证所提出的方法。为了验证该方法的有效性,将考虑交通拥堵的计算结果与基准方法的结果进行了比较,使行驶距离最小化。两种不同方法的结果比较表明,与基准方法相比,所提出方法的最优解将所有电动汽车的总功耗降低了236.5(kWh)(9.4%)。因此,所提出的方法对于降低电动汽车的总电力消耗是优选的。
{"title":"Route planning algorithm based on dynamic programming for electric vehicles delivering electric power to a region isolated from power grid","authors":"Yu Zhang,&nbsp;Wenjing Cao,&nbsp;Hanqing Zhao,&nbsp;Shuang Gao","doi":"10.1007/s10015-023-00879-7","DOIUrl":"10.1007/s10015-023-00879-7","url":null,"abstract":"<div><p>In this study, we considered the electric power delivery problem when using electric vehicles (EVs) for multiple households located in a remote region or a region isolated by disasters. Two optimization problems are formulated and compared; they yield the optimal routes that minimize the overall traveling distance of the EVs and their overall electric power consumption, respectively. We assume that the number of households requiring power delivery and the number of EVs used for power delivery in the region are given constants. Subsequently, we divide the households into groups and assign the households in each group to one EV. Each EV is required to return to its initial position after delivering electric power to all the households in the assigned group. In the first method, the benchmark method, the optimal route that minimizes the overall traveling distance of all the EVs is determined using the dynamic programming method. However, owing to traffic congestion on the roads, the optimal path that minimizes the overall traveling distance of all the EVs does not necessarily yield their minimum overall electric power consumption. In this study, to directly minimize the overall electric power consumption of all the considered EVs, we propose an optimization method that considers traffic congestion. Therefore, a second method is proposed, which minimizes the overall electric power consumption considering traffic congestion. The electric power consumed during the travel of each EV is calculated as a function of the length of each road section and the nominal average speed of vehicles on the road section. A case study in which four EVs are assigned to deliver electric power to serve eight households is conducted to validate the proposed method. To verify the effectiveness of the proposed method, the calculation results considering traffic congestion are compared with the benchmark method results, which minimizes the traveling distance. The comparison of the results from the two different methods shows that the optimal solution for the proposed method reduces the overall electric power consumption of all the EVs by 236.5(kWh) (9.4%) compared with the benchmark method. Therefore, the proposed method is preferable for the reduction of the overall electric power consumption of EVs.</p></div>","PeriodicalId":46050,"journal":{"name":"Artificial Life and Robotics","volume":"28 3","pages":"583 - 590"},"PeriodicalIF":0.9,"publicationDate":"2023-06-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"47019896","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Correction to: Detecting deception using machine learning with facial expressions and pulse rate 更正:使用面部表情和脉搏率的机器学习检测欺骗
IF 0.9 Q4 ROBOTICS Pub Date : 2023-06-13 DOI: 10.1007/s10015-023-00877-9
Kento Tsuchiya, Ryo Hatano, Hiroyuki Nishiyama
{"title":"Correction to: Detecting deception using machine learning with facial expressions and pulse rate","authors":"Kento Tsuchiya,&nbsp;Ryo Hatano,&nbsp;Hiroyuki Nishiyama","doi":"10.1007/s10015-023-00877-9","DOIUrl":"10.1007/s10015-023-00877-9","url":null,"abstract":"","PeriodicalId":46050,"journal":{"name":"Artificial Life and Robotics","volume":"28 3","pages":"643 - 643"},"PeriodicalIF":0.9,"publicationDate":"2023-06-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.1007/s10015-023-00877-9.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"50477760","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
Engineering a data processing pipeline for an ultra-lightweight lensless fluorescence imaging device with neuronal-cluster resolution 设计一种具有神经元簇分辨率的超轻型无透镜荧光成像设备的数据处理管道
IF 0.9 Q4 ROBOTICS Pub Date : 2023-06-12 DOI: 10.1007/s10015-023-00875-x
Zihao Yu, Mark Christian S. G. Guinto, Brian Godwin S. Lim, Renzo Roel P. Tan, Junichiro Yoshimoto, Kazushi Ikeda, Yasumi Ohta, Jun Ohta

In working toward the goal of uncovering the inner workings of the brain, various imaging techniques have been the subject of research. Among the prominent technologies are devices that are based on the ability of transgenic animals to signal neuronal activity through fluorescent indicators. This paper investigates the utility of an original ultra-lightweight needle-type device in fluorescence neuroimaging. A generalizable data processing pipeline is proposed to compensate for the reduced image resolution of the lensless device. In particular, a modular solution centered on baseline-induced noise reduction and principal component analysis is designed as a stand-in for physical lenses in the aggregation and quasi-reconstruction of neuronal activity. Data-driven evidence backing the identification of regions of interest is then demonstrated, establishing the relative superiority of the method over neuroscience conventions within comparable contexts.

为了实现揭示大脑内部运作的目标,各种成像技术一直是研究的主题。突出的技术包括基于转基因动物通过荧光指示剂发出神经元活动信号的能力的设备。本文研究了一种独创的超轻型针型装置在荧光神经成像中的应用。提出了一种可推广的数据处理流水线来补偿无透镜器件图像分辨率的降低。特别是,以基线诱导降噪和主成分分析为中心的模块化解决方案被设计为神经元活动聚集和准重建中物理透镜的替代方案。然后,证明了支持识别感兴趣区域的数据驱动证据,确立了该方法在可比环境下相对于神经科学惯例的相对优势。
{"title":"Engineering a data processing pipeline for an ultra-lightweight lensless fluorescence imaging device with neuronal-cluster resolution","authors":"Zihao Yu,&nbsp;Mark Christian S. G. Guinto,&nbsp;Brian Godwin S. Lim,&nbsp;Renzo Roel P. Tan,&nbsp;Junichiro Yoshimoto,&nbsp;Kazushi Ikeda,&nbsp;Yasumi Ohta,&nbsp;Jun Ohta","doi":"10.1007/s10015-023-00875-x","DOIUrl":"10.1007/s10015-023-00875-x","url":null,"abstract":"<div><p>In working toward the goal of uncovering the inner workings of the brain, various imaging techniques have been the subject of research. Among the prominent technologies are devices that are based on the ability of transgenic animals to signal neuronal activity through fluorescent indicators. This paper investigates the utility of an original ultra-lightweight needle-type device in fluorescence neuroimaging. A generalizable data processing pipeline is proposed to compensate for the reduced image resolution of the lensless device. In particular, a modular solution centered on baseline-induced noise reduction and principal component analysis is designed as a stand-in for physical lenses in the aggregation and quasi-reconstruction of neuronal activity. Data-driven evidence backing the identification of regions of interest is then demonstrated, establishing the relative superiority of the method over neuroscience conventions within comparable contexts.</p></div>","PeriodicalId":46050,"journal":{"name":"Artificial Life and Robotics","volume":"28 3","pages":"483 - 495"},"PeriodicalIF":0.9,"publicationDate":"2023-06-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"41513555","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Artificial Life and Robotics
全部 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