paper-with-me

Papers

BatchWeave: A Consistent Object-Store-Native Data Plane for Large Foundation Model Training

2026-05-11 · Ting Sun, Junjie Zhang, Xiao Yan, Songxin Zhang, Zhuoyang Song, Jingyi Xi, Zunyao Mao, Bingyi Jing, Jiaxing Zhang, Zejian Xie arxiv

Modern Large Foundation Model (LFM) training has transformed the data pipeline from a static ingestion layer into a dynamic component that must co-evolve with the training process. Existing systems are ill-equipped: colocated dataloaders offer no failure isolation, while message queue-based disaggregated dataloaders operate on a record/offset abstraction that cannot express the batch-level semantics required by distributed training. We present BatchWeave, an object-store-native training data plane for distributed LFM training. BatchWeave uses versioned manifests and conditional object writes to coordinate batch publication, recovery, and lifecycle management. First, it introduces the Transactional Global Batch (TGB), which builds on versioned-manifest ACID storage semantics and extends them with training-specific consistency, including atomic all-rank batch visibility, a globally ordered step sequence, checkpoint-aligned lifecycle management, and end-to-end exactly-once recovery. Second, it realizes recovery and retention directly in the storage layer, by durably persisting producer state through the commit protocol and tying reclamation to distributed checkpoint state. Third, its Decentralized Adaptive Commit (DAC) algorithm sustains stable ingestion throughput as the manifest grows, without any inter-producer communication. Evaluations on large-scale multimodal pre-training and SFT workloads using 64 GPUs show that BatchWeave outperforms colocated dataloader throughput while providing full failure isolation, outperforms Apache Kafka in ingestion throughput, and achieves lower consumer read latency than Kafka.

📄 PDF Abstract BibTeX arXiv:2605.09994

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Restore3D: Breathing Life into Broken Objects with Shape and Texture Restoration

2026-07-01 · Xiaolong Shen, Zongxin Yang, Yi Yang arxiv

Restoring incomplete or damaged 3D objects is crucial for cultural heritage preservation, occluded object reconstruction, and artistic design. Existing methods primarily focus on geometric completion, often neglecting te…

Shifted Autoencoders for Point Annotation Restoration in Object Counting

2023-12-12 · Yuda Zou, Xin Xiao, Peilin Zhou, Zhichao Sun 외

Object counting typically uses 2D point annotations. The complexity of object shapes and the subjectivity of annotators may lead to annotation inconsistency, potentially confusing counting model training. Some sophistica…

General KnowledgeObjectObject Counting

Visual and Memory Dual Adapter for Multi-Modal Object Tracking

2025-06-30 · Boyue Xu, Ruichao Hou, Tongwei Ren, Gangshan Wu

Prompt-learning-based multi-modal trackers have achieved promising progress by employing lightweight visual adapters to incorporate auxiliary modality features into frozen foundation models. However, existing approaches …

Object TrackingPrompt Learning

Consistent Depth Prediction for Transparent Object Reconstruction from RGB-D Camera

2023-01-01 · ICCV 2023 1 · Yuxiang Cai, Yifan Zhu, Haiwei Zhang, Bo Ren

Transparent objects are commonly seen in indoor scenes but are hard to estimate. Currently, commercial depth cameras face difficulties in estimating the depth of transparent objects due to the light reflection and re…

Depth EstimationDepth PredictionObject ReconstructionPrediction+1

Continual Action Assessment via Task-Consistent Score-Discriminative Feature Distribution Modeling

2023-09-29 · Yuan-Ming Li, Ling-An Zeng, Jing-Ke Meng, Wei-Shi Zheng

Action Quality Assessment (AQA) is a task that tries to answer how well an action is carried out. While remarkable progress has been achieved, existing works on AQA assume that all the training data are visible for train…

Action AssessmentAction Quality AssessmentContinual Learning