首页 > 最新文献

Integrated Computer-Aided Engineering最新文献

英文 中文
A three-step model for the detection of stable grasp points with machine learning 用机器学习检测稳定抓点的三步模型
IF 6.5 2区 计算机科学 Q1 Computer Science Pub Date : 2021-07-16 DOI: 10.3233/ICA-210659
Constanze Schwan, W. Schenck
Robotic grasping in dynamic environments is still one of the main challenges in automation tasks. Advances in deep learning methods and computational power suggest that the problem of robotic grasping can be solved by using a huge amount of training data and deep networks. Despite these huge accomplishments, the acceptance and usage in real-world scenarios is still limited. This is mainly due to the fact that the collection of the training data is expensive, and that the trained network is a black box. While the collection of the training data can sometimes be facilitated by carrying it out in simulation, the trained networks, however, remain a black box. In this study, a three-step model is presented that profits both from the advantages of using a simulation approach and deep neural networks to identify and evaluate grasp points. In addition, it even offers an explanation for failed grasp attempts. The first step is to find all grasp points where the gripper can be lowered onto the table without colliding with the object. The second step is to determine, for the grasp points and gripper parameters from the first step, how the object moves while the gripper is closed. Finally, in the third step, for all grasp points from the second step, it is predicted whether the object slips out of the gripper during lifting. By this simplification, it is possible to understand for each grasp point why it is stable and – just as important – why others are unstable or not feasible. All of the models employed in each of the three steps and the resulting Overall Model are evaluated. The predicted grasp points from the Overall Model are compared to the grasp points determined analytically by a force-closure algorithm, to validate the stability of the predicted grasps.
机器人在动态环境中的抓取仍然是自动化任务中的主要挑战之一。深度学习方法和计算能力的进步表明,机器人抓取问题可以通过使用大量的训练数据和深度网络来解决。尽管取得了这些巨大的成就,但在现实场景中的接受和使用仍然有限。这主要是由于训练数据的收集是昂贵的,并且训练后的网络是一个黑匣子。虽然训练数据的收集有时可以通过在模拟中进行方便,但训练后的网络仍然是一个黑盒子。在这项研究中,提出了一个三步模型,利用仿真方法和深度神经网络的优势来识别和评估抓手点。此外,它甚至为抓握失败提供了解释。第一步是找到所有的抓手点,在那里抓手可以降低到桌子上,而不会与物体碰撞。第二步是从第一步开始确定抓手点和抓手参数,确定抓手关闭时物体的运动方式。最后,在第三步中,对于第二步中的所有抓取点,预测物体在提升过程中是否滑出抓取器。通过这种简化,有可能理解每个要点为什么是稳定的,同样重要的是,为什么其他要点不稳定或不可行的。评估三个步骤中每个步骤中使用的所有模型以及最终的总体模型。将总体模型预测的抓地点与力闭合算法解析确定的抓地点进行比较,验证预测抓地点的稳定性。
{"title":"A three-step model for the detection of stable grasp points with machine learning","authors":"Constanze Schwan, W. Schenck","doi":"10.3233/ICA-210659","DOIUrl":"https://doi.org/10.3233/ICA-210659","url":null,"abstract":"Robotic grasping in dynamic environments is still one of the main challenges in automation tasks. Advances in deep learning methods and computational power suggest that the problem of robotic grasping can be solved by using a huge amount of training data and deep networks. Despite these huge accomplishments, the acceptance and usage in real-world scenarios is still limited. This is mainly due to the fact that the collection of the training data is expensive, and that the trained network is a black box. While the collection of the training data can sometimes be facilitated by carrying it out in simulation, the trained networks, however, remain a black box. In this study, a three-step model is presented that profits both from the advantages of using a simulation approach and deep neural networks to identify and evaluate grasp points. In addition, it even offers an explanation for failed grasp attempts. The first step is to find all grasp points where the gripper can be lowered onto the table without colliding with the object. The second step is to determine, for the grasp points and gripper parameters from the first step, how the object moves while the gripper is closed. Finally, in the third step, for all grasp points from the second step, it is predicted whether the object slips out of the gripper during lifting. By this simplification, it is possible to understand for each grasp point why it is stable and – just as important – why others are unstable or not feasible. All of the models employed in each of the three steps and the resulting Overall Model are evaluated. The predicted grasp points from the Overall Model are compared to the grasp points determined analytically by a force-closure algorithm, to validate the stability of the predicted grasps.","PeriodicalId":50358,"journal":{"name":"Integrated Computer-Aided Engineering","volume":null,"pages":null},"PeriodicalIF":6.5,"publicationDate":"2021-07-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"73527528","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}
引用次数: 4
A modified firefly algorithm for the inverse kinematics solutions of robotic manipulators 机器人运动学逆解的改进萤火虫算法
IF 6.5 2区 计算机科学 Q1 Computer Science Pub Date : 2021-06-29 DOI: 10.3233/ICA-210660
J. Hernández-Barragán, C. López-Franco, N. Arana-Daniel, A. Alanis, Adriana Lopez-Franco
The inverse kinematics of robotic manipulators consists of finding a joint configuration to reach a desired end-effector pose. Since inverse kinematics is a complex non-linear problem with redundant solutions, sophisticated optimization techniques are often required to solve this problem; a possible solution can be found in metaheuristic algorithms. In this work, a modified version of the firefly algorithm for multimodal optimization is proposed to solve the inverse kinematics. This modified version can provide multiple joint configurations leading to the same end-effector pose, improving the classic firefly algorithm performance. Moreover, the proposed approach avoids singularities because it does not require any Jacobian matrix inversion, which is the main problem of conventional approaches. The proposed approach can be implemented in robotic manipulators composed of revolute or prismatic joints of n degrees of freedom considering joint limits constrains. Simulations with different robotic manipulators show the accuracy and robustness of the proposed approach. Additionally, non-parametric statistical tests are included to show that the proposed method has a statistically significant improvement over other multimodal optimization algorithms. Finally, real-time experiments on five degrees of freedom robotic manipulator illustrate the applicability of this approach.
机械臂的逆运动学包括找到一个关节构型以达到期望的末端执行器位姿。由于逆运动学是一个具有冗余解的复杂非线性问题,通常需要复杂的优化技术来解决这个问题;在元启发式算法中可以找到一个可能的解决方案。在这项工作中,提出了一种改进版本的萤火虫多模态优化算法来求解逆运动学。这个改进版本可以提供多个关节配置,导致相同的末端执行器姿态,提高了经典萤火虫算法的性能。此外,由于该方法不需要任何雅可比矩阵反演,因此避免了奇异性,这是传统方法的主要问题。在考虑关节极限约束的情况下,该方法可用于由n个自由度的转动或移动关节组成的机械臂。对不同机械臂的仿真结果表明了该方法的准确性和鲁棒性。此外,非参数统计检验表明,该方法在统计上比其他多模态优化算法有显著的改进。最后,对五自由度机械臂进行了实时实验,验证了该方法的适用性。
{"title":"A modified firefly algorithm for the inverse kinematics solutions of robotic manipulators","authors":"J. Hernández-Barragán, C. López-Franco, N. Arana-Daniel, A. Alanis, Adriana Lopez-Franco","doi":"10.3233/ICA-210660","DOIUrl":"https://doi.org/10.3233/ICA-210660","url":null,"abstract":"The inverse kinematics of robotic manipulators consists of finding a joint configuration to reach a desired end-effector pose. Since inverse kinematics is a complex non-linear problem with redundant solutions, sophisticated optimization techniques are often required to solve this problem; a possible solution can be found in metaheuristic algorithms. In this work, a modified version of the firefly algorithm for multimodal optimization is proposed to solve the inverse kinematics. This modified version can provide multiple joint configurations leading to the same end-effector pose, improving the classic firefly algorithm performance. Moreover, the proposed approach avoids singularities because it does not require any Jacobian matrix inversion, which is the main problem of conventional approaches. The proposed approach can be implemented in robotic manipulators composed of revolute or prismatic joints of n degrees of freedom considering joint limits constrains. Simulations with different robotic manipulators show the accuracy and robustness of the proposed approach. Additionally, non-parametric statistical tests are included to show that the proposed method has a statistically significant improvement over other multimodal optimization algorithms. Finally, real-time experiments on five degrees of freedom robotic manipulator illustrate the applicability of this approach.","PeriodicalId":50358,"journal":{"name":"Integrated Computer-Aided Engineering","volume":null,"pages":null},"PeriodicalIF":6.5,"publicationDate":"2021-06-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"76608378","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}
引用次数: 6
Geo-AI to aid disaster response by memory-augmented deep reservoir computing Geo-AI通过增强内存的深层水库计算来帮助灾难响应
IF 6.5 2区 计算机科学 Q1 Computer Science Pub Date : 2021-06-11 DOI: 10.3233/ICA-210657
Konstantinos Demertzis, L. Iliadis, E. Pimenidis
It is a fact that natural disasters often cause severe damage both to ecosystems and humans. Moreover, man-made disasters can have enormous moral and economic consequences for people. A typical example is the large deadly and catastrophic explosion in Beirut on 4 August 2020, which destroyed a very large area of the city. This research paper introduces a Geo-AI disaster response computer vision system, capable to map an area using material from Synthetic Aperture Radar (SAR). SAR is a unique form of radar that can penetrate the clouds and collect data day and night under any weather conditions. Specifically, the Memory-Augmented Deep Convolutional Echo State Network (MA/DCESN) is introduced for the first time in the literature, as an advanced Machine Vision (MAV) architecture. It uses a meta-learning technique, which is based on a memory-augmented approach. The target is the employment of Deep Reservoir Computing (DRC) for domain adaptation. The developed Deep Convolutional Echo State Network (DCESN) combines a classic Convolutional Neural Network (CNN), with a Deep Echo State Network (DESN), and analog neurons with sparse random connections. Its training is performed following the Recursive Least Square (RLS) method. In addition, the integration of external memory allows the storage of useful data from past processes, while facilitating the rapid integration of new information, without the need for retraining. The proposed DCESN implements a set of original modifications regarding training setting, memory retrieval mechanisms, addressing techniques, and ways of assigning attention weights to memory vectors. As it is experimentally shown, the whole approach produces remarkable stability, high generalization efficiency and significant classification accuracy, significantly extending the state-of-the-art Machine Vision methods.
事实是,自然灾害经常对生态系统和人类造成严重的破坏。此外,人为灾难会给人们带来巨大的道德和经济后果。一个典型的例子是2020年8月4日在贝鲁特发生的致命的灾难性大爆炸,它摧毁了该市的大片地区。本文介绍了一种地理-人工智能灾害响应计算机视觉系统,该系统能够使用合成孔径雷达(SAR)的材料绘制区域地图。SAR是一种独特的雷达形式,可以穿透云层,在任何天气条件下日夜收集数据。具体来说,文献中首次介绍了记忆增强深度卷积回声状态网络(MA/DCESN),作为一种先进的机器视觉(MAV)架构。它使用了一种基于记忆增强方法的元学习技术。目标是利用深储层计算(DRC)进行域适应。所开发的深度卷积回声状态网络(DCESN)将经典卷积神经网络(CNN)与深度回声状态网络(DESN)以及具有稀疏随机连接的模拟神经元相结合。它的训练遵循递归最小二乘(RLS)方法。此外,外部存储器的集成允许存储来自过去过程的有用数据,同时促进新信息的快速集成,而无需重新培训。提出的DCESN实现了一组关于训练设置、记忆检索机制、寻址技术和为记忆向量分配注意力权重的方法的原始修改。实验表明,整个方法具有显著的稳定性、较高的泛化效率和显著的分类精度,极大地扩展了当前最先进的机器视觉方法。
{"title":"Geo-AI to aid disaster response by memory-augmented deep reservoir computing","authors":"Konstantinos Demertzis, L. Iliadis, E. Pimenidis","doi":"10.3233/ICA-210657","DOIUrl":"https://doi.org/10.3233/ICA-210657","url":null,"abstract":"It is a fact that natural disasters often cause severe damage both to ecosystems and humans. Moreover, man-made disasters can have enormous moral and economic consequences for people. A typical example is the large deadly and catastrophic explosion in Beirut on 4 August 2020, which destroyed a very large area of the city. This research paper introduces a Geo-AI disaster response computer vision system, capable to map an area using material from Synthetic Aperture Radar (SAR). SAR is a unique form of radar that can penetrate the clouds and collect data day and night under any weather conditions. Specifically, the Memory-Augmented Deep Convolutional Echo State Network (MA/DCESN) is introduced for the first time in the literature, as an advanced Machine Vision (MAV) architecture. It uses a meta-learning technique, which is based on a memory-augmented approach. The target is the employment of Deep Reservoir Computing (DRC) for domain adaptation. The developed Deep Convolutional Echo State Network (DCESN) combines a classic Convolutional Neural Network (CNN), with a Deep Echo State Network (DESN), and analog neurons with sparse random connections. Its training is performed following the Recursive Least Square (RLS) method. In addition, the integration of external memory allows the storage of useful data from past processes, while facilitating the rapid integration of new information, without the need for retraining. The proposed DCESN implements a set of original modifications regarding training setting, memory retrieval mechanisms, addressing techniques, and ways of assigning attention weights to memory vectors. As it is experimentally shown, the whole approach produces remarkable stability, high generalization efficiency and significant classification accuracy, significantly extending the state-of-the-art Machine Vision methods.","PeriodicalId":50358,"journal":{"name":"Integrated Computer-Aided Engineering","volume":null,"pages":null},"PeriodicalIF":6.5,"publicationDate":"2021-06-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"89578878","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}
引用次数: 9
Virtual sensor for probabilistic estimation of the evaporation in cooling towers 用于冷却塔蒸发量概率估计的虚拟传感器
IF 6.5 2区 计算机科学 Q1 Computer Science Pub Date : 2021-04-16 DOI: 10.3233/ICA-210654
Serafín Alonso Castro, Antonio Morán Álvarez, Daniel Pérez, M. A. Prada, J. J. Fuertes, M. Domínguez
Global natural resources are affected by several causes such as climate change effects or unsustainable management strategies. Indeed, the use of water has been intensified in urban buildings because of the proliferation of HVAC (Heating, Ventilating and Air Conditioning) systems, for instance cooling towers, where an abundant amount of water is lost during the evaporation process. The measurement of the evaporation is challenging, so a virtual sensor could be used to tackle it, allowing to monitor and manage the water consumption in different scenarios and helping to plan efficient operation strategies which reduce the use of fresh water. In this paper, a deep generative approach is proposed for developing a virtual sensor for probabilistic estimation of the evaporation in cooling towers, given the surrounding conditions. It is based on a conditioned generative adversarial network (cGAN), whose generator includes a recurrent layer (GRU) that models the temporal information by learning from previous states and a densely connected layer that models the fluctuations of the conditions. The proposed deep generative approach is not only able to yield the estimated evaporation value but it also produces a whole probability distribution, considering any operating scenario, so it is possible to know the confidence interval in which the estimation is likely found. This deep generative approach is assessed and compared with other probabilistic state-of-the-art methods according to several metrics (CRPS, MAPE and RMSE) and using real data from a cooling tower located at a hospital building. The results obtained show that, to the best of our knowledge, our proposal is a noteworthy method to develop a virtual sensor, taking as input the current and last samples, since it provides an accurate estimation of the evaporation with wide enough confidence intervals, contemplating potential fluctuations of the conditions.
全球自然资源受到若干原因的影响,例如气候变化的影响或不可持续的管理战略。事实上,由于诸如冷却塔等暖通空调系统的普及,城市建筑物的用水已经加强,因为在蒸发过程中大量的水流失了。蒸发的测量具有挑战性,因此可以使用虚拟传感器来解决这个问题,允许监控和管理不同场景下的用水量,并帮助规划有效的操作策略,减少淡水的使用。本文提出了一种深度生成方法,用于开发虚拟传感器,用于给定周围条件下冷却塔蒸发量的概率估计。它基于条件生成对抗网络(cGAN),其生成器包括一个循环层(GRU),该层通过从以前的状态学习来模拟时间信息,以及一个密集连接层,该层模拟条件的波动。所提出的深度生成方法不仅能够产生估计的蒸发值,而且能够在考虑任何操作场景的情况下产生一个完整的概率分布,因此可以知道估计可能存在的置信区间。根据几个指标(CRPS、MAPE和RMSE),并使用位于医院大楼的冷却塔的真实数据,对这种深度生成方法进行评估,并与其他最先进的概率方法进行比较。结果表明,据我们所知,我们的建议是开发虚拟传感器的一个值得注意的方法,将当前和最后的样本作为输入,因为它提供了对蒸发的准确估计,具有足够宽的置信区间,考虑了条件的潜在波动。
{"title":"Virtual sensor for probabilistic estimation of the evaporation in cooling towers","authors":"Serafín Alonso Castro, Antonio Morán Álvarez, Daniel Pérez, M. A. Prada, J. J. Fuertes, M. Domínguez","doi":"10.3233/ICA-210654","DOIUrl":"https://doi.org/10.3233/ICA-210654","url":null,"abstract":"Global natural resources are affected by several causes such as climate change effects or unsustainable management strategies. Indeed, the use of water has been intensified in urban buildings because of the proliferation of HVAC (Heating, Ventilating and Air Conditioning) systems, for instance cooling towers, where an abundant amount of water is lost during the evaporation process. The measurement of the evaporation is challenging, so a virtual sensor could be used to tackle it, allowing to monitor and manage the water consumption in different scenarios and helping to plan efficient operation strategies which reduce the use of fresh water. In this paper, a deep generative approach is proposed for developing a virtual sensor for probabilistic estimation of the evaporation in cooling towers, given the surrounding conditions. It is based on a conditioned generative adversarial network (cGAN), whose generator includes a recurrent layer (GRU) that models the temporal information by learning from previous states and a densely connected layer that models the fluctuations of the conditions. The proposed deep generative approach is not only able to yield the estimated evaporation value but it also produces a whole probability distribution, considering any operating scenario, so it is possible to know the confidence interval in which the estimation is likely found. This deep generative approach is assessed and compared with other probabilistic state-of-the-art methods according to several metrics (CRPS, MAPE and RMSE) and using real data from a cooling tower located at a hospital building. The results obtained show that, to the best of our knowledge, our proposal is a noteworthy method to develop a virtual sensor, taking as input the current and last samples, since it provides an accurate estimation of the evaporation with wide enough confidence intervals, contemplating potential fluctuations of the conditions.","PeriodicalId":50358,"journal":{"name":"Integrated Computer-Aided Engineering","volume":null,"pages":null},"PeriodicalIF":6.5,"publicationDate":"2021-04-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"78777486","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
Machine learning for video event recognition 视频事件识别的机器学习
IF 6.5 2区 计算机科学 Q1 Computer Science Pub Date : 2021-04-06 DOI: 10.3233/ICA-210652
D. Avola, Marco Cascio, L. Cinque, G. Foresti, D. Pannone
In recent years, the spread of video sensor networks both in public and private areas has grown considerably. Smart algorithms for video semantic content understanding are increasingly developed to support human operators in monitoring different activities, by recognizing events that occur in the observed scene. With the term event, we refer to one or more actions performed by one or more subjects (e.g., people or vehicles) acting within the same observed area. When these actions are performed by subjects that do not interact with each other, the events are usually classified as simple. Instead, when any kind of interaction occurs among subjects, the involved events are typically classified as complex. This survey starts by providing the formal definitions of both scene and event, and the logical architecture for a generic event recognition system. Subsequently, it presents two taxonomies based on features and machine learning algorithms, respectively, which are used to describe the different approaches for the recognition of events within a video sequence. This paper also discusses key works of the current state-of-the-art of event recognition, providing the list of datasets used to evaluate the performance of reported methods for video content understanding.
近年来,视频传感器网络在公共和私人领域的普及有了相当大的增长。视频语义内容理解的智能算法越来越多地被开发出来,通过识别观察到的场景中发生的事件来支持人类操作员监控不同的活动。事件是指在同一观察区域内,由一个或多个主体(如人或车辆)执行的一个或多个动作。当这些操作由不相互交互的主体执行时,这些事件通常被归类为简单事件。相反,当主体之间发生任何类型的交互时,所涉及的事件通常被归类为复杂事件。本文首先提供场景和事件的正式定义,以及通用事件识别系统的逻辑架构。随后,分别提出了基于特征和机器学习算法的两种分类法,用于描述视频序列中事件识别的不同方法。本文还讨论了当前事件识别技术的关键工作,提供了用于评估视频内容理解方法的性能的数据集列表。
{"title":"Machine learning for video event recognition","authors":"D. Avola, Marco Cascio, L. Cinque, G. Foresti, D. Pannone","doi":"10.3233/ICA-210652","DOIUrl":"https://doi.org/10.3233/ICA-210652","url":null,"abstract":"In recent years, the spread of video sensor networks both in public and private areas has grown considerably. Smart algorithms for video semantic content understanding are increasingly developed to support human operators in monitoring different activities, by recognizing events that occur in the observed scene. With the term event, we refer to one or more actions performed by one or more subjects (e.g., people or vehicles) acting within the same observed area. When these actions are performed by subjects that do not interact with each other, the events are usually classified as simple. Instead, when any kind of interaction occurs among subjects, the involved events are typically classified as complex. This survey starts by providing the formal definitions of both scene and event, and the logical architecture for a generic event recognition system. Subsequently, it presents two taxonomies based on features and machine learning algorithms, respectively, which are used to describe the different approaches for the recognition of events within a video sequence. This paper also discusses key works of the current state-of-the-art of event recognition, providing the list of datasets used to evaluate the performance of reported methods for video content understanding.","PeriodicalId":50358,"journal":{"name":"Integrated Computer-Aided Engineering","volume":null,"pages":null},"PeriodicalIF":6.5,"publicationDate":"2021-04-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"76356964","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}
引用次数: 6
Interception of automated adversarial drone swarms in partially observed environments 在部分可观察的环境中拦截自动对抗无人机群
IF 6.5 2区 计算机科学 Q1 Computer Science Pub Date : 2021-04-06 DOI: 10.3233/ICA-210653
Daniel Saranovic, M. Pavlovski, W. Power, Ivan Stojkovic, Z. Obradovic
As the prevalence of drones increases, understanding and preparing for possible adversarial uses of drones and drone swarms is of paramount importance. Correspondingly, developing defensive mechanisms in which swarms can be used to protect against adversarial Unmanned Aerial Vehicles (UAVs) is a problem that requires further attention. Prior work on intercepting UAVs relies mostly on utilizing additional sensors or uses the Hamilton-Jacobi-Bellman equation, for which strong conditions need to be met to guarantee the existence of a saddle-point solution. To that end, this work proposes a novel interception method that utilizes the swarm’s onboard PID controllers for setting the drones’ states during interception. The drone’s states are constrained only by their physical limitations, and only partial feedback of the adversarial drone’s positions is assumed. The new framework is evaluated in a virtual environment under different environmental and model settings, using random simulations of more than 165,000 swarm flights. For certain environmental settings, our results indicate that the interception performance of larger swarms under partial observation is comparable to that of a one-drone swarm under full observation of the adversarial drone.
随着无人机的普及,了解和准备无人机和无人机群可能的对抗用途是至关重要的。相应地,开发防御机制,使蜂群可以用来防御敌对的无人机(uav)是一个需要进一步关注的问题。先前拦截无人机的工作主要依赖于利用附加传感器或使用Hamilton-Jacobi-Bellman方程,该方程需要满足强条件以保证鞍点解的存在。为此,本工作提出了一种新的拦截方法,该方法利用蜂群的机载PID控制器在拦截期间设置无人机的状态。无人机的状态仅受其物理限制的约束,并且仅假设对抗性无人机位置的部分反馈。新框架在不同环境和模型设置下的虚拟环境中进行评估,使用超过16.5万次蜂群飞行的随机模拟。对于特定的环境设置,我们的研究结果表明,在部分观察下,较大的蜂群的拦截性能与在敌对无人机完全观察下的单无人机蜂群的拦截性能相当。
{"title":"Interception of automated adversarial drone swarms in partially observed environments","authors":"Daniel Saranovic, M. Pavlovski, W. Power, Ivan Stojkovic, Z. Obradovic","doi":"10.3233/ICA-210653","DOIUrl":"https://doi.org/10.3233/ICA-210653","url":null,"abstract":"As the prevalence of drones increases, understanding and preparing for possible adversarial uses of drones and drone swarms is of paramount importance. Correspondingly, developing defensive mechanisms in which swarms can be used to protect against adversarial Unmanned Aerial Vehicles (UAVs) is a problem that requires further attention. Prior work on intercepting UAVs relies mostly on utilizing additional sensors or uses the Hamilton-Jacobi-Bellman equation, for which strong conditions need to be met to guarantee the existence of a saddle-point solution. To that end, this work proposes a novel interception method that utilizes the swarm’s onboard PID controllers for setting the drones’ states during interception. The drone’s states are constrained only by their physical limitations, and only partial feedback of the adversarial drone’s positions is assumed. The new framework is evaluated in a virtual environment under different environmental and model settings, using random simulations of more than 165,000 swarm flights. For certain environmental settings, our results indicate that the interception performance of larger swarms under partial observation is comparable to that of a one-drone swarm under full observation of the adversarial drone.","PeriodicalId":50358,"journal":{"name":"Integrated Computer-Aided Engineering","volume":null,"pages":null},"PeriodicalIF":6.5,"publicationDate":"2021-04-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"90262750","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}
引用次数: 5
Pattern discovery in time series using autoencoder in comparison to nonlearning approaches 时间序列中使用自编码器的模式发现与非学习方法的比较
IF 6.5 2区 计算机科学 Q1 Computer Science Pub Date : 2021-01-29 DOI: 10.3233/ICA-210650
F. Noering, Yannik Schröder, K. Jonas, F. Klawonn
In technical systems the analysis of similar situations is a promising technique to gain information about the system’s state, its health or wearing. Very often, situations cannot be defined but need to be discovered as recurrent patterns within time series data of the system under consideration. This paper addresses the assessment of different approaches to discover frequent variable-length patterns in time series. Because of the success of artificial neural networks (NN) in various research fields, a special issue of this work is the applicability of NNs to the problem of pattern discovery in time series. Therefore we applied and adapted a Convolutional Autoencoder and compared it to classical nonlearning approaches based on Dynamic Time Warping, based on time series discretization as well as based on the Matrix Profile. These nonlearning approaches have also been adapted, to fulfill our requirements like the discovery of potentially time scaled patterns from noisy time series. We showed the performance (quality, computing time, effort of parametrization) of those approaches in an extensive test with synthetic data sets. Additionally the transferability to other data sets is tested by using real life vehicle data. We demonstrated the ability of Convolutional Autoencoders to discover patterns in an unsupervised way. Furthermore the tests showed, that the Autoencoder is able to discover patterns with a similar quality like classical nonlearning approaches.
在技术系统中,对类似情况的分析是一种很有前途的技术,可以获得有关系统状态、健康或磨损的信息。通常情况下,无法定义情况,但需要在所考虑的系统的时间序列数据中发现反复出现的模式。本文讨论了发现时间序列中频繁变长模式的不同方法的评估。由于人工神经网络在各个研究领域的成功,这项工作的一个特殊问题是神经网络在时间序列中模式发现问题的适用性。因此,我们应用并调整了卷积自编码器,并将其与基于动态时间翘曲、基于时间序列离散化以及基于矩阵轮廓的经典非学习方法进行了比较。这些非学习方法也经过了调整,以满足我们的需求,比如从噪声时间序列中发现潜在的时间尺度模式。我们在使用合成数据集的广泛测试中展示了这些方法的性能(质量、计算时间、参数化的努力)。此外,通过使用实际车辆数据测试了对其他数据集的可移植性。我们展示了卷积自编码器以无监督的方式发现模式的能力。此外,测试表明,自编码器能够发现与经典非学习方法相似的质量模式。
{"title":"Pattern discovery in time series using autoencoder in comparison to nonlearning approaches","authors":"F. Noering, Yannik Schröder, K. Jonas, F. Klawonn","doi":"10.3233/ICA-210650","DOIUrl":"https://doi.org/10.3233/ICA-210650","url":null,"abstract":"In technical systems the analysis of similar situations is a promising technique to gain information about the system’s state, its health or wearing. Very often, situations cannot be defined but need to be discovered as recurrent patterns within time series data of the system under consideration. This paper addresses the assessment of different approaches to discover frequent variable-length patterns in time series. Because of the success of artificial neural networks (NN) in various research fields, a special issue of this work is the applicability of NNs to the problem of pattern discovery in time series. Therefore we applied and adapted a Convolutional Autoencoder and compared it to classical nonlearning approaches based on Dynamic Time Warping, based on time series discretization as well as based on the Matrix Profile. These nonlearning approaches have also been adapted, to fulfill our requirements like the discovery of potentially time scaled patterns from noisy time series. We showed the performance (quality, computing time, effort of parametrization) of those approaches in an extensive test with synthetic data sets. Additionally the transferability to other data sets is tested by using real life vehicle data. We demonstrated the ability of Convolutional Autoencoders to discover patterns in an unsupervised way. Furthermore the tests showed, that the Autoencoder is able to discover patterns with a similar quality like classical nonlearning approaches.","PeriodicalId":50358,"journal":{"name":"Integrated Computer-Aided Engineering","volume":null,"pages":null},"PeriodicalIF":6.5,"publicationDate":"2021-01-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"81777766","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}
引用次数: 6
A Must-read Journal for Engineering 工程学必读期刊
IF 6.5 2区 计算机科学 Q1 Computer Science Pub Date : 2021-01-01 DOI: 10.3233/ICA-210658
A. D. L. Escalera
{"title":"A Must-read Journal for Engineering","authors":"A. D. L. Escalera","doi":"10.3233/ICA-210658","DOIUrl":"https://doi.org/10.3233/ICA-210658","url":null,"abstract":"","PeriodicalId":50358,"journal":{"name":"Integrated Computer-Aided Engineering","volume":null,"pages":null},"PeriodicalIF":6.5,"publicationDate":"2021-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"86018562","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
An ensemble deep learning method with optimized weights for drone-based water rescue and surveillance 基于无人机的水上救援与监视的优化权值集成深度学习方法
IF 6.5 2区 计算机科学 Q1 Computer Science Pub Date : 2021-01-01 DOI: 10.3233/ICA-210649
Jan Ga̧sienica-Józkowy, Mateusz Knapik, B. Cyganek
Today’s deep learning architectures, if trained with proper dataset, can be used for object detection in marine search and rescue operations. In this paper a dataset for maritime search and rescue purposes is proposed. It contains aerial-drone videos with 40,000 hand-annotated persons and objects floating in the water, many of small size, which makes them difficult to detect. The second contribution is our proposed object detection method. It is an ensemble composed of a number of the deep convolutional neural networks, orchestrated by the fusion module with the nonlinearly optimized voting weights. The method achieves over 82% of average precision on the new aerial-drone floating objects dataset and outperforms each of the state-of-the-art deep neural networks, such as YOLOv3, -v4, Faster R-CNN, RetinaNet, and SSD300. The dataset is publicly available from the Internet.
今天的深度学习架构,如果经过适当的数据集训练,可以用于海上搜索和救援行动中的目标检测。本文提出了一个用于海上搜救的数据集。它包含了空中无人机拍摄的视频,其中有4万个漂浮在水中的人工标注的人和物体,其中许多体积很小,很难被发现。第二个贡献是我们提出的目标检测方法。它是由多个深度卷积神经网络组成的整体,由融合模块与非线性优化的投票权进行协调。该方法在新的空中无人机漂浮物数据集上实现了超过82%的平均精度,并且优于每个最先进的深度神经网络,如YOLOv3, -v4, Faster R-CNN, RetinaNet和SSD300。该数据集可从互联网上公开获取。
{"title":"An ensemble deep learning method with optimized weights for drone-based water rescue and surveillance","authors":"Jan Ga̧sienica-Józkowy, Mateusz Knapik, B. Cyganek","doi":"10.3233/ICA-210649","DOIUrl":"https://doi.org/10.3233/ICA-210649","url":null,"abstract":"Today’s deep learning architectures, if trained with proper dataset, can be used for object detection in marine search and rescue operations. In this paper a dataset for maritime search and rescue purposes is proposed. It contains aerial-drone videos with 40,000 hand-annotated persons and objects floating in the water, many of small size, which makes them difficult to detect. The second contribution is our proposed object detection method. It is an ensemble composed of a number of the deep convolutional neural networks, orchestrated by the fusion module with the nonlinearly optimized voting weights. The method achieves over 82% of average precision on the new aerial-drone floating objects dataset and outperforms each of the state-of-the-art deep neural networks, such as YOLOv3, -v4, Faster R-CNN, RetinaNet, and SSD300. The dataset is publicly available from the Internet.","PeriodicalId":50358,"journal":{"name":"Integrated Computer-Aided Engineering","volume":null,"pages":null},"PeriodicalIF":6.5,"publicationDate":"2021-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"90223169","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}
引用次数: 31
Back-propagation of the Mahalanobis istance through a deep triplet learning model for person Re-Identification 基于深度三重学习模型的马氏距离反向传播
IF 6.5 2区 计算机科学 Q1 Computer Science Pub Date : 2021-01-01 DOI: 10.3233/ICA-210651
M. J. Gómez-Silva, A. D. L. Escalera, J. M. Armingol
The automatization of the Re-Identification of an individual across different video-surveillance cameras poses a significant challenge due to the presence of a vast number of potential candidates with a similar appearance. This task requires the learning of discriminative features from person images and a distance metric to properly compare them and decide whether they belong to the same person or not. Nevertheless, the fact of acquiring images of the same person from different, distant and non-overlapping views produces changes in illumination, perspective, background, resolution and scale between the person’s representations, resulting in appearance variations that hamper his/her re-identification. This article focuses the feature learning on automatically finding discriminative descriptors able to reflect the dissimilarities mainly due to the changes in actual people appearance, independently from the variations introduced by the acquisition point. With that purpose, such variations have been implicitly embedded by the Mahalanobis distance. This article presents a learning algorithm to jointly model features and the Mahalanobis distance through a Deep Neural Re-Identification model. The Mahalanobis distance learning has been implemented as a novel neural layer, forming part of a Triplet Learning model that has been evaluated over PRID2011 dataset, providing satisfactory results.
由于存在大量具有相似外观的潜在候选人,因此在不同视频监控摄像机中对个人进行重新识别的自动化提出了重大挑战。该任务需要从人物图像中学习判别特征,并使用距离度量来适当地比较它们并确定它们是否属于同一个人。然而,从不同的、遥远的、不重叠的角度获取同一个人的图像,会在人的表现之间产生照明、视角、背景、分辨率和比例的变化,从而导致外观变化,阻碍了他/她的重新识别。本文将特征学习的重点放在自动寻找判别描述符上,这些描述符能够反映主要由实际人的外表变化引起的差异,而不受获取点引入的变化的影响。为此目的,马氏距离隐含地包含了这些变化。本文提出了一种通过深度神经再识别模型对特征和马氏距离进行联合建模的学习算法。Mahalanobis远程学习已经作为一个新的神经层实现,形成了Triplet学习模型的一部分,该模型已经在PRID2011数据集上进行了评估,提供了令人满意的结果。
{"title":"Back-propagation of the Mahalanobis istance through a deep triplet learning model for person Re-Identification","authors":"M. J. Gómez-Silva, A. D. L. Escalera, J. M. Armingol","doi":"10.3233/ICA-210651","DOIUrl":"https://doi.org/10.3233/ICA-210651","url":null,"abstract":"The automatization of the Re-Identification of an individual across different video-surveillance cameras poses a significant challenge due to the presence of a vast number of potential candidates with a similar appearance. This task requires the learning of discriminative features from person images and a distance metric to properly compare them and decide whether they belong to the same person or not. Nevertheless, the fact of acquiring images of the same person from different, distant and non-overlapping views produces changes in illumination, perspective, background, resolution and scale between the person’s representations, resulting in appearance variations that hamper his/her re-identification. This article focuses the feature learning on automatically finding discriminative descriptors able to reflect the dissimilarities mainly due to the changes in actual people appearance, independently from the variations introduced by the acquisition point. With that purpose, such variations have been implicitly embedded by the Mahalanobis distance. This article presents a learning algorithm to jointly model features and the Mahalanobis distance through a Deep Neural Re-Identification model. The Mahalanobis distance learning has been implemented as a novel neural layer, forming part of a Triplet Learning model that has been evaluated over PRID2011 dataset, providing satisfactory results.","PeriodicalId":50358,"journal":{"name":"Integrated Computer-Aided Engineering","volume":null,"pages":null},"PeriodicalIF":6.5,"publicationDate":"2021-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"74690035","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}
引用次数: 7
期刊
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