paper-with-me

홈 › Papers

LODAP: On-Device Incremental Learning Via Lightweight Operations and Data Pruning

2025-04-28 · Biqing Duan, Qing Wang, Di Liu, Wei Zhou, Zhenli He, Shengfa Miao

Incremental learning that learns new classes over time after the model's deployment is becoming increasingly crucial, particularly for industrial edge systems, where it is difficult to communicate with a remote server to conduct computation-intensive learning. As more classes are expected to learn after their execution for edge devices. In this paper, we propose LODAP, a new on-device incremental learning framework for edge systems. The key part of LODAP is a new module, namely Efficient Incremental Module (EIM). EIM is composed of normal convolutions and lightweight operations. During incremental learning, EIM exploits some lightweight operations, called adapters, to effectively and efficiently learn features for new classes so that it can improve the accuracy of incremental learning while reducing model complexity as well as training overhead. The efficiency of LODAP is further enhanced by a data pruning strategy that significantly reduces the training data, thereby lowering the training overhead. We conducted extensive experiments on the CIFAR-100 and Tiny- ImageNet datasets. Experimental results show that LODAP improves the accuracy by up to 4.32\% over existing methods while reducing around 50\% of model complexity. In addition, evaluations on real edge systems demonstrate its applicability for on-device machine learning. The code is available at https://github.com/duanbiqing/LODAP.

📄 PDF Abstract BibTeX arXiv:2504.19638

Code (1)

duanbiqing/lodap 공식 구현 pytorch

Tasks

Incremental Learning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

A Continual and Incremental Learning Approach for TinyML On-device Training Using Dataset Distillation and Model Size Adaption

2024-09-11 · Marcus Rüb, Philipp Tuchel, Axel Sikora, Daniel Mueller-Gritschneder

A new algorithm for incremental learning in the context of Tiny Machine learning (TinyML) is presented, which is optimized for low-performance and energy efficient embedded devices. TinyML is an emerging field that deplo…

Anomaly DetectionComputational EfficiencyDataset DistillationIncremental Learning+1

Lightweight network towards real-time image denoising on mobile devices

2022-11-09 · Zhuoqun Liu, Meiguang Jin, Ying Chen, Huaida Liu 외

Deep convolutional neural networks have achieved great progress in image denoising tasks. However, their complicated architectures and heavy computational cost hinder their deployments on mobile devices. Some recent effo…

DenoisingImage Denoising

Enabling Deep Learning on Edge Devices through Filter Pruning and Knowledge Transfer

2022-01-22 · Kaiqi Zhao, Yitao Chen, Ming Zhao

Deep learning models have introduced various intelligent applications to edge devices, such as image classification, speech recognition, and augmented reality. There is an increasing need of training such models on the d…

image-classificationImage ClassificationIncremental LearningModel Compression+3

RepViT: Revisiting Mobile CNN From ViT Perspective

2023-07-18 · CVPR 2024 1 · Ao Wang, Hui Chen, Zijia Lin, Jungong Han 외

Recently, lightweight Vision Transformers (ViTs) demonstrate superior performance and lower latency, compared with lightweight Convolutional Neural Networks (CNNs), on resource-constrained mobile devices. Researchers hav…

Unified Class and Domain Incremental Learning with Mixture of Experts for Indoor Localization

2025-11-21 · Akhil Singampalli, Sudeep Pasricha arxiv

Indoor localization using machine learning has gained traction due to the growing demand for location-based services. However, its long-term reliability is hindered by hardware/software variations across mobile devices, …

class-incremental learningContinual Learning