← Search

Shenggan Cheng

6 accepted papers

2025

DSP: Dynamic Sequence Parallelism for Multi-Dimensional Transformers

ICML 2025poster

Scaling multi-dimensional transformers to long sequences is indispensable across various domains. However, the challenges of large memory requirements and slow speeds of such sequences necessitate sequence parallelism. All existing approaches fall under the category of embedded sequence parallelism,…

2025

ElasticMM: Efficient Multimodal LLMs Serving with Elastic Multimodal Parallelism

NeurIPS 2025oral

Multimodal large language models (MLLMs) extend LLMs to handle images, videos, and audio by incorporating feature extractors and projection modules. However, these additional components—combined with complex inference pipelines and heterogeneous workloads—introduce significant inference overhead. Th…

Cited by 0SourceScholar
2025

SeedLoRA: A Fusion Approach to Efficient LLM Fine-Tuning

ICML 2025poster

Despite Low-Rank Adaptation (LoRA)'s popularity for fine-tuning large models, it often exhibits a noticeable performance gap compared to full fine-tuning, particularly in complex tasks such as mathematical reasoning and code generation. Motivated by this discrepancy, we propose a novel fusion approa…

Cited by 0SourcePDFScholar
2025

StarTrail: Concentric Ring Sequence Parallelism for Efficient Near-Infinite-Context Transformer Model Training

NeurIPS 2025poster

Training Transformer models on long sequences in a distributed setting poses significant challenges in terms of efficiency and scalability. Current methods are either constrained by the number of attention heads or excessive communication overheads. To address this problem, we propose StarTrail, a m…

Cited by 0SourceScholar
2024

AutoChunk: Automated Activation Chunk for Memory-Efficient Deep Learning Inference

ICLR 2024poster

Large deep learning models have achieved impressive performance across a range of applications. However, their large memory requirements, including parameter memory and activation memory, have become a significant challenge for their practical serving. While existing methods mainly address parameter…

Cited by 0SourcePDFScholar
2020

FTL: A universal framework for training low-bit DNNs via Feature Transfer

ECCV 2020poster

Low-bit Deep Neural Networks (low-bit DNNs) have recently received significant attention for their high efficiency. However, low-bit DNNs are often difficult to optimize due to the the saddle points in loss surfaces. Here we introduce a novel feature-based knowledge transfer framework, which utilize…

Cited by 1SourcePDFScholar