Paper Overview
Field: Computer Vision Authors: Jiayi Song, Shijie Huang, Fangtai Wu, Yubo Huang, Zhenxiong Tan, Songhua Liu, Jiaming Liu, Ruihua Huang arXiv: 2608.18063
Abstract (translated)
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 — hallucinated details contradict the original high-resolution (HR) source.
- Texture degradation — over-smoothed or over-sharpened artifacts.
- Faithful, high-perception-quality editing at resolutions up to 4K
- 3.6–8.4× speedup over baselines at 2K resolution
- Practical 4K editing in 61 seconds
We propose EditBridge, a diffusion bridge framework for efficient ultra-high-resolution editing. Unlike conventional diffusion that regenerates from noise, we formulate refinement as a structured data-to-data transformation 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 patch sparse attention mechanism that leverages semantic correspondences from the first-stage edit, constraining cross-image interaction to spatially aligned regions and significantly reducing computational overhead.
Results
Original Abstract (excerpt)
> 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-...
---
*Auto-collected on 2026-08-20.*