paper-with-me

Papers

DuET: Dual Incremental Object Detection via Exemplar-Free Task Arithmetic

2025-06-26 · Munish Monga, Vishal Chudasama, Pankaj Wasnik, Biplab Banerjee

Real-world object detection systems, such as those in autonomous driving and surveillance, must continuously learn new object categories and simultaneously adapt to changing environmental conditions. Existing approaches, Class Incremental Object Detection (CIOD) and Domain Incremental Object Detection (DIOD) only address one aspect of this challenge. CIOD struggles in unseen domains, while DIOD suffers from catastrophic forgetting when learning new classes, limiting their real-world applicability. To overcome these limitations, we introduce Dual Incremental Object Detection (DuIOD), a more practical setting that simultaneously handles class and domain shifts in an exemplar-free manner. We propose DuET, a Task Arithmetic-based model merging framework that enables stable incremental learning while mitigating sign conflicts through a novel Directional Consistency Loss. Unlike prior methods, DuET is detector-agnostic, allowing models like YOLO11 and RT-DETR to function as real-time incremental object detectors. To comprehensively evaluate both retention and adaptation, we introduce the Retention-Adaptability Index (RAI), which combines the Average Retention Index (Avg RI) for catastrophic forgetting and the Average Generalization Index for domain adaptability into a common ground. Extensive experiments on the Pascal Series and Diverse Weather Series demonstrate DuET's effectiveness, achieving a +13.12% RAI improvement while preserving 89.3% Avg RI on the Pascal Series (4 tasks), as well as a +11.39% RAI improvement with 88.57% Avg RI on the Diverse Weather Series (3 tasks), outperforming existing methods.

📄 PDF Abstract BibTeX arXiv:2506.21260

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingAvgClass-Incremental Object DetectionExemplar-FreeIncremental LearningObjectobject-detectionObject DetectionTask Arithmetic

Similar Papers 제목 키워드 기반

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

REAL-OW: Rehearsal-free Open World Object Detection with Low-Rank Adaptation and Dual-Stage Objectness Modeling

2026-07-03 · Huazhong Zhang, Xiaowen Fu, Yang Zhang, Linlin Shen 외 arxiv

Open-World Object Detection (OWOD) requires detectors to identify previously unseen objects as unknown and incrementally incorporate them into the set of known categories, while preserving previously acquired knowledge. …

Open World Object Detection

PointCLIMB: An Exemplar-Free Point Cloud Class Incremental Benchmark

2023-04-13 · Shivanand Kundargi, Tejas Anvekar, Ramesh Ashok Tabib, Uma Mudenagudi

Point clouds offer comprehensive and precise data regarding the contour and configuration of objects. Employing such geometric and topological 3D information of objects in class incremental learning can aid endless appli…

class-incremental learningClass Incremental LearningExemplar-FreeIncremental Learning

Dynamic Object Queries for Transformer-based Incremental Object Detection

2024-07-31 · Jichuan Zhang, Wei Li, Shuang Cheng, Ya-Li Li 외

Incremental object detection (IOD) aims to sequentially learn new classes, while maintaining the capability to locate and identify old ones. As the training data arrives with annotations only with new classes, IOD suffer…

Knowledge DistillationObjectobject-detectionObject Detection

Class-Incremental Few-Shot Object Detection

2021-05-17 · Pengyang Li, Yanan Li, Han Cui, Donghui Wang

Conventional detection networks usually need abundant labeled training samples, while humans can learn new concepts incrementally with just a few examples. This paper focuses on a more challenging but realistic class-inc…

ClusteringFew-Shot Object DetectionKnowledge DistillationObject+2