paper-with-me

Papers

Boosting Domain Generalized and Adaptive Detection with Diffusion Models: Fitness, Generalization, and Transferability

2025-06-26 · Boyong He, Yuxiang Ji, Zhuoyue Tan, Liaoni Wu

Detectors often suffer from performance drop due to domain gap between training and testing data. Recent methods explore diffusion models applied to domain generalization (DG) and adaptation (DA) tasks, but still struggle with large inference costs and have not yet fully leveraged the capabilities of diffusion models. We propose to tackle these problems by extracting intermediate features from a single-step diffusion process, improving feature collection and fusion to reduce inference time by 75% while enhancing performance on source domains (i.e., Fitness). Then, we construct an object-centered auxiliary branch by applying box-masked images with class prompts to extract robust and domain-invariant features that focus on object. We also apply consistency loss to align the auxiliary and ordinary branch, balancing fitness and generalization while preventing overfitting and improving performance on target domains (i.e., Generalization). Furthermore, within a unified framework, standard detectors are guided by diffusion detectors through feature-level and object-level alignment on source domains (for DG) and unlabeled target domains (for DA), thereby improving cross-domain detection performance (i.e., Transferability). Our method achieves competitive results on 3 DA benchmarks and 5 DG benchmarks. Additionally, experiments on COCO generalization benchmark demonstrate that our method maintains significant advantages and show remarkable efficiency in large domain shifts and low-data scenarios. Our work shows the superiority of applying diffusion models to domain generalized and adaptive detection tasks and offers valuable insights for visual perception tasks across diverse domains. The code is available at \href{https://github.com/heboyong/Fitness-Generalization-Transferability}{Fitness-Generalization-Transferability}.

📄 PDF Abstract BibTeX arXiv:2506.21042

Code (1)

heboyong/fitness-generalization-transferability 공식 구현 pytorch

Tasks

Domain GeneralizationRobust Object Detection

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Generalized Diffusion Detector: Mining Robust Features from Diffusion Models for Domain-Generalized Detection

2025-03-03 · CVPR 2025 1 · Boyong He, Yuxiang Ji, Qianwen Ye, Zhuoyue Tan 외

Domain generalization (DG) for object detection aims to enhance detectors' performance in unseen scenarios. This task remains challenging due to complex variations in real-world applications. Recently, diffusion models h…

Domain AdaptationDomain Generalizationobject-detectionObject Detection+3

Multi-Resolution Cascades for Multiclass Object Detection

2014-12-01 · NeurIPS 2014 12 · Mohammad Saberian, Nuno Vasconcelos

An algorithm for learning fast multiclass object detection cascades is introduced. It produces multi-resolution (MRes) cascades, whose early stages are binary target vs. non-target detectors that eliminate false positive…

Objectobject-detectionObject Detection

Generalized Few-Shot Out-of-Distribution Detection

2025-08-07 · Pinxuan Li, Bing Cao, Changqing Zhang, Qinghua Hu arxiv

Few-shot Out-of-Distribution (OOD) detection has emerged as a critical research direction in machine learning for practical deployment. Most existing Few-shot OOD detection methods suffer from insufficient generalization…

Out-of-Distribution DetectionFew-Shot LearningGeneral Knowledge

Simulating Distribution Dynamics: Liquid Temporal Feature Evolution for Single-Domain Generalized Object Detection

2025-11-13 · Zihao Zhang, Yang Li, Aming Wu, Yahong Han arxiv

In this paper, we focus on Single-Domain Generalized Object Detection (Single-DGOD), aiming to transfer a detector trained on one source domain to multiple unknown domains. Existing methods for Single-DGOD typically rely…

Data AugmentationObject Detection

Boosting Infrared Small Target Detection via Logit-Domain Contrast and Adaptive Shape Refinement

2026-07-02 · Handong Zeng, Zhengeng Yang, Shuai Zhang, Shikai Chen 외 arxiv

Infrared small target detection (IRSTD) remains challenging due to tiny target size, low signal-to-noise ratio, severe foreground-background imbalance, and blurred boundaries in complex scenes. Existing methods usually r…