首页 > 最新文献

2022 IEEE International Conference on Unmanned Systems (ICUS)最新文献

英文 中文
The Design and Implementation of Control Mode Switching Equipment for a Type of In-flight Simulator 某型飞行模拟器控制模式切换装置的设计与实现
Pub Date : 2022-10-28 DOI: 10.1109/ICUS55513.2022.9986842
Hanxiang Gao, Boyang Ren, Quanbo Ge
The In-flight simulator can simulate the flight of the new aircraft before it takes off, and it plays a very important role in improving the design of the new aircraft, and it is an important link in the process of aircraft development. This paper analyzes the cross-linking relationship between the control instructions of the original aircraft and the variable stability aircraft, designs the control mode switching circuit, and gives the overall composition and implementation method of the control mode switching equipment. The gradual loop and double redundancy design are adopted in the design, which effectively ensure the stability and reliability of the equipment operation and realize the switching of the control command of the rudder surface between the original aircraft flight control system and the variable stability flight control system. The test results show that the equipment works well and meets the requirements of flight test.
飞行模拟器可以模拟新飞机起飞前的飞行情况,对改进新飞机的设计起着非常重要的作用,是飞机研制过程中的一个重要环节。分析了原机控制指令与变稳机控制指令之间的交联关系,设计了控制模式切换电路,给出了控制模式切换设备的总体构成和实现方法。设计中采用渐进式回路和双冗余设计,有效保证了设备运行的稳定性和可靠性,实现了舵面控制指令在原飞机飞控系统和变稳飞控系统之间的切换。试验结果表明,该装置工作良好,满足飞行试验要求。
{"title":"The Design and Implementation of Control Mode Switching Equipment for a Type of In-flight Simulator","authors":"Hanxiang Gao, Boyang Ren, Quanbo Ge","doi":"10.1109/ICUS55513.2022.9986842","DOIUrl":"https://doi.org/10.1109/ICUS55513.2022.9986842","url":null,"abstract":"The In-flight simulator can simulate the flight of the new aircraft before it takes off, and it plays a very important role in improving the design of the new aircraft, and it is an important link in the process of aircraft development. This paper analyzes the cross-linking relationship between the control instructions of the original aircraft and the variable stability aircraft, designs the control mode switching circuit, and gives the overall composition and implementation method of the control mode switching equipment. The gradual loop and double redundancy design are adopted in the design, which effectively ensure the stability and reliability of the equipment operation and realize the switching of the control command of the rudder surface between the original aircraft flight control system and the variable stability flight control system. The test results show that the equipment works well and meets the requirements of flight test.","PeriodicalId":345773,"journal":{"name":"2022 IEEE International Conference on Unmanned Systems (ICUS)","volume":"18 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-10-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115307166","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
An Adversarial Defense Algorithm Based on Triplet Network and Voting Decision 基于三重网络和投票决策的对抗防御算法
Pub Date : 2022-10-28 DOI: 10.1109/ICUS55513.2022.9986996
Haonan Zheng, Jiajia Zhao, Wei Tan
In the field of artificial intelligence, neural network is one of the key technologies used for image classification and recognition. However, recent work has demonstrated that deep neural networks are easily attacked by adversarial examples to make misjudgments. Adversarial examples are almost indistin-guishable from normal examples and yet cannot be classified correctly by neural networks. The existence of adversarial examples is a major obstacle to the practical application and deployment of neural networks, so the research on adversarial defense algorithms is an important topic in the field of AI security. This paper proposes an adversarial example defense algorithm based on a triplet network and voting decision mechanism. Firstly, two neural networks with different structures are trained based on normal dataset. Secondly, the first network is fine-tuned using the adversarial examples generated by these two networks, resulting in a third neural network. Then, these three neural networks are used as sub-networks in parallel to construct a triplet network. Through adversarial training and differences in structures, the transferability of adversarial examples among the three sub-networks is weakened. Finally, the final classification result is obtained by majority voting, based on the parallel output results of the three sub-networks. Through the complementarity between these three sub-networks, the defense against adversarial examples is realized. The experimental results demonstrate the effectiveness of this algorithm.
在人工智能领域,神经网络是用于图像分类和识别的关键技术之一。然而,最近的研究表明,深度神经网络很容易受到对抗性示例的攻击,从而做出错误判断。对抗示例与正常示例几乎无法区分,但神经网络无法正确分类。对抗样例的存在是神经网络实际应用和部署的主要障碍,因此对抗防御算法的研究是人工智能安全领域的一个重要课题。提出了一种基于三重网络和投票决策机制的对抗性示例防御算法。首先,基于正常数据集训练两个不同结构的神经网络;其次,使用这两个网络生成的对抗示例对第一个网络进行微调,从而产生第三个神经网络。然后,将这三个神经网络作为子网络并行使用,构建一个三重网络。通过对抗性训练和结构的差异,削弱了对抗性示例在三个子网络之间的可转移性。最后,根据三个子网络的并行输出结果,通过多数投票获得最终的分类结果。通过这三个子网络之间的互补,实现了对抗性实例的防御。实验结果证明了该算法的有效性。
{"title":"An Adversarial Defense Algorithm Based on Triplet Network and Voting Decision","authors":"Haonan Zheng, Jiajia Zhao, Wei Tan","doi":"10.1109/ICUS55513.2022.9986996","DOIUrl":"https://doi.org/10.1109/ICUS55513.2022.9986996","url":null,"abstract":"In the field of artificial intelligence, neural network is one of the key technologies used for image classification and recognition. However, recent work has demonstrated that deep neural networks are easily attacked by adversarial examples to make misjudgments. Adversarial examples are almost indistin-guishable from normal examples and yet cannot be classified correctly by neural networks. The existence of adversarial examples is a major obstacle to the practical application and deployment of neural networks, so the research on adversarial defense algorithms is an important topic in the field of AI security. This paper proposes an adversarial example defense algorithm based on a triplet network and voting decision mechanism. Firstly, two neural networks with different structures are trained based on normal dataset. Secondly, the first network is fine-tuned using the adversarial examples generated by these two networks, resulting in a third neural network. Then, these three neural networks are used as sub-networks in parallel to construct a triplet network. Through adversarial training and differences in structures, the transferability of adversarial examples among the three sub-networks is weakened. Finally, the final classification result is obtained by majority voting, based on the parallel output results of the three sub-networks. Through the complementarity between these three sub-networks, the defense against adversarial examples is realized. The experimental results demonstrate the effectiveness of this algorithm.","PeriodicalId":345773,"journal":{"name":"2022 IEEE International Conference on Unmanned Systems (ICUS)","volume":"6 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-10-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116926114","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
Event-triggered Distributed Cooperative Guidance for Multiple Aircraft 多机事件触发分布式协同制导
Pub Date : 2022-10-28 DOI: 10.1109/ICUS55513.2022.9986602
Q. Tan, Xiaoyang Xie, Tao Yu, Jian Gao
This paper investigates cooperative guidance problems under event-triggered scheme for multiple aircraft with fixed communication topology. The event-triggered distributed cooperative guidance method is divided into two steps. In the first step, an event-triggered scheme is proposed in the cooperative guidance method to reach consensus asymptotically. Each aircraft exchanges the state information with its neighbors at the certain instants when the states satisfy the triggering conditions. The frequency of the communication between the aircraft goes down compared with the periodic communication in the cooperative guidance method. In the second step, each aircraft adopt the widely-used proportional navigation guidance law (PNG) independently to conduct the cooperative mission without communication. Moreover, it is proven that the aircraft can fulfill the cooperative mission asymptotically under the designed triggering condition in the first step. Finally, simulation results are illustrated to verify the validity of the proposed cooperative guidance method under event-triggered scheme.
研究了具有固定通信拓扑的多架飞机在事件触发方案下的协同制导问题。将事件触发分布式协同制导方法分为两个步骤。首先,在协作引导方法中提出了一种事件触发方案,使其渐近达成一致。每架飞机在状态满足触发条件的特定时刻与相邻飞机交换状态信息。与协同制导方法中的周期性通信相比,飞机间通信频率降低。第二步,各飞机独立采用广泛使用的比例导航制导律(PNG),在不通信的情况下进行协同任务。并且,在第一步设计的触发条件下,证明了飞行器能渐近地完成协同任务。最后通过仿真结果验证了所提协同制导方法在事件触发方案下的有效性。
{"title":"Event-triggered Distributed Cooperative Guidance for Multiple Aircraft","authors":"Q. Tan, Xiaoyang Xie, Tao Yu, Jian Gao","doi":"10.1109/ICUS55513.2022.9986602","DOIUrl":"https://doi.org/10.1109/ICUS55513.2022.9986602","url":null,"abstract":"This paper investigates cooperative guidance problems under event-triggered scheme for multiple aircraft with fixed communication topology. The event-triggered distributed cooperative guidance method is divided into two steps. In the first step, an event-triggered scheme is proposed in the cooperative guidance method to reach consensus asymptotically. Each aircraft exchanges the state information with its neighbors at the certain instants when the states satisfy the triggering conditions. The frequency of the communication between the aircraft goes down compared with the periodic communication in the cooperative guidance method. In the second step, each aircraft adopt the widely-used proportional navigation guidance law (PNG) independently to conduct the cooperative mission without communication. Moreover, it is proven that the aircraft can fulfill the cooperative mission asymptotically under the designed triggering condition in the first step. Finally, simulation results are illustrated to verify the validity of the proposed cooperative guidance method under event-triggered scheme.","PeriodicalId":345773,"journal":{"name":"2022 IEEE International Conference on Unmanned Systems (ICUS)","volume":"16 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-10-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121027423","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
Rocket Self-learning Control based on Lightweight Neural Network Architecture Search 基于轻量级神经网络结构搜索的火箭自学习控制
Pub Date : 2022-10-28 DOI: 10.1109/ICUS55513.2022.9986957
Zhaolei Wang, Kunfeng Lu, Chunmei Yu, Na Yao, Ludi Wang, Jikang Zhao
Aiming at the problem that the traditional control law design process is complex and relies heavily on accurate mathematical models, this paper uses the Deep Deterministic Policy Gradient (DDPG) reinforcement learning to realize the self-learning of continuous motion control law. However, since the performance of the DDPG algorithm depends heavily on the hyper-parameters, there is no clear design basis for the Actor-Critic framework neural network architecture. Considering that the reinforcement learning requires a large amount of computation, the repetitive manual trial and error of hyper-parameters greatly reduces the design efficiency of the algorithm and increases labor costs. On the basis of converting the network architecture design problem into a graph topology generation problem, an automatic search and optimization framework for deep reinforcement learning neural network structure is given in this paper, where the graph topology generation algorithm based on LSTM recurrent neural network, the weight sharing-based lightweight training and evaluation mechanism of deep reinforcement network parameter, and the policy gradient-based learning algorithm of graph topology generator parameter are innovatively combined. Thus, the neural network hyper-parameters in the DDPG algorithm are automatically optimized, and the control law is obtained by self-learning training. Finally, taking rocket vertical recovery control as an ex-ample, the effectiveness of the proposed method is verified.
针对传统控制律设计过程复杂且严重依赖精确数学模型的问题,采用深度确定性策略梯度(Deep Deterministic Policy Gradient, DDPG)强化学习方法实现连续运动控制律的自学习。然而,由于DDPG算法的性能严重依赖于超参数,因此Actor-Critic框架神经网络架构没有明确的设计基础。考虑到强化学习需要大量的计算量,超参数的重复人工试错大大降低了算法的设计效率,增加了人工成本。在将网络架构设计问题转化为图拓扑生成问题的基础上,给出了深度强化学习神经网络结构的自动搜索与优化框架,其中基于LSTM递归神经网络的图拓扑生成算法、基于权值共享的深度强化网络参数轻量训练与评价机制、创新地结合了基于策略梯度的图拓扑生成器参数学习算法。从而自动优化DDPG算法中的神经网络超参数,并通过自学习训练得到控制律。最后,以火箭垂直回收控制为例,验证了该方法的有效性。
{"title":"Rocket Self-learning Control based on Lightweight Neural Network Architecture Search","authors":"Zhaolei Wang, Kunfeng Lu, Chunmei Yu, Na Yao, Ludi Wang, Jikang Zhao","doi":"10.1109/ICUS55513.2022.9986957","DOIUrl":"https://doi.org/10.1109/ICUS55513.2022.9986957","url":null,"abstract":"Aiming at the problem that the traditional control law design process is complex and relies heavily on accurate mathematical models, this paper uses the Deep Deterministic Policy Gradient (DDPG) reinforcement learning to realize the self-learning of continuous motion control law. However, since the performance of the DDPG algorithm depends heavily on the hyper-parameters, there is no clear design basis for the Actor-Critic framework neural network architecture. Considering that the reinforcement learning requires a large amount of computation, the repetitive manual trial and error of hyper-parameters greatly reduces the design efficiency of the algorithm and increases labor costs. On the basis of converting the network architecture design problem into a graph topology generation problem, an automatic search and optimization framework for deep reinforcement learning neural network structure is given in this paper, where the graph topology generation algorithm based on LSTM recurrent neural network, the weight sharing-based lightweight training and evaluation mechanism of deep reinforcement network parameter, and the policy gradient-based learning algorithm of graph topology generator parameter are innovatively combined. Thus, the neural network hyper-parameters in the DDPG algorithm are automatically optimized, and the control law is obtained by self-learning training. Finally, taking rocket vertical recovery control as an ex-ample, the effectiveness of the proposed method is verified.","PeriodicalId":345773,"journal":{"name":"2022 IEEE International Conference on Unmanned Systems (ICUS)","volume":"48 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-10-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121053481","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
Stability Augmentation Control of Tilting Dual-Rotor UAV with Balance Tail 倾斜平衡尾翼双旋翼无人机增稳控制
Pub Date : 2022-10-28 DOI: 10.1109/ICUS55513.2022.9986615
Yurui Xu, Liang Gao, Benshan Liu, Junming Zhang, Yanhe Zhu, Jie Zhao
In order to improve the stability of the dual-rotor Unmanned Aerial Vehicle (UAV), a balance tail is designed to be equipped on the UAV. With reasonable movement, the balance tail may generate additional force and moment which can promote the UAV to be stable rapidly when the UAV is ready to stop. Firstly, the kinematics and dynamics of the tilt-rotor UAV are modeled by Newton-Euler method, and the relations between the movement of the balance tail and the additional force and moment are deduced. The flight control of tilting dual-rotor UAV is realized. Then, the influences of the balance tail on the dual-rotor UAV are analyzed by the nonlinear simulation under the conditions of different masses of the tail and swing rules. Finally, the tail coordinating with the motor tilting and active control of the tail based on cascade PID are explored for stability augmentation of the UAV, respectively. And the effectiveness of the two methods is verified by simulation.
为了提高双旋翼无人机的稳定性,在无人机上安装了平衡尾翼。通过合理的运动,平衡尾翼可以产生额外的力和力矩,在无人机准备停止时迅速稳定。首先,采用牛顿-欧拉方法对倾转旋翼无人机进行运动学和动力学建模,推导了平衡尾翼运动与附加力和附加力矩的关系。实现了倾转双旋翼无人机的飞行控制。然后,通过非线性仿真分析了在不同尾翼质量和摆动规律条件下,平衡尾翼对双旋翼无人机的影响。最后,研究了机尾配合电机倾斜和基于串级PID的机尾主动控制两种增强无人机稳定性的方法。并通过仿真验证了两种方法的有效性。
{"title":"Stability Augmentation Control of Tilting Dual-Rotor UAV with Balance Tail","authors":"Yurui Xu, Liang Gao, Benshan Liu, Junming Zhang, Yanhe Zhu, Jie Zhao","doi":"10.1109/ICUS55513.2022.9986615","DOIUrl":"https://doi.org/10.1109/ICUS55513.2022.9986615","url":null,"abstract":"In order to improve the stability of the dual-rotor Unmanned Aerial Vehicle (UAV), a balance tail is designed to be equipped on the UAV. With reasonable movement, the balance tail may generate additional force and moment which can promote the UAV to be stable rapidly when the UAV is ready to stop. Firstly, the kinematics and dynamics of the tilt-rotor UAV are modeled by Newton-Euler method, and the relations between the movement of the balance tail and the additional force and moment are deduced. The flight control of tilting dual-rotor UAV is realized. Then, the influences of the balance tail on the dual-rotor UAV are analyzed by the nonlinear simulation under the conditions of different masses of the tail and swing rules. Finally, the tail coordinating with the motor tilting and active control of the tail based on cascade PID are explored for stability augmentation of the UAV, respectively. And the effectiveness of the two methods is verified by simulation.","PeriodicalId":345773,"journal":{"name":"2022 IEEE International Conference on Unmanned Systems (ICUS)","volume":"11 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-10-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124845319","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
Multi-UAVs Trajectory Planning Method with Coordinated Attack Angle-Time Constraints 具有协调攻角-时间约束的多无人机轨迹规划方法
Pub Date : 2022-10-28 DOI: 10.1109/ICUS55513.2022.9987057
Jie Xu, Weinan Wu, Yiming Sun
Multi unmanned aerial vehicles (multi-UAVs) coordinated ground attack is an important part of regional sealing and suppression tasks. This paper takes this task as the background to carry out research on multi-UAVs cooperative trajectory planning. Based on this, a multi-UAVs trajectory planning method considering cooperative attack angle and time constraints is proposed. First, the problem is described as a directed graph based on graph theory, the UAV is equivalent to the Dubins Car model, and the constraint model of trajectory avoidance, obstacle avoidance, attack time, and attack angle is given. The total track length is taken as the optimization objective, and the genetic algorithm is designed to solve the problem. The simulation results show that the genetic algorithm can solve the problem, and the designed method has good engineering application value.
多无人机协同对地攻击是遂行区域封锁压制任务的重要组成部分。本文以该任务为背景,开展多无人机协同轨迹规划研究。在此基础上,提出了一种考虑协同攻角和时间约束的多无人机弹道规划方法。首先,基于图论将问题描述为一个有向图,将无人机等效为Dubins Car模型,给出了轨迹回避、避障、攻击时间和攻角的约束模型;以总航迹长度为优化目标,设计遗传算法求解该问题。仿真结果表明,遗传算法可以解决该问题,所设计的方法具有良好的工程应用价值。
{"title":"Multi-UAVs Trajectory Planning Method with Coordinated Attack Angle-Time Constraints","authors":"Jie Xu, Weinan Wu, Yiming Sun","doi":"10.1109/ICUS55513.2022.9987057","DOIUrl":"https://doi.org/10.1109/ICUS55513.2022.9987057","url":null,"abstract":"Multi unmanned aerial vehicles (multi-UAVs) coordinated ground attack is an important part of regional sealing and suppression tasks. This paper takes this task as the background to carry out research on multi-UAVs cooperative trajectory planning. Based on this, a multi-UAVs trajectory planning method considering cooperative attack angle and time constraints is proposed. First, the problem is described as a directed graph based on graph theory, the UAV is equivalent to the Dubins Car model, and the constraint model of trajectory avoidance, obstacle avoidance, attack time, and attack angle is given. The total track length is taken as the optimization objective, and the genetic algorithm is designed to solve the problem. The simulation results show that the genetic algorithm can solve the problem, and the designed method has good engineering application value.","PeriodicalId":345773,"journal":{"name":"2022 IEEE International Conference on Unmanned Systems (ICUS)","volume":"7 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-10-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125147551","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
Long-term Tracker with Adaptive Occlusion and Recovery Judgment 具有自适应遮挡和恢复判断的长期跟踪器
Pub Date : 2022-10-28 DOI: 10.1109/ICUS55513.2022.9986584
Ying Mi, Chan Liu, Chaohui Wang, Xiangyang Yue, Xiaohan Zhao, Lu Chen
Compared with a short-term task, long-term tracking has received more attention and research in recent years. Long-term tracking is more challenging because it needs to solve two difficult problems: when to update and how to update our model. Many outstanding short-term tracking methods update frame by frame or manually set the threshold to judge if the tracker should be updated, but when the target is blocked or escapes from the field of view, it is easy to get and update wrong samples, resulting in model pollution and drift. Not only that, but due to the lack of a re-detection mechanism, it is difficult for these short-term tracking methods to recover once the target is lost (especially when the target reappears from another location). In this work, we propose a high-speed long-term tracker with adaptive occlusion and recovery judgment (LT-AOR), which comprehensively judge the update chance of the tracker through the discrimination information and appearance information, and re-detects the target in a simplified way to achieve stable tracking in the case of target occlusion and loss.
与短期任务相比,长期跟踪近年来受到了更多的关注和研究。长期跟踪更具挑战性,因为它需要解决两个难题:何时更新以及如何更新我们的模型。许多优秀的短期跟踪方法是逐帧更新或手动设置阈值来判断跟踪器是否需要更新,但当目标被遮挡或逃离视野时,容易获取和更新错误的样本,导致模型污染和漂移。不仅如此,由于缺乏重新检测机制,一旦目标丢失(特别是当目标从另一个位置重新出现时),这些短期跟踪方法很难恢复。在这项工作中,我们提出了一种具有自适应遮挡和恢复判断的高速长期跟踪器(LT-AOR),它通过识别信息和外观信息综合判断跟踪器的更新机会,并以简化的方式重新检测目标,从而在目标遮挡和丢失的情况下实现稳定跟踪。
{"title":"Long-term Tracker with Adaptive Occlusion and Recovery Judgment","authors":"Ying Mi, Chan Liu, Chaohui Wang, Xiangyang Yue, Xiaohan Zhao, Lu Chen","doi":"10.1109/ICUS55513.2022.9986584","DOIUrl":"https://doi.org/10.1109/ICUS55513.2022.9986584","url":null,"abstract":"Compared with a short-term task, long-term tracking has received more attention and research in recent years. Long-term tracking is more challenging because it needs to solve two difficult problems: when to update and how to update our model. Many outstanding short-term tracking methods update frame by frame or manually set the threshold to judge if the tracker should be updated, but when the target is blocked or escapes from the field of view, it is easy to get and update wrong samples, resulting in model pollution and drift. Not only that, but due to the lack of a re-detection mechanism, it is difficult for these short-term tracking methods to recover once the target is lost (especially when the target reappears from another location). In this work, we propose a high-speed long-term tracker with adaptive occlusion and recovery judgment (LT-AOR), which comprehensively judge the update chance of the tracker through the discrimination information and appearance information, and re-detects the target in a simplified way to achieve stable tracking in the case of target occlusion and loss.","PeriodicalId":345773,"journal":{"name":"2022 IEEE International Conference on Unmanned Systems (ICUS)","volume":"49 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-10-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116195701","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
Health Assessment of Unmanned Aerial Vehicle Formation Systems under False Data Injection Attack 虚假数据注入攻击下无人机编队系统健康评估
Pub Date : 2022-10-28 DOI: 10.1109/ICUS55513.2022.9986994
Shuo Pan, Zhiyu Xi
This paper proposes a method for health assessment of unmanned aerial vehicle formation system under false data injection attack. The models of unmanned aerial vehicle and false data injection attack are built, and leader-follower structure is adopted for the formation system. The degree of health reflecting the probability that the error exceeds its allowable value subject to random noise and false data injection attack is established. Derivation of the degree of health is formulated as an optimization problem and procedures to solve the optimization problem are also provided. Finally, simulation is carried out to depict the dynamics of a unmanned aerial vehicle formation system under false data injection attack with the degree of health of the system highlighted.
提出了一种无人机编队系统在虚假数据注入攻击下的健康评估方法。建立了无人机模型和虚假数据注入攻击模型,编队系统采用leader-follower结构。建立了反映在随机噪声和虚假数据注入攻击下误差超过允许值的概率的健康度。将健康度的推导表述为一个优化问题,并给出了求解该优化问题的程序。最后,通过仿真描述了无人机编队系统在虚假数据注入攻击下的动态特性,突出了系统的健康程度。
{"title":"Health Assessment of Unmanned Aerial Vehicle Formation Systems under False Data Injection Attack","authors":"Shuo Pan, Zhiyu Xi","doi":"10.1109/ICUS55513.2022.9986994","DOIUrl":"https://doi.org/10.1109/ICUS55513.2022.9986994","url":null,"abstract":"This paper proposes a method for health assessment of unmanned aerial vehicle formation system under false data injection attack. The models of unmanned aerial vehicle and false data injection attack are built, and leader-follower structure is adopted for the formation system. The degree of health reflecting the probability that the error exceeds its allowable value subject to random noise and false data injection attack is established. Derivation of the degree of health is formulated as an optimization problem and procedures to solve the optimization problem are also provided. Finally, simulation is carried out to depict the dynamics of a unmanned aerial vehicle formation system under false data injection attack with the degree of health of the system highlighted.","PeriodicalId":345773,"journal":{"name":"2022 IEEE International Conference on Unmanned Systems (ICUS)","volume":"138 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-10-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116415825","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
Local Path Planning for Unmanned Surface Vehicles based on Hybrid A* and B-spline 基于A*和b样条混合的无人水面车辆局部路径规划
Pub Date : 2022-10-28 DOI: 10.1109/ICUS55513.2022.9986811
Liang Zhao, Ruyin Mao, Yong Bai
Unmanned Surface Vehicles (USVs) have witnessed a vigorous growth in the past decades and have been applied in various applications in both commercial and military domains. Central to the control of USVs, local path planning is one of the crucial technologies in the process towards autonomy. This paper investigates the application of a novel path planning algorithm in combination with modified Hybrid A* and several path manipulators. First, the heuristic strategy and node expansion method of standard Hybrid A* have been adapted for the algorithm. Second, node cutting technique and B-spline path smoother are applied to enhance the path quality. Simulations have been carried out to illustrate the excellent performance of the proposed method comparing to several state-of-the-art methods. Furthermore, the new algorithm is tested in the USV model, and the results have demonstrated that it can perfectly coordinate with the USV control system. Therefore, the proposed algorithm can be considered as a reliable method dealing with local path planning problem for USV.
无人水面飞行器(usv)在过去的几十年里得到了蓬勃的发展,并在商业和军事领域得到了广泛的应用。在无人驾驶汽车的控制中,局部路径规划是实现自动驾驶的关键技术之一。本文研究了一种结合改进的Hybrid a *和多个路径操纵器的新型路径规划算法的应用。首先,采用了标准Hybrid A*的启发式策略和节点展开方法。其次,采用节点切割技术和b样条路径平滑来提高路径质量;仿真表明,与几种最先进的方法相比,所提出的方法具有优异的性能。此外,在USV模型中对该算法进行了测试,结果表明该算法能够很好地与USV控制系统协调。因此,该算法是解决无人潜航器局部路径规划问题的可靠方法。
{"title":"Local Path Planning for Unmanned Surface Vehicles based on Hybrid A* and B-spline","authors":"Liang Zhao, Ruyin Mao, Yong Bai","doi":"10.1109/ICUS55513.2022.9986811","DOIUrl":"https://doi.org/10.1109/ICUS55513.2022.9986811","url":null,"abstract":"Unmanned Surface Vehicles (USVs) have witnessed a vigorous growth in the past decades and have been applied in various applications in both commercial and military domains. Central to the control of USVs, local path planning is one of the crucial technologies in the process towards autonomy. This paper investigates the application of a novel path planning algorithm in combination with modified Hybrid A* and several path manipulators. First, the heuristic strategy and node expansion method of standard Hybrid A* have been adapted for the algorithm. Second, node cutting technique and B-spline path smoother are applied to enhance the path quality. Simulations have been carried out to illustrate the excellent performance of the proposed method comparing to several state-of-the-art methods. Furthermore, the new algorithm is tested in the USV model, and the results have demonstrated that it can perfectly coordinate with the USV control system. Therefore, the proposed algorithm can be considered as a reliable method dealing with local path planning problem for USV.","PeriodicalId":345773,"journal":{"name":"2022 IEEE International Conference on Unmanned Systems (ICUS)","volume":"34 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-10-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116527317","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}
引用次数: 1
Efficient Reinforcement Learning for Autonomous Ship Collision Avoidance under Learning Experience Reuse 学习经验重用下船舶自主避碰的高效强化学习
Pub Date : 2022-10-28 DOI: 10.1109/ICUS55513.2022.9986793
Chengbo Wang, Xinyu Zhang, Hongbo Gao, Huiping Su, Kangjie Zheng, Weisong Wang
In this paper, a learning experience reuse - reinforcement learning collision avoidance (LER-RLCA) method is proposed, which can synthesize near-optimal collision avoidance policy with efficient sampling and good seamanship, to solve the local safety sailing of autonomous ship in a multi-obstacle environment. Lying on the general reinforcement learning (RL), using learning experience reuse, the hidden features of historical training data were mined. Meanwhile, a new reward function combining external revenue signal with internal incentive signal was designed to encourage search the environment with a low probability of state transition. We further applied LER-RLCA algorithm to the simulation of autonomous ship collision avoidance. The results show that the proposed LER-RLCA algorithm can well realize the collision-free and safe navigation of autonomous ships, to avoid falling into local iteration, greatly improve the convergence speed of the algorithm, and improve the performance of online collision avoidance decision-making.
针对自主船舶在多障碍环境下的局部安全航行问题,提出了一种学习经验重用-强化学习避碰(LER-RLCA)方法,该方法能够综合出采样效率高、船性好的近最优避碰策略。基于广义强化学习(RL),利用学习经验重用,挖掘历史训练数据的隐藏特征。同时,设计了一种结合外部收益信号和内部激励信号的奖励函数,以激励低状态转移概率的搜索环境。我们进一步将LER-RLCA算法应用于船舶自主避碰仿真。结果表明,提出的LER-RLCA算法可以很好地实现自主船舶的无碰撞安全航行,避免陷入局部迭代,大大提高了算法的收敛速度,提高了在线避碰决策的性能。
{"title":"Efficient Reinforcement Learning for Autonomous Ship Collision Avoidance under Learning Experience Reuse","authors":"Chengbo Wang, Xinyu Zhang, Hongbo Gao, Huiping Su, Kangjie Zheng, Weisong Wang","doi":"10.1109/ICUS55513.2022.9986793","DOIUrl":"https://doi.org/10.1109/ICUS55513.2022.9986793","url":null,"abstract":"In this paper, a learning experience reuse - reinforcement learning collision avoidance (LER-RLCA) method is proposed, which can synthesize near-optimal collision avoidance policy with efficient sampling and good seamanship, to solve the local safety sailing of autonomous ship in a multi-obstacle environment. Lying on the general reinforcement learning (RL), using learning experience reuse, the hidden features of historical training data were mined. Meanwhile, a new reward function combining external revenue signal with internal incentive signal was designed to encourage search the environment with a low probability of state transition. We further applied LER-RLCA algorithm to the simulation of autonomous ship collision avoidance. The results show that the proposed LER-RLCA algorithm can well realize the collision-free and safe navigation of autonomous ships, to avoid falling into local iteration, greatly improve the convergence speed of the algorithm, and improve the performance of online collision avoidance decision-making.","PeriodicalId":345773,"journal":{"name":"2022 IEEE International Conference on Unmanned Systems (ICUS)","volume":"114 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-10-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116534931","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}
引用次数: 1
期刊
2022 IEEE International Conference on Unmanned Systems (ICUS)
全部 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