中文
相关论文

相关论文: Inverted Activations: Reducing Memory Footprint in…

200 篇论文

Training a neural network using backpropagation algorithm requires passing error gradients sequentially through the network. The backward locking prevents us from updating network layers in parallel and fully leveraging the computing…

机器学习 · 计算机科学 2019-05-30 Zhouyuan Huo , Bin Gu , Heng Huang

The size of deep neural networks has grown exponentially in recent years. Unfortunately, hardware devices have not kept pace with the rapidly increasing memory requirements. To cope with this, researchers have turned to techniques such as…

机器学习 · 计算机科学 2022-11-04 Benoit Steiner , Mostafa Elhoushi , Jacob Kahn , James Hegarty

Edge computing for neural networks is getting important especially for low power applications and offline devices. TensorFlow Lite and PyTorch Mobile were released for this purpose. But they mainly support mobile devices instead of…

硬件体系结构 · 计算机科学 2020-07-06 Hasan Unlu

Deep residual networks (ResNets) have significantly pushed forward the state-of-the-art on image classification, increasing in performance as networks grow both deeper and wider. However, memory consumption becomes a bottleneck, as one…

计算机视觉与模式识别 · 计算机科学 2017-07-18 Aidan N. Gomez , Mengye Ren , Raquel Urtasun , Roger B. Grosse

A standard hardware bottleneck when training deep neural networks is GPU memory. The bulk of memory is occupied by caching intermediate tensors for gradient computation in the backward pass. We propose a novel method to reduce this…

计算机视觉与模式识别 · 计算机科学 2023-03-03 Joya Chen , Kai Xu , Yuhui Wang , Yifei Cheng , Angela Yao

After the tremendous development of neural networks trained by backpropagation, it is a good time to develop other algorithms for training neural networks to gain more insights into networks. In this paper, we propose a new algorithm for…

机器学习 · 计算机科学 2020-07-01 Benyamin Ghojogh , Fakhri Karray , Mark Crowley

An iterative method of learning has become a paradigm for training deep convolutional neural networks (DCNN). However, utilizing a non-iterative learning strategy can accelerate the training process of the DCNN and surprisingly such…

机器学习 · 计算机科学 2018-09-18 Yimin Yang , Q. M. Jonathan Wu , Xiexing Feng , Thangarajah Akilan

Training large neural network (NN) models requires extensive memory resources, and Activation Compressed Training (ACT) is a promising approach to reduce training memory footprint. This paper presents GACT, an ACT framework to support a…

While deep neural net inference was considered a task for servers only, latest advances in technology allow the task of inference to be moved to mobile and embedded devices, desired for various reasons ranging from latency to privacy. These…

机器学习 · 计算机科学 2020-02-18 Yury Pisarchyk , Juhyun Lee

The rise of Deep Neural Networks (DNNs) has led to an increase in model size and complexity, straining the memory capacity of GPUs. Sparsity in DNNs, characterized as structural or ephemeral, has gained attention as a solution. This work…

机器学习 · 计算机科学 2023-11-30 Daniel Barley , Holger Fröning

The growth in the complexity of Convolutional Neural Networks (CNNs) is increasing interest in partitioning a network across multiple accelerators during training and pipelining the backpropagation computations over the accelerators.…

分布式、并行与集群计算 · 计算机科学 2020-01-01 Lifu Zhang , Tarek S. Abdelrahman

When training deep neural networks, keeping all tensors in high precision (e.g., 32-bit or even 16-bit floats) is often wasteful. However, keeping all tensors in low precision (e.g., 8-bit floats) can lead to unacceptable accuracy loss.…

机器学习 · 计算机科学 2023-06-26 Wonyeol Lee , Rahul Sharma , Alex Aiken

In this paper, we propose a dimension reduction method specifically designed for tensor-structured feature data in deep neural networks. The method is implemented as a hidden layer, called the TensorProjection layer, which transforms input…

机器学习 · 统计学 2024-10-23 Toshinari Morimoto , Su-Yun Huang

This paper proposes a novel method for learning highly nonlinear, multivariate functions from examples. Our method takes advantage of the property that continuous functions can be approximated by polynomials, which in turn are representable…

机器学习 · 计算机科学 2020-05-05 Sandor Szedmak , Anna Cichonska , Heli Julkunen , Tapio Pahikkala , Juho Rousu

Memory efficiency is crucial in training deep learning networks on resource-restricted devices. During backpropagation, forward tensors are used to calculate gradients. Despite the option of keeping those dependencies in memory until they…

机器学习 · 计算机科学 2022-12-22 Manuela Schuler , Richard Membarth , Philipp Slusallek

Latency and energy consumption are key metrics in the performance of deep neural network (DNN) accelerators. A significant factor contributing to latency and energy is data transfers. One method to reduce transfers or data is reusing data…

硬件体系结构 · 计算机科学 2024-10-15 Michael Gilbert , Yannan Nellie Wu , Joel S. Emer , Vivienne Sze

Neural network training relies on gradient computation through backpropagation, yet memory requirements for storing layer activations present significant scalability challenges. We present the first adaptation of control-theoretic matrix…

机器学习 · 计算机科学 2025-10-02 Harbir Antil , Deepanshu Verma

Backpropagation through nonlinear neurons is an outstanding challenge to the field of optical neural networks and the major conceptual barrier to all-optical training schemes. Each neuron is required to exhibit a directionally dependent…

新兴技术 · 计算机科学 2021-03-22 Xianxin Guo , Thomas D. Barrett , Zhiming M. Wang , A. I. Lvovsky

Training deep neural networks at the edge on light computational devices, embedded systems and robotic platforms is nowadays very challenging. Continual learning techniques, where complex models are incrementally trained on small batches of…

机器学习 · 计算机科学 2020-03-05 Lorenzo Pellegrini , Gabriele Graffieti , Vincenzo Lomonaco , Davide Maltoni

Recent work [1] has utilized Moore-Penrose (MP) inverse in deep convolutional neural network (DCNN) learning, which achieves better generalization performance over the DCNN with a stochastic gradient descent (SGD) pipeline. However, Yang's…

机器学习 · 计算机科学 2021-01-06 Wandong Zhang , Yimin Yang , Jonathan Wu