CVLGJun 3, 2017

IDK Cascades: Fast Deep Learning by Learning not to Overthink

arXiv:1706.00885v4134 citations
Originality Incremental advance
AI Analysis

This addresses the issue of computational inefficiency in model serving for real-world applications, offering a practical, incremental improvement.

The paper tackles the problem of high inference cost in deep learning models by proposing IDK Cascades, a framework that composes pre-trained models to accelerate inference without accuracy loss, achieving up to 2.5x speedup on benchmarks.

Advances in deep learning have led to substantial increases in prediction accuracy but have been accompanied by increases in the cost of rendering predictions. We conjecture that fora majority of real-world inputs, the recent advances in deep learning have created models that effectively "overthink" on simple inputs. In this paper, we revisit the classic question of building model cascades that primarily leverage class asymmetry to reduce cost. We introduce the "I Don't Know"(IDK) prediction cascades framework, a general framework to systematically compose a set of pre-trained models to accelerate inference without a loss in prediction accuracy. We propose two search based methods for constructing cascades as well as a new cost-aware objective within this framework. The proposed IDK cascade framework can be easily adopted in the existing model serving systems without additional model re-training. We evaluate the proposed techniques on a range of benchmarks to demonstrate the effectiveness of the proposed framework.

Foundations

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

Your Notes