paper-with-me

Papers

Vision-based Drone Flocking in Outdoor Environments

2020-12-02 · Fabian Schilling, Fabrizio Schiano, Dario Floreano

Decentralized deployment of drone swarms usually relies on inter-agent communication or visual markers that are mounted on the vehicles to simplify their mutual detection. This letter proposes a vision-based detection and tracking algorithm that enables groups of drones to navigate without communication or visual markers. We employ a convolutional neural network to detect and localize nearby agents onboard the quadcopters in real-time. Rather than manually labeling a dataset, we automatically annotate images to train the neural network using background subtraction by systematically flying a quadcopter in front of a static camera. We use a multi-agent state tracker to estimate the relative positions and velocities of nearby agents, which are subsequently fed to a flocking algorithm for high-level control. The drones are equipped with multiple cameras to provide omnidirectional visual inputs. The camera setup ensures the safety of the flock by avoiding blind spots regardless of the agent configuration. We evaluate the approach with a group of three real quadcopters that are controlled using the proposed vision-based flocking algorithm. The results show that the drones can safely navigate in an outdoor environment despite substantial background clutter and difficult lighting conditions. The source code, image dataset, and trained detection model are available at https://github.com/lis-epfl/vswarm.

📄 PDF Abstract BibTeX arXiv:2012.01245

Code (1)

lis-epfl/vswarm 공식 구현

Tasks

Navigate

Similar Papers 제목 키워드 기반

Flocking phase transition and threat responses in bio-inspired autonomous drone swarms

2025-12-24 · Matthieu Verdoucq, Dari Trendafilov, Clément Sire, Ramón Escobedo 외 arxiv

Collective motion inspired by animal groups offers powerful design principles for autonomous aerial swarms. We present a bio-inspired 3D flocking algorithm in which each drone interacts only with a minimal set of influen…

GO-Flock: Goal-Oriented Flocking in 3D Unknown Environments with Depth Maps

2025-10-07 · Yan Rui Tan, Wenqi Liu, Wai Lun Leong, John Guan Zhong Tan 외 arxiv

Artificial Potential Field (APF) methods are widely used for reactive flocking control, but they often suffer from challenges such as deadlocks and local minima, especially in the presence of obstacles. Existing solution…

Learning Vision-based Cohesive Flight in Drone Swarms

2018-09-03 · Fabian Schilling, Julien Lecoeur, Fabrizio Schiano, Dario Floreano

This paper presents a data-driven approach to learning vision-based collective behavior from a simple flocking algorithm. We simulate a swarm of quadrotor drones and formulate the controller as a regression problem in wh…

Collision Avoidance

A Time-efficient Prioritised Scheduling Algorithm to Optimise Initial Flock Formation of Drones

2025-12-22 · Sujan Warnakulasooriya, Andreas Willig, Xiaobing Wu arxiv

Drone applications continue to expand across various domains, with flocking offering enhanced cooperative capabilities but introducing significant challenges during initial formation. Existing flocking algorithms often s…

Computational Efficiency

Drone Flocking Optimization using NSGA-II and Principal Component Analysis

2022-05-01 · Jagdish Chand Bansal, Nikhil Sethi, Ogbonnaya Anicho, Atulya Nagar

Individual agents in natural systems like flocks of birds or schools of fish display a remarkable ability to coordinate and communicate in local groups and execute a variety of tasks efficiently. Emulating such natural s…

Collision AvoidanceDimensionality ReductionHumanitarian