Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Align and Distill: Unifying and Improving Domain Adaptive Object Detection

Created by
  • Haebom

Author

Justin Kay, Timm Haucke, Suzanne Stathatos, Siqi Deng, Erik Young, Pietro Perona, Sara Beery, Grant Van Horn

Outline

This paper identifies shortcomings of existing benchmarking approaches in the domain-adaptive object detection (DAOD) field and presents a novel benchmarking framework, training and evaluation protocols, benchmark datasets, and an algorithm called ALDI++ that achieves new state-of-the-art performance to address them. The shortcomings of existing studies include underestimation of baseline performance, inconsistent implementations, outdated backbone networks, and lack of diversity in benchmark datasets. The proposed ALDI++ significantly outperforms existing state-of-the-art approaches in various domain adaptation scenarios, such as Cityscapes to Foggy Cityscapes, Sim10k to Cityscapes, and CFC Kenai to Channel. The ALDI framework can also be applied to YOLO and DETR-based DAOD, and achieves state-of-the-art performance without additional hyperparameter tuning. This study redefines benchmarking in the DAOD field and lays the foundation for future research.

Takeaways, Limitations

Takeaways:
We systematically analyzed the benchmarking problems in the domain adaptive object detection field and proposed solutions.
We provide ALDI, an integrated benchmarking and implementation framework, to enhance the reproducibility and comparability of research.
We provide a new benchmark dataset, CFC-DAOD, to enable evaluation on a variety of real-world data.
We present a new state-of-the-art algorithm, ALDI++, which significantly outperforms existing methods.
ALDI and ALDI++ are applicable to various architectures and show excellent performance without additional hyperparameter tuning.
Limitations:
Further consideration may be needed regarding the scale and diversity of the proposed new benchmark dataset CFC-DAOD.
An analysis is needed to determine whether the performance improvements of ALDI++ may be biased towards specific datasets or domains.
Further research is needed to explore the generalizability and scalability of the ALDI framework.
👍