CVDec 18, 2024

Object Style Diffusion for Generalized Object Detection in Urban Scene

arXiv:2412.13815v14 citationsh-index: 22
Originality Incremental advance
AI Analysis

This addresses the challenge of object detection generalization in urban scenes like autonomous driving, but it is incremental as it builds on existing single-domain generalization methods.

The paper tackles the problem of limited generalization in object detection due to costly annotated data by introducing GoDiff, a method that generates pseudo-target domain data using a latent diffusion model, achieving state-of-the-art performance in autonomous driving scenarios.

Object detection is a critical task in computer vision, with applications in various domains such as autonomous driving and urban scene monitoring. However, deep learning-based approaches often demand large volumes of annotated data, which are costly and difficult to acquire, particularly in complex and unpredictable real-world environments. This dependency significantly hampers the generalization capability of existing object detection techniques. To address this issue, we introduce a novel single-domain object detection generalization method, named GoDiff, which leverages a pre-trained model to enhance generalization in unseen domains. Central to our approach is the Pseudo Target Data Generation (PTDG) module, which employs a latent diffusion model to generate pseudo-target domain data that preserves source domain characteristics while introducing stylistic variations. By integrating this pseudo data with source domain data, we diversify the training dataset. Furthermore, we introduce a cross-style instance normalization technique to blend style features from different domains generated by the PTDG module, thereby increasing the detector's robustness. Experimental results demonstrate that our method not only enhances the generalization ability of existing detectors but also functions as a plug-and-play enhancement for other single-domain generalization methods, achieving state-of-the-art performance in autonomous driving scenarios.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes