paper-with-me

홈 › Papers

Detect, Augment, Compose, and Adapt: Four Steps for Unsupervised Domain Adaptation in Object Detection

2023-08-29 · Mohamed L. Mekhalfi, Davide Boscaini, Fabio Poiesi

Unsupervised domain adaptation (UDA) plays a crucial role in object detection when adapting a source-trained detector to a target domain without annotated data. In this paper, we propose a novel and effective four-step UDA approach that leverages self-supervision and trains source and target data concurrently. We harness self-supervised learning to mitigate the lack of ground truth in the target domain. Our method consists of the following steps: (1) identify the region with the highest-confidence set of detections in each target image, which serve as our pseudo-labels; (2) crop the identified region and generate a collection of its augmented versions; (3) combine these latter into a composite image; (4) adapt the network to the target domain using the composed image. Through extensive experiments under cross-camera, cross-weather, and synthetic-to-real scenarios, our approach achieves state-of-the-art performance, improving upon the nearest competitor by more than 2% in terms of mean Average Precision (mAP). The code is available at https://github.com/MohamedTEV/DACA.

📄 PDF Abstract BibTeX arXiv:2308.15353

Code (1)

mohamedtev/daca 공식 구현 pytorch

Tasks

Domain Adaptationobject-detectionObject DetectionSelf-Supervised LearningUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

An Efficient Method for Face Quality Assessment on the Edge

2022-07-19 · Sefa Burak Okcu, Burak Oğuz Özkalaycı, Cevahir Çığla

Face recognition applications in practice are composed of two main steps: face detection and feature extraction. In a sole vision-based solution, the first step generates multiple detection for a single identity by inges…

Face DetectionFace Quality AssessementFace Recognitionregression

STEPER: Step-wise Knowledge Distillation for Enhancing Reasoning Ability in Multi-Step Retrieval-Augmented Language Models

2025-10-09 · Kyumin Lee, Minjin Jeon, Sanghwan Jang, Hwanjo Yu arxiv

Answering complex real-world questions requires step-by-step retrieval and integration of relevant information to generate well-grounded responses. However, existing knowledge distillation methods overlook the need for d…

Knowledge Distillation

TADPOLE: Task ADapted Pre-Training via AnOmaLy DEtection

2021-11-01 · EMNLP 2021 11 · Vivek Madan, Ashish Khetan, Zohar Karnin

The paradigm of pre-training followed by finetuning has become a standard procedure for NLP tasks, with a known problem of domain shift between the pre-training and downstream corpus. Previous works have tried to mitigat…

Anomaly DetectionData AugmentationDomain Adaptation

Scaling DoRA: High-Rank Adaptation via Factored Norms and Fused Kernels

2026-03-23 · Alexandra Zelenin, Alexandra Zhuravlyova arxiv

Weight-Decomposed Low-Rank Adaptation (DoRA) extends LoRA by decoupling weight magnitude from direction, but its forward pass requires the row-wise norm of W + sBA, a computation that every major framework we surveyed im…

HiERO-StepG @ Ego4D Step Grounding Challenge: hierarchical activity understanding enables zero-shot step grounding

2026-05-29 · Andrea Zenotto, Simone Alberto Peirone, Francesca Pistilli, Giuseppe Averta arxiv

Procedural activities follow well-defined structures: whether we consider a cooking recipe or a mechanic repairing a car, these activities naturally decompose in a hierarchy of steps and sub-steps. Traditional approaches…

Representation Learning