paper-with-me

Papers

Continual Detection Transformer for Incremental Object Detection

2023-04-06 · CVPR 2023 1 · Yaoyao Liu, Bernt Schiele, Andrea Vedaldi, Christian Rupprecht

Incremental object detection (IOD) aims to train an object detector in phases, each with annotations for new object categories. As other incremental settings, IOD is subject to catastrophic forgetting, which is often addressed by techniques such as knowledge distillation (KD) and exemplar replay (ER). However, KD and ER do not work well if applied directly to state-of-the-art transformer-based object detectors such as Deformable DETR and UP-DETR. In this paper, we solve these issues by proposing a ContinuaL DEtection TRansformer (CL-DETR), a new method for transformer-based IOD which enables effective usage of KD and ER in this context. First, we introduce a Detector Knowledge Distillation (DKD) loss, focusing on the most informative and reliable predictions from old versions of the model, ignoring redundant background predictions, and ensuring compatibility with the available ground-truth labels. We also improve ER by proposing a calibration strategy to preserve the label distribution of the training set, therefore better matching training and testing statistics. We conduct extensive experiments on COCO 2017 and demonstrate that CL-DETR achieves state-of-the-art results in the IOD setting.

📄 PDF Abstract BibTeX arXiv:2304.03110

Code (0)

등록된 구현이 없습니다.

Tasks

Class-Incremental Object DetectionKnowledge DistillationObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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…
Multi-Head Attention 설명 없음
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…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음

Similar Papers 제목 키워드 기반

Hierarchical Neural Collapse Detection Transformer for Class Incremental Object Detection

2025-06-10 · Duc Thanh Pham, Hong Dang Nguyen, Nhat Minh Nguyen Quoc, Linh Ngo Van 외

Recently, object detection models have witnessed notable performance improvements, particularly with transformer-based models. However, new objects frequently appear in the real world, requiring detection models to conti…

Class-Incremental Object DetectionObjectobject-detectionObject Detection

Continual Object Detection: A review of definitions, strategies, and challenges

2022-05-30 · Angelo G. Menezes, Gustavo de Moura, Cézanne Alves, André C. P. L. F. de Carvalho

The field of Continual Learning investigates the ability to learn consecutive tasks without losing performance on those previously learned. Its focus has been mainly on incremental classification tasks. We believe that r…

Autonomous VehiclesClass-Incremental Object DetectionContinual LearningObject+2

Efficient Parameter Mining and Freezing for Continual Object Detection

2024-02-20 · Angelo G. Menezes, Augusto J. Peterlevitz, Mateus A. Chinelatto, André C. P. L. F. de Carvalho

Continual Object Detection is essential for enabling intelligent agents to interact proactively with humans in real-world settings. While parameter-isolation strategies have been extensively explored in the context of co…

Continual LearningIncremental LearningObjectobject-detection+1

Teach YOLO to Remember: A Self-Distillation Approach for Continual Object Detection

2025-03-06 · Riccardo De Monte, Davide Dalle Pezze, Gian Antonio Susto

Real-time object detectors like YOLO achieve exceptional performance when trained on large datasets for multiple epochs. However, in real-world scenarios where data arrives incrementally, neural networks suffer from cata…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning+3

CLAD: A realistic Continual Learning benchmark for Autonomous Driving

2022-10-07 · Eli Verwimp, Kuo Yang, Sarah Parisot, Hong Lanqing 외

In this paper we describe the design and the ideas motivating a new Continual Learning benchmark for Autonomous Driving (CLAD), that focuses on the problems of object classification and object detection. The benchmark ut…

Autonomous DrivingContinual LearningObjectobject-detection+2