← Search

Olivier Beaumont

4 accepted papers

2025

HiRemate: Hierarchical Approach for Efficient Re-materialization of Neural Networks

ICML 2025poster

Training deep neural networks (DNNs) on memory-limited GPUs is challenging, as storing intermediate activations often exceeds available memory. Re-materialization, a technique that preserves exact computations, addresses this by selectively recomputing activations instead of storing them. However,…

Cited by 0SourcePDFScholar
2023

Rockmate: an Efficient, Fast, Automatic and Generic Tool for Re-materialization in PyTorch

ICML 2023oral

We propose Rockmate to control the memory requirements when training PyTorch DNN models. Rockmate is an automatic tool that starts from the model code and generates an equivalent model, using a predefined amount of memory for activations, at the cost of a few re-computations. Rockmate automatically…

2022

Survey on Efficient Training of Large Neural Networks

IJCAI 2022poster

Modern Deep Neural Networks (DNNs) require significant memory to store weight, activations, and other intermediate tensors during training. Hence, many models don’t fit one GPU device or can be trained using only a small per-GPU batch size. This survey provides a systematic overview of the approache…

2021

Efficient Combination of Rematerialization and Offloading for Training DNNs

NeurIPS 2021poster

Rematerialization and offloading are two well known strategies to save memory during the training phase of deep neural networks, allowing data scientists to consider larger models, batch sizes or higher resolution data. Rematerialization trades memory for computation time, whereas Offloading trades…

Cited by 47SourcePDFScholar