Region-Constraint In-Context Generation for Instructional Video Editing
Zhongwei Zhang, Fuchen Long, Wei Li, Zhaofan Qiu, Wu Liu, Ting Yao, Tao Mei
TL;DR
This work tackles instructional video editing from a data-efficient, region-aware perspective. It introduces ReCo, which uses region-constrained in-context generation with latent-space and attention-space regularizations to localize edits and suppress interference from non-editing regions, trained on a large ReCo-Data dataset. The approach combines width-wise video denoising, a video condition branch, and flow-matching objectives, achieving superior edit accuracy, naturalness, and visual quality across four editing tasks. The authors also present ReCo-Data (500K high-quality instruction-video pairs) and a VLLM-based evaluation benchmark, enabling robust evaluation of instruction-based video editing models and demonstrating strong generalization to creative edits.
Abstract
The In-context generation paradigm recently has demonstrated strong power in instructional image editing with both data efficiency and synthesis quality. Nevertheless, shaping such in-context learning for instruction-based video editing is not trivial. Without specifying editing regions, the results can suffer from the problem of inaccurate editing regions and the token interference between editing and non-editing areas during denoising. To address these, we present ReCo, a new instructional video editing paradigm that novelly delves into constraint modeling between editing and non-editing regions during in-context generation. Technically, ReCo width-wise concatenates source and target video for joint denoising. To calibrate video diffusion learning, ReCo capitalizes on two regularization terms, i.e., latent and attention regularization, conducting on one-step backward denoised latents and attention maps, respectively. The former increases the latent discrepancy of the editing region between source and target videos while reducing that of non-editing areas, emphasizing the modification on editing area and alleviating outside unexpected content generation. The latter suppresses the attention of tokens in the editing region to the tokens in counterpart of the source video, thereby mitigating their interference during novel object generation in target video. Furthermore, we propose a large-scale, high-quality video editing dataset, i.e., ReCo-Data, comprising 500K instruction-video pairs to benefit model training. Extensive experiments conducted on four major instruction-based video editing tasks demonstrate the superiority of our proposal.
