MOSS-Video-Preview: Toward Real-Time Video Understanding via Cross-Attention

TL;DR

MOSS-Video-Preview achieves real-time video understanding via cross-attention, boosting speed by 5x.

cs.CV 🔴 Advanced 2026-06-01 35 views
Pengyu Wang Chenkun Tan Shaojun Zhou Wei Huang Qirui Zhou Zhan Huang Zhen Ye Jijun Cheng Xiaomeng Qian Yanxin Chen Xingyang He Huazheng Zeng Chenghao Wang Pengfei Wang Hongkai Wang Shanqing Gao Yixian Tian Chenghao Liu Xinghao Wang Botian Jiang Xipeng Qiu
real-time video cross-attention multimodal video understanding machine learning

Key Findings

Methodology

MOSS-Video-Preview employs a two-channel architecture, using cross-attention to inject visual features through a side channel into the language generation sequence, enabling parallel processing of perception and generation. A data synthesis pipeline converts dense captions into real-time QA data, focusing on training for real-time behavior.

Key Results

  • On a single H200 processing 256 frames per video, it achieves approximately a 5x speedup in time to first token and a 2.7x increase in decoding throughput.
  • While slightly trailing the Qwen2.5-VL-7B baseline in overall performance, it excels in spatial and fine-grained temporal reasoning.
  • Maintains competitive offline video and multimodal understanding, exhibiting continuous perception, answer revision, and timely silence.

Significance

This research provides a feasible path for real-time video understanding, addressing the limitations of traditional offline methods in real-time interaction. The cross-attention architecture allows for independent compression of visual features without blocking generation, significantly enhancing processing efficiency.

Technical Contribution

The technical contribution lies in proposing a cross-attention backbone suited for real-time interaction, allowing visual and language generation to run on independent channels, reducing visual processing frequency, and providing an interface for independent compression.

Novelty

This is the first architecture to achieve real-time video understanding by injecting visual features through a side channel, offering more natural parallel processing of perception and generation compared to traditional decoder designs.

Limitations

  • The model still has room for improvement in data and scale, primarily limited by the diversity and scale of training data.
  • In complex scenarios, the model may not update answers promptly.
  • Further optimization is needed to reduce computational overhead.

Future Work

Future work includes expanding datasets to improve model robustness, optimizing the architecture to further enhance real-time performance, and exploring more application scenarios.

AI Executive Summary

MOSS-Video-Preview achieves real-time video understanding through cross-attention, addressing the shortcomings of traditional methods in real-time interaction. This method employs a two-channel architecture, with visual features injected through a side channel, enabling parallel processing of perception and generation. Experimental results show that the model achieves approximately a 5x speedup in time to first token and a 2.7x increase in decoding throughput on a single H200 processing 256 frames per video. While slightly trailing the Qwen2.5-VL-7B baseline in overall performance, it excels in spatial and fine-grained temporal reasoning. This research provides a feasible path for real-time video understanding, addressing the limitations of traditional offline methods in real-time interaction. Future work will include expanding datasets to improve model robustness and optimizing the architecture to further enhance real-time performance.

Deep Analysis

Background

The field of video understanding has evolved from single-image question answering to long-duration video understanding, but most models still assume the video is fully recorded. This assumption is unsuitable for real-time applications such as smart glasses and robots, necessitating new real-time interaction models.

Core Problem

The core problem is how to continuously perceive new frames while generating answers, achieving true real-time interaction. This requires the model to not block perception during generation and to update answers promptly.

Innovation

MOSS-Video-Preview's core innovation lies in using a cross-attention architecture, where visual features are injected through a side channel, allowing perception and generation to run on independent channels, reducing visual processing frequency and providing an interface for independent compression.

Methodology

  • �� Employs a two-channel architecture with visual features injected through a side channel.

  • �� Uses a data synthesis pipeline to convert dense captions into real-time QA data.

  • �� Implemented on Llama-3.2-11B-Vision with per-frame rotary positional encoding.

Experiments

Experiments were conducted on a single H200 processing 256 frames per video, compared against Qwen2.5-VL-7B to evaluate the balance between real-time performance and offline capability.

Results

The model achieves approximately a 5x speedup in real-time performance, with a 2.7x increase in decoding throughput, excelling in spatial and temporal reasoning despite slightly trailing in overall performance.

Applications

The model can be used in scenarios requiring real-time video understanding, such as smart glasses, robots, and live-stream assistants, providing continuous perception and answer revision capabilities.

Limitations & Outlook

The model still has room for improvement in data and scale, may not update answers promptly in complex scenarios, and requires further optimization to reduce computational overhead.

Plain Language Accessible to non-experts

Imagine you're watching a soccer game, and MOSS-Video-Preview is like a smart commentator that continuously updates the commentary as the game progresses, rather than summarizing after the game ends. It can adjust its commentary immediately when it sees new game footage, ensuring you are always up-to-date with the latest game dynamics. It's like having a friend next to you during the game, constantly telling you about every exciting moment, rather than waiting until the end to tell you the result.

ELI14 Explained like you're 14

Imagine you're playing a game, and MOSS-Video-Preview is like a super helper that tells you what to do in real-time. For example, when you encounter a monster in the game, it immediately tells you which weapon is most effective, instead of waiting until you're defeated to tell you. It's like a smart game buddy, always there to help you play more smoothly!

Glossary

Cross-Attention

A mechanism that injects visual features through a side channel into the language generation sequence, allowing parallel processing of perception and generation.

Used to achieve independent compression and real-time processing of visual features.

Two-Channel Architecture

An architectural design where visual and language generation run on independent channels, reducing interference.

Enables parallel processing of perception and generation.

Data Synthesis Pipeline

The process of converting dense captions into real-time QA data, focusing on training for real-time behavior.

Used to train the model's real-time behavior.

Llama-3.2-11B-Vision

A vision-language model serving as the base model for MOSS-Video-Preview.

Used to implement the cross-attention architecture.

Qwen2.5-VL-7B

A baseline model used to evaluate the performance of MOSS-Video-Preview.

Compared against MOSS-Video-Preview for performance evaluation.

Open Questions Unanswered questions from this research

  • 1 How to improve the model's real-time update capability in complex scenarios remains to be further studied.
  • 2 Performance optimization on large-scale datasets is not fully resolved.
  • 3 Evaluation of decision latency in real-time interaction remains an open problem.

Applications

Immediate Applications

Smart Glasses

Provides real-time video analysis capabilities for smart glasses, helping users obtain instant information in daily activities.

Robot Navigation

Provides real-time environmental perception capabilities for robots, improving navigation and decision-making efficiency.

Long-term Vision

Fully Autonomous Driving

Enables real-time decision-making and navigation in complex traffic environments, enhancing safety and efficiency.

Abstract

Video understanding is shifting from the offline paradigm -- taking a fully recorded video as input and producing a single answer after it ends -- toward real-time interaction, in which the model perceives new frames while still replying, revises its answer as new evidence appears, and remains silent when there is nothing to say. We present MOSS-Video-Preview to validate this paradigm. Our central claim is that perception must not be blocked by generation; its natural realization is a two-channel architecture. We argue that a cross-attention backbone is better suited to real-time vision-language fusion than the prevailing decoder-only design: visual features enter through a side channel rather than joining the autoregressive sequence, so perception and generation run on separate, non-blocking pathways -- reducing the frequency of visual processing and exposing a clean channel-wise interface for independent compression. We complement this with a data synthesis pipeline that converts dense captions into real-time understanding QA whose answers are revised to match what the model has perceived so far, and we specialize an offline model on these data to elicit real-time behavior. Our model trails the strong Qwen2.5-VL-7B baseline overall -- a gap we attribute primarily to data and scale rather than the architecture -- yet attains competitive offline video and multimodal understanding, remains robust on the spatial and fine-grained temporal reasoning central to real-time use, and acquires behaviors that offline models lack: continuous perception, answer revision, and timely silence. On a single H200 with 256 frames per video, it achieves about a 5x speedup in time to first token and 2.7x higher decoding throughput, with negligible degradation in offline ability. Our study of paradigm, architecture, and data outlines a viable path toward real-time video understanding.

cs.CV cs.AI