Papers for

drone mapping teams

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.

OpenFlyScan guides drones to improve 3D city models quickly

OpenFlyScan: A Quality-Guided Aerial Reconstruction System for Consumer Drones

Abstract: 3D Gaussian Splatting (3DGS) provides high-fidelity scenes for large-scale embodied simulation, but constructing large-scale urban assets remains constrained by expensive equipment and delayed quality feedback. Preset surveys can leave complex surfaces insufficiently observed, with defects discovered only after reconstruction, requiring return visits and repeated processing. We present OpenFlyScan, a quality-guided aerial reconstruction system for consumer drones that integrates a GS quality model, a reacquisition planner, and a custom-designed mobile app. The model learns from GS rendering errors to predict regional reconstruction quality. Based on these predictions, the planner then generates complementary reacquisition strips to be executed through the app, which also supports automated oblique surveys and data transfer without additional hardware on board. Across real aerial scenes, the model effectively identifies regions that are likely to be poorly reconstructed. In the Expo West field experiment, targeted reacquisition improves PSNR at additional views by 10.95 dB. With consumer drones, OpenFlyScan integrates capture, targeted reacquisition, and reconstruction to support rapid, low-cost urban asset creation. Code and models will be made publicly available at https://openflyscan.github.io/.

Mon 21 SeptRoboticsComputer Vision and Pattern Recognition
The gist
Creating detailed 3D maps of cities using drones can be expensive and slow because mistakes are often found too late. The authors created OpenFlyScan, a system that helps consumer drones spot blurry or missing parts in their 3D maps. It then tells the drone where to fly again to capture better images using a phone app, all without extra hardware. This approach makes 3D city mapping faster and more affordable while improving image quality.
Open 2609.24253v1

Multi-view model improves locating objects from drone and street images

Multi-View Mixture-of-Experts with Vision-Language Reranking for Cross-View Object Geo-Localization

Abstract: Cross-view object geo-localization (CVOGL) locates a target in satellite imagery using drone or street-view queries. Existing methods train separate detectors for each viewpoint, leading to parameter redundancy and impeding cross-view knowledge sharing. Moreover, top-ranked satellite candidates are often visually similar, so visual appearance and categorical labels alone are insufficient to resolve such ambiguity. To address these, we propose MVLGeo, an efficient framework designed to unify multiple viewpoints and reduce model redundancy. First, we introduce environmental contextual text from the query view as cues to distinguish visually similar candidates via Vision-Language Reranking (VL-Rerank). Second, we design a multi-view Mixture-of-Experts architecture (MV-MoE) with a shared encoder and view-specific experts to reduce redundancy and promote knowledge sharing, while cross-view contrastive learning aligns their representations for consistency. Third, we introduce an adaptive elliptical prior (ESAM-Prior) as auxiliary positional encoding for anisotropic geometric perception. Extensive experiments on the CVOGL benchmarks confirm that MVLGeo, as a unified model for multiple query viewpoints, achieves state-of-the-art performance, demonstrating robustness to input degradation and generalization across viewpoints. Code and models will be available on GitHub to facilitate future work.

Wed 16 SeptComputer Vision and Pattern Recognition
The gist
Finding the exact location of an object on a map using images from drones or street views can be tricky because different perspectives show different details. The authors developed MVLGeo, a single model that works with multiple viewpoints and shares knowledge across them, reducing the need for separate detectors. They also add text describing the scene to help tell apart objects that look very similar. Their approach improves accuracy and works well even if image quality drops or views change.
Open 2609.18139v1