paper-with-me

Papers

Exploring Categorical Regularization for Domain Adaptive Object Detection

2020-03-20 · CVPR 2020 6 · Chang-Dong Xu, Xing-Ran Zhao, Xin Jin, Xiu-Shen Wei

In this paper, we tackle the domain adaptive object detection problem, where the main challenge lies in significant domain gaps between source and target domains. Previous work seeks to plainly align image-level and instance-level shifts to eventually minimize the domain discrepancy. However, they still overlook to match crucial image regions and important instances across domains, which will strongly affect domain shift mitigation. In this work, we propose a simple but effective categorical regularization framework for alleviating this issue. It can be applied as a plug-and-play component on a series of Domain Adaptive Faster R-CNN methods which are prominent for dealing with domain adaptive detection. Specifically, by integrating an image-level multi-label classifier upon the detection backbone, we can obtain the sparse but crucial image regions corresponding to categorical information, thanks to the weakly localization ability of the classification manner. Meanwhile, at the instance level, we leverage the categorical consistency between image-level predictions (by the classifier) and instance-level predictions (by the detection head) as a regularization factor to automatically hunt for the hard aligned instances of target domains. Extensive experiments of various domain shift scenarios show that our method obtains a significant performance gain over original Domain Adaptive Faster R-CNN detectors. Furthermore, qualitative visualization and analyses can demonstrate the ability of our method for attending on the key regions/instances targeting on domain adaptation. Our code is open-source and available at \url{https://github.com/Megvii-Nanjing/CR-DA-DET}.

📄 PDF Abstract BibTeX arXiv:2003.09152

Code (1)

Megvii-Nanjing/CR-DA-DET 공식 구현 pytorch

Tasks

Domain AdaptationObjectobject-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…
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$…
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 설명 없음
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 제목 키워드 기반

Adaptive Regularization for Large-Scale Sparse Feature Embedding Models

2025-11-09 · Mang Li, Wei Lyu arxiv

The one-epoch overfitting problem has drawn widespread attention, especially in CTR and CVR estimation models in search, advertising, and recommendation domains. These models which rely heavily on large-scale sparse cate…

Hierarchical Modes Exploring in Generative Adversarial Networks

2020-03-05 · Mengxiao Hu, Jinlong Li, Maolin Hu, Tao Hu

In conditional Generative Adversarial Networks (cGANs), when two different initial noises are concatenated with the same conditional information, the distance between their outputs is relatively smaller, which makes mino…

DiversityImage GenerationText to Image GenerationText-to-Image Generation+1

Robust Categorical Data Clustering Guided by Multi-Granular Competitive Learning

2026-01-23 · Shenghong Cai, Yiqun Zhang, Xiaopeng Luo, Yiu-Ming Cheung 외 arxiv

Data set composed of categorical features is very common in big data analysis tasks. Since categorical features are usually with a limited number of qualitative possible values, the nested granular cluster effect is prev…

Double Reverse Regularization Network Based on Self-Knowledge Distillation for SAR Object Classification

2023-11-26 · Bo Xu, Hao Zheng, Zhigang Hu, Liu Yang 외

In current synthetic aperture radar (SAR) object classification, one of the major challenges is the severe overfitting issue due to the limited dataset (few-shot) and noisy data. Considering the advantages of knowledge d…

Knowledge DistillationSelf-Knowledge Distillation

Conditional-Independence-Regularized Distributional Autoencoders for Mixed-Type Data

2026-08-20 · Siyuan Tang, Gongjun Xu, Ji Zhu arxiv

Mixed-type data containing both numerical and categorical variables arise in many scientific and real-world applications. Existing representation learning and generative modeling approaches typically focus either on reco…

Representation Learning