paper-with-me

Papers

Learning Causal Features for Incremental Object Detection

2024-03-01 · Zhenwei He, Lei Zhang

Object detection limits its recognizable categories during the training phase, in which it can not cover all objects of interest for users. To satisfy the practical necessity, the incremental learning ability of the detector becomes a critical factor for real-world applications. Unfortunately, neural networks unavoidably meet catastrophic forgetting problem when it is implemented on a new task. To this end, many incremental object detection models preserve the knowledge of previous tasks by replaying samples or distillation from previous models. However, they ignore an important factor that the performance of the model mostly depends on its feature. These models try to rouse the memory of the neural network with previous samples but not to prevent forgetting. To this end, in this paper, we propose an incremental causal object detection (ICOD) model by learning causal features, which can adapt to more tasks. Traditional object detection models, unavoidably depend on the data-bias or data-specific features to get the detection results, which can not adapt to the new task. When the model meets the requirements of incremental learning, the data-bias information is not beneficial to the new task, and the incremental learning may eliminate these features and lead to forgetting. To this end, our ICOD is introduced to learn the causal features, rather than the data-bias features when training the detector. Thus, when the model is implemented to a new task, the causal features of the old task can aid the incremental learning process to alleviate the catastrophic forgetting problem. We conduct our model on several experiments, which shows a causal feature without data-bias can make the model adapt to new tasks better. \keywords{Object detection, incremental learning, causal feature.

📄 PDF Abstract BibTeX arXiv:2403.00591

Code (0)

등록된 구현이 없습니다.

Tasks

Incremental LearningObjectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

We Need a More Robust Classifier: Dual Causal Learning Empowers Domain-Incremental Time Series Classification

2026-01-15 · Zhipeng Liu, Peibo Duan, Xuan Tang, Haodong Jing 외 arxiv

The World Wide Web thrives on intelligent services that rely on accurate time series classification, which has recently witnessed significant progress driven by advances in deep learning. However, existing studies face c…

Time Series ClassificationIncremental Learning

Incremental Causal Graph Learning for Online Cyberattack Detection in Cyber-Physical Infrastructures

2025-07-18 · Arun Vignesh Malarkkan, Dongjie Wang, Haoyue Bai, Yanjie Fu arxiv

The escalating threat of cyberattacks on real-time critical infrastructures poses serious risks to public safety, demanding detection methods that effectively capture complex system interdependencies and adapt to evolvin…

Graph ClassificationAnomaly DetectionGraph Learning

CausalX: Causal Explanations and Block Multilinear Factor Analysis

2021-02-25 · M. Alex O. Vasilescu, Eric Kim, Xiao S. Zeng

By adhering to the dictum, "No causation without manipulation (treatment, intervention)", cause and effect data analysis represents changes in observed data in terms of changes in the causal factors. When causal factors …

Computational EfficiencycounterfactualObjectObject Recognition

Few-Shot Incremental 3D Object Detection in Dynamic Indoor Environments

2026-04-09 · Yun Zhu, Jianjun Qian, Jian Yang, Jin Xie 외 arxiv

Incremental 3D object perception is a critical step toward embodied intelligence in dynamic indoor environments. However, existing incremental 3D detection methods rely on extensive annotations of novel classes for satis…

Novel Object Detection3D Object Detection

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