LGDec 15, 2023

Adaptive Computation Modules: Granular Conditional Computation For Efficient Inference

arXiv:2312.10193v28 citationsh-index: 31AAAI
Originality Incremental advance
AI Analysis

This work addresses the problem of high inference costs for users of transformer models, offering a domain-specific solution that is incremental in nature.

The paper tackles the computational inefficiency of transformer models by introducing Adaptive Computation Modules (ACMs) that dynamically adjust computational load per token based on input difficulty, achieving significant reductions in inference costs without accuracy degradation across various budgets in computer vision and speech recognition tasks.

While transformer models have been highly successful, they are computationally inefficient. We observe that for each layer, the full width of the layer may be needed only for a small subset of tokens inside a batch and that the "effective" width needed to process a token can vary from layer to layer. Motivated by this observation, we introduce the Adaptive Computation Module (ACM), a generic module that dynamically adapts its computational load to match the estimated difficulty of the input on a per-token basis. An ACM consists of a sequence of learners that progressively refine the output of their preceding counterparts. An additional gating mechanism determines the optimal number of learners to execute for each token. We also propose a distillation technique to replace any pre-trained model with an "ACMized" variant. Our evaluation of transformer models in computer vision and speech recognition demonstrates that substituting layers with ACMs significantly reduces inference costs without degrading the downstream accuracy for a wide interval of user-defined budgets.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes