English

AutoTailor: Automatic and Efficient Adaptive Model Deployment for Diverse Edge Devices

Machine Learning 2025-12-01 v1

Abstract

On-device machine learning (ML) has become a fundamental component of emerging mobile applications. Adaptive model deployment delivers efficient inference for heterogeneous device capabilities and performance requirements through customizing neural architectures. SuperNet-based approaches offer a promising solution by generating a large number of model variants from a pre-trained ML model. However, applying SuperNet in existing frameworks suffers from tedious model-aware development and time-consuming hardware-aware profiling, which limits their practical adoption. We present AutoTailor, the first framework to enable automated, end-to-end SuperNet-based adaptive model deployment for edge devices. Unlike manual SuperNet construction, AutoTailor employs a computation graph-guided compilation approach to automatically transform user-provided ML models into SuperNets. To support efficient specialization, AutoTailor incorporates learning-free latency and accuracy predictors, enabling low-cost yet accurate performance prediction. Our extended evaluations demonstrate that AutoTailor reduces the lines of code for SuperNet construction by 11--27×\times, decreases hardware-aware profiling costs by at least 11×\times, and achieves up to 15.60\% absolute accuracy improvement and 60.03\% latency reduction compared to state-of-the-art approaches across diverse models and devices.

Keywords

Cite

@article{arxiv.2511.22355,
  title  = {AutoTailor: Automatic and Efficient Adaptive Model Deployment for Diverse Edge Devices},
  author = {Mengyang Liu and Chenyu Lu and Haodong Tian and Fang Dong and Ruiting Zhou and Wei Wang and Dian Shen and Guangtong Li and Ye Wan and Li Li},
  journal= {arXiv preprint arXiv:2511.22355},
  year   = {2025}
}
R2 v1 2026-07-01T07:57:54.110Z