Downloads · 30 days
6
29% of all-time downloads
weixuruoling/JoyAI-VL-Interaction
JoyAI-VL-Interaction is a video-text-to-text model from weixuruoling. Use it for the video-text-to-text task on the model card, and read the license before you ship it in a product. The card lists the license as apache-2.0.
The first open, vision-driven real-time interaction model — it watches a live video stream and decides on its own when to speak, stay silent, or delegate. While enabling online, real-time interaction, this release als…
Downloads · 30 days
6
29% of all-time downloads
All-time downloads
21
Public
Parameters
8.8B
17.5 GB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors17.5 GB · 100%
From the Hugging Face model README
The first open, vision-driven real-time interaction model — it watches a live video stream and decides on its own when to speak, stay silent, or delegate. While enabling online, real-time interaction, this release also delivers powerful offline video understanding, making it the most comprehensive open-source model for video-related capabilities in the 8B parameter class.
📄 Paper · 🌐 Project Page & Demos · 💻 GitHub · 🤗 Paper Page
Most large models today are turn-based: they answer only when you ask. But many moments in the real world don't wait for a question — a fire starts on a security feed, someone falls, a product flashes by in a livestream. Once missed, the moment is gone.
JoyAI-VL-Interaction is built for exactly these moments. It is an 8B-scale, vision-first interaction model that continuously watches a live video stream and, every second, decides on its own to take one of three actions:
The decision of when to act is learned inside the model (from second-by-second time-aligned data + RL), not bolted on by an external turn-detector or polling loop. Vision is the first-class driver; speech (ASR/TTS) is treated as pluggable I/O.
To our knowledge, this is the first open, vision-driven interaction model released together with its training recipe, data, and a complete deployable system.
<div align="center"> <img src="https://github.com/jd-opensource/JoyAI-VL-Interaction/blob/main/img/overview.png?raw=true" width="100%"> </div>Across 26 standard video understanding benchmarks, JoyAI-VL-Interaction achieves an average score of 57.53, outperforming Qwen3-VL-8B-Instruct at 54.16 by 3.37 points.
<div align="center"> <img src="https://github.com/jd-opensource/JoyAI-VL-Interaction/blob/main/img/benchmark_table.png?raw=true" width="100%"> </div>https://github.com/user-attachments/assets/2853fc95-ad21-4972-8206-5f3d19798b14
If you find our work helpful, feel free to give us a cite.
@misc{yao2026joyaivlinteractionrealtimevisionlanguageinteraction,
title={JoyAI-VL-Interaction: Real-Time Vision-Language Interaction Intelligence},
author={Dingyu Yao and Junhao Zhou and Chenxu Yang and Chuanyu Qin and Haowen Hou and Zheming Liang and Congcong Wang and Yuhang Cao and Shenglong Ye and Shuai Xie and Shuhuan Gu and Haoyang Huang and Qingyi Si and Nan Duan and Jiaqi Wang},
year={2026},
eprint={2606.14777},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2606.14777},
}