Research Papers 论文研究 3h ago Updated 48m ago 更新于 48分钟前 47

Crayotter: Learning Long-Horizon Video Editing Agents via Group-Relative Preference Backpropagation Crayotter:通过组相对偏好反向传播学习长时序视频编辑智能体

Crayotter introduces Group-Relative Preference Backpropagation (GRPB), a novel training framework that converts subjective, delayed feedback in long-horizon video editing into ordinal, task-local preference signals The method transforms same-task rankings into zero-sum advantages and redistributes them as bounded credit across semantic editing segments, avoiding the ambiguity of global scalar objectives A lagged allocator and guarded transmission mechanism prevent current judgments or unreliable 提出组相对偏好反向传播(GRPB)方法,解决长视界视频编辑智能体面临的延迟反馈和主观质量评估难题 通过固定请求、材料和生产约束,将主观目标转化为同任务内的序数比较,实现零和优势分配 9B参数的Crayotter模型在AgenticVBench基准上超越多个专有系统,验证了任务本地偏好缩减的有效性 论文公开了代码和全部支持材料,包含手动构建的项目不相交、视界分层现实编辑任务套件

62
Hot 热度
72
Quality 质量
68
Impact 影响力

Analysis 深度分析

TL;DR

  • Crayotter introduces Group-Relative Preference Backpropagation (GRPB), a novel training framework that converts subjective, delayed feedback in long-horizon video editing into ordinal, task-local preference signals
  • The method transforms same-task rankings into zero-sum advantages and redistributes them as bounded credit across semantic editing segments, avoiding the ambiguity of global scalar objectives
  • A lagged allocator and guarded transmission mechanism prevent current judgments or unreliable estimates from directly shaping the same rollout group, ensuring stable credit assignment
  • The authors construct a project-disjoint, horizon-stratified suite of realistic editing tasks for training and controlled evaluation, with code and materials publicly released
  • The resulting 9B-parameter Crayotter model surpasses several proprietary systems on AgenticVBench, validated through matched baselines, credit interventions, external benchmarking, and blinded human evaluation

Why It Matters

Long-horizon agentic tasks in creative domains like video editing suffer from delayed, subjective feedback that resists traditional reward modeling; GRPB offers a principled, practical solution by leveraging within-task ordinal comparisons rather than absolute quality scores. This approach is directly transferable to other domains where outcomes are multi-step, subjective, and lack reliable scalar ground truth—such as code generation, design, and narrative creation. The public release of the 9B model and evaluation suite also provides the community with a concrete benchmark and baseline for future work in agentic video understanding and generation.

Technical Details

  • Group-Relative Preference Backpropagation (GRPB): Instead of learning from absolute quality scores, GRPB ranks multiple editing trajectories produced for the same task and converts these rankings into zero-sum advantages. These advantages are then redistributed as bounded credit signals over semantic editing segments (e.g., scene transitions, object manipulations, color grading steps), enabling fine-grained credit assignment across long horizons.
  • Lagged Allocator and Guarded Transmission: To prevent feedback contamination, the allocator uses a lagged mechanism so that judgments from one rollout group cannot influence the same group during training. Guarded transmission further ensures that unreliable or noisy preference estimates are filtered before being used for gradient updates, stabilizing learning.
  • Task-Local Preference Reduction: The core insight is that fixing the request, source materials, and production constraints transforms a subjective global objective into a set of directly comparable alternatives, making preference learning tractable without requiring calibrated quality metrics.
  • Evaluation Suite: A manually constructed, project-disjoint, horizon-stratified benchmark of realistic video editing tasks is introduced for both training and controlled evaluation, addressing the lack of standardized long-horizon video editing benchmarks.
  • Model: A 9B-parameter model trained with GRPB, evaluated on AgenticVBench against proprietary systems, with additional validation through credit intervention ablations and blinded human evaluation.

Industry Insight

  • The GRPB framework demonstrates that preference-based learning can scale to complex, multi-step creative tasks without relying on expensive or ambiguous reward models—making it a viable path for building agentic systems in domains where human feedback is the only reliable signal.
  • The lagged allocator and guarded transmission mechanisms address a critical instability in long-horizon reinforcement learning; these techniques should be adopted broadly in any agent system that learns from delayed, noisy, or subjective outcomes.
  • The public release of a horizon-stratified benchmark and a 9B open model positions Crayotter as a potential new standard for agentic video editing, likely accelerating research and commercial development in AI-assisted creative production tools.

TL;DR

  • 提出组相对偏好反向传播(GRPB)方法,解决长视界视频编辑智能体面临的延迟反馈和主观质量评估难题
  • 通过固定请求、材料和生产约束,将主观目标转化为同任务内的序数比较,实现零和优势分配
  • 9B参数的Crayotter模型在AgenticVBench基准上超越多个专有系统,验证了任务本地偏好缩减的有效性
  • 论文公开了代码和全部支持材料,包含手动构建的项目不相交、视界分层现实编辑任务套件

为什么值得看

本文针对视频编辑智能体的核心痛点——主观质量评估和延迟奖励分配——提出了创新的组相对偏好学习方法,为长视界决策学习提供了新的技术路径。研究成果在公开基准上超越专有系统,对视频生成和智能体训练领域具有重要参考价值。

技术解析

  • GRPB方法将同任务排名转化为零和优势,并以有界信用重新分配到语义编辑段,避免全局标量目标的模糊性和时间不信息性
  • 引入延迟分配器(lagged allocator)和受保护传输(guarded transmission)机制,防止当前判断或不可靠估计直接影响同一rollout组,确保训练稳定性
  • 手动构建了项目不相交、视界分层的现实编辑任务套件,用于训练和受控评估,弥补了现有数据集的不足
  • 9B参数的Crayotter模型通过匹配基线对比、信用干预实验、外部基准测试和盲测人类评估,全面验证了方法在编辑行为和渲染产品上的提升

行业启示

  • 长视界智能体训练正从依赖全局标量奖励转向任务本地偏好比较,这一范式转换可推广至其他创意生成领域
  • 主观质量评估的序数化处理为延迟反馈学习提供了实用框架,有助于降低对精确奖励模型的依赖
  • 开源模型在专业视频编辑任务上已能匹敌专有系统,预示着开源生态在垂直应用领域的竞争力将持续提升

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Agent Agent Video Generation 视频生成 Training 训练 Research 科学研究 Multimodal 多模态