paper-with-me

Papers

Decouple and Reconstruct: Mining Discriminative Features for Cross-domain Object Detection

2021-09-29 · Jiawei Wang, Konghuai Shen, Shao Ming, Jun Yin, Ming Liu

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject DetectionStyle Transfer

Methods 이 논문이 사용한 방법론

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…
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$…
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 제목 키워드 기반

Multi-Granularity Mutual Refinement Network for Zero-Shot Learning

2025-11-11 · Ning Wang, Long Yu, Cong Hua, Guangming Zhu 외 arxiv

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 Learning

Decoupled Multi-Predictor Optimization for Inference-Efficient Model Tuning

2025-11-05 · Liwei Luo, Shuaitengyuan Li, Dongwei Ren, Qilong Wang 외 arxiv

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-tuning

CADRef: Robust Out-of-Distribution Detection via Class-Aware Decoupled Relative Feature Leveraging

2025-03-01 · CVPR 2025 1 · Zhiwei Ling, Yachen Chang, Hailiang Zhao, Xinkui Zhao 외

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 Detection

Features Reconstruction Disentanglement Cloth-Changing Person Re-Identification

2024-07-15 · Zhihao Chen, Yiyuan Ge, Qing Yue

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-Identification

Harnessing Hard Mixed Samples with Decoupled Regularizer

2022-03-21 · NeurIPS 2023 11 · Zicheng Liu, Siyuan Li, Ge Wang, Cheng Tan 외

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