paper-with-me

홈 › Papers

Beyond Boundaries: Leveraging Vision Foundation Models for Source-Free Object Detection

2025-11-10 · Huizai Yao, Sicheng Zhao, Pengteng Li, Yi Cui, Shuo Lu, Weiyu Guo, Yunfan Lu, Yijie Xu, Hui Xiong arxiv

Source-Free Object Detection (SFOD) aims to adapt a source-pretrained object detector to a target domain without access to source data. However, existing SFOD methods predominantly rely on internal knowledge from the source model, which limits their capacity to generalize across domains and often results in biased pseudo-labels, thereby hindering both transferability and discriminability. In contrast, Vision Foundation Models (VFMs), pretrained on massive and diverse data, exhibit strong perception capabilities and broad generalization, yet their potential remains largely untapped in the SFOD setting. In this paper, we propose a novel SFOD framework that leverages VFMs as external knowledge sources to jointly enhance feature alignment and label quality. Specifically, we design three VFM-based modules: (1) Patch-weighted Global Feature Alignment (PGFA) distills global features from VFMs using patch-similarity-based weighting to enhance global feature transferability; (2) Prototype-based Instance Feature Alignment (PIFA) performs instance-level contrastive learning guided by momentum-updated VFM prototypes; and (3) Dual-source Enhanced Pseudo-label Fusion (DEPF) fuses predictions from detection VFMs and teacher models via an entropy-aware strategy to yield more reliable supervision. Extensive experiments on six benchmarks demonstrate that our method achieves state-of-the-art SFOD performance, validating the effectiveness of integrating VFMs to simultaneously improve transferability and discriminability.

📄 PDF Abstract BibTeX arXiv:2511.07301

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningObject Detection

Similar Papers 제목 키워드 기반

A Comprehensive Survey on Segment Anything Model for Vision and Beyond

2023-05-14 · Chunhui Zhang, Li Liu, Yawen Cui, Guanjie Huang 외

Artificial intelligence (AI) is evolving towards artificial general intelligence, which refers to the ability of an AI system to perform a wide range of tasks and exhibit a level of intelligence similar to that of a huma…

Equipping Vision Foundation Model with Mixture of Experts for Out-of-Distribution Detection

2025-10-12 · Shizhen Zhao, Jiahui Liu, Xin Wen, Haoru Tan 외 arxiv

Pre-trained vision foundation models have transformed many computer vision tasks. Despite their strong ability to learn discriminative and generalizable features crucial for out-of-distribution (OOD) detection, their imp…

Out-of-Distribution Detection

LDARNet: DNA Adaptive Representation Network with Learnable Tokenization for Genomic Modeling

2026-06-03 · Daria Ledneva, Denis Kuznetsov arxiv

Genomic foundation models increasingly adopt large language model architectures, yet almost universally rely on fixed tokenization schemes such as $k$-mers, BPE, or single nucleotides, which impose arbitrary sequence bou…

Enhancing Weakly Supervised Semantic Segmentation with Multi-modal Foundation Models: An End-to-End Approach

2024-05-10 · Elham Ravanbakhsh, Cheng Niu, Yongqing Liang, J. Ramanujam 외

Semantic segmentation is a core computer vision problem, but the high costs of data annotation have hindered its wide application. Weakly-Supervised Semantic Segmentation (WSSS) offers a cost-efficient workaround to exte…

Pseudo LabelSegmentationSemantic SegmentationWeakly supervised Semantic Segmentation+1

Sample-agnostic Adversarial Perturbation for Vision-Language Pre-training Models

2024-08-06 · Haonan Zheng, Wen Jiang, Xinyang Deng, Wenrui Li

Recent studies on AI security have highlighted the vulnerability of Vision-Language Pre-training (VLP) models to subtle yet intentionally designed perturbations in images and texts. Investigating multimodal systems' robu…