Source-linked AI summary

From Scale to Speed: Adaptive Test-Time Scaling for Image Editing

Xiangyan Qu, Zhenlong Yuan, Jing Tang, Rui Chen, Datao Tang, Meng Yu, Lei Sun, Yancheng Bai, Xiangxiang Chu, Gaopeng Gou, Gang Xiong, Yujun Cai

arXiv:2603.00141v3cs.CVcs.AIcs.LGeess.IV

TL;DR

Image-CoT scaling is difficult to apply efficiently to goal-directed image editing because fixed budgets, general early scores, and large-scale sampling create mismatched computation and selection. ADE-CoT addresses these issues with adaptive budgets, edit-specific verification, and depth-first opportunistic stopping. Across three editing models and three benchmarks, it achieves better performance-efficiency trade-offs, including more than 2x speedup over Best-of-N with comparable sampling budgets.

  • Problem

    T2I-centric Image-CoT methods are poorly matched to image editing, where outputs are constrained by the source image and instruction and editing quality remains challenging for complex edits.

  • Method

    ADE-CoT dynamically allocates sampling by edit difficulty, verifies candidates using edited-region localization and instruction-caption consistency, and stops depth-first when an instance-specific verifier finds aligned results.

  • Results

    More than 2x speedup over Best-of-N is achieved while maintaining performance across three SOTA editing models and three benchmarks.

  • Takeaways & Limitations

    ADE-CoT improves the performance-efficiency trade-off of test-time scaling for goal-directed image editing.

  • Takeaways & Limitations

    MLLM verification increases inference latency and can hallucinate captions, region masks, or questions, making full intent satisfaction difficult to assess reliably.

Abstract

from arXiv · show

Image Chain-of-Thought (Image-CoT) is a test-time scaling paradigm that improves image generation by extending inference time. Most Image-CoT methods focus on text-to-image (T2I) generation. Unlike T2I generation, image editing is goal-directed: the solution space is constrained by the source image and instruction. This mismatch causes three challenges when applying Image-CoT to editing: inefficient resource allocation with fixed sampling budgets, unreliable early-stage verification using general MLLM scores, and redundant edited results from large-scale sampling. To address this, we propose ADaptive Edit-CoT (ADE-CoT), an on-demand test-time scaling framework to enhance editing efficiency and performance. It incorporates three key strategies: (1) a difficulty-aware resource allocation that assigns dynamic budgets based on estimated edit difficulty; (2) edit-specific verification in early pruning that uses region localization and caption consistency to select promising candidates; and (3) depth-first opportunistic stopping, guided by an instance-specific verifier, that terminates when intent-aligned results are found. Extensive experiments on three SOTA editing models (Step1X-Edit, BAGEL, FLUX.1 Kontext) across three benchmarks show that ADE-CoT achieves superior performance-efficiency trade-offs. With comparable sampling budgets, ADE-CoT obtains better performance with more than 2x speedup over Best-of-N.

1. Introduction

Image-CoT methods are promising for improving generation quality, but their T2I-oriented scaling strategies transfer poorly to goal-directed image editing. ADE-CoT addresses editing-specific inefficiencies through adaptive budgets, edit-specific verification, and depth-first stopping.

  • Background: Image-CoT extends inference time as a training-free strategy for improving image-generation quality.Most existing studies focus on T2I generation and use multiple candidates with Best-of-N selection.
  • Motivation: T2I generation benefits from large-scale sampling, whereas editing outputs are constrained by the source image and instruction.This constraint can produce redundant correct edited results after extensive sampling.
  • Challenges: Fixed sampling budgets waste computation on simple edits, while difficult edits benefit more from additional Image-CoT inference.Simple edits begin with high scores and show minimal improvement; difficult edits begin with lower scores and improve more.
  • Challenges: General MLLM scores can incorrectly prune promising candidates during early denoising because editing errors are often subtle and localized.The introduction identifies unreliable early-stage verification as a key problem in transferring Image-CoT to editing.
  • ADE-CoT: ADE-CoT dynamically allocates budgets by estimated difficulty, uses region localization and caption consistency for early pruning, and stops depth-first when aligned results are found.An instance-specific verifier guides stopping, while visually similar candidates are discarded to reduce redundancy.

2. Related Work

Related image-editing work has progressed from training-free guidance and inversion methods to multimodal language models paired with diffusion decoders. Image-CoT extends this trajectory through test-time scaling, but its computational cost motivates more efficient search strategies.

  • Image Editing: Early image-editing methods commonly use prompt guidance, attention modulation, or inversion editing without training.These approaches improve editing but lack precise control in fidelity and controllability.
  • Image Editing: Later approaches fine-tune models on large, high-quality datasets to improve editing fidelity and controllability.Recent systems also combine multimodal language models with diffusion decoders through latent-level modality fusion.
  • Multimodal Editing: Multimodal language models and diffusion decoders support instruction-following edits by fusing modalities at the latent level.Subsequent work jointly trains understanding and generation tasks to improve generation quality.
  • Image Chain-of-Thought: Image-CoT improves image generation by extending inference time, while noise scaling generates multiple samples and selects the best candidate.Prompt intervention and search-based methods have been explored to improve diversity, alignment, and the quality-efficiency trade-off.

3. Method

ADE-CoT combines adaptive budgeting, edit-specific early pruning, and depth-first stopping to allocate computation selectively and improve editing efficiency.

  • Edit-specific verification in early pruning: Early pruning previews partially denoised candidates and removes low-potential samples before full generation.Candidates below the rejection threshold are pruned at an intermediate timestep.
  • Difficulty-aware resource allocation: ADE-CoT dynamically adjusts sampling budgets using preliminary verifier scores as proxies for edit difficulty.Easy edits approach the minimal budget, while difficult edits approach the original budget.
  • Edit-specific verification in early pruning: Edit-specific verification combines general, edited-region, and instruction-caption scores to identify promising candidates.The unified score weights region localization and caption consistency alongside the general score.
  • Edit-specific verification in early pruning: A visual similarity filter discards redundant previews, retaining the candidate with the higher evaluation score.Candidates are compared using DINOv2 visual embeddings and a similarity threshold.
  • Depth-first opportunistic stopping: Remaining candidates are ranked by early scores, which guide sequential generation and adaptive termination when intent-aligned results are found.The stopping mechanism includes a late-stage filter and an instance-specific verifier.

4. Experiments

Across three editing models and benchmarks, ADE-CoT improves the performance–efficiency trade-off through adaptive allocation, edit-specific pruning, and opportunistic stopping. Experiments show higher efficiency, lower redundancy, and competitive quality across budgets and verification settings.

  • Evaluation settings: ADE-CoT is evaluated on GEdit-Bench, AnyEdit-Test, and Reason-Edit using Step1X-Edit, FLUX.1 Kontext, and BAGEL.GEdit-Bench reports G_SC, G_PQ, and G_O; AnyEdit-Test reports CLIPim, CLIPout, and DINO distance.
  • Comparison with SOTA Methods: ADE-CoT improves reasoning efficiency η by over 2× versus BoN and increases outcome efficiency ξ by 4.9×, 2.7×, and 2.9× on GEdit-Bench, AnyEdit, and Reason-Edit.These results are reported under a fixed sampling budget of N = 32.
  • Comparison with SOTA Methods: Across sampling budgets N = 2, 4, 8, 16, 32, ADE-CoT achieves higher performance with lower computational cost than all baselines.Figure 4 plots overall performance G_O against computational cost NFE, with shaded error bars.
  • Ablation Study: Difficulty-aware allocation reduces NFE while preserving performance nearly unchanged as γ increases from 0 until γ exceeds 0.15.The default threshold is set to γ = 0.15.
  • Performance and Efficiency Analysis: Edit-specific verification reduces high-score-region misjudgements from 235 to 86, a 63% reduction, while maintaining superior results when N > 8.The verifier uses edited-region correctness and caption consistency to improve pruning accuracy.
  • Performance and Efficiency Analysis: Instance-specific verification improves final selection, while depth-first opportunistic stopping reduces NFE by at least 10% with minimal quality drop.Performance saturates when N_high ≥ 4, motivating the default N_high = 4.

5. Conclusion

ADE-CoT is an on-demand test-time scaling algorithm for image editing that targets both quality and efficiency. Experiments on three SOTA editing models and three benchmarks report over 2× speedup while maintaining performance.

  • 5. Conclusion: ADE-CoT combines difficulty-aware budgeting, edit-specific early verification, and depth-first opportunistic stopping to improve editing quality and efficiency.The framework adjusts computation to edit difficulty, selects promising candidates, and stops once sufficient intent-aligned results are found.

A.1. Limitations of SOTA Models on Complex Edits

SOTA image-editing models struggle with complex edits, including pose changes, multi-object modifications, fine-grained regional edits, and multi-turn instructions. Image-CoT offers a training-free way to improve complex editing through extended inference and candidate selection, but standard large-scale sampling incurs substantial computational cost.

  • A.1. Limitations of SOTA Models on Complex Edits: Complex pose edits can alter surrounding context, replace the intended object, or produce anatomically incorrect results.Examples include changed chair and subject positions, a different aircraft model and color scheme, and incorrect bird-wing positions.
  • A.1. Limitations of SOTA Models on Complex Edits: Multi-object edits can target the wrong object or leave incomplete removals and visible artifacts.Baseline failures include removing the incorrect person and removing only some foreground snow-covered trees.
  • A.1. Limitations of SOTA Models on Complex Edits: Fine-grained regional edits frequently mislocalize the target and bleed attribute changes into adjacent or unintended areas.The reported failures cover clothing, hair, bus color, and couch color modifications.
  • A.1. Limitations of SOTA Models on Complex Edits: Multi-turn editing is susceptible to cascading errors when an early edit fails and subsequent edits operate on the flawed image.A failed first-turn pants-color change prevents the final result from reflecting cumulative user intent.
  • A.1. Limitations of SOTA Models on Complex Edits: These failures demonstrate that single-pass inference is insufficient for complex editing scenarios.Image-CoT addresses complex scenarios by generating multiple candidates through extended inference and selecting the best one without additional training.
  • A.1. Limitations of SOTA Models on Complex Edits: Standard Best-of-N Image-CoT generates N fully denoised candidates and selects the highest-scoring result using a general MLLM verifier.Its total computational cost is N × T function evaluations because every candidate completes all T denoising steps before selection.
  • A.1. Limitations of SOTA Models on Complex Edits: Early pruning reduces cost by discarding low-potential candidates before full generation, using either additional denoising or intermediate-state previews.Additional denoising provides clearer previews but adds computation, while intermediate-state previews prune candidates earlier.

A.3. Issues of Image-CoT Methods for Editing

Applying Image-CoT methods designed for text-to-image generation to image editing creates inefficiencies, unreliable early pruning, and redundant outputs. ADE-CoT addresses these issues through adaptive budgets, edit-specific verification, and opportunistic stopping.

  • Inefficient resource allocation: Image-CoT methods use fixed sampling budgets, wasting computation on simple edits while complex edits benefit more from additional sampling.Edit difficulty is estimated from an initial MLLM score; high scores indicate simple edits and low scores indicate difficult edits.
  • Unreliable early-stage verification: General MLLM scores can misjudge candidates during early denoising, making early pruning unreliable.ADE-CoT supplements coarse scores with edited-region correctness and instruction–caption consistency.
  • Redundant edited results: Goal-directed editing can produce many similar correct results under large-scale sampling, creating redundant computation.This redundancy is observed across three editing models and three datasets.
  • ADE-CoT: ADE-CoT dynamically allocates sampling budgets according to estimated edit difficulty, giving simple edits minimal budgets and complex edits expanded search.A preliminary image receives a general MLLM score that determines the adaptive budget.
  • ADE-CoT: ADE-CoT uses edit-specific early verification and depth-first stopping to retain promising candidates and terminate after sufficient intent-aligned results are found.One-step previews provide a clear signal for early evaluation, while instance-specific verification distinguishes subtly flawed results.

B.3.1. Details of Retaining Top Results

The retaining stage evaluates candidates at a later denoising timestep, keeps those near the current score threshold, and fully denoises retained candidates. An instance-specific verifier then supports stopping once enough high-quality results are found.

  • Late-stage retaining: Late-stage retaining uses preview scores at timestep tl because later previews correlate more strongly with final image quality.Unlike early pruning, the retain threshold is adaptive rather than fixed.
  • Candidate filtering: Candidates with preview scores within tolerance δ of the retain threshold are fully denoised and evaluated with a unified score.The threshold is updated using the maximum retained preview score.
  • Opportunistic stopping: Depth-first generation stops when the count of candidates meeting the high-score criterion reaches Nhigh.This avoids continuing after sufficient intent-aligned results have been found.
  • Instance-specific verification: A two-stage instance-specific verifier generates five tailored yes/no questions and answers them for each fully generated image.The questions address instruction adherence and aesthetics.
  • Experimental setup: ADE-CoT experiments use Step1X-Edit, FLUX.1 Kontext, and BAGEL with total denoising steps T = 28, 28, and 50, respectively.The early and late timesteps are set relative to each model’s total steps.

C.3. More Ablation Studies

The ablation study evaluates ADE-CoT’s proposed components and shows that edit-specific verification improves pruning efficiency while preserving performance.

  • Ablation setup: The study evaluates the effects of the three proposed strategies on GEdit-Bench.The ablation is presented in Table 7.
  • Edit-specific verification: Adding edited-region correctness to general early filtering consistently reduces NFE across all evaluated models while maintaining performance.The result indicates that the regional score prunes candidates with incorrect edit localization.
  • Edit-specific verification: Instruction–caption consistency is added after edited-region correctness to provide an additional efficiency gain.The supplied passage reports this as the next ablation step after regional correctness.
  • Threshold rationale: Early pruning is conservative because moderate correlation between preview and final scores makes aggressive rejection risky.A low preview score does not guarantee a low final score at the early stage.

C.4. More Hyperparameter Analysis

Hyperparameter analysis identifies operating points for the rejection and similarity thresholds by balancing pruning efficiency, performance, and removal of redundant images.

  • Rejection threshold: Increasing Srj improves reasoning efficiency while performance remains stable up to a threshold of 5.Beyond that point, potentially correct candidates may be removed and both metrics can decline.
  • Correlation analysis: Preview-score correlation is examined across early and late denoising stages to inform threshold choices.The analysis compares intermediate preview scores with final scores.
  • Similarity threshold: Decreasing τsim removes redundant images and improves performance and reasoning efficiency, peaking at τsim = 0.98.A further decrease causes a sharp drop in both metrics.
  • Default settings: The default hyperparameters are Srj = 5 and τsim = 0.98.These values are selected from the reported threshold analyses.

C.5. More Analysis of Cost Computation

ADE-CoT’s cost is dominated by general MLLM verification, while its specialized region, caption, and instance-specific components add comparatively little overhead. Qualitative results also show improved handling of complex, multi-turn, and fine-grained edits.

  • MLLM query cost: General MLLM verification accounts for most queries in ADE-CoT under a sampling budget of N = 32.It evaluates multiple candidates during early pruning and late retention.
  • MLLM query cost: Region and caption generation require only 1.0 MLLM query per editing case.The instance-specific verifier averages 14.9, 17.6, and 15.5 queries for Kontext, BAGEL, and Step1X-Edit, respectively.
  • MLLM query cost: Total average MLLM calls per case range from 83.0 to 92.0 across the evaluated editing models.
  • Qualitative effectiveness: ADE-CoT improves qualitative results on complex edits, multi-turn edits, and fine-grained regional edits.It preserves context across sequential instructions and produces final images reflecting all requested changes.

C.7. Critical Analysis and Discussion

ADE-CoT remains robust across different MLLM capacities, while stronger MLLMs improve edited-region correctness and instruction-caption consistency. The method still depends on MLLM judgments for several verification steps.

  • MLLM robustness: ADE-CoT achieves over 2× speedup compared to BoN across all tested MLLMs.The robustness result is reported across three different MLLMs.
  • MLLM robustness: Replacing specific components with stronger MLLMs consistently improves ADE-CoT performance, edited-region correctness, and instruction-caption consistency.Region localization and caption generation each benefit from more accurate MLLM predictions.
  • Remaining failure cases: Some samples remain low-scoring after Image-CoT because the underlying editing model may lack the capability required by the scenario.Extensive sampling or prompt modification produces minimal improvement in these cases.

D. Limitations and Future Work

The method’s main limitations are MLLM overhead and hallucination during verification, which constrain deployment and can impair quality assessment. The discussion motivates smaller, specialized evaluators and broader relevance beyond editing.

  • Limitations: MLLM verification increases inference latency and limits ADE-CoT in resource-constrained scenarios.The framework relies on large-scale MLLMs such as Qwen-VL 72B.
  • Limitations: MLLM hallucinations can corrupt captions, region masks, and instance-specific questions, leading to incorrect quality assessments.Determining whether an edited image fully satisfies user intent remains challenging.
  • Future work: Future work targets efficient and accurate verification models, including smaller specialized models for faster edited-image assessment.The paper gives lightweight 7B-parameter models as an example direction.
  • Scope and broader context: Image-CoT methods are inefficient for editing because fixed budgets waste computation on simple edits and general MLLM scores can misjudge candidates.
Loading 2603.00141v3…