paper-with-me

Papers

Semi-Supervised Domain Adaptation Using Target-Oriented Domain Augmentation for 3D Object Detection

2024-06-17 · Yecheol Kim, Junho Lee, Changsoo Park, Hyoung won Kim, Inho Lim, Christopher Chang, Jun Won Choi

3D object detection is crucial for applications like autonomous driving and robotics. However, in real-world environments, variations in sensor data distribution due to sensor upgrades, weather changes, and geographic differences can adversely affect detection performance. Semi-Supervised Domain Adaptation (SSDA) aims to mitigate these challenges by transferring knowledge from a source domain, abundant in labeled data, to a target domain where labels are scarce. This paper presents a new SSDA method referred to as Target-Oriented Domain Augmentation (TODA) specifically tailored for LiDAR-based 3D object detection. TODA efficiently utilizes all available data, including labeled data in the source domain, and both labeled data and unlabeled data in the target domain to enhance domain adaptation performance. TODA consists of two stages: TargetMix and AdvMix. TargetMix employs mixing augmentation accounting for LiDAR sensor characteristics to facilitate feature alignment between the source-domain and target-domain. AdvMix applies point-wise adversarial augmentation with mixing augmentation, which perturbs the unlabeled data to align the features within both labeled and unlabeled data in the target domain. Our experiments conducted on the challenging domain adaptation tasks demonstrate that TODA outperforms existing domain adaptation techniques designed for 3D object detection by significant margins. The code is available at: https://github.com/rasd3/TODA.

📄 PDF Abstract BibTeX arXiv:2406.11313

Code (1)

rasd3/toda 공식 구현 pytorch

Tasks

3D Object DetectionAutonomous DrivingDomain Adaptationobject-detectionObject DetectionSemi-supervised Domain Adaptation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Semi-Supervised Domain Adaptation with Source Label Adaptation

2023-02-05 · CVPR 2023 1 · Yu-Chu Yu, Hsuan-Tien Lin

Semi-Supervised Domain Adaptation (SSDA) involves learning to classify unseen target data with a few labeled and lots of unlabeled target data, along with many labeled source data from a related domain. Current SSDA appr…

Domain AdaptationPseudo LabelSemi-supervised Domain Adaptation

Multi-Source Domain Adaptation and Semi-Supervised Domain Adaptation with Focus on Visual Domain Adaptation Challenge 2019

2019-10-08 · Yingwei Pan, Yehao Li, Qi Cai, Yang Chen 외

This notebook paper presents an overview and comparative analysis of our systems designed for the following two tasks in Visual Domain Adaptation Challenge (VisDA-2019): multi-source domain adaptation and semi-supervised…

Domain AdaptationSelf-LearningSemi-supervised Domain Adaptation

Pred&Guide: Labeled Target Class Prediction for Guiding Semi-Supervised Domain Adaptation

2022-11-22 · Megh Manoj Bhalerao, Anurag Singh, Soma Biswas

Semi-supervised domain adaptation aims to classify data belonging to a target domain by utilizing a related label-rich source domain and very few labeled examples of the target domain. Here, we propose a novel framework,…

Domain AdaptationSemi-supervised Domain AdaptationUnsupervised Domain Adaptation

Cluster-Guided Semi-Supervised Domain Adaptation for Imbalanced Medical Image Classification

2023-03-02 · Shota Harada, Ryoma Bise, Kengo Araki, Akihiko Yoshizawa 외

Semi-supervised domain adaptation is a technique to build a classifier for a target domain by modifying a classifier in another (source) domain using many unlabeled samples and a small number of labeled samples from the …

ClusteringDomain Adaptationimage-classificationImage Classification+3

Uncertainty-Guided Mixup for Semi-Supervised Domain Adaptation without Source Data

2021-07-14 · Ning Ma, Jiajun Bu, Zhen Zhang, Sheng Zhou

Present domain adaptation methods usually perform explicit representation alignment by simultaneously accessing the source data and target data. However, the source data are not always available due to the privacy preser…

Domain AdaptationPrivacy PreservingSemi-supervised Domain AdaptationSource-Free Domain Adaptation