paper-with-me

Papers

Source-Free Object Detection by Learning To Overlook Domain Style

2022-01-01 · CVPR 2022 1 · Shuaifeng Li, Mao Ye, Xiatian Zhu, Lihua Zhou, Lin Xiong

Source-free object detection (SFOD) needs to adapt a detector pre-trained on a labeled source domain to a target domain, with only unlabeled training data from the target domain. Existing SFOD methods typically adopt the pseudo labeling paradigm with model adaption alternating between predicting pseudo labels and fine-tuning the model. This approach suffers from both unsatisfactory accuracy of pseudo labels due to the presence of domain shift and limited use of target domain training data. In this work, we present a novel Learning to Overlook Domain Style (LODS) method with such limitations solved in a principled manner. Our idea is to reduce the domain shift effect by enforcing the model to overlook the target domain style, such that model adaptation is simplified and becomes easier to carry on. To that end, we enhance the style of each target domain image and leverage the style degree difference between the original image and the enhanced image as a self-supervised signal for model adaptation. By treating the enhanced image as an auxiliary view, we exploit a student-teacher architecture for learning to overlook the style degree difference against the original image, also characterized with a novel style enhancement algorithm and graph alignment constraint. Extensive experiments demonstrate that our LODS yields new state-of-the-art performance on four benchmarks.

📄 PDF Abstract BibTeX

Code (1)

Flashkong/Source-Free-Object-Detection-by-Learning-to-Overlook-Domain-Style 공식 구현 pytorch

Tasks

object-detectionObject DetectionSource Free Object Detection

Similar Papers 제목 키워드 기반

CGSA: Class-Guided Slot-Aware Adaptation for Source-Free Object Detection

2026-02-26 · Boyang Dai, Zeng Fan, Zihao Qi, Meng Lou 외 arxiv

Source-Free Domain Adaptive Object Detection (SF-DAOD) aims to adapt a detector trained on a labeled source domain to an unlabeled target domain without retaining any source data. Despite recent progress, most popular ap…

Object Detection

Enhancing Source-Free Domain Adaptive Object Detection with Low-confidence Pseudo Label Distillation

2024-07-18 · Ilhoon Yoon, Hyeongjun Kwon, Jin Kim, Junyoung Park 외

Source-Free domain adaptive Object Detection (SFOD) is a promising strategy for deploying trained detectors to new, unlabeled domains without accessing source data, addressing significant concerns around data privacy and…

object-detectionObject DetectionPseudo LabelRegion Proposal+1

Foundation Model Priors Enhance Object Focus in Feature Space for Source-Free Object Detection

2025-12-19 · Sairam VCR, Rishabh Lalla, Aveen Dayal, Tejal Kulkarni 외 arxiv

Current state-of-the-art approaches in Source-Free Object Detection (SFOD) typically rely on Mean-Teacher self-labeling. However, domain shift often reduces the detector's ability to maintain strong object-focused repres…

Object Detection

SPLAT: Semantic Pixel-Level Adaptation Transforms for Detection

2018-12-03 · Eric Tzeng, Kaylee Burns, Kate Saenko, Trevor Darrell

Domain adaptation of visual detectors is a critical challenge, yet existing methods have overlooked pixel appearance transformations, focusing instead on bootstrapping and/or domain confusion losses. We propose a Semanti…

Domain AdaptationPseudo LabelSemantic Segmentation

SFUOD: Source-Free Unknown Object Detection

2025-07-23 · Keon-Hee Park, Seun-An Choe, Gyeong-Moon Park arxiv

Source-free object detection adapts a detector pre-trained on a source domain to an unlabeled target domain without requiring access to labeled source data. While this setting is practical as it eliminates the need for t…

Domain AdaptationObject Detection