Litcius/Paper detail

DeepFreeze: Towards Scalable Asynchronous Checkpointing of Deep Learning Models

Bogdan Nicolae, Jiali Li, Justin M. Wozniak, George Bosilca, Matthieu Dorier, Franck Cappello

202057 citationsDOIOpen Access PDF

Abstract

In the age of big data, deep learning has emerged as a powerful tool to extract insight and exploit its value, both in industry and scientific applications. One common pattern emerging in such applications is frequent checkpointing of the state of the learning model during training, needed in a variety of scenarios: analysis of intermediate states to explain features and correlations with training data, exploration strategies involving alternative models that share a common ancestor, knowledge transfer, resilience, etc. However, with increasing size of the learning models and popularity of distributed data-parallel training approaches, simple checkpointing techniques used so far face several limitations: low serialization performance, blocking I/O, stragglers due to the fact that only a single process is involved in checkpointing. This paper proposes a checkpointing technique specifically designed to address the aforementioned limitations, introducing efficient asynchronous techniques to hide the overhead of serialization and I/O, and distribute the load over all participating processes. Experiments with two deep learning applications (CANDLE and ResNet) on a pre-Exascale HPC platform (Theta) shows significant improvement over state-of-art, both in terms of checkpointing duration and runtime overhead.

Topics & Concepts

Computer scienceSerializationScalabilityExploitAsynchronous communicationDistributed computingOverhead (engineering)Deep learningProcess (computing)Artificial intelligenceParallel computingComputer networkOperating systemComputer securityAdvanced Data Storage TechnologiesScientific Computing and Data ManagementParallel Computing and Optimization Techniques
DeepFreeze: Towards Scalable Asynchronous Checkpointing of Deep Learning Models | Litcius