paper-with-me

홈 › Papers

Adaptive Deep Neural Network Inference Optimization with EENet

2023-01-15 · Fatih Ilhan, Ka-Ho Chow, Sihao Hu, Tiansheng Huang, Selim Tekin, Wenqi Wei, Yanzhao Wu, Myungjin Lee, Ramana Kompella, Hugo Latapie, Gaowen Liu, Ling Liu

Well-trained deep neural networks (DNNs) treat all test samples equally during prediction. Adaptive DNN inference with early exiting leverages the observation that some test examples can be easier to predict than others. This paper presents EENet, a novel early-exiting scheduling framework for multi-exit DNN models. Instead of having every sample go through all DNN layers during prediction, EENet learns an early exit scheduler, which can intelligently terminate the inference earlier for certain predictions, which the model has high confidence of early exit. As opposed to previous early-exiting solutions with heuristics-based methods, our EENet framework optimizes an early-exiting policy to maximize model accuracy while satisfying the given per-sample average inference budget. Extensive experiments are conducted on four computer vision datasets (CIFAR-10, CIFAR-100, ImageNet, Cityscapes) and two NLP datasets (SST-2, AgNews). The results demonstrate that the adaptive inference by EENet can outperform the representative existing early exit techniques. We also perform a detailed visualization analysis of the comparison results to interpret the benefits of EENet.

📄 PDF Abstract BibTeX arXiv:2301.07099

Code (1)

git-disl/eenet 공식 구현 pytorch

Tasks

Inference OptimizationSchedulingSST-2

Methods 이 논문이 사용한 방법론

Test 설명 없음
Early exiting Exit whenever the model is confident enough allowing early exiting from hidden layers

Similar Papers 제목 키워드 기반

Early-exit Convolutional Neural Networks

2024-09-09 · Edanur Demir, Emre Akbas

This paper is aimed at developing a method that reduces the computational cost of convolutional neural networks (CNN) during inference. Conventionally, the input data pass through a fixed neural network architecture. How…

AlignFreeNet: Is Cross-Modal Pre-Alignment Necessary? An End-to-End Alignment-Free Lightweight Network for Visible-Infrared Object Detection

2025-07-27 · Dingkun Zhu, Haote Zhang, Lipeng Gu, Wuzhou Quan 외 arxiv

Cross-modal misalignments, such as spatial offsets, resolution discrepancies, and semantic deficiencies, frequently occur in visible-infrared object detection (VI-OD). To mitigate this, existing methods are typically ada…

Object Detection

Cross Spline Net and a Unified World

2024-10-24 · Linwei Hu, Ye Jin Choi, Vijayan N. Nair

In today's machine learning world for tabular data, XGBoost and fully connected neural network (FCNN) are two most popular methods due to their good model performance and convenience to use. However, they are highly comp…

PTEENet: Post-Trained Early-Exit Neural Networks Augmentation for Inference Cost Optimization

2025-01-05 · Assaf Lahiany, Yehudit Aperstein

For many practical applications, a high computational cost of inference over deep network architectures might be unacceptable. A small degradation in the overall inference accuracy might be a reasonable price to pay for …

TreeNet: A Light Weight Model for Low Bitrate Image Compression

2025-12-18 · Mahadev Prasad Panda, Purnachandra Rao Makkena, Srivatsa Prativadibhayankaram, Siegfried Fößel 외 arxiv

Reducing computational complexity remains a critical challenge for the widespread adoption of learning-based image compression techniques. In this work, we propose TreeNet, a novel low-complexity image compression model …

Image Compression