paper-with-me

Papers

Alice v1: Distillation-Enhanced Video Generation Surpassing Closed-Source Models

2026-04-27 · Wang Xiaoyu, Phong Nguyen, Chen Zhao arxiv

Wepresent Alice v1, a 14-billion parameter open-source video generation model that achieves state-of-the-art quality through consistency distillation with score regularization (rCM). Contrary to conventional distillation-which trades quality for speed-we demonstrate that rCM-based distillation can exceed teacher model quality. We attribute this to three mechanisms: (1) the score regularization term acts as a mode-seeking objective that concentrates probability mass on high-quality outputs rather than covering the full teacher distribution, (2) our targeted synthetic data pipeline with hard example mining provides training signal specifically for failure modes (physics, hands, faces) that the teacher handles inconsistently, and (3) consistency enforcement acts as implicit regularization, eliminating "lucky path" dependence on specific noise samples. Alice v1 generates 5-second 720p videos at 24fps in 4 denoising steps (~8 seconds on H100), a 7x speedup over the 50-step teacher while improving VBench score from 84.0 (Wan2.2) to 91.2. This surpasses both the teacher and closed-source systems including Veo3 (~90) and Sora2 (~88) on automated benchmarks, with competitive results in human preference studies. We release all model weights, training code, synthetic data pipelines, and evaluation scripts to advance open research in video generation.

📄 PDF Abstract BibTeX arXiv:2605.08115

Code (0)

등록된 구현이 없습니다.

Tasks

Video Generation

Similar Papers 제목 키워드 기반

DOLLAR: Few-Step Video Generation via Distillation and Latent Reward Optimization

2024-12-20 · Zihan Ding, Chi Jin, Difan Liu, Haitian Zheng 외

Diffusion probabilistic models have shown significant progress in video generation; however, their computational efficiency is limited by the large number of sampling steps required. Reducing sampling steps often comprom…

Computational EfficiencyDiversityVideo Generation

ALICE: Learning a General-Purpose Pathology Foundation Model from Vision, Vision-Language, and Slide-Level Experts

2026-07-10 · Jiawen Li, Tian Guan, Huijuan Shi, Xitong Ling 외 arxiv

Foundation models are reshaping computational pathology, yet their capabilities remain shaped by pretraining objectives, data sources, and spatial scales, fragmenting complementary expertise across separate backbones. He…

From Slow Bidirectional to Fast Autoregressive Video Diffusion Models

2024-12-10 · CVPR 2025 1 · Tianwei Yin, Qiang Zhang, Richard Zhang, William T. Freeman 외

Current video diffusion models achieve impressive generation quality but struggle in interactive applications due to bidirectional attention dependencies. The generation of a single frame requires the model to process th…

GPUVideo Generation

ChronoForge-RL: Chronological Forging through Reinforcement Learning for Enhanced Video Understanding

2025-09-19 · Kehua Chen arxiv

Current state-of-the-art video understanding methods typically struggle with two critical challenges: (1) the computational infeasibility of processing every frame in dense video content and (2) the difficulty in identif…

Computational EfficiencyReinforcement LearningContrastive Learning

V.I.P. : Iterative Online Preference Distillation for Efficient Video Diffusion Models

2025-08-05 · Jisoo Kim, Wooseok Seo, Junwan Kim, Seungho Park 외 arxiv

With growing interest in deploying text-to-video (T2V) models in resource-constrained environments, reducing their high computational cost has become crucial, leading to extensive research on pruning and knowledge distil…

Knowledge DistillationVideo Generation