LGSPFeb 24

Scaling Vision Transformers: Evaluating DeepSpeed for Image-Centric Workloads

arXiv:2602.21081v1h-index: 7
Originality Synthesis-oriented
AI Analysis

It addresses computational and memory bottlenecks for researchers and practitioners scaling ViTs, but is incremental as it adapts an existing framework to a new domain.

This study tackled the scalability challenges of Vision Transformers (ViTs) by applying DeepSpeed, a distributed training framework, to image-centric workloads, evaluating training efficiency across GPU configurations on datasets like CIFAR-10 and CIFAR-100.

Vision Transformers (ViTs) have demonstrated remarkable potential in image processing tasks by utilizing self-attention mechanisms to capture global relationships within data. However, their scalability is hindered by significant computational and memory demands, especially for large-scale models with many parameters. This study aims to leverage DeepSpeed, a highly efficient distributed training framework that is commonly used for language models, to enhance the scalability and performance of ViTs. We evaluate intra- and inter-node training efficiency across multiple GPU configurations on various datasets like CIFAR-10 and CIFAR-100, exploring the impact of distributed data parallelism on training speed, communication overhead, and overall scalability (strong and weak scaling). By systematically varying software parameters, such as batch size and gradient accumulation, we identify key factors influencing performance of distributed training. The experiments in this study provide a foundational basis for applying DeepSpeed to image-related tasks. Future work will extend these investigations to deepen our understanding of DeepSpeed's limitations and explore strategies for optimizing distributed training pipelines for Vision Transformers.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes