paper-with-me

Papers

Monocular Obstacle Avoidance Based on Inverse PPO for Fixed-wing UAVs

2024-11-27 · Haochen Chai, Meimei Su, Yang Lyu, ZhunGa Liu, Chunhui Zhao, Quan Pan

Fixed-wing Unmanned Aerial Vehicles (UAVs) are one of the most commonly used platforms for the burgeoning Low-altitude Economy (LAE) and Urban Air Mobility (UAM), due to their long endurance and high-speed capabilities. Classical obstacle avoidance systems, which rely on prior maps or sophisticated sensors, face limitations in unknown low-altitude environments and small UAV platforms. In response, this paper proposes a lightweight deep reinforcement learning (DRL) based UAV collision avoidance system that enables a fixed-wing UAV to avoid unknown obstacles at cruise speed over 30m/s, with only onboard visual sensors. The proposed system employs a single-frame image depth inference module with a streamlined network architecture to ensure real-time obstacle detection, optimized for edge computing devices. After that, a reinforcement learning controller with a novel reward function is designed to balance the target approach and flight trajectory smoothness, satisfying the specific dynamic constraints and stability requirements of a fixed-wing UAV platform. An adaptive entropy adjustment mechanism is introduced to mitigate the exploration-exploitation trade-off inherent in DRL, improving training convergence and obstacle avoidance success rates. Extensive software-in-the-loop and hardware-in-the-loop experiments demonstrate that the proposed framework outperforms other methods in obstacle avoidance efficiency and flight trajectory smoothness and confirm the feasibility of implementing the algorithm on edge devices. The source code is publicly available at \url{https://github.com/ch9397/FixedWing-MonoPPO}.

📄 PDF Abstract BibTeX arXiv:2411.18009

Code (1)

ch9397/fixedwing-monoppo 공식 구현 pytorch

Tasks

Collision AvoidanceDeep Reinforcement LearningEdge-computing

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Obstacle Avoidance Using a Monocular Camera

2020-12-03 · Kyle Hatch, John Mern, Mykel Kochenderfer

A collision avoidance system based on simple digital cameras would help enable the safe integration of small UAVs into crowded, low-altitude environments. In this work, we present an obstacle avoidance system for small U…

Collision Avoidance

Distributed Adaptive Consensus with Obstacle and Collision Avoidance for Networks of Heterogeneous Multi-Agent Systems

2024-10-11 · Armel Koulong, Ali Pakniyat

This paper presents a distributed adaptive control strategy for multi-agent systems with heterogeneous dynamics and collision avoidance. We propose an adaptive control strategy designed to ensure leader-following formati…

Collision Avoidance

Visual Based Navigation of Mobile Robots

2017-12-15 · Shailja, Soumabh Bhowmick, Jayanta Mukhopadhyay

We have developed an algorithm to generate a complete map of the traversable region for a personal assistant robot using monocular vision only. Using multiple taken by a simple webcam, obstacle detection and avoidance al…

Clustering

Memory-based Deep Reinforcement Learning for Obstacle Avoidance in UAV with Limited Environment Knowledge

2018-11-08 · Abhik Singla, Sindhu Padakandla, Shalabh Bhatnagar

This paper presents our method for enabling a UAV quadrotor, equipped with a monocular camera, to autonomously avoid collisions with obstacles in unstructured and unknown indoor environments. When compared to obstacle av…

Decision MakingDeep Reinforcement LearningReinforcement LearningReinforcement Learning (RL)

Vision-Based Mobile Robotics Obstacle Avoidance With Deep Reinforcement Learning

2021-03-08 · Patrick Wenzel, Torsten Schön, Laura Leal-Taixé, Daniel Cremers

Obstacle avoidance is a fundamental and challenging problem for autonomous navigation of mobile robots. In this paper, we consider the problem of obstacle avoidance in simple 3D environments where the robot has to solely…

Atari GamesAutonomous Navigationcontinuous-controlContinuous Control+5