paper-with-me

홈 › Papers

Understanding the Energy and Precision Requirements for Online Learning

2016-07-03 · Charbel Sakr, Ameya Patil, Sai Zhang, Yongjune Kim, Naresh Shanbhag

It is well-known that the precision of data, hyperparameters, and internal representations employed in learning systems directly impacts its energy, throughput, and latency. The precision requirements for the training algorithm are also important for systems that learn on-the-fly. Prior work has shown that the data and hyperparameters can be quantized heavily without incurring much penalty in classification accuracy when compared to floating point implementations. These works suffer from two key limitations. First, they assume uniform precision for the classifier and for the training algorithm and thus miss out on the opportunity to further reduce precision. Second, prior works are empirical studies. In this article, we overcome both these limitations by deriving analytical lower bounds on the precision requirements of the commonly employed stochastic gradient descent (SGD) on-line learning algorithm in the specific context of a support vector machine (SVM). Lower bounds on the data precision are derived in terms of the the desired classification accuracy and precision of the hyperparameters used in the classifier. Additionally, lower bounds on the hyperparameter precision in the SGD training algorithm are obtained. These bounds are validated using both synthetic and the UCI breast cancer dataset. Additionally, the impact of these precisions on the energy consumption of a fixed-point SVM with on-line training is studied.

📄 PDF Abstract BibTeX arXiv:1607.00669

Code (0)

등록된 구현이 없습니다.

Tasks

General Classification

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Adaptive Precision Training for Resource Constrained Devices

2020-12-23 · Tian Huang, Tao Luo, Joey Tianyi Zhou

Learn in-situ is a growing trend for Edge AI. Training deep neural network (DNN) on edge devices is challenging because both energy and memory are constrained. Low precision training helps to reduce the energy cost of a …

Towards Energysheds: A Technical Definition and Cooperative Framework for Future Power System Operations

2023-11-27 · Dakota Hamilton, Samuel Chevalier, Amritanshu Pandey, Mads Almassalkhi

There is growing interest in understanding how interactions between system-wide objectives and local community decision-making will impact the clean energy transition. The concept of energysheds has gained traction in th…

Decision Making

Low-Precision Reinforcement Learning: Running Soft Actor-Critic in Half Precision

2021-02-26 · Johan Bjorck, Xiangyu Chen, Christopher De Sa, Carla P. Gomes 외

Low-precision training has become a popular approach to reduce compute requirements, memory footprint, and energy consumption in supervised learning. In contrast, this promising approach has not yet enjoyed similarly wid…

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning (RL)

Mixed-Precision Federated Learning via Multi-Precision Over-The-Air Aggregation

2024-06-04 · Jinsheng Yuan, Zhuangkun Wei, Weisi Guo

Over-the-Air Federated Learning (OTA-FL) is a privacy-preserving distributed learning mechanism, by aggregating updates in the electromagnetic channel rather than at the server. A critical research gap in existing OTA-FL…

Computational EfficiencyEdge-computingFederated LearningPrivacy Preserving+1

A note on solving nonlinear optimization problems in variable precision

2018-12-09 · S. Gratton, Ph. L. Toint

This short note considers an efficient variant of the trust-region algorithm with dynamic accuracy proposed Carter (1993) and Conn, Gould and Toint (2000) as a tool for very high-performance computing, an area where it i…