Methods › General › Asynchronous Pipeline Parallel › PipeDream-2BW
PipeDream-2BW
Introduced by Deepak Narayanan et al. in Memory-Efficient Pipeline-Parallel DNN Training
archive 2025-07-28 Description, source and code snippet are the archive's method entry.
PipeDream-2BW is an asynchronous pipeline parallel method that supports memory-efficient pipeline parallelism, a hybrid form of parallelism that combines data and model parallelism with input pipelining. PipeDream-2BW uses a novel pipelining and weight gradient coalescing strategy, combined with the double buffering of weights, to ensure high throughput, low memory footprint, and weight update semantics similar to data parallelism. In addition, PipeDream2BW automatically partitions the model over the available hardware resources, while respecting hardware constraints such as memory capacities of accelerators, and topologies and bandwidths of interconnects. PipeDream-2BW also determines when to employ existing memory-savings techniques, such as activation recomputation, that trade off extra computation for lower memory footprint.
The two main features are a double-buffered weight update (2BW) and flush mechanisms ensure high throughput. PipeDream-2BW splits models into stages over multiple workers, and each stage is replicated an equal number of times (with data-parallel updates across replicas of the same stage). Such parallel pipelines work well for models where each layer is repeated a fixed number of times (e.g., transformer models).
Papers archive 2025-07-28
3 shown of 3, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.
-
PipeOptim: Ensuring Effective 1F1B Schedule with Optimizer-Dependent Weight Prediction 1 Dec 2023 · 1 repository · arXiv:2312.00839
-
Group-based Interleaved Pipeline Parallelism for Large-scale DNN Training 29 Sep 2021 · 1 repository
-
Memory-Efficient Pipeline-Parallel DNN Training 16 Jun 2020 · 1 repository · arXiv:2006.09503Syntology ran 2 of 10 samples · 8 unverified
Tasks archive 2025-07-28
5 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.
| Task | Papers |
|---|---|
| Image Classification | 1 |
| Machine Translation | 1 |
| Prediction | 1 |
| Sentiment Analysis | 1 |
| image-classification | 1 |
Usage over time archive 2025-07-28
Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).
Categories archive 2025-07-28
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections