paper-with-me

Papers

Gradient-based Maximally Interfered Retrieval for Domain Incremental 3D Object Detection

2023-04-27 · Barza Nisar, Hruday Vishal Kanna Anand, Steven L. Waslander

Accurate 3D object detection in all weather conditions remains a key challenge to enable the widespread deployment of autonomous vehicles, as most work to date has been performed on clear weather data. In order to generalize to adverse weather conditions, supervised methods perform best if trained from scratch on all weather data instead of finetuning a model pretrained on clear weather data. Training from scratch on all data will eventually become computationally infeasible and expensive as datasets continue to grow and encompass the full extent of possible weather conditions. On the other hand, naive finetuning on data from a different weather domain can result in catastrophic forgetting of the previously learned domain. Inspired by the success of replay-based continual learning methods, we propose Gradient-based Maximally Interfered Retrieval (GMIR), a gradient based sampling strategy for replay. During finetuning, GMIR periodically retrieves samples from the previous domain dataset whose gradient vectors show maximal interference with the gradient vector of the current update. Our 3D object detection experiments on the SeeingThroughFog (STF) dataset show that GMIR not only overcomes forgetting but also offers competitive performance compared to scratch training on all data with a 46.25% reduction in total training time.

📄 PDF Abstract BibTeX arXiv:2304.14460

Code (1)

trailab/gmir 공식 구현 pytorch

Tasks

3D Object DetectionAllAutonomous VehiclesContinual Learningobject-detectionObject DetectionRetrieval

Similar Papers 제목 키워드 기반

Online Continual Learning with Maximally Interfered Retrieval

2019-08-11 · Rahaf Aljundi, Lucas Caccia, Eugene Belilovsky, Massimo Caccia 외

Continual learning, the setting where a learning agent is faced with a never ending stream of data, continues to be a great challenge for modern machine learning systems. In particular the online or "single-pass through …

Continual LearningRetrieval

Online Continual Learning with Maximal Interfered Retrieval

2019-12-01 · NeurIPS 2019 12 · Rahaf Aljundi, Eugene Belilovsky, Tinne Tuytelaars, Laurent Charlin 외

Continual learning, the setting where a learning agent is faced with a never-ending stream of data, continues to be a great challenge for modern machine learning systems. In particular the online or "single-pass through …

class-incremental learningClass Incremental LearningContinual LearningRetrieval

Learning on the Fly: Replay-Based Continual Object Perception for Indoor Drones

2026-02-13 · Sebastian-Ion Nae, Mihai-Eugen Barbu, Sebastian Mocanu, Marius Leordeanu arxiv

Autonomous agents such as indoor drones must learn new object classes in real-time while limiting catastrophic forgetting, motivating Class-Incremental Learning (CIL). However, most unmanned aerial vehicle (UAV) datasets…

class-incremental learningContinual Learning

Augmented Memory Replay-based Continual Learning Approaches for Network Intrusion Detection

2023-09-21 · NeurIPS 2023 11

Intrusion detection is a form of anomalous activity detection in communication network traffic. Continual learning (CL) approaches to the intrusion detection task accumulate old knowledge while adapting to the latest thr…

Not Just Selection, but Exploration: Online Class-Incremental Continual Learning via Dual View Consistency

2022-01-01 · CVPR 2022 1 · Yanan Gu, Xu Yang, Kun Wei, Cheng Deng

Online class-incremental continual learning aims to learn new classes continually from a never-ending and single-pass data stream, while not forgetting the learned knowledge of old classes. Existing replay-based meth…

Continual Learning