2020

TResNet: High Performance GPU-Dedicated Architecture

Ridnik, Tal, Lawen, Hussam, Noy, Asaf et al.

Understand

Many deep learning models, developed in recent years, reach higher ImageNet accuracy than ResNet50, with fewer or comparable FLOPS count.

  • While FLOPs are often seen as a proxy for network efficiency, when measuring actual GPU training and inference throughput, vanilla ResNet50 is usually significantly faster than its recent competitors, offering better throughput-accuracy trade-off.
  • In this work, we introduce a series of architecture modifications that aim to boost neural networks' accuracy, while retaining their GPU training and inference efficiency.
  • We first demonstrate and discuss the bottlenecks induced by FLOPs-optimizations.

Reading the bibliography…