Abstract
Source-free object detection adapts a detector pre-trained on a source domainto an unlabeled target domain without requiring access to labeled source data.While this setting is practical as it eliminates the need for the sourcedataset during domain adaptation, it operates under the restrictive assumptionthat only pre-defined objects from the source domain exist in the targetdomain. This closed-set setting prevents the detector from detecting undefinedobjects. To ease this assumption, we propose Source-Free Unknown ObjectDetection (SFUOD), a novel scenario which enables the detector to not onlyrecognize known objects but also detect undefined objects as unknown objects.To this end, we propose CollaPAUL (Collaborative tuning and PrincipalAxis-based Unknown Labeling), a novel framework for SFUOD. Collaborative tuningenhances knowledge adaptation by integrating target-dependent knowledge fromthe auxiliary encoder with source-dependent knowledge from the pre-traineddetector through a cross-domain attention mechanism. Additionally, principalaxes-based unknown labeling assigns pseudo-labels to unknown objects byestimating objectness via principal axes projection and confidence scores frommodel predictions. The proposed CollaPAUL achieves state-of-the-artperformances on SFUOD benchmarks, and extensive experiments validate itseffectiveness.