paper-with-me

홈 › Papers

Open-World Object Detection via Discriminative Class Prototype Learning

2023-02-23 · Jinan Yu, Liyan Ma, Zhenglin Li, Yan Peng, Shaorong Xie

Open-world object detection (OWOD) is a challenging problem that combines object detection with incremental learning and open-set learning. Compared to standard object detection, the OWOD setting is task to: 1) detect objects seen during training while identifying unseen classes, and 2) incrementally learn the knowledge of the identified unknown objects when the corresponding annotations is available. We propose a novel and efficient OWOD solution from a prototype perspective, which we call OCPL: Open-world object detection via discriminative Class Prototype Learning, which consists of a Proposal Embedding Aggregator (PEA), an Embedding Space Compressor (ESC) and a Cosine Similarity-based Classifier (CSC). All our proposed modules aim to learn the discriminative embeddings of known classes in the feature space to minimize the overlapping distributions of known and unknown classes, which is beneficial to differentiate known and unknown classes. Extensive experiments performed on PASCAL VOC and MS-COCO benchmark demonstrate the effectiveness of our proposed method.

📄 PDF Abstract BibTeX arXiv:2302.11757

Code (0)

등록된 구현이 없습니다.

Tasks

Incremental LearningObjectobject-detectionObject DetectionOpen Set LearningOpen World Object Detection

Similar Papers 제목 키워드 기반

UC-OWOD: Unknown-Classified Open World Object Detection

2022-07-23 · Zhiheng Wu, Yue Lu, Xingyu Chen, Zhengxing Wu 외

Open World Object Detection (OWOD) is a challenging computer vision problem that requires detecting unknown objects and gradually learning the identified unknown classes. However, it cannot distinguish unknown instances …

Objectobject-detectionObject DetectionOpen World Object Detection

GOOD: Exploring Geometric Cues for Detecting Objects in an Open World

2022-12-22 · Haiwen Huang, Andreas Geiger, Dan Zhang

We address the task of open-world class-agnostic object detection, i.e., detecting every object in an image by learning from a limited number of base object classes. State-of-the-art RGB-based models suffer from overfitt…

Class-agnostic Object DetectionObjectobject-detectionObject Detection+1

Generative Human-Object Interaction Detection via Differentiable Cognitive Steering of Multi-modal LLMs

2025-12-19 · Zhaolin Cai, Huiyu Duan, Zitong Xu, Fan Li 외 arxiv

Human-object interaction (HOI) detection aims to localize human-object pairs and the interactions between them. Existing methods operate under a closed-world assumption, treating the task as a classification problem over…

Human-Object Interaction DetectionZero-shot Generalization

Knowing the Unknown: Interpretable Open-World Object Detection via Concept Decomposition Model

2026-02-24 · Xueqiang Lv, Shizhou Zhang, Yinghui Xing, Di Xu 외 arxiv

Open-world object detection (OWOD) requires incrementally detecting known categories while reliably identifying unknown objects. Existing methods primarily focus on improving unknown recall, yet overlook interpretability…

Object Detection

Looking Beyond the Known: Towards a Data Discovery Guided Open-World Object Detection

2025-09-30 · Anay Majee, Amitesh Gangrade, Rishabh Iyer arxiv

Open-World Object Detection (OWOD) enriches traditional object detectors by enabling continual discovery and integration of unknown objects via human guidance. However, existing OWOD approaches frequently suffer from sem…

Representation LearningObject Detection