菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-13
📄 Abstract - Towards Adaptive Open-Set Object Detection via Category-Level Collaboration Knowledge Mining

Existing object detectors often struggle to generalize across domains while adapting to emerging novel categories. Adaptive open-set object detection (AOOD) addresses this challenge by training on base categories in the source domain and adapting to both base and novel categories in the target domain without target annotations. However, current AOOD methods remain limited by weak cross-domain representations, ambiguity among novel categories, and source-domain feature bias. To address these issues, we propose a category-level collaboration knowledge mining strategy that exploits both inter-class and intra-class relationships across domains. Specifically, we construct a clustering-based memory bank to encode class prototypes, auxiliary features, and intra-class disparity information, and iteratively update it via unsupervised clustering to enhance category-level knowledge representation. We further design a base-to-novel selection metric to discover source-domain features related to novel categories and use them to initialize novel-category classifiers. In addition, an adaptive feature assignment strategy transfers the learned category-level knowledge to the target domain and asynchronously updates the memory bank to alleviate source-domain bias. Extensive experiments on multiple benchmarks show that our method consistently surpasses state-of-the-art AOOD methods by 1.1-5.5 mAP.

顶级标签: computer vision model training machine learning
详细标签: open-set detection domain adaptation unsupervised clustering knowledge mining object detection 或 搜索:

通过类别级协作知识挖掘实现自适应开放集目标检测 / Towards Adaptive Open-Set Object Detection via Category-Level Collaboration Knowledge Mining


1️⃣ 一句话总结

这篇论文提出了一种新的方法,通过挖掘和利用不同类别之间的协作知识,让目标检测模型在没有目标域标注的情况下,能更好地识别已知类别并适应新出现的未知类别,从而在多个测试基准上取得了性能提升。

源自 arXiv: 2604.11195