paper-with-me

홈 › Papers

MagicStick: Controllable Video Editing via Control Handle Transformations

2023-12-05 · Yue Ma, Xiaodong Cun, Sen Liang, Jinbo Xing, Yingqing He, Chenyang Qi, Siran Chen, Qifeng Chen

Text-based video editing has recently attracted considerable interest in changing the style or replacing the objects with a similar structure. Beyond this, we demonstrate that properties such as shape, size, location, motion, etc., can also be edited in videos. Our key insight is that the keyframe transformations of the specific internal feature (e.g., edge maps of objects or human pose), can easily propagate to other frames to provide generation guidance. We thus propose MagicStick, a controllable video editing method that edits the video properties by utilizing the transformation on the extracted internal control signals. In detail, to keep the appearance, we inflate both the pretrained image diffusion model and ControlNet to the temporal dimension and train low-rank adaptions (LORA) layers to fit the specific scenes. Then, in editing, we perform an inversion and editing framework. Differently, finetuned ControlNet is introduced in both inversion and generation for attention guidance with the proposed attention remix between the spatial attention maps of inversion and editing. Yet succinct, our method is the first method to show the ability of video property editing from the pre-trained text-to-image model. We present experiments on numerous examples within our unified framework. We also compare with shape-aware text-based editing and handcrafted motion video generation, demonstrating our superior temporal consistency and editing capability than previous works. The code and models are available on https://github.com/mayuelala/MagicStick.

📄 PDF Abstract BibTeX arXiv:2312.03047

Code (1)

mayuelala/magicstick 공식 구현

Tasks

Video EditingVideo Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Goku: A Million-Scale Universal Dataset and Benchmark for Instruction-Based Video Editing

2026-06-30 · Sen Liang, Cong Wang, Zhentao Yu, Fengbin Guan 외 hf

Existing instruction-based video editing datasets commonly focus on single-task appearance editing, failing to meet the complex creative demands of real-world scenarios. To bridge this gap, we present Goku, a large-scale…

Instruction Following

Unsupervised Facial Performance Editing via Vector-Quantized StyleGAN Representations

2023-01-01 · ICCV 2023 1 · Berkay Kicanaoglu, Pablo Garrido, Gaurav Bharaj

High-fidelity virtual human avatar applications create a need for photorealistic video face synthesis with controllable semantic editing over facial features. While recent generative neural methods have shown signifi…

Face GenerationFace ModelFace ReenactmentQuantization+1

Re-Attentional Controllable Video Diffusion Editing

2024-12-16 · Yuanzhi Wang, Yong Li, Mengyi Liu, Xiaoya Zhang 외

Editing videos with textual guidance has garnered popularity due to its streamlined process which mandates users to solely edit the text prompt corresponding to the source video. Recent studies have explored and exploite…

DenoisingVideo Editing

LoRA-Edit: Controllable First-Frame-Guided Video Editing via Mask-Aware LoRA Fine-Tuning

2025-06-11 · Chenjian Gao, Lihe Ding, Xin Cai, Zhanpeng Huang 외

Video editing using diffusion models has achieved remarkable results in generating high-quality edits for videos. However, current methods often rely on large-scale pretraining, limiting flexibility for specific edits. F…

Video Editing

TRACE: Object Motion Editing in Videos with First-Frame Trajectory Guidance

2026-03-26 · Quynh Phung, Long Mai, Cusuh Ham, Feng Liu 외 arxiv

We study object motion path editing in videos, where the goal is to alter a target object's trajectory while preserving the original scene content. Unlike prior video editing methods that primarily manipulate appearance …