paper-with-me

홈 › Papers

Low-Rank Training of Deep Neural Networks for Emerging Memory Technology

2020-09-08 · Albert Gural, Phillip Nadeau, Mehul Tikekar, Boris Murmann

The recent success of neural networks for solving difficult decision tasks has incentivized incorporating smart decision making "at the edge." However, this work has traditionally focused on neural network inference, rather than training, due to memory and compute limitations, especially in emerging non-volatile memory systems, where writes are energetically costly and reduce lifespan. Yet, the ability to train at the edge is becoming increasingly important as it enables real-time adaptability to device drift and environmental variation, user customization, and federated learning across devices. In this work, we address two key challenges for training on edge devices with non-volatile memory: low write density and low auxiliary memory. We present a low-rank training scheme that addresses these challenges while maintaining computational efficiency. We then demonstrate the technique on a representative convolutional neural network across several adaptation problems, where it out-performs standard SGD both in accuracy and in number of weight writes.

📄 PDF Abstract BibTeX arXiv:2009.03887

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyDecision MakingFederated Learning

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Low Rank Training of Deep Neural Networks for Emerging Memory Technology

2019-09-25 · Albert Gural, Phillip Nadeau, Mehul Tikekar, Boris Murmann

The recent success of neural networks for solving difficult decision tasks has incentivized incorporating smart decision making "at the edge." However, this work has traditionally focused on neural network inference, rat…

Computational EfficiencyDecision MakingFederated LearningQuantization

Optimizing for In-memory Deep Learning with Emerging Memory Technology

2021-12-01 · Zhehui Wang, Tao Luo, Rick Siow Mong Goh, Wei zhang 외

In-memory deep learning computes neural network models where they are stored, thus avoiding long distance communication between memory and computation units, resulting in considerable savings in energy and time. In-memor…

Deep Learning

LLMET: Enabling Cross-Layer Evaluation of Emerging M3D Memories for Energy-Efficient LLM Serving

2026-07-29 · Ming-Yen Lee, Hanchen Yang, Faaiq Waqar, Harsono Simka 외 arxiv

The energy consumption of Large Language Model (LLM) serving is becoming a major system challenge as deployment scales, driven by hardware power and thermal constraints and rising electricity costs. A key contributor to …

XBTorch: A Unified Framework for Modeling and Co-Design of Crossbar-Based Deep Learning Accelerators

2026-01-11 · Osama Yousuf, Andreu L. Glasmann, Martin Lueker-Boden, Sina Najmaei 외 arxiv

Emerging memory technologies have gained significant attention as a promising pathway to overcome the limitations of conventional computing architectures in deep learning applications. By enabling computation directly wi…

In-Memory Resistive RAM Implementation of Binarized Neural Networks for Medical Applications

2020-06-20 · Bogdan Penkovsky, Marc Bocquet, Tifenn Hirtzlin, Jacques-Olivier Klein 외

The advent of deep learning has considerably accelerated machine learning development. The deployment of deep neural networks at the edge is however limited by their high memory and energy consumption requirements. With …

BIG-bench Machine Learning