paper-with-me

홈 › Papers

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

2026-02-24 · 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

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.

📄 PDF Abstract BibTeX arXiv:2603.00141

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationImage Editing

Similar Papers 제목 키워드 기반

AdaScale: Towards Real-time Video Object Detection Using Adaptive Scaling

2019-02-08 · Ting-Wu Chin, Ruizhou Ding, Diana Marculescu

In vision-enabled autonomous systems such as robots and autonomous cars, video object detection plays a crucial role, and both its speed and accuracy are important factors to provide reliable operation. The key insight w…

object-detectionObject DetectionVideo Object Detection

AdaGScale: Viewpoint-Adaptive Gaussian Scaling in 3D Gaussian Splatting to Reduce Gaussian-Tile Pairs

2026-04-21 · Joongho Jo, Hyerin Lim, Hanjun Choi, Jongsun Park arxiv

Reducing the number of Gaussian-tile pairs is one of the most promising approaches to improve 3D Gaussian Splatting (3D-GS) rendering speed on GPUs. However, the importance difference existing among Gaussian-tile pairs h…

Advancing Block Diffusion Language Models for Test-Time Scaling

2026-02-10 · Yi Lu, Deyang Kong, Jianing Wang, Linsen Guo 외 arxiv

Recent advances in block diffusion language models have demonstrated competitive performance and strong scalability on reasoning tasks. However, existing BDLMs have limited exploration under the test-time scaling setting…

CProp: Adaptive Learning Rate Scaling from Past Gradient Conformity

2019-12-24 · Konpat Preechakul, Boonserm Kijsirikul

Most optimizers including stochastic gradient descent (SGD) and its adaptive gradient derivatives face the same problem where an effective learning rate during the training is vastly different. A learning rate scheduling…

SchedulingStochastic Optimization

Thinking vs. Doing: Agents that Reason by Scaling Test-Time Interaction

2025-06-09 · Junhong Shen, Hao Bai, Lunjun Zhang, Yifei Zhou 외

The current paradigm of test-time scaling relies on generating long reasoning traces ("thinking" more) before producing a response. In agent problems that require interaction, this can be done by generating thinking trac…

Reinforcement Learning (RL)