Decouple and Reconstruct: Mining Discriminative Features for Cross-domain Object Detection
In recent years, a great progress has been witnessed for cross-domain object detection. Most state-of-the-art methods strive to handle the relation between local regions by calibrating cross-channel and spatial information to enable better alignment. They succeed in improving the generalization of the model, but implicitly drive networks to pay more attention on the shared attributes and ignore the domain-specific feature, which limits the performance of the algorithm. In order to search for the equilibrium between transferability and discriminability, we propose a novel adaptation framework for cross-domain object detection. Specifically, we adopt a style-aware feature fusion method and design two plug-and-play feature component regularization modules, which repositions the focus of the model on domain-specific features by restructuring the style and content of features. Our key insight is that while it is difficult to extract discriminative features in target domain, it is feasible to assign the underlying details to the model via feature style transfer. Without bells and whistles, our method significantly boosts the performance of existing Domain Adaptive Faster R-CNN detectors, and achieves state-of-the-art results on several benchmark datasets for cross-domain object detection.
Code (0)
등록된 구현이 없습니다.
Tasks
Objectobject-detectionObject DetectionStyle TransferMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Multi-Granularity Mutual Refinement Network for Zero-Shot Learning
Zero-shot learning (ZSL) aims to recognize unseen classes with zero samples by transferring semantic knowledge from seen classes. Current approaches typically correlate global visual features with semantic information (i…
Zero-Shot LearningDecoupled Multi-Predictor Optimization for Inference-Efficient Model Tuning
Recently, remarkable progress has been made in large-scale pre-trained model tuning, and inference efficiency is becoming more crucial for practical deployment. Early exiting in conjunction with multi-stage predictors, w…
parameter-efficient fine-tuningCADRef: Robust Out-of-Distribution Detection via Class-Aware Decoupled Relative Feature Leveraging
Deep neural networks (DNNs) have been widely criticized for their overconfidence when dealing with out-of-distribution (OOD) samples, highlighting the critical need for effective OOD detection to ensure the safe deployme…
Out-of-Distribution DetectionFeatures Reconstruction Disentanglement Cloth-Changing Person Re-Identification
Cloth-changing person re-identification (CC-ReID) aims to retrieve specific pedestrians in a cloth-changing scenario. Its main challenge is to disentangle the clothing-related and clothing-unrelated features. Most existi…
Cloth-Changing Person Re-IdentificationDisentanglementHuman ParsingPerson Re-IdentificationHarnessing Hard Mixed Samples with Decoupled Regularizer
Mixup is an efficient data augmentation approach that improves the generalization of neural networks by smoothing the decision boundary with mixed data. Recently, dynamic mixup methods have improved previous static polic…
Data Augmentation