paper-with-me

Papers

Looking Backward: Streaming Video-to-Video Translation with Feature Banks

2024-05-24 · Feng Liang, Akio Kodaira, Chenfeng Xu, Masayoshi Tomizuka, Kurt Keutzer, Diana Marculescu

This paper introduces StreamV2V, a diffusion model that achieves real-time streaming video-to-video (V2V) translation with user prompts. Unlike prior V2V methods using batches to process limited frames, we opt to process frames in a streaming fashion, to support unlimited frames. At the heart of StreamV2V lies a backward-looking principle that relates the present to the past. This is realized by maintaining a feature bank, which archives information from past frames. For incoming frames, StreamV2V extends self-attention to include banked keys and values and directly fuses similar past features into the output. The feature bank is continually updated by merging stored and new features, making it compact but informative. StreamV2V stands out for its adaptability and efficiency, seamlessly integrating with image diffusion models without fine-tuning. It can run 20 FPS on one A100 GPU, being 15x, 46x, 108x, and 158x faster than FlowVid, CoDeF, Rerender, and TokenFlow, respectively. Quantitative metrics and user studies confirm StreamV2V's exceptional ability to maintain temporal consistency.

📄 PDF Abstract BibTeX arXiv:2405.15757

Code (1)

Jeff-LiangF/streamv2v 공식 구현 pytorch

Tasks

GPUTranslation

Methods 이 논문이 사용한 방법론

OPT OPT is a suite of decoder-only pre-trained transformers ranging from 125M to 175B parameters. The model uses an AdamW optimizer and weight decay of 0.1. It follows a linear…
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

TimeChat-Online: 80% Visual Tokens are Naturally Redundant in Streaming Videos

2025-04-24 · Linli Yao, Yicheng Li, Yuancheng Wei, Lei LI 외

The rapid growth of online video platforms, particularly live streaming services, has created an urgent need for real-time video understanding systems. These systems must process continuous video streams and respond to u…

MMEVideo MMEVideo Understanding

Live2Diff: Live Stream Translation via Uni-directional Attention in Video Diffusion Models

2024-07-11 · Zhening Xing, Gereon Fox, Yanhong Zeng, Xingang Pan 외

Large Language Models have shown remarkable efficacy in generating streaming data such as text and audio, thanks to their temporally uni-directional attention mechanism, which models correlations between the current toke…

DenoisingTranslation

StreamingEval: A Unified Evaluation Protocol towards Realistic Streaming Video Understanding

2026-03-23 · Guowei Tang, Tianwen Qian, Huanran Zheng, Yifei Wang 외 arxiv

Real-time, continuous understanding of visual signals is essential for real-world interactive AI applications, and poses a fundamental system-level challenge. Existing research on streaming video understanding, however, …

StreamEQA: Towards Streaming Video Understanding for Embodied Scenarios

2025-12-04 · Yifei Wang, Zhenkai Li, Tianwen Qian, Huanran Zheng 외 arxiv

As embodied intelligence advances toward real-world deployment, the ability to continuously perceive and reason over streaming visual inputs becomes essential. In such settings, an agent must maintain situational awarene…

Video Question Answering

BehanceMT: A Machine Translation Corpus for Livestreaming Video Transcripts

2022-10-01 · TU (COLING) 2022 10 · Minh Van Nguyen, Franck Dernoncourt, Thien Nguyen

Machine translation (MT) is an important task in natural language processing, which aims to translate a sentence in a source language to another sentence with the same/similar semantics in a target language. Despite the …

ArticlesMachine TranslationSentenceTranslation