ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
1.3k
Citations
0
Influential Citations
ACM SIGARCH Computer Architecture News
Venue
2017
Year
Many architects believe that major improvements in cost-energy-performance must now come from domain-specific hardware. This paper evaluates a custom ASIC---called a Tensor Processing Unit (TPU) --- deployed in datacenters since 2015 that accelerates the inference phase of neural networks (NN). The heart of the TPU is a 65,536 8-bit MAC matrix multiply unit that offers a peak throughput of 92 TeraOps/second (TOPS) and a large (28 MiB) software-managed on-chip memory. The TPU's deterministic execution model is a better match to the 99th-percentile response-time requirement of our NN applications than are the time-varying optimizations of CPUs and GPUs that help average throughput more than guaranteed latency. The lack of such features helps explain why, despite having myriad MACs and a big memory, the TPU is relatively small and low power. We compare the TPU to a server-class Intel Haswell CPU and an Nvidia K80 GPU, which are contemporaries deployed in the same datacenters. Our workload, written in the high-level TensorFlow framework, uses production NN applications (MLPs, CNNs, and LSTMs) that represent 95% of our datacenters' NN inference demand. Despite low utilization for some applications, the TPU is on average about 15X -- 30X faster than its contemporary GPU or CPU, with TOPS/Watt about 30X -- 80X higher. Moreover, using the CPU's GDDR5 memory in the TPU would triple achieved TOPS and raise TOPS/Watt to nearly 70X the GPU and 200X the CPU.
This paper is a landmark in the shift from general-purpose processors to domain-specific hardware for AI. Published in 2017, it provided the first detailed public analysis of Google's Tensor Processing Unit (TPU), a custom ASIC deployed in datacenters since 2015. At a time when the AI community was heavily reliant on GPUs for both training and inference, the TPU demonstrated that a specialized design could achieve dramatic improvements in speed and energy efficiency for inference workloads. The paper's rigorous comparison against contemporary CPUs and GPUs using production neural network applications made its findings immediately actionable for practitioners and architects.
The significance extends beyond raw performance numbers. The TPU's deterministic execution model, which prioritizes guaranteed latency over average throughput, directly addressed the 99th-percentile response-time requirements of production inference services. This insight challenged the prevailing wisdom that hardware should optimize for average-case performance, and it highlighted the importance of aligning hardware design with real-world deployment constraints. The paper also showed that despite having a massive matrix multiply unit and large on-chip memory, the TPU remained relatively small and low power due to the absence of complex features like caches and out-of-order execution.
This paper catalyzed the industry-wide adoption of domain-specific accelerators for AI. It demonstrated that a custom ASIC could deliver order-of-magnitude improvements in both performance and energy efficiency for inference, a critical workload in datacenters. The TPU's design principles—massive parallelism, deterministic execution, and software-managed memory—influenced subsequent accelerators from Google (TPUv2, TPUv3) and other companies (e.g., Apple's Neural Engine, NVIDIA's Tensor Cores). The paper also highlighted the importance of co-designing hardware with high-level frameworks like TensorFlow, making specialized hardware accessible to a broad range of AI practitioners. Its findings remain relevant as the field continues to push toward more efficient and specialized hardware for AI workloads.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba