paper-with-me

Papers

FlashSVD: Memory-Efficient Inference with Streaming for Low-Rank Models

2025-08-02 · Zishan Shao, Yixiao Wang, Qinsi Wang, Ting Jiang, Zhixu Du, Hancheng Ye, Danyang Zhuo, Yiran Chen, Hai Li arxiv

Singular Value Decomposition (SVD) has recently seen a surge of interest as a simple yet powerful tool for large language models (LLMs) compression, with a growing number of works demonstrating 20-80% parameter reductions at minimal accuracy loss. Previous SVD-based approaches have focused primarily on reducing the memory footprint of model weights, largely overlooking the additional activation memory overhead incurred during inference when applying truncated factors via standard dense CUDA kernels. Our experiments demonstrate that this activation overhead, scaling with sequence length and hidden dimension, prevents current SVD compression techniques from achieving any reduction in peak inference memory, thereby limiting their viability for real-world, on-device deployments. We introduce FlashSVD, a novel, end-to-end rank-aware streaming inference framework specifically designed for SVD-compressed large language models. FlashSVD can be seamlessly integrated with any model that employs SVD-based methods for parameter reduction. By fusing low-rank projection kernels directly into both the self-attention and feed-forward network (FFN) pipelines, FlashSVD avoid materializing full-size activation buffers. Instead, small tiles of the truncated factors are loaded into on-chip SRAM, multiplied and reduced on the fly, and immediately evicted, preserving high GPU occupancy and adding no extra latency. On standard encoder benchmarks (e.g., BERT-Base), FlashSVD cuts peak activation memory by up to 70.2% and intermediate transient memory by 75%, all while incur no accuracy loss with upstreaming compression methods, offering a practical path toward memory-constrained deployment of low-rank LLMs.

📄 PDF Abstract BibTeX arXiv:2508.01506

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FlashSVD v1.5: Making Low-Rank Transformers Inference Actually Fast

2026-05-08 · Wenhao Wu, Zishan Shao, Kangning Cui, Jinhee Kim 외 arxiv

SVD-based Low-rank compression reduces transformer parameters and nominal FLOPs, but these savings often translate poorly into real LLM serving speedups. We show that this gap is largely a runtime problem: factorized che…

On-device Semantic Selection Made Low Latency and Memory Efficient with Monolithic Forwarding

2025-10-17 · Jiahao Zhou, Chengliang Lin, Dingji Li, Mingkai Dong 외 arxiv

Semantic top-K selection with cross-encoder rerankers underpins on-device AI services, such as retrieval-augmented generation, agent memory, and personalized recommendation. However, its latency and memory demands domina…

XStreamVGGT: Extremely Memory-Efficient Streaming Vision Geometry Grounded Transformer with KV Cache Compression

2026-01-03 · Zunhai Su, Weihao Ye, Hansen Feng, Keyu Fan 외 arxiv

Learning-based 3D visual geometry models have benefited substantially from large-scale transformers. Among these, StreamVGGT leverages frame-wise causal attention for strong streaming reconstruction, but suffers from unb…

Exploring RWKV for Memory Efficient and Low Latency Streaming ASR

2023-09-26 · Keyu An, Shiliang Zhang

Recently, self-attention-based transformers and conformers have been introduced as alternatives to RNNs for ASR acoustic modeling. Nevertheless, the full-sequence attention mechanism is non-streamable and computationally…

Chunking

Evict3R: Training-Free Token Eviction for Memory-Bounded Streaming Visual Geometry Transformers

2025-09-22 · Soroush Mahdi, Fardin Ayar, Ehsan Javanmardi, Manabu Tsukada 외 arxiv

Streaming visual transformers like StreamVGGT achieve strong 3D perception but suffer from unbounded growth of key value (KV) memory, which limits scalability. We propose a training-free, inference-time token eviction po…

Camera Pose Estimation3D ReconstructionDepth Estimation