Everything K-culture — comebacks to K-beauty, straight to your inboxGet it in your inbox

METAL MEDIA

EDITBRIDGE: Towards Faithful and Efficient Ultra-High-Resolution Image Editing

arXiv:2608.180632026-08-17

Editing images at low resolution first, then redrawing them to match the high-resolution original gets 4K edits done in 61 seconds

High-resolution image editing usually only works below 1K because attention computation explodes with image size, and the common workaround of editing at low resolution then upscaling tends to invent details that clash with the original or produce blurry or over-sharpened textures. EditBridge instead trains a diffusion bridge that directly transforms the low-resolution edited result into the high-resolution version, guided by the original high-resolution source, paired with a sparse attention mechanism that only looks at precisely matched regions for unedited areas and nearby regions for edited areas. This delivers a 3.6-8.4x speedup at 2K versus super-resolution baselines and completes 4K editing in 61 seconds.

METAL MEDIA explanatory visual

Editing images at low resolution first, then redrawing them to match the high-resolution original gets 4K edits done in 61 seconds

  1. 01High-resolution editing is usually limited to below 1K because attention computation scales quadratically with image size, causing memory and speed bottlenecks
  2. 02The common two-stage workaround of low-res editing plus super-resolution upscaling causes information divergence (hallucinated details that contradict the original) and texture degradation (over-smoothed or over-sharpened artifacts)
  3. 03EditBridge uses a diffusion bridge that directly learns the transition from the low-resolution edited image to the high-resolution target, instead of regenerating from noise, preserving structural information from the source throughout
  4. 04Prior-Guided Block-wise Sparse Attention (PG-BSA) restricts unedited regions to attend only to their exact corresponding location in the source image, and edited regions to a small surrounding window, sharply cutting computation
  5. 05At 2K it is 3.6-8.4x faster than super-resolution baselines (4.08 seconds), 4K editing finishes in 61 seconds, and a user study shows it beats baselines in detail preservation, realism, and aesthetics
An explanatory diagram made by METAL MEDIA, not a figure supplied by the paper's authors.

What they did

  1. High-resolution editing is usually limited to below 1K because attention computation scales quadratically with image size, causing memory and speed bottlenecks
  2. The common two-stage workaround of low-res editing plus super-resolution upscaling causes information divergence (hallucinated details that contradict the original) and texture degradation (over-smoothed or over-sharpened artifacts)
  3. EditBridge uses a diffusion bridge that directly learns the transition from the low-resolution edited image to the high-resolution target, instead of regenerating from noise, preserving structural information from the source throughout
  4. Prior-Guided Block-wise Sparse Attention (PG-BSA) restricts unedited regions to attend only to their exact corresponding location in the source image, and edited regions to a small surrounding window, sharply cutting computation
  5. At 2K it is 3.6-8.4x faster than super-resolution baselines (4.08 seconds), 4K editing finishes in 61 seconds, and a user study shows it beats baselines in detail preservation, realism, and aesthetics
Table 1: Quantitative comparison results. ↑/↓ indicate whether higher/lower values are better. Bold numbers represent the best results.
MethodHaar ↑mPSNR ↑mSSIM ↑mMSE ↓mLPIPS ↓Time (s) ↓
1K Resolution
Direct Inference0.397316.80780.75390.05490.411620.00
DiT4SR [14]0.412714.50310.70920.05540.481828.47
DiT-SR [9]0.452316.71520.79550.04300.44032.44
PiSA-SR [32]0.424715.21150.74810.04860.44920.30
TSD-SR [12]0.412715.38640.75310.05160.46280.42
HiFlow [7]0.301211.69640.64890.13230.60125.12
ScaleEdit [22]0.482416.84610.82060.04080.3784181.20
Ours0.499218.65360.86860.03690.38290.84
2K Resolution
Direct Inference0.225413.52620.74910.08800.670082.14
DiT4SR [14]0.380615.12980.74680.05160.5348113.32
DiT-SR [9]0.421017.24300.82650.04230.473814.82
PiSA-SR [32]0.404616.24330.80610.04460.470220.22
TSD-SR [12]0.404616.20210.79520.04670.491034.20
HiFlow [7]0.314413.93140.73770.07590.511333.11
ScaleEdit [22]0.458316.55100.68180.04850.5197662.50
Ours0.467318.63660.87120.03770.39034.08
4K Resolution
Direct Inference0.213410.70860.54110.12810.7774695.23
DiT4SR [14]0.400220.27710.75350.01330.3510533.83
DiT-SR [9]0.426716.86150.68180.04150.5436119.68
PiSA-SR [32]0.426721.62000.79740.01080.2687111.42
TSD-SR [12]0.412422.27660.80350.00740.2399108.72
HiFlow [7]0.330714.44000.67190.06640.6038129.30
ScaleEdit [22]0.411618.57140.76380.03900.60153601.20
Ours0.427924.13800.83470.00490.211261.10
Table 2: Performance comparison between our PG-BSA and full attention across 1K and 2K settings. ↑/↓ indicate whether higher/lower values are better. Bold numbers represent the best results within each resolution block.
SettingMethodHaarPSI↑mPSNR↑mSSIM↑mMSE↓mLPIPS↓Time (s)↓
1KOurs0.49918.6530.8680.0360.3820.84
FullAttention0.53919.0800.8570.0300.5990.73
2KOurs0.46718.6360.8710.0370.3904.08
FullAttention0.50517.9180.7050.0410.4254.71
Table 3: Quantitative evaluation of varying inference steps. ↑/↓ indicate whether higher/lower values are better. Bold numbers represent the best results.
MethodHaarPSI↑mPSNR↑mSSIM↑mMSE↓mLPIPS↓Time(s)↓
5 steps0.413115.72690.77630.04740.47394.03
10 steps0.402015.41900.76360.04940.46628.10
Ours (1 step)0.499118.65350.86850.03680.38290.84

Why it matters

High-resolution image editing is needed in professional workflows like photo retouching and design, but until now speed and fidelity to the original had to be traded off. This work shows both can be achieved together, lowering the barrier to putting high-resolution editing into real products.

Terms in this paper

  • Diffusion Bridge · a generative model trained to transition directly between a start image and a target image rather than from random noise
  • Super-Resolution · a technique that upscales a low-resolution image to high resolution, having to invent missing detail
  • PG-BSA (Prior-Guided Block-wise Sparse Attention) · an attention mechanism that selectively attends only to spatially corresponding regions in the source image to reduce computation
  • DiT (Diffusion Transformer) · a type of image generation model built on the Transformer architecture
  • LoRA (Low-Rank Adaptation) · a fine-tuning method that trains a small number of added parameters instead of the whole model

Figures we cannot republish

  • Figure 1: Motivation of the proposed method. (a) and (b) compare the standard high-resolution image editing paradigm with our approach. (c) analyzes the inherent limitations of existing methods.
  • Figure 2: Overview of our proposed EditBridge. The upper section illustrates the inference process of the diffusion bridge, which transports the low-resolution edit to its high-resolution counterpart. The lower section details the construction of the correspondence prior and the proposed Prior-Guided Sparse Attention (PG-BSA) mechanism.
  • Figure 3: Qualitative comparison at 1K resolution. Our method better preserves fidelity while enhancing visual clarity.
  • Figure 4: Qualitative comparison at 2K resolution. Our method better preserves fidelity while enhancing visual clarity.
  • Figure 5: Ablation of Attention Sparsity. Full attention leads to noticeable source-induced artifacts, whereas our sparse attention maintains superior visual fidelity and alignment.
  • Figure 6: Impact of sampling steps. Perceptual quality and high-frequency details are maximized at T=1. Increasing the number of inference steps does not yield significant visual gains, further validating the efficiency of our refinement framework.
  • Figure 7: Results of the user study across three dimensions: Detail Preservation, Realism, and Aesthetics. Our method consistently outperforms all baselines in human preference.
  • Figure 8: Visual results at 1K resolution.
  • Figure 9: Visual results at 2K resolution.
See the figures in the original paper →

Original abstract (English)

High-resolution image editing is increasingly demanded in professional workflows, yet existing diffusion-based models remain constrained to resolutions below 1K due to quadratic attention complexity and prohibitive memory requirements. A prevalent workaround employs a two-stage pipeline: editing at low resolution followed by independent super-resolution. However, this approach suffers from two critical issues: information divergence, where hallucinated details contradict the original high-resolution (HR) source, and texture degradation, manifesting as over-smoothed or over-sharpened artifacts. We propose EditBridge, a diffusion bridge framework for efficient ultra high-resolution editing. Unlike conventional diffusion that regenerates from noise, we formulate refinement as structured data-to-data translation from the low-resolution (LR) edited result to its HR counterpart, explicitly conditioned on the original HR source to preserve authentic details. To efficiently incorporate HR source guidance, we introduce a prior-guided block-wise sparse attention mechanism that exploits semantic correspondence from first-stage editing to constrain cross-image interactions to spatially aligned regions, significantly reducing computational overhead. Extensive experiments demonstrate that EditBridge achieves high-fidelity editing with superior perceptual quality at resolutions up to 4K, delivering 3.6--8.4times speedup at 2K and enabling practical 4K editing in 61 seconds.

Authors · Jiayi Song

Read on arXiv

Latest papers

All papers →

Latest from METAL MEDIA