paper-with-me

홈 › Papers

BlenDA: Domain Adaptive Object Detection through diffusion-based blending

2024-01-18 · Tzuhsuan Huang, Chen-Che Huang, Chung-Hao Ku, Jun-Cheng Chen

Unsupervised domain adaptation (UDA) aims to transfer a model learned using labeled data from the source domain to unlabeled data in the target domain. To address the large domain gap issue between the source and target domains, we propose a novel regularization method for domain adaptive object detection, BlenDA, by generating the pseudo samples of the intermediate domains and their corresponding soft domain labels for adaptation training. The intermediate samples are generated by dynamically blending the source images with their corresponding translated images using an off-the-shelf pre-trained text-to-image diffusion model which takes the text label of the target domain as input and has demonstrated superior image-to-image translation quality. Based on experimental results from two adaptation benchmarks, our proposed approach can significantly enhance the performance of the state-of-the-art domain adaptive object detector, Adversarial Query Transformer (AQT). Particularly, in the Cityscapes to Foggy Cityscapes adaptation, we achieve an impressive 53.4% mAP on the Foggy Cityscapes dataset, surpassing the previous state-of-the-art by 1.5%. It is worth noting that our proposed method is also applicable to various paradigms of domain adaptive object detection. The code is available at:https://github.com/aiiu-lab/BlenDA

📄 PDF Abstract BibTeX arXiv:2401.09921

Code (1)

aiiu-lab/blenda 공식 구현 pytorch

Tasks

Domain AdaptationImage-to-Image TranslationObjectobject-detectionObject DetectionUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Joint Distribution Alignment via Adversarial Learning for Domain Adaptive Object Detection

2021-09-19 · Bo Zhang, Tao Chen, Bin Wang, Ruoyao Li

Unsupervised domain adaptive object detection aims to adapt a well-trained detector from its original source domain with rich labeled data to a new target domain with unlabeled data. Recently, mainstream approaches perfo…

Domain AdaptationObjectobject-detectionObject Detection+1

FreqAdapt: Frequency-Adaptive Processing for RAW Object Detection

2026-08-04 · Hanxi Li, Huiling Li arxiv

Existing object detection methods predominantly utilize sRGB inputs, which are compressed from RAW sensor data using Image Signal Processors (ISP) originally designed for visualization purposes. Compared to RGB images, R…

Parameter PredictionObject Detection

Deep Domain Adaptive Object Detection: a Survey

2020-02-17 · Wanyi Li, Fuyu Li, Yongkang Luo, Peng Wang 외

Deep learning (DL) based object detection has achieved great progress. These methods typically assume that large amount of labeled training data is available, and training and test data are drawn from an identical distri…

Domain AdaptationObjectobject-detectionObject Detection+1

Improving Online Source-free Domain Adaptation for Object Detection by Unsupervised Data Acquisition

2023-10-30 · Xiangyu Shi, Yanyuan Qiao, Qi Wu, Lingqiao Liu 외

Effective object detection in autonomous vehicles is challenged by deployment in diverse and unfamiliar environments. Online Source-Free Domain Adaptation (O-SFDA) offers model adaptation using a stream of unlabeled data…

Autonomous VehiclesDomain AdaptationObjectobject-detection+2

DA-Mamba: Domain Adaptive Hybrid Mamba-Transformer Based One-Stage Object Detection

2025-02-16 · A. Enes Doruk, Hasan F. Ates

Recent 2D CNN-based domain adaptation approaches struggle with long-range dependencies due to limited receptive fields, making it difficult to adapt to target domains with significant spatial distribution changes. While …

Domain AdaptationKnowledge DistillationMambaObject+4