paper-with-me

Papers

FlowTrain: Flow-Based Decoupled Training for Industrial-Grade Vision-Language Models

2026-06-22 · Zhida Jiang, Zhaolong Xing, Yang Pei, Xiaolong Chen, Yuanhang Xiao, Chengzhi Huang, Xiyu Liu, Haopeng Liu, Qingyuan Sang, Lingfeng Zhou, Jiaxing Wang, Zicheng Zhang, Wenzhe Wang, Xinyu Liu, Yan Li, Zhen Chen, Ke Zhang arxiv

Industrial-grade distributed training of vision-language models (VLMs) remains far less efficient than that of unimodal LLMs. Existing solutions either follow a monolithic design that assigns uniform parallelism to heterogeneous modules or adopt a disaggregated deployment that separates modules while executing them as a batch-synchronized pipeline. In this paper, we highlight that the above solutions are still not sufficient, and VLM training can be further decoupled. To this end, we present FlowTrain, a flow-based decoupled training framework that reformulates VLM training as a producer-consumer dataflow coordinated through a unified memory pool. The encoder and backbone can progress independently over a global virtual address space. Since this execution decoupling fundamentally changes the optimization objective of allocation and scheduling, FlowTrain further introduces a heterogeneous parallel allocator that assigns module-specific parallelism strategies by solving a throughput matching problem. The dynamic packing scheduler is used to construct balanced microbatches at runtime according to the actual LLM-side computation cost. Extensive experiments on real-world workloads show that FlowTrain achieves over 50% MFU and up to 1.7x throughput improvement, narrowing the efficiency gap to LLM-only training.

📄 PDF Abstract BibTeX arXiv:2606.23087

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

IMPACT: A Dataset for Multi-Granularity Human Procedural Action Understanding in Industrial Assembly

2026-04-12 · Di Wen, Zeyun Zhong, David Schneider, Manuel Zaremski 외 arxiv

We introduce IMPACT, a synchronized five-view RGB-D dataset for deployment-oriented industrial procedural understanding, built around real assembly and disassembly of a commercial angle grinder with professional-grade to…

Action Understanding

High-Performance Self-Supervised Learning by Joint Training of Flow Matching

2025-12-17 · Kosuke Ukita, Tsuyoshi Okita arxiv

Diffusion models can learn rich representations during data generation, showing potential for Self-Supervised Learning (SSL), but they face a trade-off between generative quality and discriminative performance. Their ite…

Self-Supervised LearningRepresentation Learning

DrivAerStar: An Industrial-Grade CFD Dataset for Vehicle Aerodynamic Optimization

2025-10-19 · Jiyan Qiu, Lyulin Kuang, Guan Wang, Yichen Xu 외 arxiv

Vehicle aerodynamics optimization has become critical for automotive electrification, where drag reduction directly determines electric vehicle range and energy efficiency. Traditional approaches face an intractable trad…

EBuddy: a workflow orchestrator for industrial human-machine collaboration

2026-03-30 · Michele Banfi, Rocco Felici, Stefano Baraldo, Oliver Avram 외 arxiv

This paper presents EBuddy, a voice-guided workflow orchestrator for natural human-machine collaboration in industrial environments. EBuddy targets a recurrent bottleneck in tool-intensive workflows: expert know-how is e…

Speech Recognition

Rethinking Unsupervised Cross-modal Flow Estimation: Learning from Decoupled Optimization and Consistency Constraint

2025-09-29 · Runmin Zhang, Jialiang Wang, Si-Yuan Cao, Zhu Yu 외 arxiv

This work presents DCFlow, a novel unsupervised cross-modal flow estimation framework that integrates a decoupled optimization strategy and a cross-modal consistency constraint. Unlike previous approaches that implicitly…