English

The Framework Tax: Disparities Between Inference Efficiency in NLP Research and Deployment

Machine Learning 2023-12-25 v2

Abstract

Increased focus on the computational efficiency of NLP systems has motivated the design of efficient model architectures and improvements to underlying hardware accelerators. However, the resulting increases in computational throughput and reductions in floating point operations have not directly translated to improvements in wall-clock inference latency. We demonstrate that these discrepancies can be largely attributed to bottlenecks introduced by deep learning frameworks. We denote this phenomenon as the \textit{framework tax}, and observe that the disparity is growing as hardware speed increases over time. In this work, we examine this phenomenon through a series of case studies analyzing the effects of model design decisions, framework paradigms, and hardware platforms on total model latency. Code is available at https://github.com/JaredFern/Framework-Tax.

Keywords

Cite

@article{arxiv.2302.06117,
  title  = {The Framework Tax: Disparities Between Inference Efficiency in NLP Research and Deployment},
  author = {Jared Fernandez and Jacob Kahn and Clara Na and Yonatan Bisk and Emma Strubell},
  journal= {arXiv preprint arXiv:2302.06117},
  year   = {2023}
}

Comments

EMNLP 2023

R2 v1 2026-06-28T08:38:23.574Z