paper-with-me

홈 › Papers

Streaming Video Model

2023-03-30 · CVPR 2023 1 · Yucheng Zhao, Chong Luo, Chuanxin Tang, Dongdong Chen, Noel Codella, Zheng-Jun Zha

Video understanding tasks have traditionally been modeled by two separate architectures, specially tailored for two distinct tasks. Sequence-based video tasks, such as action recognition, use a video backbone to directly extract spatiotemporal features, while frame-based video tasks, such as multiple object tracking (MOT), rely on single fixed-image backbone to extract spatial features. In contrast, we propose to unify video understanding tasks into one novel streaming video architecture, referred to as Streaming Vision Transformer (S-ViT). S-ViT first produces frame-level features with a memory-enabled temporally-aware spatial encoder to serve the frame-based video tasks. Then the frame features are input into a task-related temporal decoder to obtain spatiotemporal features for sequence-based tasks. The efficiency and efficacy of S-ViT is demonstrated by the state-of-the-art accuracy in the sequence-based action recognition task and the competitive advantage over conventional architecture in the frame-based MOT task. We believe that the concept of streaming video model and the implementation of S-ViT are solid steps towards a unified deep learning architecture for video understanding. Code will be available at https://github.com/yuzhms/Streaming-Video-Model.

📄 PDF Abstract BibTeX arXiv:2303.17228

Code (1)

yuzhms/streaming-video-model 공식 구현 pytorch

Tasks

Action RecognitionDecodermodelMultiple Object TrackingObject TrackingVideo Understanding

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

StreamingBench: Assessing the Gap for MLLMs to Achieve Streaming Video Understanding

2024-11-06 · Junming Lin, Zheng Fang, Chi Chen, Zihao Wan 외

The rapid development of Multimodal Large Language Models (MLLMs) has expanded their capabilities from image comprehension to video understanding. However, most of these MLLMs focus primarily on offline video comprehensi…

Image ComprehensionStreaming video understandingVideo Understanding

video-SALMONN S: Memory-Enhanced Streaming Audio-Visual LLM

2025-10-13 · Guangzhi Sun, Yixuan Li, Xiaodong Wu, Yudong Yang 외 arxiv

Long-duration streaming video understanding is fundamental for future AI agents, yet remains limited by ineffective long-term memory. We introduce video-SALMONN S, a memory-enhanced streaming audio-visual large language …

EvoStreaming: Your Offline Video Model Is a Natively Streaming Assistant

2026-05-11 · Zichen Wen, Boxue Yang, Junlong Ke, Jiajie Huang 외 arxiv

Streaming video understanding demands more than watching longer videos: assistants must decide when to speak in real time, balancing responsiveness against verbosity. Yet most video-language models (VideoLLMs) are traine…

Harnessing Streaming Video in the Wild

2026-06-07 · Dingyu Yao, Shuhuan Gu, Qingyi Si, Junhao Zhou 외 arxiv

Vision-Language Models (VLMs) are increasingly required to process unbounded video streams in applications such as video-call assistants, live commentary, and embodied robots. An ideal streaming system should support pro…

Video Streaming Thinking: VideoLLMs Can Watch and Think Simultaneously

2026-03-12 · Yiran Guan, Liang Yin, Dingkang Liang, Jianzhong Ju 외 arxiv

Online Video Large Language Models (VideoLLMs) play a critical role in supporting responsive, real-time interaction. Existing methods focus on streaming perception, lacking a synchronized logical reasoning stream. Howeve…

Logical ReasoningKnowledge Graphs