Pith. sign in

REVIEW 4 major objections 7 minor 6 cited by

MiniMax-Remover: Taming Bad Noise Helps Video Object Removal

T0 review · 4 major / 7 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read Training against adversarial 'bad noise' produces a video object remover that runs in six sampling steps and needs no classifier-free guidance.

desk verdict Solid two-stage engineering with a genuinely interesting bad-noise distillation trick, but the SOTA claim is carried by an uncalibrated GPT-O3 judge, so read the success numbers as provisional. read the letter →

arxiv 2505.24873 v1 pith:7K2JO5BO submitted 2025-05-30 cs.CV

classification cs.CV
keywords videoobjectremovalinpaintingdiffusionmodelsflowmatchingminimaxoptimizationadversarialnoiseclassifier-freeguidancecontrastiveconditioning
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper sets out to show that video object removal can be made simultaneously faster and more reliable by simplifying the generative model and then training it against inputs designed to make it fail. Instead of text prompts and cross-attention, the Stage-1 model uses two learnable contrastive tokens injected through self-attention, so the only user input is the mask. In Stage-2, a minimax objective searches for 'bad noise' that steers the model back toward the original, unremoved video, and then fine-tunes the model to remove objects even under that noise, on 10K human-approved examples produced by Stage-1. The claimed payoff is inference as short as six sampling steps with no classifier-free guidance, while reported quality metrics on standard benchmarks exceed the listed baselines, including a 91.11% object-removal success rate versus a previous best of 56.67% on DAVIS.

What carries the argument

The central mechanism is the minimax 'bad noise' loop carried out on a flow-matching DiT, a transformer-based diffusion network trained to predict velocity. The inner step fixes the timestep at $t=1.0$, where the noisy latent is pure noise $\epsilon$, and takes one gradient step of the velocity-prediction loss toward the original video as a bad target; the update $\epsilon^* \leftarrow \sqrt{1-\alpha}\,\epsilon - \sqrt{\alpha}\,\mathrm{sign}(\nabla_\epsilon)\cdot|\epsilon'|$ preserves near-Gaussian statistics while encoding object-related information. The outer step fine-tunes the network on those crafted noises so that its velocity prediction points toward a successful, human-approved removal. Supporting this is the Stage-1 conditioning design: positive and negative contrastive tokens are injected into the self-attention stream, replacing text and cross-attention and making the eventual removal of classifier-free guidance possible.

What would settle it

Run the Stage-2 training twice on the same 10K curated videos and identical hyperparameters, once with the adversarial 'bad noise' update and once with ordinary Gaussian noise; the paper's reported DAVIS success rates are 91.11% versus 72.22%, so a controlled replication that finds no significant gap would show the minimax step is not the source of the gain. A second check targets the transfer assumption: craft 'bad noise' at $t=1.0$ and then test whether inserting that same adversarial direction at intermediate timesteps also produces failure removals; if it does not, the single-step search does not span the real failure modes.

Watch

Extended reading notes

Core claim

On its own terms, the paper claims that a pretrained video-generation DiT can be converted into a strong object remover by deleting text conditioning and cross-attention, injecting positive and negative condition tokens through self-attention, and then distilling the simplified model on human-curated successful removals with an adversarial minimax update. The inner maximization crafts noise that makes the model predict motion toward the original video, which is exactly the failure mode of object removal, while the outer minimization teaches the model to predict the curated successful removal from that same noise. Because the adversarial noise is constructed to stay near a Gaussian distribution, it remains a valid diffusion input during training, and the result is a model that works without classifier-free guidance and with as few as six sampling steps. The paper reports SSIM 0.9847, PSNR 36.66, temporal consistency 0.9776, visual quality 6.48, and a 91.11% success rate on DAVIS, all ahead of the compared baselines, with similar advantages on a 200-video Pexels set.

Load-bearing premise

The load-bearing premise is that the 'bad noise' found by one gradient step at the noisiest timestep, against the original video as a target, is representative of the noise patterns that cause failures during real multi-step inference; if that transfer fails, the Stage-2 robustness gains would disappear.

Editorial extensions

If this is right

  • Mask-only conditioning is enough: text prompts, optical flow, and DDIM inversion are not needed for competitive video object removal.
  • Six-step sampling without classifier-free guidance makes inference substantially cheaper than the listed 25-70-step guided baselines, at a small measured quality cost.
  • Training with adversarial 'bad noise' produces the largest Stage-2 improvement over random-noise training on the same curated data.
  • The quality gap between 6 and 50 sampling steps is small on DAVIS (SSIM 0.9842 versus 0.9847), so fast inference costs little fidelity.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The one-step search at $t=1.0$ may work because flow-matching targets at that timestep are dominated by noise, so crafted directions could perturb early denoising decisions; a direct test is whether the same 'bad noise' also causes failures when inserted at intermediate timesteps.
  • The minimax recipe is not unique to object removal: any mask-conditioned edit with an undesired 'regenerate the original' failure mode, such as object replacement or watermark removal, could use the same bad-noise construction.
  • The paper's own limitation note points to VAE encode/decode as the remaining inference bottleneck, so pairing the distilled six-step DiT with a cheaper autoencoder is the direct next lever for speed.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 7 minor

Summary. The paper proposes MiniMax-Remover, a two-stage video object removal system. Stage 1 takes the Wan2.1-1.3B DiT generator and removes text-conditioning and cross-attention layers, replacing them with two learnable contrastive condition tokens (positive and negative) injected into the self-attention stream, while training on WebVid-10M with automatically generated masks. Stage 2 distills the Stage 1 model on 10K human-curated successful removal videos, using a 'minimax' scheme that searches for adversarial input noise ('bad noise') via a single gradient step at t=1.0 against a failure target, then fine-tunes the model to be robust to that noise. The resulting model uses 6 sampling steps without CFG. Experiments on DAVIS and 200 Pexels videos report SSIM 0.9847/0.9878, PSNR 36.66/36.98, and GPT-O3 success rates of 91.11%/81%, surpassing listed baselines, with about 0.18s latency per frame and 8.2GB GPU memory.

Significance. If substantiated, the contributions are practically significant: a lightweight 1.05B-parameter DiT remover with 6-step inference, no CFG, and no auxiliary priors (optical flow, text, DDIM inversion) would be a useful advance for video editing. The architecture simplification and the 'bad noise' training heuristic are interesting, and the ablation study in Table 3 consistently shows that the proposed components improve performance. The paper also includes a limitations section and reports concrete inference speed and memory figures. However, the central SOTA claim currently rests on an uncalibrated proprietary judge and on baseline comparisons that do not control frame length and resolution, so the reported margins are not yet persuasive. The theoretical justification of the minimax step is also not rigorous. The contribution is potentially publishable, but the empirical claims need stronger validation.

major comments (4)
  1. [Section 4, Table 2, Section 10] The headline success-rate claims are based entirely on GPT-O3 evaluations. No calibration against human raters is reported: the prompt tells the model the left image contains the target object highlighted by a blue mask, and the binary 'yes/no' success judgment is not validated on a subset with human labels. There are no error bars, no repetitions over decoding seeds or prompt variants, and no significance tests. More importantly, the baseline comparison is not controlled: the text states 'We set the evaluate frame length as 32. To evaluate with same frame length, we expand input frame length for VideoComposer and FloED. The rest video inpainters are used their default frame length of their code bases. The frame resolutions are used with their default resolutions.' Different frame lengths and resolutions materially affect temporal consistency and inpainting difficulty, so the margins in Table 2 may reflect testing conditions rather than removal quality. The user-preference result also omits participant count, participant selection, and the exact instructions. Please add a human evaluation with controlled frame lengths and resolutions, report variance or significance tests, and calibrate the GPT-O3 judge against human judgments on a subset.
  2. [Section 3.3.1 (Eq. 8-11) and Section 8.2 (Eq. 15)] The paper calls the inner step a 'maximization' but Eq. 9 actually “minimizes” the model's prediction error with respect to a failure target (the original video). This is a plausible heuristic for finding failure-inducing noise, but it is not a maximization of the loss in Eq. 8, and Eq. 15 in Section 8.2 does not establish that the constructed epsilon* is a worst-case noise or that robustness to it transfers to other timesteps. The claim that 'minimizing the loss on the “bad” input noise leads to improved performance on the clean input noise' is not supported by the presented mathematics. Since the empirical ablation (Table 3, Ab-2 vs. Ab-3) suggests the heuristic helps, please either reframe Stage 2 as adversarial data augmentation (with the ablation as evidence) or supply a rigorous analysis of the minimax objective.
  3. [Section 9.2, Figure 7] The claim that adversarial-based noise 'approximates a Gaussian distribution' is supported only by a single visual QQ-plot. This is load-bearing because the training procedure assumes epsilon* is compatible with the diffusion process's noise distribution. Please provide quantitative tests (e.g., Kolmogorov-Smirnov or chi-square statistics over multiple samples) and describe how the distribution changes with the alpha parameter. The update rule in Eq. 11 combines a Gaussian epsilon with sign(gradient)*|epsilon'|, which is not obviously Gaussian; the paper should explain why the resulting variable remains within the support of the diffusion noise distribution.
  4. [Section 4 (Inference Details) vs. Table 1] The latency and memory figures are inconsistent. Table 1 lists MiniMax-Remover as 0.18s latency and 8.2GB GPU memory, while the text reports 'the inference takes approximately 24 seconds per video' and 'around 14GB peak GPU memory (DiT for 8GB, VAE decoding for 6GB)' at 480p and 81 frames. Clarify whether Table 1 reports per-frame DiT-only latency and whether VAE decoding and the 81-frame context are included in the 0.18s figure. Also, Table 1 and Section 6 list Senorita-Remover as a related object-removal method, but it is absent from the quantitative comparisons in Table 2; since it is a closely related prior remover, its omission weakens the SOTA claim.
minor comments (7)
  1. [Abstract] The abstract says 'achieves a state-of-the-art video object removal results'; please correct the article and plural to 'achieves state-of-the-art video object removal results.'
  2. [Section 7 and Figure 5 caption] The text refers to 'position condition' where 'positive condition' is meant; the same typo appears in the Figure 5 caption.
  3. [Section 3.3] The spelling 'minmax' appears inconsistently with 'minimax' throughout; please unify the terminology.
  4. [Section 10] One of the two prompts says 'GPT-03' instead of 'GPT-O3'; please fix.
  5. [Section 4 (Training Details)] Training uses an input frame length of 81 while evaluation uses a frame length of 32; please add a sentence explaining the relationship and any sliding-window processing.
  6. [Table 3] The two sub-tables reuse the labels Ab-1 through Ab-4, which is confusing; please use distinct label sets for the Stage 1 and Stage 2 ablations.
  7. [Section 9.1] The discussion of inversion-based noise is brief; Table 5 shows inversion-based noise achieves 70.00 success vs. 72.22 for random noise, so the claim that inversion noise is 'unsuitable' would benefit from a more quantitative explanation of why it hurts performance.

Circularity Check

0 steps flagged · score 1.0 of 10

No significant circularity: central claims are externally benchmarked; only minor self-citations in training details and metrics, none load-bearing.

full rationale

The derivation chain is not circular. Stage 2 trains against z_succ, which are Stage-1 outputs selected by human annotators; this is self-distillation, but the central claim (state-of-the-art removal) is tested on DAVIS and Pexels videos outside the training set and compared with published baselines, so the result is not defined in terms of the training targets. The adversarial 'bad noise' in Eqs. 9-11 is crafted from the model's own gradient, but the improvement is supported by the Ab-2 vs Ab-3 ablation (72.22% to 91.11% success), an external comparison under otherwise identical settings; it is not a fitted parameter renamed as a prediction. The self-citations (Senorita-Remover for mask selection, COCOCO for the TC metric) are not load-bearing: the mask strategy is fully described in Figure 5, and the temporal-consistency metric is standard practice. The GPT-O3 judge is proprietary and uncalibrated, which is a measurement-validity risk rather than a circularity, and the paper's evaluation is not equivalent to its inputs by construction. No equation in the paper reduces, by definition, to the quantity it claims to predict.

Assumptions & free parameters 5 free parameters · 5 assumptions · 0 invented entities

The paper introduces architectural components (contrastive condition tokens) and a training concept (bad noise), but these are learned model parameters and an optimization construction, not new physical or independent entities with falsifiable handles outside the paper. No new particles, forces, dimensions, or conserved quantities are postulated.

free parameters (5)
  • Stage 2 data mixture ratio = 1/3 curated adversarial data, 2/3 WebVid standard data
    The proportion is chosen by hand (Section 3.3.2) and affects how much the model sees adversarial vs clean data; no sweep is reported.
  • alpha in adversarial noise update = uniform in [0,1]
    Equation 11 uses a randomly sampled alpha; the distribution is chosen without analysis, and the Gaussian-closeness claim is only visually checked.
  • Number of gradient steps for bad-noise search = 1
    Section 3.3.1 searches with a single backpropagation; it is a design choice to limit compute, but no analysis shows one step is sufficient.
  • Number of condition tokens injected = 6
    Section 3.2.1 splits the condition embedding into 6 tokens; this hyperparameter is not varied in ablations.
  • CFG guidance scale w = not reported
    Stage 1 uses CFG with a manually tuned guidance weight; the value is never given, making reproduction harder.
assumptions (5)
  • domain assumption Wan2.1-1.3B is a valid pretrained flow-matching video generation model whose weights can be fine-tuned for inpainting.
    The entire method initializes from Wan2.1-1.3B [43] and assumes its learned video prior transfers to object removal (Section 3.2).
  • domain assumption Grounded-SAM2 and CogVLM2 generate accurate object masks and captions on WebVid-10M and Pexels.
    Stage 1 training data is built by automatically generating masks/captions; errors in these annotations would propagate into training (Section 4).
  • standard math Rectified Flow distillation is a sound method to reduce sampling steps from 50 to 6 without significant quality loss.
    The paper applies Rectified Flow [30] to distill the student model (Section 3.3).
  • domain assumption Human annotators can reliably identify successful object removals in the curated 10K set.
    Stage 2 relies on this curation as ground truth; no inter-annotator agreement is reported (Section 3.3).
  • domain assumption GPT-O3 scores and success-rate judgments are a valid proxy for visual quality and removal correctness.
    The main qualitative comparisons use GPT-O3 as judge with no calibration against human raters (Section 10).

how reviews work

0 comments
Cite this review

Pith. "Pith review of MiniMax-Remover: Taming Bad Noise Helps Video Object Removal." pith.science (2026). https://pith.science/paper/7K2JO5BO

@misc{pith2026250524873,
  author       = {Pith},
  title        = {Pith review of: MiniMax-Remover: Taming Bad Noise Helps Video Object Removal},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/7K2JO5BO}},
  note         = {Machine review of arXiv:2505.24873}
}
read the original abstract

Recent advances in video diffusion models have driven rapid progress in video editing techniques. However, video object removal, a critical subtask of video editing, remains challenging due to issues such as hallucinated objects and visual artifacts. Furthermore, existing methods often rely on computationally expensive sampling procedures and classifier-free guidance (CFG), resulting in slow inference. To address these limitations, we propose MiniMax-Remover, a novel two-stage video object removal approach. Motivated by the observation that text condition is not best suited for this task, we simplify the pretrained video generation model by removing textual input and cross-attention layers, resulting in a more lightweight and efficient model architecture in the first stage. In the second stage, we distilled our remover on successful videos produced by the stage-1 model and curated by human annotators, using a minimax optimization strategy to further improve editing quality and inference speed. Specifically, the inner maximization identifies adversarial input noise ("bad noise") that makes failure removals, while the outer minimization step trains the model to generate high-quality removal results even under such challenging conditions. As a result, our method achieves a state-of-the-art video object removal results with as few as 6 sampling steps and doesn't rely on CFG, significantly improving inference efficiency. Extensive experiments demonstrate the effectiveness and superiority of MiniMax-Remover compared to existing methods. Codes and Videos are available at: https://minimax-remover.github.io.

Figures

Figures reproduced from arXiv: 2505.24873 by the authors.

Figure 1
Figure 1. Visual Results of MiniMax-Remover. The left side displays the original videos, while the [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. The comparison between different blocks. (a) the original Wan2.1 DiT block; (b) DiT block [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
Figure 3
Figure 3. The pipeline of our two-stage method. 3.2.2 Contrastive Conditioning for Object Removal We employ the positive condition token c + to guide the remover network in learning object removal and encourage the model to generate target objects under the guidance of c −. Specifically, when applying classifier-free guidance, c + serves as the positive condition and c − as the negative condition, steering the model away from… view at source ↗
Figures from the paper (5 more)
Figure 4
Figure 4. Figure 4: The visual results of our object remover. The video on the left depicts the original video, [PITH_FULL_IMAGE:figures/full_fig_p009_4.png]
Figure 5
Figure 5. Figure 5: Training framework of the Stage-1. (a) denotes the positive condition process, and the [PITH_FULL_IMAGE:figures/full_fig_p015_5.png]
Figure 6
Figure 6. Figure 6: Visual results of the Stage-1 Object Remover under inversion-based noises. The top row [PITH_FULL_IMAGE:figures/full_fig_p017_6.png]
Figure 7
Figure 7. Figure 7: Visual results of the Stage-1 Object Remover under adversarial-based noises. The top row [PITH_FULL_IMAGE:figures/full_fig_p018_7.png]
Figure 8
Figure 8. Figure 8: Visual Results of the Minimax-Remover with Adversarial-Based Noise. Adversarial-based [PITH_FULL_IMAGE:figures/full_fig_p018_8.png]

Discussion (0). Sign in to comment.

Forward citations

Cited by 6 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. PROVE: A Perceptual RemOVal cohErence Benchmark for Visual Media

    cs.CV 2026-05 unverdicted novelty 7.0 of 10

    Removal Coherence (RC) metrics, which compare local feature distributions in masked versus background regions via sliding-window MMD, align with human judgments of object-removal quality substantially better than exis...

  2. FlexComposer: Unified Video Compositing from Images to Dynamic Footage with Flexible Trajectory Control

    cs.CV 2026-07 conditional novelty 6.0 of 10

    A single video-diffusion framework composites both static images and dynamic footage along user-defined trajectories by transporting canonical foreground latents directly into the background latent sequence.

  3. From Draft to Draft-Free: One-Step Video Object Removal via Privileged Distillation and Fast Planting

    cs.CV 2026-07 conditional novelty 6.0 of 10

    A one-step, draft-free video object removal model trained by distilling a ground-truth-conditioned teacher reaches comparable or better quality than multi-step diffusion methods while running in about 1 second.

  4. Under One Sun: Multi-Object Generative Perception of Materials and Illumination

    cs.CV 2026-03 conditional novelty 6.0 of 10

    Factorizing video editing into semantic-token anchoring and motion-restoration pre-training produces strong zero-shot and SOTA open-source instruction-guided video edits without heavy external structural priors.

  5. Learning Stochastic Bridges for Video Object Removal via Video-to-Video Translation

    cs.CV 2026-01 conditional novelty 6.0 of 10

    A stochastic bridge model treats video object removal as video-to-video translation, starting from the source video rather than Gaussian noise, with adaptive mask modulation and a new benchmark.

  6. O-DisCo-Edit: Object Distortion Control for Unified Realistic Video Editing

    cs.CV 2025-09 conditional novelty 6.0 of 10

    A video editor trained on randomly distorted objects, then steered by adaptive noise at inference, is claimed to surpass dedicated and unified editors across eight tasks with far less training.

Reference graph

Works this paper leans on

61 extracted references · 21 canonical work pages · cited by 6 Pith papers

  1. [1]

    Frozen in time: A joint video and image encoder for end-to-end retrieval

    Max Bain, Arsha Nagrani, Gül Varol, and Andrew Zisserman. Frozen in time: A joint video and image encoder for end-to-end retrieval. InProceedings of the IEEE/CVF International Conference on Computer Vision, pages 1728–1738, 2021

  2. [2]

    Videopainter: Any-length video inpainting and editing with plug-and-play context control

    Yuxuan Bian, Zhaoyang Zhang, Xuan Ju, Mingdeng Cao, Liangbin Xie, Ying Shan, and Qiang Xu. Videopainter: Any-length video inpainting and editing with plug-and-play context control. arXiv preprint arXiv:2503.05639, 2025

  3. [3]

    Black forest labs

    Black Forest Labs. Black forest labs. https://github.com/black-forest-labs/flux/ , 2024

  4. [4]

    Align your latents: High-resolution video synthesis with latent diffusion models

    Andreas Blattmann, Robin Rombach, Huan Ling, Tim Dockhorn, Seung Wook Kim, Sanja Fidler, and Karsten Kreis. Align your latents: High-resolution video synthesis with latent diffusion models. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 22563–22575, 2023

  5. [5]

    Cambridge university press, 2004

    Stephen P Boyd and Lieven Vandenberghe.Convex optimization. Cambridge university press, 2004

  6. [6]

    Instructpix2pix: Learning to follow image editing instructions

    Tim Brooks, Aleksander Holynski, and Alexei A Efros. Instructpix2pix: Learning to follow image editing instructions. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 18392–18402, 2023

  7. [7]

    Videocrafter2: Overcoming data limitations for high-quality video diffusion models

    Haoxin Chen, Yong Zhang, Xiaodong Cun, Menghan Xia, Xintao Wang, Chao Weng, and Ying Shan. Videocrafter2: Overcoming data limitations for high-quality video diffusion models. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2024

  8. [8]

    Consistent video-to-video transfer using synthetic dataset

    Jiaxin Cheng, Tianjun Xiao, and Tong He. Consistent video-to-video transfer using synthetic dataset. InThe Twelfth International Conference on Learning Representations, 2024

Show all 61 references
  1. [9]

    Flatten: optical flow-guided attention for consistent text-to-video editing.arXiv preprint arXiv:2310.05922, 2023

    Yuren Cong, Mengmeng Xu, Christian Simon, Shoufa Chen, Jiawei Ren, Yanping Xie, Juan- Manuel Perez-Rua, Bodo Rosenhahn, Tao Xiang, and Sen He. Flatten: optical flow-guided attention for consistent text-to-video editing.arXiv preprint arXiv:2310.05922, 2023. 10

  2. [10]

    Introducing gen-3 alpha: A new frontier for video generation

    Gen-3. Introducing gen-3 alpha: A new frontier for video generation. https://runwayml. com/research/introducing-gen-3-alpha/, 2024

  3. [11]

    Instructdiffusion: A generalist modeling interface for vision tasks

    Zigang Geng, Binxin Yang, Tiankai Hang, Chen Li, Shuyang Gu, Ting Zhang, Jianmin Bao, Zheng Zhang, Houqiang Li, Han Hu, et al. Instructdiffusion: A generalist modeling interface for vision tasks. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recogniti...

  4. [12]

    Tokenflow: Consistent diffusion features for consistent video editing.arXiv preprint arXiv:2307.10373, 2023

    Michal Geyer, Omer Bar-Tal, Shai Bagon, and Tali Dekel. Tokenflow: Consistent diffusion features for consistent video editing.arXiv preprint arXiv:2307.10373, 2023

  5. [13]

    Generative adversarial nets.Advances in neural information processing systems, 27, 2014

    Ian J Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, and Yoshua Bengio. Generative adversarial nets.Advances in neural information processing systems, 27, 2014

  6. [14]

    Advanced video inpainting using optical flow-guided efficient diffusion.arXiv preprint arXiv:2412.00857, 2024

    Bohai Gu, Hao Luo, Song Guo, and Peiran Dong. Advanced video inpainting using optical flow-guided efficient diffusion.arXiv preprint arXiv:2412.00857, 2024

  7. [15]

    Ani- matediff: Animate your personalized text-to-image diffusion models without specific tuning

    Yuwei Guo, Ceyuan Yang, Anyi Rao, Yaohui Wang, Yu Qiao, Dahua Lin, and Bo Dai. Ani- matediff: Animate your personalized text-to-image diffusion models without specific tuning. arXiv preprint arXiv:2307.04725, 2023

  8. [16]

    Ltx-video: Realtime video latent diffusion.arXiv preprint arXiv:2501.00103, 2024

    Yoav HaCohen, Nisan Chiprut, Benny Brazowski, Daniel Shalem, Dudu Moshe, Eitan Richard- son, Eran Levin, Guy Shiran, Nir Zabari, Ori Gordon, Poriya Panet, Sapir Weissbuch, Victor Kulikov, Yaki Bitterman, Zeev Melumian, and Ofir Bibi. Ltx-video: Realtime video latent diffusion....

  9. [17]

    Classifier-free diffusion guidance.arXiv preprint arXiv:2207.12598, 2022

    Jonathan Ho and Tim Salimans. Classifier-free diffusion guidance.arXiv preprint arXiv:2207.12598, 2022

  10. [18]

    Cogvlm2: Visual language models for image and video understanding.arXiv preprint arXiv:2408.16500, 2024

    Wenyi Hong, Weihan Wang, Ming Ding, Wenmeng Yu, Qingsong Lv, Yan Wang, Yean Cheng, Shiyu Huang, Junhui Ji, Zhao Xue, et al. Cogvlm2: Visual language models for image and video understanding.arXiv preprint arXiv:2408.16500, 2024

  11. [19]

    Vivid-10m: A dataset and baseline for versatile and interactive video local editing.arXiv preprint arXiv:2411.15260, 2024

    Jiahao Hu, Tianxiong Zhong, Xuebo Wang, Boyuan Jiang, Xingye Tian, Fei Yang, Pengfei Wan, and Di Zhang. Vivid-10m: A dataset and baseline for versatile and interactive video local editing.arXiv preprint arXiv:2411.15260, 2024

  12. [20]

    Vace: All-in-one video creation and editing.arXiv preprint arXiv:2503.07598, 2025

    Zeyinzi Jiang, Zhen Han, Chaojie Mao, Jingfeng Zhang, Yulin Pan, and Yu Liu. Vace: All-in-one video creation and editing.arXiv preprint arXiv:2503.07598, 2025

  13. [21]

    Hunyuanvideo: A systematic framework for large video generative models.arXiv preprint arXiv:2412.03603, 2024

    Weijie Kong, Qi Tian, Zijian Zhang, Rox Min, Zuozhuo Dai, Jin Zhou, Jiangfeng Xiong, Xin Li, Bo Wu, Jianwei Zhang, et al. Hunyuanvideo: A systematic framework for large video generative models.arXiv preprint arXiv:2412.03603, 2024

  14. [22]

    Anyv2v: A plug-and-play framework for any video-to-video editing tasks.arXiv preprint arXiv:2403.14468, 2024

    Max Ku, Cong Wei, Weiming Ren, Huan Yang, and Wenhu Chen. Anyv2v: A plug-and-play framework for any video-to-video editing tasks.arXiv preprint arXiv:2403.14468, 2024

  15. [23]

    Video diffusion models are strong video inpainter

    Minhyeok Lee, Suhwan Cho, Chajin Shin, Jungho Lee, Sunghun Yang, and Sangyoun Lee. Video diffusion models are strong video inpainter. InProceedings of the AAAI Conference on Artificial Intelligence, volume 39, pages 4526–4533, 2025

  16. [24]

    Diffueraser: A diffusion model for video inpainting.arXiv preprint arXiv:2501.10018, 2025

    Xiaowen Li, Haolan Xue, Peiran Ren, and Liefeng Bo. Diffueraser: A diffusion model for video inpainting.arXiv preprint arXiv:2501.10018, 2025

  17. [25]

    Stablev2v: Stablizing shape consistency in video-to-video editing.arXiv preprint arXiv:2411.11045, 2024

    Chang Liu, Rui Li, Kaidong Zhang, Yunwei Lan, and Dong Liu. Stablev2v: Stablizing shape consistency in video-to-video editing.arXiv preprint arXiv:2411.11045, 2024

  18. [26]

    Generative video propagation.arXiv preprint arXiv:2412.19761, 2024

    Shaoteng Liu, Tianyu Wang, Jui-Hsien Wang, Qing Liu, Zhifei Zhang, Joon-Young Lee, Yijun Li, Bei Yu, Zhe Lin, Soo Ye Kim, et al. Generative video propagation.arXiv preprint arXiv:2412.19761, 2024

  19. [27]

    Video-p2p: Video editing with cross-attention control

    Shaoteng Liu, Yuechen Zhang, Wenbo Li, Zhe Lin, and Jiaya Jia. Video-p2p: Video editing with cross-attention control. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 8599–8608, 2024. 11

  20. [28]

    Grounding dino: Marrying dino with grounded pre-training for open-set object detection.arXiv preprint arXiv:2303.05499, 2023

    Shilong Liu, Zhaoyang Zeng, Tianhe Ren, Feng Li, Hao Zhang, Jie Yang, Chunyuan Li, Jianwei Yang, Hang Su, Jun Zhu, et al. Grounding dino: Marrying dino with grounded pre-training for open-set object detection.arXiv preprint arXiv:2303.05499, 2023

  21. [29]

    Step1x-edit: A practical framework for general image editing.arXiv preprint arXiv:2504.17761, 2025

    Shiyu Liu, Yucheng Han, Peng Xing, Fukun Yin, Rui Wang, Wei Cheng, Jiaqi Liao, Yingming Wang, Honghao Fu, Chunrui Han, Guopeng Li, Yuang Peng, Quan Sun, Jingwei Wu, Yan Cai, Zheng Ge, Ranchen Ming, Lei Xia, Xianfang Zeng, Yibo Zhu, Binxing Jiao, Xiangyu Zhang, Gang Yu, and Dax...

  22. [30]

    Flow straight and fast: Learning to generate and transfer data with rectified flow.arXiv preprint arXiv:2209.03003, 2022

    Xingchao Liu, Chengyue Gong, and Qiang Liu. Flow straight and fast: Learning to generate and transfer data with rectified flow.arXiv preprint arXiv:2209.03003, 2022

  23. [31]

    Decoupled weight decay regularization.arXiv preprint arXiv:1711.05101, 2017

    Ilya Loshchilov and Frank Hutter. Decoupled weight decay regularization.arXiv preprint arXiv:1711.05101, 2017

  24. [32]

    Step-video-t2v technical report: The practice, challenges, and future of video foundation model.arXiv preprint arXiv:2502.10248, 2025

    Guoqing Ma, Haoyang Huang, Kun Yan, Liangyu Chen, Nan Duan, Shengming Yin, Changyi Wan, Ranchen Ming, Xiaoniu Song, Xing Chen, et al. Step-video-t2v technical report: The practice, challenges, and future of video foundation model.arXiv preprint arXiv:2502.10248, 2025

  25. [33]

    Mochi-1.https://www.genmo.ai/blog, 2024

    Mochi-1. Mochi-1.https://www.genmo.ai/blog, 2024

  26. [34]

    Revideo: Remake a video with motion and content control.arXiv preprint arXiv:2405.13865, 2024

    Chong Mou, Mingdeng Cao, Xintao Wang, Zhaoyang Zhang, Ying Shan, and Jian Zhang. Revideo: Remake a video with motion and content control.arXiv preprint arXiv:2405.13865, 2024

  27. [35]

    https://openai.com/index/introducing-o3-and-o4-mini/, 2025

    Introducing OpenAI o3 and o4 mini. https://openai.com/index/introducing-o3-and-o4-mini/, 2025

  28. [36]

    Sora: Creating video from text.https://openai.com/index/sora/, 2024

    OpenAI. Sora: Creating video from text.https://openai.com/index/sora/, 2024

  29. [37]

    Scalable diffusion models with transformers.arXiv preprint arXiv:2212.09748, 2022

    William Peebles and Saining Xie. Scalable diffusion models with transformers.arXiv preprint arXiv:2212.09748, 2022

  30. [38]

    https://www.pexels.com/, 2024

    Pexels. https://www.pexels.com/, 2024

  31. [39]

    The 2017 davis challenge on video object segmentation.arXiv preprint arXiv:1704.00675, 2017

    Jordi Pont-Tuset, Federico Perazzi, Sergi Caelles, Pablo Arbeláez, Alex Sorkine-Hornung, and Luc Van Gool. The 2017 davis challenge on video object segmentation.arXiv preprint arXiv:1704.00675, 2017

  32. [40]

    Zero-shot text-to-image generation

    Aditya Ramesh, Mikhail Pavlov, Gabriel Goh, Scott Gray, Chelsea V oss, Alec Radford, Mark Chen, and Ilya Sutskever. Zero-shot text-to-image generation. InInternational Conference on Machine Learning, pages 8821–8831. PMLR, 2021

  33. [41]

    Sam 2: Segment anything in images and videos.arXiv preprint arXiv:2408.00714, 2024

    Nikhila Ravi, Valentin Gabeur, Yuan-Ting Hu, Ronghang Hu, Chaitanya Ryali, Tengyu Ma, Haitham Khedr, Roman Rädle, Chloe Rolland, Laura Gustafson, Eric Mintun, Junting Pan, Kalyan Vasudev Alwala, Nicolas Carion, Chao-Yuan Wu, Ross Girshick, Piotr Dollár, and Christoph Feichtenh...

  34. [42]

    U-net: Convolutional networks for biomedical image segmentation

    Olaf Ronneberger, Philipp Fischer, and Thomas Brox. U-net: Convolutional networks for biomedical image segmentation. InMedical Image Computing and Computer-Assisted Intervention–MICCAI 2015: 18th International Conference, Munich, Germany, October 5-9, 2015, Proceedings, Part I...

  35. [43]

    Wan: Open and advanced large-scale video generative models.arXiv preprint arXiv:2503.20314, 2025

    Ang Wang, Baole Ai, Bin Wen, Chaojie Mao, Chen-Wei Xie, Di Chen, Feiwu Yu, Haiming Zhao, Jianxiao Yang, Jianyuan Zeng, Jiayu Wang, Jingfeng Zhang, Jingren Zhou, Jinkai Wang, Jixuan Chen, Kai Zhu, Kang Zhao, Keyu Yan, Lianghua Huang, Mengyang Feng, Ningyi Zhang, Pandeng Li, Pin...

  36. [44]

    Modelscope text-to-video technical report, 2023

    Jiuniu Wang, Hangjie Yuan, Dayou Chen, Yingya Zhang, Xiang Wang, and Shiwei Zhang. Modelscope text-to-video technical report, 2023

  37. [45]

    Imagen editor and editbench: Advancing and evaluating text-guided image inpainting

    Su Wang, Chitwan Saharia, Ceslee Montgomery, Jordi Pont-Tuset, Shai Noy, Stefano Pellegrini, Yasumasa Onoe, Sarah Laszlo, David J Fleet, Radu Soricut, et al. Imagen editor and editbench: Advancing and evaluating text-guided image inpainting. InProceedings of the IEEE/CVF Confe...

  38. [46]

    Videocomposer: Compositional video synthesis with motion controllability.Advances in Neural Information Processing Systems, 2024

    Xiang Wang, Hangjie Yuan, Shiwei Zhang, Dayou Chen, Jiuniu Wang, Yingya Zhang, Yujun Shen, Deli Zhao, and Jingren Zhou. Videocomposer: Compositional video synthesis with motion controllability.Advances in Neural Information Processing Systems, 2024

  39. [47]

    Tune-a-video: One-shot tuning of image diffusion models for text-to-video generation

    Jay Zhangjie Wu, Yixiao Ge, Xintao Wang, Stan Weixian Lei, Yuchao Gu, Yufei Shi, Wynne Hsu, Ying Shan, Xiaohu Qie, and Mike Zheng Shou. Tune-a-video: One-shot tuning of image diffusion models for text-to-video generation. InProceedings of the IEEE/CVF International Conference ...

  40. [48]

    Mtv-inpaint: Multi-task long video inpainting.arXiv preprint arXiv:2503.11412, 2025

    Shiyuan Yang, Zheng Gu, Liang Hou, Xin Tao, Pengfei Wan, Xiaodong Chen, and Jing Liao. Mtv-inpaint: Multi-task long video inpainting.arXiv preprint arXiv:2503.11412, 2025

  41. [49]

    Cogvideox: Text-to-video diffusion models with an expert transformer

    Zhuoyi Yang, Jiayan Teng, Wendi Zheng, Ming Ding, Shiyu Huang, JiaZheng Xu, Yuanming Yang, Xiaohan Zhang, Xiaotao Gu, Guanyu Feng, Da Yin, Wenyi Hong, Weihan Wang, Yean Cheng, Yuxuan Zhang, Ting Liu, Bin Xu, Yuxiao Dong, and Jie Tang. Cogvideox: Text-to-video diffusion models ...

  42. [50]

    Magicbrush: A manually annotated dataset for instruction-guided image editing.Advances in Neural Information Processing Systems, 36, 2024

    Kai Zhang, Lingbo Mo, Wenhu Chen, Huan Sun, and Yu Su. Magicbrush: A manually annotated dataset for instruction-guided image editing.Advances in Neural Information Processing Systems, 36, 2024

  43. [51]

    Packing input frame context in next-frame prediction models for video generation.arXiv preprint arXiv:2504.12626, 2025

    Lvmin Zhang and Maneesh Agrawala. Packing input frame context in next-frame prediction models for video generation.arXiv preprint arXiv:2504.12626, 2025

  44. [52]

    Adding conditional control to text-to-image diffusion models

    Lvmin Zhang, Anyi Rao, and Maneesh Agrawala. Adding conditional control to text-to-image diffusion models. InProceedings of the IEEE/CVF International Conference on Computer Vision, pages 3836–3847, 2023

  45. [53]

    Avid: Any-length video inpainting with diffusion model

    Zhixing Zhang, Bichen Wu, Xiaoyan Wang, Yaqiao Luo, Luxin Zhang, Yinan Zhao, Peter Vajda, Dimitris Metaxas, and Licheng Yu. Avid: Any-length video inpainting with diffusion model. arXiv preprint arXiv:2312.03816, 2023

  46. [54]

    Propainter: Improving propagation and transformer for video inpainting

    Shangchen Zhou, Chongyi Li, Kelvin CK Chan, and Chen Change Loy. Propainter: Improving propagation and transformer for video inpainting. InProceedings of the IEEE/CVF International Conference on Computer Vision, 2023

  47. [55]

    Senorita-2m: A high-quality instruction-based dataset for general video editing by video specialists.arXiv preprint arXiv:2502.06734, 2025

    Bojia Zi, Penghui Ruan, Marco Chen, Xianbiao Qi, Shaozhe Hao, Shihao Zhao, Youze Huang, Bin Liang, Rong Xiao, and Kam-Fai Wong. Senorita-2m: A high-quality instruction-based dataset for general video editing by video specialists.arXiv preprint arXiv:2502.06734, 2025

  48. [56]

    Bad" Removals. As shown in the formulation, min θ ∥uθ(ϵ∗,z m, ¯m)−(ϵ ∗ −z succ)∥2 , the model is optimized to ensure that, upon convergence, no

    Bojia Zi, Shihao Zhao, Xianbiao Qi, Jianan Wang, Yukai Shi, Qianyu Chen, Bin Liang, Kam-Fai Wong, and Lei Zhang. Cococo: Improving text-guided video inpainting for better consistency, controllability and compatibility.arXiv preprint arXiv:2403.12035, 2024. 13 6 Related Work Vi...

  49. [57]

    The object has been completely removed

  50. [58]

    There is no visible blurriness in the removal area (not background blur, but unnatural foreground blur that is inconsistent with the surrounding context)

  51. [59]

    There are no moiré patterns or artifacts in the region (e.g., unnatural textures that differ significantly from human visual expectations)

  52. [60]

    No new, unwanted objects have been generated in the area (e.g., the tiger is removed but a bear appears instead, or another tiger is generated)

  53. [61]

    yes" or

    Shadows not in the masked region are considered successfully removed. Think it step by step. Then provide a final judgment by answering with "yes" or "no" <Image> Image 1</Image> <Image> Image 2</Image> ... GPT-03:... 11 Limitation and Future Work In this study, we present a f...

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.