Realtime-Venus: A full-duplex interaction system with asynchronous delegation

Venus Team, Ant Group

arXiv:2609.13814 · 2026-09-23 공개 · arXiv · PDF

benchmark-evaluation multi-modal audio-visual full-duplex conversational-ai speech-generation dialogue-systems realtime-venus

Abstract

Natural interaction in digital and physical environments requires continuous perception and timely responses. Spoken dialogue relies on acoustic and linguistic cues, while video interaction also requires grounding the conversation in evolving visual context. We present Realtime-Venus, a proactive full-duplex interaction system with two separately trained 9B models: Realtime-Venus-Omni for audio-visual interaction and Realtime-Venus-Audio for spoken interaction. Each model serves as a complete conversational frontend, integrating continuous perception, conversational control, and native speech generation through a shared causal timeline for user inputs, model outputs, and delegation events. A dual-loop runtime coordinates live interaction with background reasoning and tool execution. Foreground interaction continues while Realtime-Venus-Harness executes tasks asynchronously and returns results for integration into the ongoing dialogue. Both models follow a common post-training recipe combining offline understanding, proactive full-duplex trajectories, and delegation workflows. Among the evaluated online models, Realtime-Venus-Omni achieves the highest scores on six of eight video benchmarks, including StreamingBench (70.2%), OVO-Bench (64.7%), and Daily-Omni (81.3%). Across eight audio understanding and spoken question answering benchmarks, Realtime-Venus-Audio leads the compared models on MMAU (78.0%), MMAU-Pro (63.2%), Llama Questions (83.8%), and Speech CMMLU (67.8%), while matching the best VoiceBench AlpacaEval score of 4.81. On Full-Duplex-Bench v1.5, Realtime-Venus-Audio responds to 75% of user interruptions and achieves continuation rates of 97%, 88%, and 86% under backchannels, other-directed speech, and background speech, respectively, exceeding Gemini 3.1 Live and GPT-4o on all three continuation metrics.

한국어 요약

한 줄 요약

Realtime-Venus는 비동기적 위임을 지원하는 프로액티브 풀-더플렉스 대화 시스템으로, 9B 규모의 두 모델을 통해 영상 및 음성 대화 성능을 개선한다.

핵심 기여도

핵심 아이디어

Realtime-Venus는 사용자의 입력, 모델 출력, 위임 이벤트를 공유된 인과적 타임라인에 매핑하여, 대화의 일관성을 유지하면서도 비동기적 작업을 처리할 수 있도록 설계되었다. 이는 기존 시스템이 대화 중 외부 작업을 수행할 때 발생하는 컨텍스트 분산 문제를 해결한다. 두 모델은 각각 Omni-Flow 아키텍처를 기반으로 하며, Realtime-Venus-Omni는 시각 정보를 처리하는 SigLIP2와 음성 인코딩을 위한 Whisper-Medium을 결합한 다중 모달 인코더를 사용한다. 반면, Realtime-Venus-Audio는 오디오 전용으로 설계되어 ViT 기반의 시각 분기 없이 처리된다.

모델은 1초 단위의 스트리밍 단위로 구성되며, 각 단위에서 `<|listen|>` 또는 `<|speak|>` 토큰을 예측하여 대화 제어를 수행한다. 이는 사용자의 백채널(backchannel)와 중단(interruption)을 구분하여, 대화의 자연스러움을 유지하는 핵심 요소이다. 위임 요청은 요청 시점의 증거 스냅샷과 함께 처리되며, 결과는 대화 맥락에 맞게 재해석되어 사용자에게 전달된다.

기술적 접근법

주요 결과

의의 및 한계

Realtime-Venus는 풀-더플렉스 대화와 비동기적 위임을 결합한 첫 번째 시스템으로, 대화 중 외부 작업 수행 시 일관된 컨텍스트 유지가 가능하다는 점에서 학술적·실용적 가치가 있다. 특히, Realtime-Venus-Omni는 영상 인식과 음성 생성을 동시에 처리하면서도, 외부 작업을 비동기적으로 실행하는 기술적 혁신을 보여준다.

그러나, 일부 벤치마크에서는 다른 모델과 유사한 성능을 보이는 경우가 있으며, 복잡한 위임 작업의 정확도 개선이 필요하다는 한계가 있다. 또한, 장기적인 영상 이해를 위한 메모리 모듈은 훈련 없이 통합되었으나, 훈련 데이터의 질에 따라 성능이 변동할 수 있다.

실용적 활용

Realtime-Venus는 스마트 스피커, 가상 비서, 영상 기반 고객 지원 시스템 등에서 활용 가능하다. 특히, 사용자의 실시간 음성 및 영상 입력을 처리하면서 외부 API 호출을 비동기적으로 수행해야 하는 상황에서 유용하다. 예를 들어, 영상 기반 고객 상담 시, 사용자의 질문을 인식하고 동시에 외부 데이터베이스에서 정보를 검색하여 즉시 응답할 수 있다.