Papers › DragVideo: Interactive Drag-style Video Editing

DragVideo: Interactive Drag-style Video Editing

3 Dec 2023arXiv:2312.02216archive 2025-07-28

Yufan Deng, Ruida Wang, Yuhao Zhang, Yu-Wing Tai, Chi-Keung Tang

Video generation models have shown their superior ability to generate photo-realistic video. However, how to accurately control (or edit) the video remains a formidable challenge. The main issues are: 1) how to perform direct and accurate user control in editing; 2) how to execute editings like changing shape, expression, and layout without unsightly distortion and artifacts to the edited content; and 3) how to maintain spatio-temporal consistency of video after editing. To address the above issues, we propose DragVideo, a general drag-style video editing framework. Inspired by DragGAN, DragVideo addresses issues 1) and 2) by proposing the drag-style video latent optimization method which gives desired control by updating noisy video latent according to drag instructions through video-level drag objective function. We amend issue 3) by integrating the video diffusion model with sample-specific LoRA and Mutual Self-Attention in DragVideo to ensure the edited result is spatio-temporally consistent. We also present a series of testing examples for drag-style video editing and conduct extensive experiments across a wide array of challenging editing tasks, such as motion, skeleton editing, etc, underscoring DragVideo can edit video in an intuitive, faithful to the user's intention manner, with nearly unnoticeable distortion and artifacts, while maintaining spatio-temporal consistency. While traditional prompt-based video editing fails to do the former two and directly applying image drag editing fails in the last, DragVideo's versatility and generality are emphasized. Github link: https://github.com/RickySkywalker/DragVideo-Official.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2312.02216")

Code

Syntology Ran 11 of 14 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 11 ran with no contract checked.

By repository: official repository: 14 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

rickyskywalker/dragvideo-official officialmentioned in papermentioned on GitHub report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 11 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

11ran
3unverified

Licence: 14 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from rickyskywalker/dragvideo-official. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

check_handle_reach_target rickyskywalker/dragvideo-official/DragVideo/utils/drag_utils.py official repository ran no licence file found · pointer only · 7520da07d06562e9 · report
clip_point rickyskywalker/dragvideo-official/DragVideo/utils/track_utils.py official repository ran no licence file found · pointer only · 2163d3aecf3aed8b · report
encode_prompts rickyskywalker/dragvideo-official/DragVideo/utils/function_utils.py official repository ran no licence file found · pointer only · b8e40a9f892d2d03 · report
interpolate_feature_patch rickyskywalker/dragvideo-official/DragVideo/utils/drag_utils.py official repository ran no licence file found · pointer only · 2cc475a39a00b385 · report
mask_image rickyskywalker/dragvideo-official/DragVideo/utils/ui_utils.py official repository ran no licence file found · pointer only · c868d3bf65ca0b82 · report
override_attn_proc_forward rickyskywalker/dragvideo-official/DragVideo/utils/attn_utils.py official repository ran no licence file found · pointer only · 5946ab6afcea0492 · report
override_lora_attn_proc_forward rickyskywalker/dragvideo-official/DragVideo/utils/attn_utils.py official repository ran no licence file found · pointer only · d3e2787899ebd0a5 · report
point_tracking rickyskywalker/dragvideo-official/DragVideo/utils/drag_utils.py official repository ran no licence file found · pointer only · d47acef028bf4d5a · report
preprocess_video rickyskywalker/dragvideo-official/DragVideo/utils/function_utils.py official repository ran no licence file found · pointer only · 8262b7927af0eae8 · report
process_points_to_sup_res rickyskywalker/dragvideo-official/DragVideo/utils/point_utils.py official repository ran no licence file found · pointer only · 488e12f3404ec736 · report
reconstruct_points_from_sup_res rickyskywalker/dragvideo-official/DragVideo/utils/point_utils.py official repository ran no licence file found · pointer only · a7ba6e53579990f0 · report
encode_video rickyskywalker/dragvideo-official/DragVideo/utils/function_utils.py official repository unverified no licence file found · pointer only · 59c311004be1c0a8 · report
register_attention_editor_diffusers rickyskywalker/dragvideo-official/DragVideo/utils/attn_utils.py official repository unverified no licence file found · pointer only · 121fe72839a66425 · report
text_encoder_attn_modules rickyskywalker/dragvideo-official/DragVideo/LoRA_helper/loaders.py official repository unverified no licence file found · pointer only · 9383dad3ca235223 · report

Tasks

Video EditingVideo Generation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Concatenated Skip ConnectionConvolutionDiffusionMax PoolingReLUU-Net

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections