paper-with-me

Papers

OneFlow: Redesign the Distributed Deep Learning Framework from Scratch

2021-10-28 · Jinhui Yuan, Xinqi Li, Cheng Cheng, Juncheng Liu, Ran Guo, Shenghang Cai, Chi Yao, Fei Yang, Xiaodong Yi, Chuan Wu, Haoran Zhang, Jie Zhao

Deep learning frameworks such as TensorFlow and PyTorch provide a productive interface for expressing and training a deep neural network (DNN) model on a single device or using data parallelism. Still, they may not be flexible or efficient enough in training emerging large models on distributed devices, which require more sophisticated parallelism beyond data parallelism. Plugins or wrappers have been developed to strengthen these frameworks for model or pipeline parallelism, but they complicate the usage and implementation of distributed deep learning. Aiming at a simple, neat redesign of distributed deep learning frameworks for various parallelism paradigms, we present OneFlow, a novel distributed training framework based on an SBP (split, broadcast and partial-value) abstraction and the actor model. SBP enables much easier programming of data parallelism and model parallelism than existing frameworks, and the actor model provides a succinct runtime mechanism to manage the complex dependencies imposed by resource constraints, data movement and computation in distributed deep learning. We demonstrate the general applicability and efficiency of OneFlow for training various large DNN models with case studies and extensive experiments. The results show that OneFlow outperforms many well-known customized libraries built on top of the state-of-the-art frameworks. The code of OneFlow is available at: https://github.com/Oneflow-Inc/oneflow.

📄 PDF Abstract BibTeX arXiv:2110.15032

Code (1)

Oneflow-Inc/oneflow 공식 구현 pytorch

Tasks

Deep Learning

Similar Papers 제목 키워드 기반

OneFlow: Concurrent Mixed-Modal and Interleaved Generation with Edit Flows

2025-10-03 · John Nguyen, Marton Havasi, Tariq Berrada, Luke Zettlemoyer 외 arxiv

We present OneFlow, the first non-autoregressive multimodal model that enables variable-length and concurrent mixed-modal generation. Unlike autoregressive models that enforce rigid causal ordering between text and image…

Image Generation

OneFlowSBI: One Model, Many Queries for Simulation-Based Inference

2026-01-30 · Mayank Nautiyal, Li Ju, Melker Ernfors, Klara Hagland 외 arxiv

We introduce \textit{OneFlowSBI}, a unified framework for simulation-based inference that learns a single flow-matching generative model over the joint distribution of parameters and observations. Leveraging a query-awar…

OneFlow: One-class flow for anomaly detection based on a minimal volume region

2020-10-06 · Łukasz Maziarka, Marek Śmieja, Marcin Sendera, Łukasz Struski 외

We propose OneFlow - a flow-based one-class classifier for anomaly (outlier) detection that finds a minimal volume bounding region. Contrary to density-based methods, OneFlow is constructed in such a way that its result …

Anomaly DetectionOne-class classifierOutlier Detection

The Icelandic Word Web: A language technology-focused redesign of a lexicosemantic database

2021-05-01 · NoDaLiDa 2021 5 · Hjalti Daníelsson, Jón Hilmar Jónsson, Þórður Arnar Árnason, Alec Shaw 외

The new Icelandic Word Web (IW) is a language technology focused redesign of a lexicosemantic database of semantically related entries. The IW’s entities, relations, metadata and categorization scheme have all been imple…

A Teacher-Student Framework for Maintainable Dialog Manager

2018-10-01 · EMNLP 2018 10 · Weikang Wang, Jiajun Zhang, Han Zhang, Mei-Yuh Hwang 외

Reinforcement learning (RL) is an attractive solution for task-oriented dialog systems. However, extending RL-based systems to handle new intents and slots requires a system redesign. The high maintenance cost makes it d…

Reinforcement LearningReinforcement Learning (RL)