paper-with-me

Papers

Low-rank Gradient Approximation For Memory-Efficient On-device Training of Deep Neural Network

2020-01-24 · Mary Gooneratne, Khe Chai Sim, Petr Zadrazil, Andreas Kabel, Françoise Beaufays, Giovanni Motta

Training machine learning models on mobile devices has the potential of improving both privacy and accuracy of the models. However, one of the major obstacles to achieving this goal is the memory limitation of mobile devices. Reducing training memory enables models with high-dimensional weight matrices, like automatic speech recognition (ASR) models, to be trained on-device. In this paper, we propose approximating the gradient matrices of deep neural networks using a low-rank parameterization as an avenue to save training memory. The low-rank gradient approximation enables more advanced, memory-intensive optimization techniques to be run on device. Our experimental results show that we can reduce the training memory by about 33.0% for Adam optimization. It uses comparable memory to momentum optimization and achieves a 4.5% relative lower word error rate on an ASR personalization task.

📄 PDF Abstract BibTeX arXiv:2001.08885

Code (0)

등록된 구현이 없습니다.

Tasks

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

Adam 설명 없음

Similar Papers 제목 키워드 기반

Memory-Efficient Structured Backpropagation for On-Device LLM Fine-Tuning

2026-02-13 · Juneyoung Park, Yuri Hong, Seongwan Kim, Jaeho Lee arxiv

On-device fine-tuning enables privacy-preserving personalization of large language models, but mobile devices impose severe memory constraints, typically 6--12GB shared across all workloads. Existing approaches force a t…

Streaming Batch Eigenupdates for Hardware Neuromorphic Networks

2019-03-05 · Brian D. Hoskins, Matthew W. Daniels, Siyuan Huang, Advait Madhavan 외

Neuromorphic networks based on nanodevices, such as metal oxide memristors, phase change memories, and flash memory cells, have generated considerable interest for their increased energy efficiency and density in compari…

TRP: Trained Rank Pruning for Efficient Deep Neural Networks

2020-04-30 · Yuhui Xu, Yuxi Li, Shuai Zhang, Wei Wen 외

To enable DNNs on edge devices like mobile phones, low-rank approximation has been widely adopted because of its solid theoretical rationale and efficient implementations. Several previous works attempted to directly app…

AltLoRA: Towards Better Gradient Approximation in Low-Rank Adaptation with Alternating Projections

2025-05-18 · Xin Yu, Yujia Wang, Jinghui Chen, Lingzhou Xue

Low-Rank Adaptation (LoRA) has emerged as an effective technique for reducing memory overhead in fine-tuning large language models. However, it often suffers from sub-optimal performance compared with full fine-tuning si…

Techniques for Peak Memory Reduction for LoRA Fine-tuning of LLMs on Edge Devices

2026-06-17 · Hassan Dbouk, Matthias Reisser, Prathamesh Mandke, Likhita Arun Navali 외 arxiv

Fine-tuning of Large Language Models (LLMs) using Low-Rank Adaptation (LoRA) on an end-user's data offers personalized experiences while keeping data private, but faces severe memory constraints on consumer hardware. Pea…