paper-with-me

홈 › Papers

An automated approach for improving the inference latency and energy efficiency of pretrained CNNs by removing irrelevant pixels with focused convolutions

2023-10-11 · Caleb Tung, Nicholas Eliopoulos, Purvish Jajal, Gowri Ramshankar, Chen-Yun Yang, Nicholas Synovic, Xuecen Zhang, Vipin Chaudhary, George K. Thiruvathukal, Yung-Hsiang Lu

Computer vision often uses highly accurate Convolutional Neural Networks (CNNs), but these deep learning models are associated with ever-increasing energy and computation requirements. Producing more energy-efficient CNNs often requires model training which can be cost-prohibitive. We propose a novel, automated method to make a pretrained CNN more energy-efficient without re-training. Given a pretrained CNN, we insert a threshold layer that filters activations from the preceding layers to identify regions of the image that are irrelevant, i.e. can be ignored by the following layers while maintaining accuracy. Our modified focused convolution operation saves inference latency (by up to 25%) and energy costs (by up to 22%) on various popular pretrained CNNs, with little to no loss in accuracy.

📄 PDF Abstract BibTeX arXiv:2310.07782

Code (1)

PurdueCAM2Project/focused-convolutions 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

AGFT: An Adaptive GPU Frequency Tuner for Real-Time LLM Inference Optimization

2025-08-03 · Zicong Ye, Kunming Zhang, Guoming Tang arxiv

The explosive growth of interactive Large Language Models (LLMs) has placed unprecedented demands for low latency on cloud GPUs, forcing them into high-power modes and causing escalating energy costs. Real-time inference…

Reinforcement Learning

HAQ: Hardware-Aware Automated Quantization with Mixed Precision

2018-11-21 · CVPR 2019 6 · Kuan Wang, Zhijian Liu, Yujun Lin, Ji Lin 외

Model quantization is a widely used technique to compress and accelerate deep neural network (DNN) inference. Emergent DNN hardware accelerators begin to support mixed precision (1-8 bits) to further improve the computat…

QuantizationReinforcement Learning

HULK: An Energy Efficiency Benchmark Platform for Responsible Natural Language Processing

2020-02-14 · EACL 2021 2 · Xiyou Zhou, Zhiyu Chen, Xiaoyong Jin, William Yang Wang

Computation-intensive pretrained models have been taking the lead of many natural language processing benchmarks such as GLUE. However, energy efficiency in the process of model training and inference becomes a critical …

Benchmarking

Benchmarking Energy and Latency in TinyML: A Novel Method for Resource-Constrained AI

2025-05-21 · Pietro Bartoli, Christian Veronesi, Andrea Giudici, David Siorpaes 외

The rise of IoT has increased the need for on-edge machine learning, with TinyML emerging as a promising solution for resource-constrained devices such as MCU. However, evaluating their performance remains challenging du…

Benchmarking

Queueing Analysis of GPU-Based Inference Servers with Dynamic Batching: A Closed-Form Characterization

2019-12-13 · Yoshiaki Inoue

GPU-accelerated computing is a key technology to realize high-speed inference servers using deep neural networks (DNNs). An important characteristic of GPU-based inference is that the computational efficiency, in terms o…

Computational EfficiencyFormGPU