paper-with-me

홈 › Papers

On Handling Catastrophic Forgetting for Incremental Learning of Human Physical Activity on the Edge

2023-02-18 · Jingwei Zuo, George Arvanitakis, Hakim Hacid

Human activity recognition (HAR) has been a classic research problem. In particular, with recent machine learning (ML) techniques, the recognition task has been largely investigated by companies and integrated into their products for customers. However, most of them apply a predefined activity set and conduct the learning process on the cloud, hindering specific personalizations from end users (i.e., edge devices). Even though recent progress in Incremental Learning allows learning new-class data on the fly, the learning process is generally conducted on the cloud, requiring constant data exchange between cloud and edge devices, thus leading to data privacy issues. In this paper, we propose PILOTE, which pushes the incremental learning process to the extreme edge, while providing reliable data privacy and practical utility, e.g., low processing latency, personalization, etc. In particular, we consider the practical challenge of extremely limited data during the incremental learning process on edge, where catastrophic forgetting is required to be handled in a practical way. We validate PILOTE with extensive experiments on human activity data collected from mobile sensors. The results show PILOTE can work on edge devices with extremely limited resources while providing reliable performance.

📄 PDF Abstract BibTeX arXiv:2302.09310

Code (0)

등록된 구현이 없습니다.

Tasks

Activity RecognitionHuman Activity RecognitionIncremental Learning

Similar Papers 제목 키워드 기반

Incremental Concept Formation over Visual Images Without Catastrophic Forgetting

2024-02-26 · Nicki Barari, Xin Lian, Christopher J. MacLellan

Deep neural networks have excelled in machine learning, particularly in vision tasks, however, they often suffer from catastrophic forgetting when learning new tasks sequentially. In this work, we introduce Cobweb4V, an …

Measuring Catastrophic Forgetting in Neural Networks

2017-08-07 · Ronald Kemker, Marc McClure, Angelina Abitino, Tyler Hayes 외

Deep neural networks are used in many state-of-the-art systems for machine perception. Once a network is trained to do a specific task, e.g., bird classification, it cannot easily be trained to do new tasks, e.g., increm…

Utilizing Priming to Identify Optimal Class Ordering to Alleviate Catastrophic Forgetting

2022-12-24 · Gabriel Mantione-Holmes, Justin Leo, Jugal Kalita

In order for artificial neural networks to begin accurately mimicking biological ones, they must be able to adapt to new exigencies without forgetting what they have learned from previous training. Lifelong learning appr…

Incremental LearningLifelong learning

Forget Less, Count Better: A Domain-Incremental Self-Distillation Learning Benchmark for Lifelong Crowd Counting

2022-05-06 · Jiaqi Gao, Jingqi Li, Hongming Shan, Yanyun Qu 외

Crowd counting has important applications in public safety and pandemic control. A robust and practical crowd counting system has to be capable of continuously learning with the new incoming domain data in real-world sce…

Crowd CountingLifelong learning

Catastrophic forgetting: still a problem for DNNs

2019-05-20 · B. Pfülb, A. Gepperth, S. Abdullah, A. Kilian

We investigate the performance of DNNs when trained on class-incremental visual problems consisting of initial training, followed by retraining with added visual classes. Catastrophic forgetting (CF) behavior is measured…

Incremental LearningModel Selection