paper-with-me

Papers

MR-GDINO: Efficient Open-World Continual Object Detection

2024-12-20 · Bowen Dong, Zitong Huang, Guanglei Yang, Lei Zhang, WangMeng Zuo

Open-world (OW) recognition and detection models show strong zero- and few-shot adaptation abilities, inspiring their use as initializations in continual learning methods to improve performance. Despite promising results on seen classes, such OW abilities on unseen classes are largely degenerated due to catastrophic forgetting. To tackle this challenge, we propose an open-world continual object detection task, requiring detectors to generalize to old, new, and unseen categories in continual learning scenarios. Based on this task, we present a challenging yet practical OW-COD benchmark to assess detection abilities. The goal is to motivate OW detectors to simultaneously preserve learned classes, adapt to new classes, and maintain open-world capabilities under few-shot adaptations. To mitigate forgetting in unseen categories, we propose MR-GDINO, a strong, efficient and scalable baseline via memory and retrieval mechanisms within a highly scalable memory pool. Experimental results show that existing continual detectors suffer from severe forgetting for both seen and unseen categories. In contrast, MR-GDINO largely mitigates forgetting with only 0.1% activated extra parameters, achieving state-of-the-art performance for old, new, and unseen categories.

📄 PDF Abstract BibTeX arXiv:2412.15979

Code (1)

dongsky/mr-gdino 공식 구현 pytorch

Tasks

Continual Learningobject-detectionObject Detection

Similar Papers 제목 키워드 기반

User Prompting Strategies and Prompt Enhancement Methods for Open-Set Object Detection in XR Environments

2026-01-30 · Junfeng Lin, Yanming Xiu, Maria Gorlatova arxiv

Open-set object detection (OSOD) localizes objects while identifying and rejecting unknown classes at inference. While recent OSOD models perform well on benchmarks, their behavior under realistic user prompting remains …

Object Detection

Evaluating the Performance of Open-Vocabulary Object Detection in Low-quality Image

2025-12-28 · Po-Chih Wu arxiv

Open-vocabulary object detection enables models to localize and recognize objects beyond a predefined set of categories and is expected to achieve recognition capabilities comparable to human performance. In this study, …

Object Detection

SegDINO3D: 3D Instance Segmentation Empowered by Both Image-Level and Object-Level 2D Features

2025-09-19 · Jinyuan Qu, Hongyang Li, Xingyu Chen, Shilong Liu 외 arxiv

In this paper, we present SegDINO3D, a novel Transformer encoder-decoder framework for 3D instance segmentation. As 3D training data is generally not as sufficient as 2D training images, SegDINO3D is designed to fully le…

3D Instance Segmentation

Gaussian Building Mesh (GBM): Extract a Building's 3D Mesh with Google Earth and Gaussian Splatting

2024-12-31 · Kyle Gao, Liangzhi Li, Hongjie He, Dening Lu 외

Recently released open-source pre-trained foundational image segmentation and object detection models (SAM2+GroundingDINO) allow for geometrically consistent segmentation of objects of interest in multi-view 2D images. U…

Image Segmentationobject-detectionObject DetectionSegmentation+1

Open-World Continual Learning: Unifying Novelty Detection and Continual Learning

2023-04-20 · Gyuhak Kim, Changnan Xiao, Tatsuya Konishi, Zixuan Ke 외

As AI agents are increasingly used in the real open world with unknowns or novelties, they need the ability to (1) recognize objects that (a) they have learned before and (b) detect items that they have never seen or lea…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning+2