← Search

Shibo Jie

7 accepted papers

2025

SpeCache: Speculative Key-Value Caching for Efficient Generation of LLMs

ICML 2025poster

Transformer-based large language models (LLMs) have already achieved remarkable results on long-text tasks, but the limited GPU memory (VRAM) resources struggle to accommodate the linearly growing demand for key-value (KV) cache as the sequence length increases, which has become a bottleneck for the…

Cited by 0SourcePDFScholar
2024

Memory-Space Visual Prompting for Efficient Vision-Language Fine-Tuning

ICML 2024poster

Current solutions for efficiently constructing large vision-language (VL) models follow a two-step paradigm: projecting the output of pre-trained vision encoders to the input space of pre-trained language models as visual prompts; and then transferring the models to downstream VL tasks via end-to-en…

2024

Token Compensator: Altering Inference Cost of Vision Transformer without Re-Tuning

ECCV 2024poster

"Token compression expedites the training and inference of Vision Transformers (ViTs) by reducing the number of the redundant tokens, , pruning inattentive tokens or merging similar tokens. However, when applied to downstream tasks, these approaches suffer from significant performance drop when the…

2023

Revisiting the Parameter Efficiency of Adapters from the Perspective of Precision Redundancy

ICCV 2023poster

Current state-of-the-art results in computer vision depend in part on fine-tuning large pre-trained vision models. However, with the exponential growth of model sizes, the conventional full fine-tuning, which needs to store a individual network copy for each tasks, leads to increasingly huge storage…

Cited by 34PDFcodeScholar