← Search

Prashant J. Nair

3 accepted papers

2025

Dialogue Without Limits: Constant-Sized KV Caches for Extended Response in LLMs

ICML 2025poster

Autoregressive Transformers rely on Key-Value (KV) caching to accelerate inference. However, the linear growth of the KV cache with context length leads to excessive memory consumption and bandwidth constraints. Existing methods drop distant tokens or compress states in a lossy manner, sacrificing a…

Cited by 1SourcePDFScholar
2025

Foresight: Adaptive Layer Reuse for Accelerated and High-Quality Text-to-Video Generation

NeurIPS 2025poster

Diffusion Transformers (DiTs) achieve state-of-the-art results in text-to-image, text-to-video generation, and editing. However, their large model size and the quadratic cost of spatial-temporal attention over multiple denoising steps make video generation computationally expensive. Static caching m…

Cited by 0SourceScholar
2023

FLuID: Mitigating Stragglers in Federated Learning using Invariant Dropout

NeurIPS 2023poster

Federated Learning (FL) allows machine learning models to train locally on individual mobile devices, synchronizing model updates via a shared server. This approach safeguards user privacy; however, it also generates a heterogeneous training environment due to the varying performance capabilities ac…