LoRA-Edge: Tensor-Train-Assisted LoRA for Practical CNN Fine-Tuning on Edge Devices
Hyunseok Kwak, Kyeongwon Lee, Jae-Jin Lee, Woojoo Lee

TL;DR
LoRA-Edge introduces a tensor-train-assisted, parameter-efficient CNN fine-tuning method suitable for edge devices, achieving near full fine-tuning accuracy with significantly fewer trainable parameters and faster convergence.
Contribution
The paper proposes LoRA-Edge, a novel PEFT approach combining tensor-train SVD with LoRA for efficient CNN adaptation on edge hardware, preserving structure and reducing parameters.
Findings
Achieves within 4.7% accuracy of full fine-tuning across datasets.
Updates only 1.49% of parameters, outperforming prior PEFT methods.
Faster convergence by 1.4-3.8x on Jetson Orin Nano.
Abstract
On-device fine-tuning of CNNs is essential to withstand domain shift in edge applications such as Human Activity Recognition (HAR), yet full fine-tuning is infeasible under strict memory, compute, and energy budgets. We present LoRA-Edge, a parameter-efficient fine-tuning (PEFT) method that builds on Low-Rank Adaptation (LoRA) with tensor-train assistance. LoRA-Edge (i) applies Tensor-Train Singular Value Decomposition (TT-SVD) to pre-trained convolutional layers, (ii) selectively updates only the output-side core with zero-initialization to keep the auxiliary path inactive at the start, and (iii) fuses the update back into dense kernels, leaving inference cost unchanged. This design preserves convolutional structure and reduces the number of trainable parameters by up to two orders of magnitude compared to full fine-tuning. Across diverse HAR datasets and CNN backbones, LoRA-Edge…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsContext-Aware Activity Recognition Systems · Human Pose and Action Recognition · Advanced Neural Network Applications
