paper-with-me

Papers

FlashDecoder: Real-Time Latent-to-Pixel Streaming Decoder with Transformers

2026-07-16 · Minguk Kang, Suha Kwak arxiv

Real-time video generation demands fast decoding as much as fast denoising, yet current latent video diffusion models rely on 3D convolutional decoders that are slow and memory-intensive at high resolutions or for long video. We introduce FlashDecoder, a fast, memory-efficient pure-Transformer video decoder that decodes latents to pixels frame by frame. At each step, the current frame attends only to a fixed-size window of past frames through a rolling KV cache. The fixed temporal window keeps decoding fast and memory bounded regardless of video length, enabling constant-latency streaming. Because frames are processed sequentially, temporal causality is enforced without explicit attention masks, enabling training at resolutions up to 1080p and matching the reconstruction quality of convolutional decoders. On the Wan2.1 and Wan2.2 latent spaces, FlashDecoder matches each convolutional decoder in reconstruction quality (e.g., 41.55dB vs. 41.49dB PSNR at 1080p) while decoding 3.6x-4.7x faster with up to 11x less memory on a single H100 GPU. With architecture-aware inference optimizations, the speedup widens to 12x.

📄 PDF Abstract BibTeX arXiv:2607.14898

Code (3)

Tavish9/awesome-daily-AI-arxiv ★ 111
iszhanjiawei/video-to-audio-arxiv-daily
liutaocode/Video-Generation-arxiv-daily ★ 10

Tasks

Video Generation

Similar Papers 제목 키워드 기반

PROSPECT: Unified Streaming Vision-Language Navigation via Semantic--Spatial Fusion and Latent Predictive Representation

2026-03-04 · Zehua Fan, Wenqi Lyu, Wenxuan Song, Linge Zhao 외 arxiv

Multimodal large language models (MLLMs) have advanced zero-shot end-to-end Vision-Language Navigation (VLN), yet robust navigation requires not only semantic understanding but also predictive modeling of environment dyn…

Vision-Language NavigationRepresentation Learning

Personal Privacy Protection via Irrelevant Faces Tracking and Pixelation in Video Live Streaming

2021-01-04 · Jizhe Zhou, Chi-Man Pun

To date, the privacy-protection intended pixelation tasks are still labor-intensive and yet to be studied. With the prevailing of video live streaming, establishing an online face pixelation mechanism during streaming is…

ClusteringFace Detection

ActionPlan: Future-Aware Streaming Motion Synthesis via Frame-Level Action Planning

2026-03-13 · Eric Nazarenus, Chuqiao Li, Yannan He, Xianghui Xie 외 arxiv

We present ActionPlan, a unified motion diffusion framework that bridges real-time streaming with high-quality offline generation within a single model. The core idea is to introduce a per-frame action plan: the model pr…

Motion Synthesis

Real time spectrogram inversion on mobile phone

2022-03-01 · Oleg Rybakov, Marco Tagliasacchi, Yunpeng Li, Liyang Jiang 외

We present two methods of real time magnitude spectrogram inversion: streaming Griffin Lim(GL) and streaming MelGAN. We demonstrate the impact of looking ahead on perceptual quality of MelGAN. As little as one hop size (…

CPU

REST: Diffusion-based Real-time End-to-end Streaming Talking Head Generation via ID-Context Caching and Asynchronous Streaming Distillation

2025-12-12 · Haotian Wang, Yuzhe Weng, Jun Du, Haoran Xu 외 arxiv

Diffusion models have significantly advanced the field of talking head generation (THG). However, slow inference speeds and prevalent non-autoregressive paradigms severely constrain the application of diffusion-based THG…

Talking Head Generation