JoyAI-Video-Edit: Real-Time Open-Ended Video Editing with Autoregressive Diffusion

arXiv:2608.03974 · 2026-08-05 공개 · arXiv · PDF

diffusion-models long-horizon real-time video-editing low-latency temporal-consistency gpu-acceleration autoregressive-diffusion

Abstract

Real-time video editing requires low-latency causal generation with bounded computational resources while preserving source fidelity and long-term temporal consistency. We present JoyAI-Video-Edit, a 16B-parameter autoregressive diffusion framework for real-time, open-ended video editing without access to future frames or a predefined video duration. Our method combines chunk-wise autoregressive adaptation, Source-Anchored Distribution Matching Distillation (SA-DMD), and Long-Horizon Autoregressive Distillation to reduce train--inference mismatch, preserve source fidelity during two-step generation, and mitigate accumulated temporal drift. Extensive automatic and human evaluations show that JoyAI-Video-Edit substantially outperforms existing streaming editors and remains competitive with strong offline systems on both short and long videos. The complete system achieves end-to-end 720p video editing at approximately 30 FPS on a single Nvidia B200 GPU. Code is available at https://github.com/jd-opensource/JoyAI-Video-Edit.

한국어 요약

한 줄 요약

JoyAI-Video-Edit는 실시간 오픈엔드 동영상 편집을 위한 16B 파라미터 자동회귀 확산 모델로, 30 FPS의 처리 속도를 달성한다.

핵심 기여도

핵심 아이디어

JoyAI-Video-Edit은 기존 오프라인 편집 모델의 양방향 처리와 고정 길이 입력의 한계를 극복하기 위해, **자동회귀 확산 프레임워크**를 기반으로 설계되었다. 이 모델은 **각 청크 내에서 양방향 어텐션**, **청크 간 인과적 연결**을 통해 시간 상태를 제한하고, **슬라이딩 윈도우**를 통해 메모리 사용량을 고정한다. 또한, **Source-Anchored Distribution Matching Distillation (SA-DMD)**를 통해 편집된 영상의 출처 신뢰도를 유지하면서, **Long-Horizon Autoregressive Distillation**을 통해 오랜 시간 동안 누적된 오류를 최소화한다. 이는 실시간 편집에서 필수적인 **저지연**, **고정된 계산 리소스**, **시간적 일관성**을 모두 달성하는 핵심 기술이다.

기술적 접근법

주요 결과

의의 및 한계

JoyAI-Video-Edit은 실시간 스트리밍 환경에서 **인과적 출력**, **저지연**, **고정 메모리 사용**, **시간적 일관성**을 동시에 달성한 첫 번째 모델로, **라이브 방송**, **인터랙티브 엔터테인먼트**, **실시간 콘텐츠 제작** 등 다양한 분야에 적용 가능하다. 또한, **Long-Horizon Autoregressive Distillation**과 **SA-DMD**는 실시간 편집에서의 오류 누적 문제를 해결하는 학술적 기여가 있다. 그러나, **고해상도 영상**(예: 1080p 이상) 처리나 **복잡한 다중 객체 편집**에 대한 평가는 **명시되지 않음**.

실용적 활용

JoyAI-Video-Edit는 **라이브 방송 스트리밍**, **실시간 영상 커뮤니케이션**, **인터랙티브 게임 영상 제작** 등에서 즉각적인 편집이 필요한 상황에 적용 가능하다. 특히, **단일 GPU 기반의 실시간 처리**는 클라우드 기반 또는 모바일 환경에서도 활용 가능성을 열어준다.