paper-with-me

Papers

Open World DETR: Transformer based Open World Object Detection

2022-12-06 · Na Dong, Yongqiang Zhang, Mingli Ding, Gim Hee Lee

Open world object detection aims at detecting objects that are absent in the object classes of the training data as unknown objects without explicit supervision. Furthermore, the exact classes of the unknown objects must be identified without catastrophic forgetting of the previous known classes when the corresponding annotations of unknown objects are given incrementally. In this paper, we propose a two-stage training approach named Open World DETR for open world object detection based on Deformable DETR. In the first stage, we pre-train a model on the current annotated data to detect objects from the current known classes, and concurrently train an additional binary classifier to classify predictions into foreground or background classes. This helps the model to build an unbiased feature representations that can facilitate the detection of unknown classes in subsequent process. In the second stage, we fine-tune the class-specific components of the model with a multi-view self-labeling strategy and a consistency constraint. Furthermore, we alleviate catastrophic forgetting when the annotations of the unknown classes becomes available incrementally by using knowledge distillation and exemplar replay. Experimental results on PASCAL VOC and MS-COCO show that our proposed method outperforms other state-of-the-art open world object detection methods by a large margin.

📄 PDF Abstract BibTeX arXiv:2212.02969

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationObjectobject-detectionObject DetectionOpen World Object Detection

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

OW-DETR: Open-world Detection Transformer

2021-12-02 · CVPR 2022 1 · Akshita Gupta, Sanath Narayan, K J Joseph, Salman Khan 외

Open-world object detection (OWOD) is a challenging computer vision problem, where the task is to detect a known set of object categories while simultaneously identifying unknown objects. Additionally, the model must inc…

Inductive BiasObjectobject-detectionObject Detection+2

EW-DETR: Evolving World Object Detection via Incremental Low-Rank DEtection TRansformer

2026-02-24 · Munish Monga, Vishal Chudasama, Pankaj Wasnik, C. V. Jawahar arxiv

Real-world object detection must operate in evolving environments where new classes emerge, domains shift, and unseen objects must be identified as "unknown": all without accessing prior data. We introduce Evolving World…

Incremental LearningDomain AdaptationObject Detection

DetRefiner: Model-Agnostic Detection Refinement with Feature Fusion Transformer

2026-05-11 · Soichiro Okazaki, Tatsuya Sasaki, Hiroki Ohashi arxiv

Open-vocabulary object detection (OVOD) aims to detect both seen and unseen categories, yet existing methods often struggle to generalize to novel objects due to limited integration of global and local contextual cues. W…

Object Detection

Exploring Transformers for Open-world Instance Segmentation

2023-08-08 · ICCV 2023 1 · Jiannan Wu, Yi Jiang, Bin Yan, Huchuan Lu 외

Open-world instance segmentation is a rising task, which aims to segment all objects in the image by learning from a limited number of base-category objects. This task is challenging, as the number of unseen categories c…

Contrastive LearningInstance SegmentationOpen-World Instance SegmentationSemantic Segmentation

RF-DETR: Neural Architecture Search for Real-Time Detection Transformers

2025-11-12 · Isaac Robinson, Peter Robicheaux, Matvei Popov, Deva Ramanan 외 arxiv

Open-vocabulary detectors achieve impressive performance on COCO, but often fail to generalize to real-world datasets with out-of-distribution classes not typically found in their pre-training. Rather than simply fine-tu…

Neural Architecture Search