Papers for

drone system developers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Lightweight framework improves 3d drone location using lidar and images

PRI-Net: A Lightweight Multimodal Framework for 3D UAV Localization

Abstract: Accurate 3D localization of unmanned aerial vehicles (UAVs) remains challenging for existing multimodal approaches due to sparse LiDAR geometry, modality-imbalanced fusion, and redundant feature transmission over constrained edge-to-server links. To address these limitations, we propose PRI-Net, an efficient and lightweight multimodal fusion framework for UAV localization that integrates point cloud splatting, residual attention fusion, and an information bottleneck. Specifically, a 3D point cloud splatting (3DPCS) strategy is introduced to transform sparse LiDAR observations into geometrically consistent dense depth maps. A residual attention fusion (RAF) module is then designed to alleviate modal bias by using an image branch for coarse estimation and a gated fusion branch for refinement. In addition, a multimodal information bottleneck (MIB) module compacts features by filtering task-irrelevant redundancy. Experiments show that PRI-Net achieves high localization accuracy with lightweight architectures, while reducing feature dimensionality and improving edge-to-server UAV sensing efficiency and robustness.

Sun 13 SeptComputer Vision and Pattern Recognition
The gist
Locating drones accurately in 3D space is hard because the data they get from sensors like LiDAR can be sparse and tricky to combine with camera images. The authors propose PRI-Net, a new way to merge these sensor inputs more efficiently. They turn the sparse LiDAR data into denser depth maps, then carefully fuse this with image information while filtering out irrelevant details. This approach helps UAVs find their position better and faster, especially when sending data between the drone and remote servers.
Open 2609.14469v1

Air and ground drones cooperate to find objects in cities

Towards Embodied Air-Ground Cooperative Object Search: Benchmark, Dataset and Agentic Method

Abstract: Air-Ground Object Search (AGOS) in urban environments is a challenging embodied task, which requires an Unmanned Aerial Vehicle (UAV) and an Unmanned Ground Vehicle (UGV) to jointly search for and verify a specified target vehicle from multi-view visual references. To study this underexplored problem, we introduce AGOS-Bench, the first dedicated benchmark for evaluating whether general-purpose Vision-Language Models (VLMs) can integrate aerial discoveries and ground-level verification through UAV-UGV cooperation. We further provide AGOS-Dataset as the companion resource of exemplary trajectories constructed by an automatic pipeline. It consists of 7.7k episodes for searching objects of diverse categories and attributes, spanning three difficulty levels. To address the AGOS task, we propose AGOS-Agent, a training-free and tool-augmented approach. The agentic method relieves VLMs from complex and dynamic coordination via a deliberate search-handoff-verify cooperation protocol, only demanding VLMs for scene understanding and decision-making. Extensive experiments on nine VLMs show that AGOS-Agent improves overall success rate for eight of the nine evaluated backbones while reducing decision steps for all nine. On the hard split, the SR and SPL of Gemini-3.6-Flash increase from 8.6% to 55.7% and from 7.6% to 44.0%, respectively.

Tue 8 SeptComputer Vision and Pattern RecognitionArtificial Intelligence
The gist
Finding objects like vehicles using drones is hard because it needs both flying and ground robots to work together well. The authors created a new test and data to see if smart vision-language AI models can help drones share information to find targets better. They also made a system that lets these AIs guide the drones in searching and checking objects without complicated commands. Their tests showed that their system helps most AI models find things more reliably and faster in difficult city scenes.
Open 2609.08402v1