Preserving Relative Localization of FoV-Limited Drone Swarm via Active Mutual Observation

Read original: arXiv:2407.01292 - Published 7/2/2024 by Lianjie Guo, Zaitian Gongye, Ziyi Xu, Yingjian Wang, Xin Zhou, Jinni Zhou, Fei Gao
Total Score

0

🖼️

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • Relative state estimation is crucial for vision-based drone swarms to compensate for the inevitable drift in visual odometry.
  • Balancing the demands of mutual observation for relative state estimation and environment observation is a challenge for drones with a limited field of view (FoV).
  • This paper proposes an active localization correction system that plans camera orientations to acquire mutual observations while guaranteeing safety.

Plain English Explanation

Drones that work together in a swarm often use visual information to estimate their positions relative to each other. However, this visual odometry can drift over time, causing the drones to lose track of their precise locations. To address this, the researchers developed a system that helps the drones constantly correct their relative positions.

The key challenge is that drones with limited FoV cameras need to balance two competing demands: they need to observe each other to maintain accurate relative positioning, but they also need to observe their surroundings to navigate safely. The proposed system solves this by actively controlling the cameras' orientation during flight to obtain the necessary mutual observations while still ensuring the drones can see where they're going.

The system uses a Kalman Filter to estimate the uncertainty in the drones' relative positions, and then a "yaw planner" calculates the optimal camera angles and timing to acquire the mutual observations needed to correct this uncertainty. Simulation results show the algorithm is scalable, and real-world experiments demonstrate it can reduce position drift by up to 65% and allow the drones to maintain a formation even in GPS-denied environments.

Technical Explanation

The paper presents an "active localization correction system" that plans the camera orientations of drones in a swarm to balance the need for mutual observation (to estimate relative positions) and environment observation (for safe navigation).

The system uses a Kalman Filter to estimate the uncertainty in the drones' relative positions. A "yaw planner" then calculates suitable timing and yaw angle commands to acquire the mutual observations necessary to correct this localization uncertainty. The yaw planner's algorithm manages the trade-off between the two observation demands.

Simulation results validate the scalability of the approach. Real-world experiments, including both indoor and outdoor GPS-denied flights, demonstrate the system can reduce positioning drift by up to 65% and enable the drones to maintain a given formation. These results verify the accuracy, efficiency, and robustness of the proposed active localization correction system.

Critical Analysis

The paper addresses an important challenge in vision-based drone swarm navigation - maintaining accurate relative state estimation in the face of visual odometry drift. The active localization correction system proposed is a clever solution that balances the competing demands on the drones' limited FoV cameras.

However, the paper does not discuss the potential impact of sensor noise or environmental conditions on the performance of the system. Factors like lighting changes or occlusions could affect the Kalman Filter's uncertainty estimates and the yaw planner's ability to find optimal camera orientations.

Additionally, the paper focuses on maintaining formation flight, but does not address more complex safety-critical maneuvers that may be necessary in real-world scenarios. Further research could explore how the system performs under a wider range of conditions and mission requirements.

Overall, the active localization correction system represents a valuable contribution to the field of vision-based localization for drone swarms. With further development and testing, it could become an important tool for enabling robust, autonomous swarm behaviors.

Conclusion

This paper presents an innovative active localization correction system that helps drone swarms maintain accurate relative state estimation despite the drift inherent in visual odometry. By actively controlling the drones' camera orientations, the system can balance the need for mutual observation (to correct localization) and environment observation (for safe navigation).

Simulation and real-world experiments demonstrate the system's ability to significantly reduce positioning drift and enable formation flight even in GPS-denied environments. While further research is needed to fully understand its limitations, this work represents an important step forward in enabling robust, autonomous coordination within drone swarms.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

🖼️

Total Score

0

Preserving Relative Localization of FoV-Limited Drone Swarm via Active Mutual Observation

Lianjie Guo, Zaitian Gongye, Ziyi Xu, Yingjian Wang, Xin Zhou, Jinni Zhou, Fei Gao

Relative state estimation is crucial for vision-based swarms to estimate and compensate for the unavoidable drift of visual odometry. For autonomous drones equipped with the most compact sensor setting -- a stereo camera that provides a limited field of view (FoV), the demand for mutual observation for relative state estimation conflicts with the demand for environment observation. To balance the two demands for FoV limited swarms by acquiring mutual observations with a safety guarantee, this paper proposes an active localization correction system, which plans camera orientations via a yaw planner during the flight. The yaw planner manages the contradiction by calculating suitable timing and yaw angle commands based on the evaluation of localization uncertainty estimated by the Kalman Filter. Simulation validates the scalability of our algorithm. In real-world experiments, we reduce positioning drift by up to 65% and managed to maintain a given formation in both indoor and outdoor GPS-denied flight, from which the accuracy, efficiency, and robustness of the proposed system are verified.

Read more

7/2/2024

🎯

Total Score

0

Cooperative Relative Localization in MAV Swarms with Ultra-wideband Ranging

Changrui Liu, Sven U. Pfeiffer, Guido C. H. E. de Croon

Relative localization (RL) is essential for the successful operation of micro air vehicle (MAV) swarms. Achieving accurate 3-D RL in infrastructure-free and GPS-denied environments with only distance information is a challenging problem that has not been satisfactorily solved. In this work, based on the range-based peer-to-peer RL using the ultra-wideband (UWB) ranging technique, we develop a novel UWB-based cooperative relative localization (CRL) solution that integrates the relative motion dynamics of each host-neighbor pair to build a unified dynamic model and takes the distances between the neighbors as textit{bonus information}. Observability analysis using differential geometry shows that the proposed CRL scheme can expand the observable subspace compared to other alternatives using only direct distances between the host agent and its neighbors. In addition, we apply the kernel-induced extended Kalman filter (EKF) to the CRL state estimation problem with the novel-designed Logarithmic-Versoria (LV) kernel to tackle heavy-tailed UWB noise. Sufficient conditions for the convergence of the fixed-point iteration involved in the estimation algorithm are also derived. Comparative Monte Carlo simulations demonstrate that the proposed CRL scheme combined with the LV-kernel EKF significantly improves the estimation accuracy owing to its robustness against both measurement outliers and incorrect measurement covariance matrix initialization. Moreover, with the LV kernel, the estimation is still satisfactory when performing the fixed-point iteration only once for reduced computational complexity.

Read more

5/29/2024

Active Visual Localization for Multi-Agent Collaboration: A Data-Driven Approach
Total Score

0

Active Visual Localization for Multi-Agent Collaboration: A Data-Driven Approach

Matthew Hanlon, Boyang Sun, Marc Pollefeys, Hermann Blum

Rather than having each newly deployed robot create its own map of its surroundings, the growing availability of SLAM-enabled devices provides the option of simply localizing in a map of another robot or device. In cases such as multi-robot or human-robot collaboration, localizing all agents in the same map is even necessary. However, localizing e.g. a ground robot in the map of a drone or head-mounted MR headset presents unique challenges due to viewpoint changes. This work investigates how active visual localization can be used to overcome such challenges of viewpoint changes. Specifically, we focus on the problem of selecting the optimal viewpoint at a given location. We compare existing approaches in the literature with additional proposed baselines and propose a novel data-driven approach. The result demonstrates the superior performance of the data-driven approach when compared to existing methods, both in controlled simulation experiments and real-world deployment.

Read more

8/7/2024

Fusion of Visual-Inertial Odometry with LiDAR Relative Localization for Cooperative Guidance of a Micro-Scale Aerial Vehicle
Total Score

0

Fusion of Visual-Inertial Odometry with LiDAR Relative Localization for Cooperative Guidance of a Micro-Scale Aerial Vehicle

V'aclav Pritzl, Matouv{s} Vrba, Petr v{S}tv{e}p'an, Martin Saska

A novel relative localization approach for guidance of a micro-scale UAV by a well-equipped aerial robot fusing VIO with LiDAR is proposed in this paper. LiDAR-based localization is accurate and robust to challenging environmental conditions, but 3D LiDARs are relatively heavy and require large UAV platforms, in contrast to lightweight cameras. However, visual-based self-localization methods exhibit lower accuracy and can suffer from significant drift with respect to the global reference frame. To benefit from both sensory modalities, we focus on cooperative navigation in a heterogeneous team of a primary LiDAR-equipped UAV and a secondary micro-scale camera-equipped UAV. We propose a novel cooperative approach combining LiDAR relative localization data with VIO output on board the primary UAV to obtain an accurate pose of the secondary UAV. The pose estimate is used to precisely and reliably guide the secondary UAV along trajectories defined in the primary UAV reference frame. The experimental evaluation has shown the superior accuracy of our method to the raw VIO output and demonstrated its capability to guide the secondary UAV along desired trajectories while mitigating VIO drift. Thus, such a heterogeneous system can explore large areas with LiDAR precision, as well as visit locations inaccessible to the large LiDAR-carrying UAV platforms, as was showcased in a real-world cooperative mapping scenario.

Read more

8/27/2024