AI RESEARCH

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

arXiv CS.AI

ArXi:2604.14789v1 Announce Type: new 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.