proomt

Search

Search posts, papers, and topics

All posts

Hugging Face Daily PapersYulong Chen, Ziqian Zhang, Haoyu Zhang1 min readpaperadvanced

Refinement Is Inherently Editable: Training-Free Prompt-to-Prompt Image Editing with Generative Refinement Network

Summary

RefineEdit is a training‑free framework that edits images by refining binary image codes through a generative refinement network, using probability differences to pick edit locations. It outperforms prior methods on background preservation and CLIP scores across nine editing categories without extra training or masks.

  • RefineEdit selects editable bits by comparing signed probability differences of binary image codes between source and edit branches.
  • Adaptive spatial freezing limits mask growth and finite bit locking keeps recently edited bits mutable, stabilizing refinement.
  • The approach requires no extra training, external masks, or attention control, leveraging existing generative models.
  • On PIE‑Bench, RefineEdit leads in background‑preservation metrics (PSNR, LPIPS, MSE, SSIM) and whole‑image/edited‑region CLIP scores.

Image‑editing tool developers and diffusion model researchers should care because it provides a precise, training‑free way to perform prompt‑guided edits while preserving unrelated content.

7/10

Related reading

  1. Reflect, Revise, Reuse: Training-Free Skill Evolution for GUI Agents

    EvoSkill‑GUI lets GUI agents revise their procedural skills on‑the‑fly without extra training by using a reflect‑revise‑reuse loop that edits skill packages during execution. The approach yields up to +16.2% improvement on MobileWorld and similar gains on AndroidWorld and OSWorld, and the evolved skills transfer to related tasks.

    Hugging Face Daily Papersarxiv.org1 minpaper
  2. OmniHarness: Harnessing Generalizable Visual Generation via Symbolic Policy Learning

    OmniHarness introduces a symbolic‑policy framework that extracts reusable procedural knowledge from multimodal LLM‑driven visual generation runs. By decoupling task logic from instance inputs, the system can instantiate, adapt, and compose policies for new visual tasks, using intermediate verification for on‑the‑fly refinement while keeping the underlying model frozen. Self‑directed practice task…

    Hugging Face Daily Papersarxiv.org1 minpaper