Skip to content

ldilab/R-SIE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

R-SIE

This repo provides the official code of TACL paper: Overcoming Source Object Grounding for Semantic Image Editing

Official implementation (PyTorch + diffusers) of
β€œOvercoming Source-Object Grounding for Semantic Image Editing”
accepted to TACL (2025).
We introduce a Region-wise Diffusion Process (RwDP) that cleanly separates background reconstruction from object manipulation, eliminating the grounding errors that plague prior SIE pipelines.

πŸ“¦ Repository layout

r-sie/
β”œβ”€ src/                # source codes
β”‚   └─ RwDP_pipeline.py     # huggingface diffusers pipeline for region-wise diffusion process
└─ README.md

Planned additions

  • code for data generation process – automatic triplet generation (code & instructions) 🚧
  • test_sets/ – links to the cleaned evaluation splits 🚧
  • requirements – required packages to run codes 🚧

πŸ”§ Prerequisites

package tested version
Python 3.9
PyTorch 1.12
diffusers 0.22.0
transformers 4.36.2
accelerate 0.27.2

πŸ“„ License

Code is released under the MIT License; see LICENSE. Model checkpoints follow the original Stable Diffusion v1.5 CreativeML license.


πŸ™‹ Questions & Contact

Open an issue or e-mail y970120@snu.ac.kr. We welcome pull requests for bug-fixes or documentation!

About

Code release for our TACL paper "Overcoming Source Object Grounding for Semantic Image Editing"

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages