Object-Aware Domain Generalization for Object Detection
Abstract
Single-domain generalization (S-DG) aims to generalize a model to unseen environments with a single-source domain. However, most S-DG approaches have been conducted in the field of classification. When these approaches are applied to object detection, the semantic features of some objects can be damaged, which can lead to imprecise object localization and misclassification. To address these problems, we propose an object-aware domain generalization (OA-DG) method for single-domain generalization in object detection. Our method consists of data augmentation and training strategy, which are called OA-Mix and OA-Loss, respectively. OA-Mix generates multi-domain data with multi-level transformation and object-aware mixing strategy. OA-Loss enables models to learn domain-invariant representations for objects and backgrounds from the original and OA-Mixed images. Our proposed method outperforms state-of-the-art works on standard benchmarks. Our code is available at https://github.com/WoojuLee24/OA-DG.
Cite
Text
Lee et al. "Object-Aware Domain Generalization for Object Detection." AAAI Conference on Artificial Intelligence, 2024. doi:10.1609/AAAI.V38I4.28076Markdown
[Lee et al. "Object-Aware Domain Generalization for Object Detection." AAAI Conference on Artificial Intelligence, 2024.](https://mlanthology.org/aaai/2024/lee2024aaai-object/) doi:10.1609/AAAI.V38I4.28076BibTeX
@inproceedings{lee2024aaai-object,
title = {{Object-Aware Domain Generalization for Object Detection}},
author = {Lee, Wooju and Hong, Dasol and Lim, Hyungtae and Myung, Hyun},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2024},
pages = {2947-2955},
doi = {10.1609/AAAI.V38I4.28076},
url = {https://mlanthology.org/aaai/2024/lee2024aaai-object/}
}