paper-with-me

홈 › Papers

ECC: Platform-Independent Energy-Constrained Deep Neural Network Compression via a Bilinear Regression Model

2018-12-05 · CVPR 2019 6 · Haichuan Yang, Yuhao Zhu, Ji Liu

Many DNN-enabled vision applications constantly operate under severe energy constraints such as unmanned aerial vehicles, Augmented Reality headsets, and smartphones. Designing DNNs that can meet a stringent energy budget is becoming increasingly important. This paper proposes ECC, a framework that compresses DNNs to meet a given energy constraint while minimizing accuracy loss. The key idea of ECC is to model the DNN energy consumption via a novel bilinear regression function. The energy estimate model allows us to formulate DNN compression as a constrained optimization that minimizes the DNN loss function over the energy constraint. The optimization problem, however, has nontrivial constraints. Therefore, existing deep learning solvers do not apply directly. We propose an optimization algorithm that combines the essence of the Alternating Direction Method of Multipliers (ADMM) framework with gradient-based learning algorithms. The algorithm decomposes the original constrained optimization into several subproblems that are solved iteratively and efficiently. ECC is also portable across different hardware platforms without requiring hardware knowledge. Experiments show that ECC achieves higher accuracy under the same or lower energy budget compared to state-of-the-art resource-constrained DNN compression techniques.

📄 PDF Abstract BibTeX arXiv:1812.01803

Code (2)

hyang1990/energy_constrained_compression pytorch
zhanhuijing/ECC_PYCHARM pytorch

Tasks

Neural Network Compressionregression

Similar Papers 제목 키워드 기반

AdaDeep: A Usage-Driven, Automated Deep Model Compression Framework for Enabling Ubiquitous Intelligent Mobiles

2020-06-08 · Sicong Liu, Junzhao Du, Kaiming Nan, ZimuZhou 외

Recent breakthroughs in Deep Neural Networks (DNNs) have fueled a tremendously growing demand for bringing DNN-powered intelligence into mobile platforms. While the potential of deploying DNNs on resource-constrained pla…

Model Compression

UPAQ: A Framework for Real-Time and Energy-Efficient 3D Object Detection in Autonomous Vehicles

2025-01-08 · Abhishek Balasubramaniam, Febin P Sunny, Sudeep Pasricha

To enhance perception in autonomous vehicles (AVs), recent efforts are concentrating on 3D object detectors, which deliver more comprehensive predictions than traditional 2D object detectors, at the cost of increased mem…

3D Object DetectionAutonomous VehiclesModel CompressionObject+3

Parallel Blockwise Knowledge Distillation for Deep Neural Network Compression

2020-12-05 · Cody Blakeney, Xiaomin Li, Yan Yan, Ziliang Zong

Deep neural networks (DNNs) have been extremely successful in solving many challenging AI tasks in natural language processing, speech recognition, and computer vision nowadays. However, DNNs are typically computation in…

Knowledge DistillationNeural Network CompressionQuantizationspeech-recognition+1

On Accelerating Edge AI: Optimizing Resource-Constrained Environments

2025-01-25 · Jacob Sander, Achraf Cohen, Venkat R. Dasari, Brent Venable 외

Resource-constrained edge deployments demand AI solutions that balance high performance with stringent compute, memory, and energy limitations. In this survey, we present a comprehensive overview of the primary strategie…

Knowledge DistillationModel CompressionNeural Architecture SearchQuantization+2

Efficient Learned Image Compression Through Knowledge Distillation

2025-09-12 · Fabien Allemand, Attilio Fiandrotti, Sumanta Chaudhuri, Alaa Eddine Mazouz arxiv

Learned image compression sits at the intersection of machine learning and image processing. With advances in deep learning, neural network-based compression methods have emerged. In this process, an encoder maps the ima…

Knowledge DistillationImage Compression