paper-with-me

홈 › Papers

Deeply Aligned Adaptation for Cross-domain Object Detection

2020-04-05 · Minghao Fu, Zhenshan Xie, Wen Li, Lixin Duan

Cross-domain object detection has recently attracted more and more attention for real-world applications, since it helps build robust detectors adapting well to new environments. In this work, we propose an end-to-end solution based on Faster R-CNN, where ground-truth annotations are available for source images (e.g., cartoon) but not for target ones (e.g., watercolor) during training. Motivated by the observation that the transferabilities of different neural network layers differ from each other, we propose to apply a number of domain alignment strategies to different layers of Faster R-CNN, where the alignment strength is gradually reduced from low to higher layers. Moreover, after obtaining region proposals in our network, we develop a foreground-background aware alignment module to further reduce the domain mismatch by separately aligning features of the foreground and background regions from the source and target domains. Extensive experiments on benchmark datasets demonstrate the effectiveness of our proposed approach.

📄 PDF Abstract BibTeX arXiv:2004.02093

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
RoIPool 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…

Similar Papers 제목 키워드 기반

Unsupervised Bidirectional Cross-Modality Adaptation via Deeply Synergistic Image and Feature Alignment for Medical Image Segmentation

2020-02-06 · Cheng Chen, Qi Dou, Hao Chen, Jing Qin 외

Unsupervised domain adaptation has increasingly gained interest in medical image computing, aiming to tackle the performance degradation of deep neural networks when being deployed to unseen data with heterogeneous chara…

Domain AdaptationImage SegmentationMedical Image SegmentationOrgan Segmentation+3

WhisTLE: Deeply Supervised, Text-Only Domain Adaptation for Pretrained Speech Recognition Transformers

2025-09-12 · Akshat Pandey, Karun Kumar, Raphael Tang arxiv

Pretrained automatic speech recognition (ASR) models such as Whisper perform well but still need domain adaptation to handle unseen parlance. In many real-world settings, collecting speech data is impractical, necessitat…

Speech RecognitionDomain Adaptation

Uncertainty-Aware Unsupervised Domain Adaptation in Object Detection

2021-02-27 · Dayan Guan, Jiaxing Huang, Aoran Xiao, Shijian Lu 외

Unsupervised domain adaptive object detection aims to adapt detectors from a labelled source domain to an unlabelled target domain. Most existing works take a two-stage strategy that first generates region proposals and …

Domain AdaptationObjectobject-detectionObject Detection+1

Cross-modal Domain Adaptation for Cost-Efficient Visual Reinforcement Learning

2021-12-01 · NeurIPS 2021 12 · Xiong-Hui Chen, Shengyi Jiang, Feng Xu, Zongzhang Zhang 외

In visual-input sim-to-real scenarios, to overcome the reality gap between images rendered in simulators and those from the real world, domain adaptation, i.e., learning an aligned representation space between simulators…

Domain AdaptationMuJoCoreinforcement-learningReinforcement Learning+1

Cross-domain Object Detection through Coarse-to-Fine Feature Adaptation

2020-03-23 · CVPR 2020 6 · Yangtao Zheng, Di Huang, Songtao Liu, Yunhong Wang

Recent years have witnessed great progress in deep learning based object detection. However, due to the domain shift problem, applying off-the-shelf detectors to an unseen domain leads to significant performance drop. To…

object-detectionObject Detection