Papers › Zero-shot Image Editing with Reference Imitation

Zero-shot Image Editing with Reference Imitation

11 Jun 2024arXiv:2406.07547archive 2025-07-28

Xi Chen, Yutong Feng, Mengting Chen, Yiyang Wang, Shilong Zhang, Yu Liu, Yujun Shen, Hengshuang Zhao

Image editing serves as a practical yet challenging task considering the diverse demands from users, where one of the hardest parts is to precisely describe how the edited image should look like. In this work, we present a new form of editing, termed imitative editing, to help users exercise their creativity more conveniently. Concretely, to edit an image region of interest, users are free to directly draw inspiration from some in-the-wild references (e.g., some relative pictures come across online), without having to cope with the fit between the reference and the source. Such a design requires the system to automatically figure out what to expect from the reference to perform the editing. For this purpose, we propose a generative training framework, dubbed MimicBrush, which randomly selects two frames from a video clip, masks some regions of one frame, and learns to recover the masked regions using the information from the other frame. That way, our model, developed from a diffusion prior, is able to capture the semantic correspondence between separate images in a self-supervised manner. We experimentally show the effectiveness of our method under various test cases as well as its superiority over existing alternatives. We also construct a benchmark to facilitate further research.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2406.07547")

Code

Syntology Ran 2 of 13 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 1 ran with no contract checked.

By repository: community (archive-listed): 13 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ali-vilab/MimicBrush mentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 2 ran; 0 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
1ran
11unverified

Licence: 0 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ali-vilab/MimicBrush. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

FeedForward ali-vilab/MimicBrush/mimicbrush/resampler.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 5105747c2711b1cb · report
calc_mean_std ali-vilab/MimicBrush/models/ReferenceNet_attention.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 8199644cda7be3f8 · report
collage_region ali-vilab/MimicBrush/run_gradio3_demo.py community (archive-listed) unverified Apache-2.0 (permissive) · 44791985965ff2de · report
gaussian_blure ali-vilab/MimicBrush/dataset/data_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · bcc8b9cd94a83d38 · report
get_SIFT ali-vilab/MimicBrush/dataset/data_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 6dddd743cbcceb4f · report
masked_mean ali-vilab/MimicBrush/mimicbrush/resampler.py community (archive-listed) unverified Apache-2.0 (permissive) · 230588e8f1237737 · report
pad_img_to_square ali-vilab/MimicBrush/run_gradio3_demo.py community (archive-listed) unverified Apache-2.0 (permissive) · 4a9a64c1228de9c4 · report
prepare_mask_and_masked_image ali-vilab/MimicBrush/models/pipeline_mimicbrush.py community (archive-listed) unverified Apache-2.0 (permissive) · a159146ab7ba81f1 · report
random_mask ali-vilab/MimicBrush/dataset/data_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · ba8f22021dec0132 · report
reshape_tensor ali-vilab/MimicBrush/mimicbrush/resampler.py community (archive-listed) unverified Apache-2.0 (permissive) · 4cb2e2a2ca0bec9f · report
resize_image_keep_aspect_ratio ali-vilab/MimicBrush/run_gradio3_demo.py community (archive-listed) unverified Apache-2.0 (permissive) · 0818a167c749d6f4 · report
retrieve_latents ali-vilab/MimicBrush/models/pipeline_mimicbrush.py community (archive-listed) unverified Apache-2.0 (permissive) · b1c3f0a29f2e6e9d · report
torch_dfs ali-vilab/MimicBrush/models/ReferenceNet_attention.py community (archive-listed) unverified Apache-2.0 (permissive) · e55f24470648724c · report

Tasks

Semantic correspondence

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections