English

SFUOD: Source-Free Unknown Object Detection

Computer Vision and Pattern Recognition 2025-07-24 v1 Artificial Intelligence

Abstract

Source-free object detection adapts a detector pre-trained on a source domain to an unlabeled target domain without requiring access to labeled source data. While this setting is practical as it eliminates the need for the source dataset during domain adaptation, it operates under the restrictive assumption that only pre-defined objects from the source domain exist in the target domain. This closed-set setting prevents the detector from detecting undefined objects. To ease this assumption, we propose Source-Free Unknown Object Detection (SFUOD), a novel scenario which enables the detector to not only recognize known objects but also detect undefined objects as unknown objects. To this end, we propose CollaPAUL (Collaborative tuning and Principal Axis-based Unknown Labeling), a novel framework for SFUOD. Collaborative tuning enhances knowledge adaptation by integrating target-dependent knowledge from the auxiliary encoder with source-dependent knowledge from the pre-trained detector through a cross-domain attention mechanism. Additionally, principal axes-based unknown labeling assigns pseudo-labels to unknown objects by estimating objectness via principal axes projection and confidence scores from model predictions. The proposed CollaPAUL achieves state-of-the-art performances on SFUOD benchmarks, and extensive experiments validate its effectiveness.

Keywords

Cite

@article{arxiv.2507.17373,
  title  = {SFUOD: Source-Free Unknown Object Detection},
  author = {Keon-Hee Park and Seun-An Choe and Gyeong-Moon Park},
  journal= {arXiv preprint arXiv:2507.17373},
  year   = {2025}
}

Comments

This paper has been accepted by ICCV 2025

R2 v1 2026-07-01T04:14:57.825Z