TensorSocket: Shared Data Loading for Deep Learning Training
Summary: TensorSocket enables collocated DL training processes to share a single data loader, removing redundant CPU preprocessing and data copies while leveraging GPU–GPU interconnects to serve batches directly. Pipeline- and hardware-agnostic, supports heterogeneous models/batch sizes, yields up to 2× throughput and ~50% cloud CPU cost savings, and outperforms CoorDL and Joader. (summarized by gpt-5-mini on Feb 11 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Ties Robroek (IT University of Copenhagen)
- 2. Neil Kim Nielsen (IT University of Copenhagen)
- 3. Pınar Tözün (IT University of Copenhagen)
BibTeX Citation
@inproceedings{robroek_sigmod26,
title = {{TensorSocket: Shared Data Loading for Deep Learning Training}},
author = {Robroek, Ties and Nielsen, Neil Kim and Tözün, Pınar},
series = {{SIGMOD} '26},
booktitle = {Proceedings of the {ACM} {SIGMOD} International Conference on Management of Data},
publisher = {Association for Computing Machinery},
doi = {10.1145/3749185},
url = {https://dl.acm.org/doi/10.1145/3749185},
year = {2026}
}
Incoming Citations (Sorted by Pagerank)
Showing 1 of 1 citing papers.
| Rank | Citing Paper | Year | Venue | Pagerank |
|---|---|---|---|---|
| 10,472 | Mixtera: A Data Plane for Foundation Model Training | 2026 | SIGMOD | 5.093636e-05 |
Previous
Page 1 / 1
Next
Outgoing Citations (Sorted by Pagerank)
Showing 13 of 13 cited papers.
Citations counted here include only citations to other VLDB/SIGMOD/CIDR/PODS papers in this database.
Previous
Page 1 / 1
Next
Semantically Similar Papers
| # | Overall Rank | Paper | Year | Venue |
|---|---|---|---|---|
| 1 | 9,729 | Scalable Graph Convolutional Network Training on Distributed-Memory Systems | 2023 | VLDB |
| 2 | 1,234 | Large Graph Convolutional Network Training with GPU-Oriented Data Communication Architecture | 2021 | VLDB |
| 3 | 3,874 | Tensors: An abstraction for general data processing | 2021 | VLDB |
| 4 | 1,446 | Analyzing and Mitigating Data Stalls in DNN Training | 2021 | VLDB |
| 5 | 8,321 | FusionFlow: Accelerating Data Preprocessing for Machine Learning with CPU-GPU Cooperation | 2024 | VLDB |
| 6 | 2,018 | tf.data: A Machine Learning Data Processing Framework | 2021 | VLDB |
| 7 | 3,541 | Where Is My Training Bottleneck? Hidden Trade-Offs in Deep Learning Preprocessing Pipelines | 2022 | SIGMOD |
| 8 | 2,473 | PyTorch FSDP: Experiences on Scaling Fully Sharded Data Parallel | 2023 | VLDB |
| 9 | 521 | PyTorch Distributed: Experiences on Accelerating Data Parallel Training | 2020 | VLDB |
| 10 | 3,764 | FastFlow: Accelerating Deep Learning Model Training with Smart Offloading of Input Data Pipeline | 2023 | VLDB |