Pith. sign in

REVIEW 4 major objections 5 minor 43 references

ReFlex: Text-Guided Editing of Real Images in Rectified Flow via Mid-Step Feature Extraction and Attention Adaptation

T0 review · 4 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read Mid-step features let rectified-flow models edit real images without training or masks.

desk verdict Genuinely useful attention-component analysis for FLUX editing, but the headline numeric margins may be within tuning noise. read the letter →

arxiv 2507.01496 v1 pith:2DIXEHSO submitted 2025-07-02 cs.CV

classification cs.CV
keywords rectifiedflowreal-imageeditingmultimodaldiffusiontransformerattentionadaptationfeatureinjectiontraining-freelatentblending
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

ReFlex is a training-free real-image editing method for rectified-flow text-to-image models like FLUX. It identifies three features in the multimodal transformer that carry source structure: image-to-text cross-attention, image-to-image self-attention, and the residual image stream. Instead of extracting them from a fully inverted noise latent, where rectified-flow inversion loses source detail, it extracts them from a half-inverted latent at $t'=T/2$, which reconstructs the source far more faithfully. To keep edits aligned with the target prompt, it adapts the two attention maps during injection and, for local edits, builds a mask from image-to-text attention for latent blending. The paper reports text-alignment gains of 1.69% to 7.11% on PIE-Bench, 3.21% to 16.46% on Wild-TI2I-Real, and 61% to 68% user preference over nine baselines.

What carries the argument

The key object is the decomposed joint self-attention map of FLUX's multimodal transformer, split as $Q_{\mathrm{image}}K_{\mathrm{image}}^{\mathsf T}$ (I2I-SA), $Q_{\mathrm{image}}K_{\mathrm{text}}^{\mathsf T}$ (I2T-CA), $Q_{\mathrm{text}}K_{\mathrm{image}}^{\mathsf T}$, and $Q_{\mathrm{text}}K_{\mathrm{text}}^{\mathsf T}$, together with the image slice of the block's residual stream. ReFlex treats I2I-SA and I2T-CA as structure carriers, adapts them at injection time, and extracts all three features from one mid-step latent $z_{T/2}$ rather than the fully inverted latent. That mid-step point is what preserves source structure; the attention adaptations are what keep the edits aligned to the target text.

What would settle it

On a set of images for which vanilla rectified-flow inversion already reconstructs the source almost perfectly, run ReFlex using features from the fully inverted latent instead of the mid-step latent, keeping all other adaptations identical. If text alignment and source preservation scores stay the same, then the mid-step extraction point is not what carries the reported gains.

Watch

Extended reading notes

Core claim

The central claim is that the joint self-attention map in an MM-DiT block can be decomposed by query-key modality, isolating two components that preserve source structure when injected into target generation: image-to-image self-attention (I2I-SA) and image-to-text cross-attention (I2T-CA). The text-to-image and text-to-text components do not carry the structure. Alongside these, the residual connection's image-side output provides a third structure signal. ReFlex extracts all three from a single mid-step latent $z_{T/2}$, which avoids the reconstruction failure of full rectified-flow inversion. At injection, I2T-CA is replaced token-by-token when the token exists in the source prompt and amplified by $\alpha=4$ when it does not; I2I-SA has its top-$k$ values ($k=20$) replaced with target values, then row-normalized. The residual feature is injected unchanged. For local edits, an I2T-CA map of the blended word is Gaussian-smoothed and thresholded with Otsu's method to produce a latent-blending mask.

Load-bearing premise

The load-bearing premise is that the half-inverted latent captures the real image's structure accurately enough that features extracted there still describe the source when injected into early generation steps; the paper supports this with reconstruction visuals and ablations, not proof.

Editorial extensions

If this is right

  • Users can edit real images with FLUX-class rectified-flow models without training, masks, or source prompts for global edits, substantially lowering the practical barrier.
  • The identified features give an MM-DiT counterpart to U-Net cross- and self-attention editing, so future editing methods can build on I2I-SA, I2T-CA, and the residual image stream instead of value features that leak appearance.
  • Mid-step latent extraction becomes a reusable technique for any rectified-flow task that needs faithful real-image features, since full inversion is lossy in these models.
  • Local editing can be done without user masks by deriving a binary mask from I2T-CA of the blended word and applying latent blending over the first $0.7T$ steps.
  • The fixed hyperparameters $t'=T/2$, $\alpha=4$, $k=20$, and the injection windows $0.4T$, $0.25T$, $0.15T$ offer a direct recipe for strong editing performance on FLUX.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The paper leaves implicit that the same mid-step latent could supply real-image features to other rectified-flow inverse problems, such as style transfer or image-conditioned synthesis, whenever full inversion is unreliable.
  • Because the no-source-prompt mode omits I2T-CA injection, pairing ReFlex with an automatic captioner could make the whole pipeline fully automatic, a direction the paper does not explore.
  • The reported subject-overlap failure suggests a natural extension: instead of per-token attention adaptation, one could apply adaptation per semantic part using separate masks for each subject word, preventing unintended attribute changes during local edits.
  • A testable extension would be to check whether the optimal extraction point $t'=T/2$ transfers across different rectified-flow backbones and sampler step counts, or whether it should scale with the total number of steps.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper proposes ReFlex, a training-free method for text-guided editing of real images with rectified-flow models such as FLUX. The method decomposes MM-DiT joint self-attention into four components and identifies I2T-CA, I2I-SA, and residual features as structure-preserving. It extracts these features from a mid-step latent obtained by noised inversion only up to t'=T/2, and injects them during early target-generation steps after two adaptation techniques: scaling/replacement for I2T-CA and top-k replacement for I2I-SA. For local edits, an editing mask is derived from the source I2T-CA of a user-specified blended word and used for latent blending. Experiments on PIE-Bench and Wild-TI2I-Real against nine baselines report improved CLIP text alignment, source-preservation trade-offs, and a user preference of 61–68%.

Significance. If the quantitative claims hold, the paper offers a useful empirical analysis of MM-DiT features and a simple recipe for real-image editing in rectified-flow models, with the mid-step extraction idea being particularly interesting. The paper is strong in its systematic feature decomposition, qualitative analysis, and the breadth of ablations; it also includes two user studies with a large number of responses. However, the central comparative claims currently rest on single-configuration point estimates with no confidence intervals or significance tests, and hyperparameters are selected on the same benchmarks used for evaluation. Until these robustness issues are addressed, the magnitude of the reported improvements should be treated as provisional.

major comments (4)
  1. [Section 5.2 / Table S.1 / Appendix F] The headline claim of 'substantial' text-alignment improvement is not statistically supported. On PIE-Bench the default configuration (k=20, m=0.7T) achieves a Whole CLIP score of 26.51 versus FlowEdit's 26.07, a margin of 0.44 points (1.69%), while the paper's own alternative configurations differ by up to 0.31 points (26.62 for k=40, m=0.7T). Appendix F additionally reports seed-dependent editing failures. No confidence intervals, paired tests, or multi-seed averages are provided for any quantitative metric. The authors should report mean±std over several seeds, perform paired significance tests, and, ideally, select hyperparameters on a validation split distinct from the final test sets.
  2. [Appendix B.3 / Section 5.2] Baseline comparisons are asymmetric. ReFlex's hyperparameters (α, k, t', m, n, injection layers) are tuned on the same PIE-Bench and Wild-TI2I-Real sets, whereas RF-Edit and FireFlow use the settings of a single official 'boy' example, and SD-based baselines use default/off-the-shelf settings. This can inflate the reported gains. The authors should tune baselines per benchmark (or justify fixed settings as representative) and report sensitivity of each baseline to its own key hyperparameters.
  3. [Section 5.4 / Fig. 8 / Fig. S.9] The ablations for the two attention adaptations are only reported on Wild-TI2I-Real (Fig. 8b), with no corresponding numbers on PIE-Bench, and the PIE-Bench table (Table S.1) reports only k/m variants. Moreover, the meaning of 'w/o I2T-CA adaptation' is ambiguous: it could mean injecting the unadapted source I2T-CA or omitting I2T-CA injection entirely. Please clarify the procedure and provide ablation results on both benchmarks.
  4. [Section 4.4 / Abstract] The method is described as requiring no user-provided mask, but the local-editing pipeline requires the user to specify a blended word, from which the mask is derived. This manual step is acknowledged only in Section 4.4 and not in the abstract or contributions. The limitation should be stated prominently, and the effect of mask quality should be quantified (e.g., automatically detected vs. ground-truth blended word) in addition to the qualitative GT-mask comparison in Fig. S.13(b).
minor comments (5)
  1. [Section 5.4 / Figure captions] Typos: 'varing' in headings (should be 'varying'), and the caption of Fig. S.12 incorrectly refers to 'I2I-SA adaptation' where α belongs to I2T-CA adaptation.
  2. [Section 4.3] The notation around the adapted I2I-SA map is inconsistent: the text says 'SA′ denotes the adapted I2I-SA' but the equation uses 'SA′S'.
  3. [Reproducibility] The paper would benefit from a reproducibility statement; no code or checkpoints are released, which limits independent verification of the central claims.
  4. [Section 4.3] In the I2T-CA adaptation formula, the definition of f should be stated for the case where source and target prompts have different lengths or reordering; currently the mapping is only described informally.
  5. [Fig. 8] Fig. 8(a) does not show the ablation markers that appear in Fig. 8(b); if ablations were only performed on Wild-TI2I-Real, this should be stated in the caption.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: ReFlex's design choices are empirically motivated and evaluated on benchmarks; hyperparameter tuning is a statistical validity concern, not a derivation-level circularity.

full rationale

The paper's claimed derivation chain is an empirical method-development pipeline, not a formal derivation that reduces to its inputs. The three key features (I2T-CA, I2I-SA, residual) are identified in Sec. 4.1 by injection experiments on generated images, and the final method is evaluated on real-image benchmarks; the feature-selection observation is a mechanism, not a prediction that is equivalent to the reported performance. The mid-step extraction choice t'=T/2 is motivated by reconstruction evidence in Fig. 5 and ablated in Sec. 5.4, and the adaptation hyperparameters (alpha=4, k=20, m=0.7T, layer ranges) are selected on the same benchmarks. This is a legitimate concern about in-sample selection and the absence of error bars, but it does not make the reported text-alignment improvements forced by construction: no equation in the paper equates the final scores to the tuning objective, and the method's outputs depend non-trivially on the FLUX generative process, the inversion, and the injected features. There are no load-bearing self-citations; prior works such as P2P, PnP, FlowEdit, and FireFlow are external references, and the paper does not invoke any uniqueness theorem or self-authored ansatz to foreclose alternatives. The candid limitations in Sec. 6 and Appendix F, including seed-dependent variability and imperfect mask generation, further confirm that the claims are empirical rather than definitionally guaranteed. Therefore, no circular step meeting the required evidence standard is present.

Assumptions & free parameters 8 free parameters · 6 assumptions · 0 invented entities

The central method rests on 6 assumptions and 8 tuned hyperparameters. The most load-bearing is the claim that the mid-step latent faithfully represents the source. No invented entities are introduced. The free parameters were selected by the authors through ablations on the same evaluation benchmarks, which is the main circularity-burden source.

free parameters (8)
  • alpha (I2T-CA scale for unmatched target tokens) = 4
    Scales target I2T-CA for text tokens with no source match; selected by ablation (alpha 1 to 10) on PIE-Bench and Wild-TI2I-Real, Appendix E and Fig. S.12.
  • k (top-k replacement in I2I-SA adaptation) = 20 (default; 40 and 80 shown for some samples)
    Replaces top-k source attention values with target values; default chosen from ablation on both benchmarks, Sec. 5.4 and Fig. S.11; the optimal value varies per sample.
  • t' (mid-step extraction timestep) = 14 (T=28, t'=T/2)
    Timestep for feature extraction; chosen from ablation over t'=4,7,10,14,21,28, Sec. 5.4 and Fig. S.10.
  • Injection schedules for I2T-CA, I2I-SA, and residual features = 0.4T, 0.25T, 0.15T with source prompt; 0.4T and 0.25T without source prompt
    Number of early timesteps each feature is injected; fixed by the authors with no dedicated ablation in the main text, Appendix B.
  • Noised inversion steps n = 7
    Number of forward noising steps applied before reversing sampling to obtain z_T; chosen in Appendix B.2 and acknowledged to introduce stochasticity.
  • Latent blending steps m = 0.7T default (also m=T reported)
    Number of target timesteps using the mask-blended latent in PIE-Bench; default chosen to avoid unnatural borders while improving background PSNR, Appendix D.1.
  • Attention injection layers = Attention layers 20 to 45; residual features from last 6 double-stream blocks and first single-stream block (layers 13…
    Layer ranges selected by ablation on the structure-editing trade-off, Appendix B.2 and Fig. S.1.
  • I2I-SA adaptation start step = 4th step without I2T-CA injection, 2nd step with I2T-CA injection
    Delays adaptation until global structure forms; set empirically in Appendix B.2.
assumptions (6)
  • standard math ODE discretization in Eq. (4) accurately approximates the rectified flow transport during inversion and generation.
    Used throughout the method as the numerical integration assumption for flow matching; standard in the field.
  • domain assumption In MM-DiT joint self-attention, image query output (I2I-SA and I2T-CA) directly updates image token embeddings that are passed to the image decoder, while text-query components do not materially affect structure.
    Sec. 4.1 relies on this to select I2I-SA and I2T-CA as key features; it is argued from attention aggregation and decoder interface, not proven for FLUX.
  • domain assumption The mid-step latent at t'=T/2 is a faithful proxy of source image structure, and its features are valid guides during early target generation.
    Fig. 5 shows qualitative reconstruction quality, but no quantitative guarantee is given; the entire method depends on this premise.
  • domain assumption A token-level mapping f between source and target prompts can be defined, and unmatched target tokens can be boosted by alpha without corrupting semantics.
    Sec. 4.3: when source prompt is missing or sentence structure differs, f(i)=∅ for all i and all I2T-CA is scaled, which is a strong assumption.
  • domain assumption I2I-SA's global structure is captured by its long-tail attention values, while top-k values over-preserve local details; replacing top-k with target values preserves global layout.
    Sec. 4.3 and Fig. 6 motivate this from visual inspection on linear and log scales, without a formal derivation.
  • domain assumption Noised inversion with n=7 yields an initial z_T that is sufficiently aligned with the target prompt while still derived from the source image.
    Appendix B.2: chosen empirically; the authors acknowledge seed-dependent variability in Appendix F.

how reviews work

0 comments
Cite this review

Pith. "Pith review of ReFlex: Text-Guided Editing of Real Images in Rectified Flow via Mid-Step Feature Extraction and Attention Adaptation." pith.science (2026). https://pith.science/paper/2DIXEHSO

@misc{pith2026250701496,
  author       = {Pith},
  title        = {Pith review of: ReFlex: Text-Guided Editing of Real Images in Rectified Flow via Mid-Step Feature Extraction and Attention Adaptation},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/2DIXEHSO}},
  note         = {Machine review of arXiv:2507.01496}
}
read the original abstract

Rectified Flow text-to-image models surpass diffusion models in image quality and text alignment, but adapting ReFlow for real-image editing remains challenging. We propose a new real-image editing method for ReFlow by analyzing the intermediate representations of multimodal transformer blocks and identifying three key features. To extract these features from real images with sufficient structural preservation, we leverage mid-step latent, which is inverted only up to the mid-step. We then adapt attention during injection to improve editability and enhance alignment to the target text. Our method is training-free, requires no user-provided mask, and can be applied even without a source prompt. Extensive experiments on two benchmarks with nine baselines demonstrate its superior performance over prior methods, further validated by human evaluations confirming a strong user preference for our approach.

Figures

Figures reproduced from arXiv: 2507.01496 by the authors.

Figure 1
Figure 1. Given a source image and a target prompt, our method can preserve core information of the source image, including structure and [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. Mid-step feature extraction. The vanilla ReFlow inver￾sion extracts features starting from the fully inverted latent, during the image reconstruction process. In contrast, our method extracts features at the mid-step of the inversion. While ReFlow models struggle with structural preservation in the case of fully inverted latents, our mid-step approach effectively resolves this problem. ture Extraction and Attention … view at source ↗
Figure 3
Figure 3. Overview of our method, ReFlex: (a) We extract three key features—I2T-CA, I2I-SA, and the residual feature—from a mid [PITH_FULL_IMAGE:figures/full_fig_p003_3.png] view at source ↗
Figures from the paper (7 more)
Figure 5
Figure 5. Figure 5: Image reconstruction from intermediate latents at varying timesteps. Latents near noise (t = T) struggle to fully preserve the source structure, while the mid-way latent (t = T /2) achieves near-perfect source preservation. This suggests that fea￾tures extracted from e…
Figure 6
Figure 6. Figure 6: Visualization of the I2I-SA values for each query, marked [PITH_FULL_IMAGE:figures/full_fig_p005_6.png]
Figure 7
Figure 7. Figure 7: Qualitative evaluations on (a) PIE-Bench [ [PITH_FULL_IMAGE:figures/full_fig_p006_7.png]
Figure 8
Figure 8. Figure 8: Trade-off plot between editability (text alignment) and [PITH_FULL_IMAGE:figures/full_fig_p007_8.png]
Figure 9
Figure 9. Figure 9: Ablation examples for assessing the impact of each tech [PITH_FULL_IMAGE:figures/full_fig_p007_9.png]
Figure 12
Figure 12. Figure 12: Two examples illustrating the limitations of our [PITH_FULL_IMAGE:figures/full_fig_p008_12.png]
Figure 11
Figure 11. Figure 11: Effect of varying k in I2I-SA adaptation, where k de￾notes the number of top attention values replaced. intended edit. Using Amazon Mechanical Turk (MTurk), we collected 1,410 responses from 97 valid participants for the FLUX-based comparison and 1,530 responses from …

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

43 extracted references · 18 canonical work pages

  1. [1]

    Cross-image attention for zero- shot appearance transfer

    Yuval Alaluf, Daniel Garibi, Or Patashnik, Hadar Averbuch- Elor, and Daniel Cohen-Or. Cross-image attention for zero- shot appearance transfer. In ACM SIGGRAPH 2024 Confer- ence Papers, pages 1–12, 2024. 7

  2. [2]

    Blended latent diffusion

    Omri Avrahami, Ohad Fried, and Dani Lischinski. Blended latent diffusion. ACM transactions on graphics (TOG) , 42 (4):1–11, 2023. 1, 2, 5

  3. [3]

    In- structpix2pix: Learning to follow image editing instructions

    Tim Brooks, Aleksander Holynski, and Alexei A Efros. In- structpix2pix: Learning to follow image editing instructions. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 18392–18402, 2023. 2

  4. [4]

    Masactrl: Tuning-free mu- tual self-attention control for consistent image synthesis and editing

    Mingdeng Cao, Xintao Wang, Zhongang Qi, Ying Shan, Xi- aohu Qie, and Yinqiang Zheng. Masactrl: Tuning-free mu- tual self-attention control for consistent image synthesis and editing. In Proceedings of the IEEE/CVF International Con- ference on Computer Vision, pages 22560–22570, 2023. 1, 2

  5. [5]

    Emerg- ing properties in self-supervised vision transformers

    Mathilde Caron, Hugo Touvron, Ishan Misra, Herv ´e J´egou, Julien Mairal, Piotr Bojanowski, and Armand Joulin. Emerg- ing properties in self-supervised vision transformers. In Pro- ceedings of the IEEE/CVF international conference on com- puter vision, pages 9650–9660, 2021. 3

  6. [6]

    Diffedit: Diffusion-based seman- tic image editing with mask guidance

    Guillaume Couairon, Jakob Verbeek, Holger Schwenk, and Matthieu Cord. Diffedit: Diffusion-based seman- tic image editing with mask guidance. arXiv preprint arXiv:2210.11427, 2022. 2

  7. [7]

    Fireflow: Fast inversion of rec- tified flow for image semantic editing

    Yingying Deng, Xiangyu He, Changwang Mei, Peisong Wang, and Fan Tang. Fireflow: Fast inversion of rec- tified flow for image semantic editing. arXiv preprint arXiv:2412.07517, 2024. 1, 2, 3, 7

  8. [8]

    Scaling recti- fied flow transformers for high-resolution image synthesis

    Patrick Esser, Sumith Kulal, Andreas Blattmann, Rahim Entezari, Jonas M ¨uller, Harry Saini, Yam Levi, Dominik Lorenz, Axel Sauer, Frederic Boesel, et al. Scaling recti- fied flow transformers for high-resolution image synthesis. In Forty-first International Conference on Machine Learn- ing, 2024. 1, 3

Show all 43 references
  1. [9]

    FlowEdit

    fallenshock. FlowEdit. https : / / github . com / fallenshock/FlowEdit. 2

  2. [10]

    Deep residual learning for image recognition

    Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. In Proceed- ings of the IEEE conference on computer vision and pattern recognition, pages 770–778, 2016. 3

  3. [11]

    Prompt-to-prompt im- age editing with cross attention control

    Amir Hertz, Ron Mokady, Jay Tenenbaum, Kfir Aberman, Yael Pritch, and Daniel Cohen-Or. Prompt-to-prompt im- age editing with cross attention control. arXiv preprint arXiv:2208.01626, 2022. 1, 2, 3, 4, 5, 7

  4. [12]

    FireFlow-Fast-Inversion-of-Rectified-Flow- for-Image-Semantic-Editing

    HolmesShuan. FireFlow-Fast-Inversion-of-Rectified-Flow- for-Image-Semantic-Editing. https://github.com/ HolmesShuan / FireFlow - Fast - Inversion - of - Rectified - Flow - for - Image - Semantic - Editing. 2

  5. [13]

    An edit friendly ddpm noise space: Inversion and manipulations

    Inbar Huberman-Spiegelglas, Vladimir Kulikov, and Tomer Michaeli. An edit friendly ddpm noise space: Inversion and manipulations. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 12469– 12478, 2024. 1, 2, 3

  6. [14]

    Direct inversion: Boosting diffusion-based edit- ing with 3 lines of code

    Xuan Ju, Ailing Zeng, Yuxuan Bian, Shaoteng Liu, and Qiang Xu. Direct inversion: Boosting diffusion-based edit- ing with 3 lines of code. arXiv preprint arXiv:2310.01506,

  7. [15]

    Flowedit: Inversion-free text-based editing using pre-trained flow models

    Vladimir Kulikov, Matan Kleiner, Inbar Huberman- Spiegelglas, and Tomer Michaeli. Flowedit: Inversion-free text-based editing using pre-trained flow models. arXiv preprint arXiv:2412.08629, 2024. 1, 3, 7, 2

  8. [16]

    Diffusion models already have a semantic latent space

    Mingi Kwon, Jaeseok Jeong, and Youngjung Uh. Diffusion models already have a semantic latent space. arXiv preprint arXiv:2210.10960, 2022. 2

  9. [17]

    Announcing black forest labs, 2025

    Black Forest Labs. Announcing black forest labs, 2025. 1, 2, 3, 6, 7

  10. [18]

    Blip: Bootstrapping language-image pre-training for unified vision-language understanding and generation

    Junnan Li, Dongxu Li, Caiming Xiong, and Steven Hoi. Blip: Bootstrapping language-image pre-training for unified vision-language understanding and generation. In Interna- tional conference on machine learning, pages 12888–12900. PMLR, 2022. 2

  11. [19]

    Flow matching for generative mod- eling

    Yaron Lipman, Ricky TQ Chen, Heli Ben-Hamu, Maximil- ian Nickel, and Matt Le. Flow matching for generative mod- eling. arXiv preprint arXiv:2210.02747, 2022. 1, 3

  12. [20]

    Flow straight and fast: Learning to generate and transfer data with rectified flow

    Xingchao Liu, Chengyue Gong, and Qiang Liu. Flow straight and fast: Learning to generate and transfer data with rectified flow. arXiv preprint arXiv:2209.03003, 2022. 1, 3

  13. [21]

    Sdedit: Guided image synthesis and editing with stochastic differential equations

    Chenlin Meng, Yutong He, Yang Song, Jiaming Song, Jiajun Wu, Jun-Yan Zhu, and Stefano Ermon. Sdedit: Guided image synthesis and editing with stochastic differential equations. arXiv preprint arXiv:2108.01073, 2021. 7, 2

  14. [22]

    Null-text inversion for editing real im- ages using guided diffusion models

    Ron Mokady, Amir Hertz, Kfir Aberman, Yael Pritch, and Daniel Cohen-Or. Null-text inversion for editing real im- ages using guided diffusion models. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 6038–6047, 2023. 1, 2, 3, 7

  15. [23]

    Glide: Towards photorealistic image generation and editing with text-guided diffusion models.arXiv preprint arXiv:2112.10741, 2021

    Alex Nichol, Prafulla Dhariwal, Aditya Ramesh, Pranav Shyam, Pamela Mishkin, Bob McGrew, Ilya Sutskever, and Mark Chen. Glide: Towards photorealistic image generation and editing with text-guided diffusion models.arXiv preprint arXiv:2112.10741, 2021. 1, 2

  16. [24]

    A threshold selection method from gray-level histograms

    Nobuyuki Otsu et al. A threshold selection method from gray-level histograms. Automatica, 11(285-296):23–27,

  17. [25]

    Zero-shot image-to-image translation

    Gaurav Parmar, Krishna Kumar Singh, Richard Zhang, Yijun Li, Jingwan Lu, and Jun-Yan Zhu. Zero-shot image-to-image translation. In ACM SIGGRAPH 2023 Conference Proceed- ings, pages 1–11, 2023. 2, 7

  18. [26]

    Scalable diffusion models with transformers

    William Peebles and Saining Xie. Scalable diffusion models with transformers. In Proceedings of the IEEE/CVF Inter- national Conference on Computer Vision, pages 4195–4205,

  19. [27]

    Learning transferable visual models from natural language supervi- sion

    Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, et al. Learning transferable visual models from natural language supervi- sion. In International conference on machine learning, ...

  20. [28]

    Zero-shot text-to-image generation

    Aditya Ramesh, Mikhail Pavlov, Gabriel Goh, Scott Gray, Chelsea V oss, Alec Radford, Mark Chen, and Ilya Sutskever. Zero-shot text-to-image generation. In International confer- ence on machine learning, pages 8821–8831. Pmlr, 2021. 1

  21. [29]

    Grounded sam: Assembling open-world models for diverse visual tasks

    Tianhe Ren, Shilong Liu, Ailing Zeng, Jing Lin, Kunchang Li, He Cao, Jiayu Chen, Xinyu Huang, Yukang Chen, Feng Yan, et al. Grounded sam: Assembling open-world models for diverse visual tasks. arXiv preprint arXiv:2401.14159 ,

  22. [30]

    High-resolution image synthesis with latent diffusion models

    Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Bj ¨orn Ommer. High-resolution image synthesis with latent diffusion models. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 10684–10695, 2022. 1, 4, 7

  23. [31]

    Beyond first-order tweedie: Solving inverse problems using latent diffusion

    Litu Rout, Yujia Chen, Abhishek Kumar, Constantine Cara- manis, Sanjay Shakkottai, and Wen-Sheng Chu. Beyond first-order tweedie: Solving inverse problems using latent diffusion. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages 9472–...

  24. [32]

    Semantic im- age inversion and editing using rectified stochastic differen- tial equations

    Litu Rout, Yujia Chen, Nataniel Ruiz, Constantine Carama- nis, Sanjay Shakkottai, and Wen-Sheng Chu. Semantic im- age inversion and editing using rectified stochastic differen- tial equations. arXiv preprint arXiv:2410.10792, 2024. 1, 2, 3, 7

  25. [33]

    Photorealistic text-to-image diffusion models with deep language understanding

    Chitwan Saharia, William Chan, Saurabh Saxena, Lala Li, Jay Whang, Emily L Denton, Kamyar Ghasemipour, Raphael Gontijo Lopes, Burcu Karagol Ayan, Tim Salimans, et al. Photorealistic text-to-image diffusion models with deep language understanding. Advances in neural information...

  26. [34]

    De- noising diffusion implicit models

    Jiaming Song, Chenlin Meng, and Stefano Ermon. De- noising diffusion implicit models. arXiv preprint arXiv:2010.02502, 2020. 2, 3

  27. [35]

    Splicing vit features for semantic appearance transfer

    Narek Tumanyan, Omer Bar-Tal, Shai Bagon, and Tali Dekel. Splicing vit features for semantic appearance transfer. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 10748–10757, 2022. 3

  28. [36]

    Plug-and-play diffusion features for text-driven image-to-image translation

    Narek Tumanyan, Michal Geyer, Shai Bagon, and Tali Dekel. Plug-and-play diffusion features for text-driven image-to-image translation. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages 1921–1930, 2023. 1, 2, 3, 4, 6, 7

  29. [37]

    Attention is all you need

    Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszko- reit, Llion Jones, Aidan N Gomez, Łukasz Kaiser, and Illia Polosukhin. Attention is all you need. Advances in neural information processing systems, 30, 2017. 4

  30. [38]

    Diffusers: State-of-the-art diffu- sion models

    Patrick von Platen, Suraj Patil, Anton Lozhkov, Pedro Cuenca, Nathan Lambert, Kashif Rasul, Mishig Davaadorj, Dhruv Nair, Sayak Paul, Steven Liu, William Berman, Yiyi Xu, and Thomas Wolf. Diffusers: State-of-the-art diffu- sion models. https://github.com/huggingface/ diffusers. 2

  31. [39]

    Tam- ing rectified flow for inversion and editing

    Jiangshan Wang, Junfu Pu, Zhongang Qi, Jiayi Guo, Yue Ma, Nisha Huang, Yuxin Chen, Xiu Li, and Ying Shan. Tam- ing rectified flow for inversion and editing. arXiv preprint arXiv:2411.04746, 2024. 1, 2, 3, 7

  32. [40]

    Instructedit: Improving automatic masks for diffusion-based image editing with user instructions

    Qian Wang, Biao Zhang, Michael Birsak, and Peter Wonka. Instructedit: Improving automatic masks for diffusion-based image editing with user instructions. arXiv preprint arXiv:2305.18047, 2023. 2

  33. [41]

    Image quality assessment: from error visibility to structural similarity

    Zhou Wang, Alan C Bovik, Hamid R Sheikh, and Eero P Si- moncelli. Image quality assessment: from error visibility to structural similarity. IEEE transactions on image processing, 13(4):600–612, 2004. 3

  34. [42]

    RF-Solver-Edit

    wangjiangshan0725. RF-Solver-Edit. https://github. com/wangjiangshan0725/RF-Solver-Edit. 2

  35. [43]

    The unreasonable effectiveness of deep features as a perceptual metric

    Richard Zhang, Phillip Isola, Alexei A Efros, Eli Shecht- man, and Oliver Wang. The unreasonable effectiveness of deep features as a perceptual metric. In Proceedings of the IEEE conference on computer vision and pattern recogni- tion, pages 586–595, 2018. 3 ReFlex: Text-Guide...

Pith tools

Reviewed August 6, 2026 · model on record in the stance chip above.