paper-with-me

Papers

Incomplete Dot Products for Dynamic Computation Scaling in Neural Network Inference

2017-10-21 · Bradley McDanel, Surat Teerapittayanon, H. T. Kung

We propose the use of incomplete dot products (IDP) to dynamically adjust the number of input channels used in each layer of a convolutional neural network during feedforward inference. IDP adds monotonically non-increasing coefficients, referred to as a "profile", to the channels during training. The profile orders the contribution of each channel in non-increasing order. At inference time, the number of channels used can be dynamically adjusted to trade off accuracy for lowered power consumption and reduced latency by selecting only a beginning subset of channels. This approach allows for a single network to dynamically scale over a computation range, as opposed to training and deploying multiple networks to support different levels of computation scaling. Additionally, we extend the notion to multiple profiles, each optimized for some specific range of computation scaling. We present experiments on the computation and accuracy trade-offs of IDP for popular image classification models and datasets. We demonstrate that, for MNIST and CIFAR-10, IDP reduces computation significantly, e.g., by 75%, without significantly compromising accuracy. We argue that IDP provides a convenient and effective means for devices to lower computation costs dynamically to reflect the current computation budget of the system. For example, VGG-16 with 50% IDP (using only the first 50% of channels) achieves 70% in accuracy on the CIFAR-10 dataset compared to the standard network which achieves only 35% accuracy when using the reduced channel set.

📄 PDF Abstract BibTeX arXiv:1710.07830

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage Classification

Similar Papers 제목 키워드 기반

TESLA: Task-wise Early Stopping and Loss Aggregation for Dynamic Neural Network Inference

2018-01-01 · ICLR 2018 1 · Chun-Min Chang, Chia-Ching Lin, Hung-Yi Ou Yang, Chin-Laung Lei 외

For inference operations in deep neural networks on end devices, it is desirable to deploy a single pre-trained neural network model, which can dynamically scale across a computation range without comprising accuracy. To…

Physics-Guided Learning of Meteorological Dynamics for Weather Downscaling and Forecasting

2025-05-20 · Yingtao Luo, Shikai Fang, Binqing Wu, Qingsong Wen 외

Weather forecasting is essential but remains computationally intensive and physically incomplete in traditional numerical weather prediction (NWP) methods. Deep learning (DL) models offer efficiency and accuracy but ofte…

Deep LearningWeather Forecasting

Inference Computation Scaling for Feature Augmentation in Recommendation Systems

2025-02-22 · Weihao Liu, Zhaocheng Du, Haiyuan Zhao, Wenbo Zhang 외

Large language models have become a powerful method for feature augmentation in recommendation systems. However, existing approaches relying on quick inference often suffer from incomplete feature coverage and insufficie…

MathRecommendation SystemsSpecificity

Bayesian Inference in Cumulative Distribution Fields

2015-11-09 · Ricardo Silva

One approach for constructing copula functions is by multiplication. Given that products of cumulative distribution functions (CDFs) are also CDFs, an adjustment to this multiplication will result in a copula model, as d…

Bayesian Inference

When Does Learning Renormalize? Sufficient Conditions for Power Law Spectral Dynamics

2025-12-20 · Yizhou Zhang arxiv

Empirical power--law scaling has been widely observed across modern deep learning systems, yet its theoretical origins and scope of validity remain incompletely understood. The Generalized Resolution--Shell Dynamics (GRS…