EW-DETR: Evolving World Object Detection via Incremental Low-Rank DEtection TRansformer
About
Real-world object detection must operate in evolving environments where new classes emerge, domains shift, and unseen objects must be identified as "unknown": all without accessing prior data. We introduce Evolving World Object Detection (EWOD), a paradigm coupling incremental learning, domain adaptation, and unknown detection under exemplar-free constraints. To tackle EWOD, we propose EW-DETR framework that augments DETR-based detectors with three synergistic modules: Incremental LoRA Adapters for exemplar-free incremental learning under evolving domains; a Query-Norm Objectness Adapter that decouples objectness-aware features from DETR decoder queries; and Entropy-Aware Unknown Mixing for calibrated unknown detection. This framework generalises across DETR-based detectors, enabling state-of-the-art RF-DETR to operate effectively in evolving-world settings. We also introduce FOGS (Forgetting, Openness, Generalisation Score) to holistically evaluate performance across these dimensions. Extensive experiments on Pascal Series and Diverse Weather benchmarks show EW-DETR outperforms other methods, improving FOGS by 57.24%.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Object Detection | Clipart | U-Recall78.23 | 9 | |
| Object Detection | Pascal Series VOC [1:10] -> Clipart [11:18] | FSS96.19 | 9 | |
| Object Detection | Diverse Weather Series Daytime Sunny [1:3] -> Night Sunny [4:6] | FSS54.47 | 9 | |
| Object Detection | Diverse Weather Series Daytime Sunny [1:3] -> Night Rainy [4:6] | FSS0.8525 | 9 | |
| Object Detection | Diverse Weather Series Daytime Sunny [1:3] -> Daytime Foggy [4:6] | FSS58.93 | 9 | |
| Object Detection | Diverse Weather Series Daytime Sunny [1:3] -> Dusk Rainy [4:6] | FSS67.12 | 9 | |
| Open World Object Detection | VOC [1:10] -> Watercolor [11:14] (test) | FSS98.96 | 9 | |
| Open World Object Detection | VOC [1:10] -> Comic [11:14] (test) | FSS98.51 | 9 | |
| Open World Object Detection | Diverse Weather Daytime Sunny [1:2] -> Night Sunny [3:4] -> Night Rainy [5:6] (test) | FSS Score73.63 | 9 | |
| Open World Object Detection | Diverse Weather Daytime Sunny [1:2] -> Daytime Foggy [3:4] -> Dusk Rainy [5:6] (test) | FSS82.8 | 9 |