paper-with-me

Papers

Parallel Track Transformers: Enabling Fast GPU Inference with Reduced Synchronization

2026-02-07 · Chong Wang, Nan Du, Tom Gunter, Tao Lei, Kulin Seth, Senyu Tong, Jianyu Wang, Guoli Yin, Xiyou Zhou, Kelvin Zou, Ruoming Pang arxiv

Efficient large-scale inference of transformer-based large language models (LLMs) remains a fundamental systems challenge, frequently requiring multi-GPU parallelism to meet stringent latency and throughput targets. Conventional tensor parallelism decomposes matrix operations across devices but introduces substantial inter-GPU synchronization, leading to communication bottlenecks and degraded scalability. We propose the Parallel Track (PT) Transformer, a novel architectural paradigm that restructures computation to minimize cross-device dependencies. PT achieves up to a 16x reduction in synchronization operations relative to standard tensor parallelism, while maintaining competitive model quality in our experiments. We integrate PT into two widely adopted LLM serving stacks-Tensor-RT-LLM and vLLM-and report consistent improvements in serving efficiency, including up to 15-30% reduced time to first token, 2-12% reduced time per output token, and up to 31.90% increased throughput in both settings.

📄 PDF Abstract BibTeX arXiv:2602.07306

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TeamFormer: Shallow Parallel Transformers with Progressive Approximation

2025-10-17 · Wei Wang, Xiao-Yong Wei, Qing Li arxiv

The widespread 'deeper is better' philosophy has driven the creation of architectures like ResNet and Transformer, which achieve high performance by stacking numerous layers. However, increasing model depth comes with ch…

Model Compression

Mobile Vision Transformer-based Visual Object Tracking

2023-09-11 · Goutam Yelluru Gopal, Maria A. Amer

The introduction of robust backbones, such as Vision Transformers, has improved the performance of object tracking algorithms in recent years. However, these state-of-the-art trackers are computationally expensive since …

GPUObjectObject TrackingVisual Object Tracking

Lightweight RGB-T Tracking with Mobile Vision Transformers

2025-06-23 · Mahdi Falaki, Maria A. Amer

Single-modality object tracking (e.g., RGB-only) encounters difficulties in challenging imaging conditions, such as low illumination and adverse weather conditions. To solve this, multimodal tracking (e.g., RGB-T models)…

GPUObject TrackingRgb-T Tracking

LongVILA: Scaling Long-Context Visual Language Models for Long Videos

2024-08-19 · Yukang Chen, Fuzhao Xue, Dacheng Li, Qinghao Hu 외

Long-context capability is critical for multi-modal foundation models, especially for long video understanding. We introduce LongVILA, a full-stack solution for long-context visual-language models by co-designing the alg…

Video CaptioningVideo Question AnsweringVideo Understanding

Fast Inference from Transformers via Speculative Decoding

2022-11-30 · Yaniv Leviathan, Matan Kalman, Yossi Matias

Inference from large autoregressive models like Transformers is slow - decoding K tokens takes K serial runs of the model. In this work we introduce speculative decoding - an algorithm to sample from autoregressive model…

Language ModelingLanguage Modelling