paper-with-me

Papers

Continual Learning for Autonomous Robots: A Prototype-based Approach

2024-03-30 · Elvin Hajizada, Balachandran Swaminathan, Yulia Sandamirskaya

Humans and animals learn throughout their lives from limited amounts of sensed data, both with and without supervision. Autonomous, intelligent robots of the future are often expected to do the same. The existing continual learning (CL) methods are usually not directly applicable to robotic settings: they typically require buffering and a balanced replay of training data. A few-shot online continual learning (FS-OCL) setting has been proposed to address more realistic scenarios where robots must learn from a non-repeated sparse data stream. To enable truly autonomous life-long learning, an additional challenge of detecting novelties and learning new items without supervision needs to be addressed. We address this challenge with our new prototype-based approach called Continually Learning Prototypes (CLP). In addition to being capable of FS-OCL learning, CLP also detects novel objects and learns them without supervision. To mitigate forgetting, CLP utilizes a novel metaplasticity mechanism that adapts the learning rate individually per prototype. CLP is rehearsal-free, hence does not require a memory buffer, and is compatible with neuromorphic hardware, characterized by ultra-low power consumption, real-time processing abilities, and on-chip learning. Indeed, we have open-sourced a simple version of CLP in the neuromorphic software framework Lava, targetting Intel's neuromorphic chip Loihi 2. We evaluate CLP on a robotic vision dataset, OpenLORIS. In a low-instance FS-OCL scenario, CLP shows state-of-the-art results. In the open world, CLP detects novelties with superior precision and recall and learns features of the detected novel classes without supervision, achieving a strong baseline of 99% base class and 65%/76% (5-shot/10-shot) novel class accuracy.

📄 PDF Abstract BibTeX arXiv:2404.00418

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Rethinking Continual Learning for Autonomous Agents and Robots

2019-07-02 · German I. Parisi, Christopher Kanan

Continual learning refers to the ability of a biological or artificial system to seamlessly learn from continuous streams of information while preventing catastrophic forgetting, i.e., a condition in which new incoming i…

Continual LearningTransfer Learning

HydraCIL: Decoupled Class-Incremental Learning through Prototype-Guided Multi-Head Classifiers

2026-06-08 · Daniel Vila-Cruz, Laura Morán-Fernández, Verónica Bolón-Canedo arxiv

We present HydraCIL, a decoupled continual learning model based on prototype-guided multi-head classifiers, targeting sustainable deployment in embedded and resource-constrained environments. While most Class-Incremental…

class-incremental learningContinual Learning

"Hello, I'm Delivering. Let Me Pass By": Navigating Public Pathways with Walk-along with Robots in Crowded City Streets

2026-02-18 · EunJeong Cheon, Do Yeon Shin arxiv

As the presence of autonomous robots in public spaces increases-whether navigating campus walkways or neighborhood sidewalks-understanding how to carefully study these robots becomes critical. While HRI research has cond…

Tiny Robotics Dataset and Benchmark for Continual Object Detection

2024-09-24 · Francesco Pasti, Riccardo De Monte, Davide Dalle Pezze, Gian Antonio Susto 외

Detecting objects in mobile robotics is crucial for numerous applications, from autonomous navigation to inspection. However, robots often need to operate in different domains from those they were trained in, requiring t…

Autonomous NavigationContinual LearningObjectobject-detection+2

Continual Learning for Real-World Autonomous Systems: Algorithms, Challenges and Frameworks

2021-05-26 · Khadija Shaheen, Muhammad Abdullah Hanif, Osman Hasan, Muhammad Shafique

Continual learning is essential for all real-world applications, as frozen pre-trained models cannot effectively deal with non-stationary data distributions. The purpose of this study is to review the state-of-the-art me…

Continual Learning