DroneDINO: Towards Heterogeneous Routed Mixture of Experts for Drone-based Unified Object Detection
Abstract
Lay Summary
Drones are being deployed for increasingly diverse tasks, from package delivery to search and rescue. To operate safely, they must accurately detect objects on the ground—whether using standard color cameras by day, thermal infrared cameras at night, or both during transitional conditions. Training separate detection models for each scenario is inefficient and limits adaptability. A single model that handles all scenarios is therefore highly desirable. Existing unified approaches struggle because they learn unevenly from different types of data—performing well on common scenarios while neglecting rarer ones. To address this, we introduce DroneDINO, a detector that organizes its internal "experts" into three functional groups: shared experts that always contribute, task-specific experts that activate only for their designated scenario, and flexible experts that adapt as needed. We also introduce a training strategy that encourages the model to clearly distinguish between tasks, ensuring each input is processed by the appropriate experts. Experiments across multiple drone detection benchmarks show that DroneDINO consistently outperforms both specialized single-task models and previous unified detectors, offering a robust and adaptable solution for real-world drone applications.