paper-with-me

홈 › Papers

A Comparative Study of CNN Optimization Methods for Edge AI: Exploring the Role of Early Exits

2026-04-16 · Nekane Fernandez, Ivan Valdes, Steven Van Vaerenbergh, Idoia de la Iglesia, Julen Arratibel arxiv

Deploying deep neural networks on edge devices requires balancing accuracy, latency, and resource constraints under realistic execution conditions. To fit models within these constraints, two broad strategies have emerged: static compression techniques such as pruning and quantization, which permanently reduce model size, and dynamic approaches such as early-exit mechanisms, which adapt computational cost at runtime. While both families are widely studied in isolation, they are rarely compared under identical conditions on physical hardware. This paper presents a unified deployment-oriented comparison of static compression and dynamic early-exit mechanisms, evaluated on real edge devices using ONNX based inference pipelines. Our results show that static and dynamic techniques offer fundamentally different trade-offs for edge deployment. While pruning and quantization deliver consistent memory footprint reduction, early-exit mechanisms enable input-adaptive computation savings that static methods cannot match. Their combination proves highly effective, simultaneously reducing inference latency and memory usage with minimal accuracy loss, expanding what is achievable at the edge.

📄 PDF Abstract BibTeX arXiv:2604.14789

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Exploring the Planet of the APEs: a Comparative Study of State-of-the-art Methods for MT Automatic Post-Editing

2015-07-01 · IJCNLP 2015 7 · Rajen Chatterjee, Marion Weller, Matteo Negri, Marco Turchi
Automatic Post-EditingDomain AdaptationMachine Translation

Comparative study of microgrid optimal scheduling under multi-optimization algorithm fusion

2023-10-03 · Hongyi Duan, Qingyang Li, Yuchen Li, Jianan Zhang 외

As global attention on renewable and clean energy grows, the research and implementation of microgrids become paramount. This paper delves into the methodology of exploring the relationship between the operational and en…

Scheduling

Knowledge Graphs are not Created Equal: Exploring the Properties and Structure of Real KGs

2023-11-10 · Nedelina Teneva, Estevam Hruschka

Despite the recent popularity of knowledge graph (KG) related tasks and benchmarks such as KG embeddings, link prediction, entity alignment and evaluation of the reasoning abilities of pretrained language models as KGs, …

Entity AlignmentKnowledge GraphsLink Prediction

FinXplore: An Adaptive Deep Reinforcement Learning Framework for Balancing and Discovering Investment Opportunities

2025-09-05 · Himanshu Choudhary, Arishi Orra, Manoj Thakur arxiv

Portfolio optimization is essential for balancing risk and return in financial decision-making. Deep Reinforcement Learning (DRL) has stood out as a cutting-edge tool for portfolio optimization that learns dynamic asset …

Reinforcement LearningPortfolio Optimization

A reproducible comparative study of categorical kernels for Gaussian process regression, with new clustering-based nested kernels

2025-10-02 · Raphaël Carpintero Perez, Sébastien Da Veiga, Josselin Garnier arxiv

Designing categorical kernels is a major challenge for Gaussian process regression with continuous and categorical inputs. Despite previous studies, it is difficult to identify a preferred method, either because the eval…