REVIEW 4 major objections 4 minor 44 references
Diffusion Image Editing via Asynchronous Token Decoding
T0 review · 4 major / 4 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read ATDEdit makes diffusion editing token-asynchronous, using a surprisal score to update only tokens that should change and reporting 27.44 dB PSNR on unedited regions.
desk verdict ATDEdit is a coherent and honestly scoped test-time editing recipe, but the target-latent coupling in Eq. (7) is off-manifold as written and the headline numbers need error bars and code. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is Token-wise Conditional Surprisal, a token-level score $s_i(t)$ that averages, over $n_{\mathrm{avg}}$ common-noise draws, the $\ell^1$ norm of the difference between predicted clean latents under target and source conditions at the same noisy latent; under rectified-flow parameterization this equals the magnitude of the same-state velocity difference. The score is smoothed by EMA, top-quantile selected in a mid-noise window, and optionally dilated to form the editable mask $E(t)$. The complementary machinery is the keep-token constraint: a partial attention memory boundary that substitutes source key/value rows at keep positions (leaving queries and attention weights target-conditioned) and a Euclidean projection that resets keep-token latent rows to their source values. Together they implement the asynchronous update, and the paper proves the projection is the exact Euclidean projection onto the affine keep-token constraint set.
What would settle it
Run ATDEdit on a global edit (e.g., 'turn day to night' where nearly every token should change) and compare CLIP-Edited against a synchronous SD3 baseline under the same step budget; if the local-editing framework freezes tokens that should change and CLIP-Edited drops substantially below the synchronous baseline, that outcome would contradict the claim that surprisal reliably identifies the editable set.
Extended reading notes
Core claim
ATDEdit reformulates diffusion editing as asynchronous token decoding: instead of a synchronous target-conditioned update applied to all tokens, the framework estimates an editable token set $E(t)$ at each timestep using Token-wise Conditional Surprisal, defined as the Monte Carlo average of the $\ell^1$ magnitude of the same-state $\hat{x}_0$ prediction difference when only the condition switches from $c_{\mathrm{src}}$ to $c_{\mathrm{tar}}$. Selected editable tokens receive target-conditioned corrections under a common-noise parallelogram coupling, while keep tokens are constrained by an attention memory boundary that replaces their keys/values with source-branch values and by a hard projection that exactly resets their latent rows to the source state. The paper is explicit about the scope of its formal results: the projection gives a token-state zero-drift guarantee in exact arithmetic, common noise reduces estimator variance under nonnegative covariance, and top-quantile mask selection optimizes only captured surprisal mass under a fixed cardinality budget. The empirical claim is that on PIE-Bench, this yields the strongest reported preservation metrics in the comparison — PSNR 27.44 dB, MSE 2.70 $\times 10^{-3}$, SSIM 0.9303, LPIPS 0.055 — while CLIP-Edited remains competitive with the same-backbone SD3 baselines.
Load-bearing premise
The load-bearing premise is that token-wise conditional surprisal, computed from same-state source/target velocity differences, reliably identifies the tokens that should change under the new prompt; if the DiT velocity field is miscalibrated or the surprisal ranking is wrong, the hard projection will freeze semantically editable regions or allow background drift, and the reported PSNR and LPIPS gains will not transfer to new tasks.
Editorial extensions
If this is right
- Background preservation on PIE-Bench improves across Structure Distance, PSNR, MSE, SSIM, and LPIPS without any ground-truth or user-provided mask at inference time.
- The online, time-varying mask lets the protected region adapt as denoising evolves, addressing a limitation of static mask-based editors like DiffEdit.
- Because ATDEdit changes only the inference dynamics and not the backbone, it can be applied to any DiT-based rectified-flow sampler without fine-tuning.
- The hard projection provides an exact latent-row zero-drift guarantee for selected keep tokens, making the preservation mechanism directly controllable in token space even though pixel-level invariance is explicitly not claimed.
- The common-noise parallelogram coupling is a reusable variance-reduction device for any estimator built from paired source/target DiT evaluations.
Reading between the lines
- A testable extension is to let the user steer the editable fraction $\rho(t)$ per region or per semantic class, which would make the surprisal-based mask a controllable editing dial rather than a fully automatic score.
- The same asynchronous-token formulation could be carried to video editing, where the token grid is replaced by a spatiotemporal token set; the variance-reduction and zero-drift arguments would apply equally, but the mask discovery would need to handle motion.
- Because the paper's formal guarantees are scoped to latent rows, a natural diagnostic is to compare pixel-level fidelity against the zero-drift guarantee: a large mismatch would localize how much of the background-preservation gain comes from the projection versus the KV memory boundary.
- The robustness of the method hinges on whether surprisal ranking stays accurate under distribution shifts; stress-testing with prompts that are semantically similar to the source (e.g., near-synonym swaps) would show whether the editability signal degrades before the pixel metrics do.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper proposes ATDEdit, a training-free, inference-time method for text-guided editing with diffusion transformers. The method computes a token-level "conditional surprisal" from same-state source/target velocity predictions to identify editable tokens, applies target-conditioned updates only to those tokens, substitutes source key/value memory at keep-token positions, and hard-resets keep-token latent rows to their source values. The authors derive scoped theoretical statements: common-noise coupling reduces estimator variance under nonnegative covariance, hard projection yields exact zero drift on selected keep-token rows in exact arithmetic, and top-quantile selection maximizes captured score mass under a fixed budget. On PIE-Bench, they report the strongest background-preservation numbers in their Table 1 comparison, including 27.44 dB PSNR and 0.055 LPIPS, while maintaining competitive semantic alignment.
Significance. If the reported results are robust, the contribution is practically useful: a mask-free, fine-tuning-free editing procedure that works with a modern rectified-flow DiT and improves background preservation. The manuscript is unusually careful about the scope of its formal claims: it repeatedly states that hard projection is a token-state guarantee, not pixel-level invariance; that common-noise variance reduction requires nonnegative covariance; and that top-quantile selection is only a fixed-budget score-mass statement. These explicit scope limitations are a strength. The main significance is nonetheless conditional on the empirical evaluation being reproducible and on the off-manifold target latents not degrading model calibration.
major comments (4)
- [§3.3, Eq. (7)] The coupled target latent is defined as z^{tar}_t = z^{src}_t + (x^{edit}_t - x^{src}_t). For the rectified-flow interpolation in Eq. (6), the same-noise target latent corresponding to the current editable state x^{edit}_t would be (1-t)x^{edit}_t + tε = z^{src}_t + (1-t)(x^{edit}_t - x^{src}_t). Eq. (7) therefore evaluates v_θ at points that are not the standard interpolation for x^{edit}_t; the deviation is t(x^{edit}_t - x^{src}_t). The velocity difference in Eq. (13), which drives the update in Eq. (14), is thus obtained from inputs where the model may be miscalibrated. The common-noise variance bound in Section 3.7 concerns variance, not bias, and does not cover this. Since the central empirical claim depends on this update, the paper should either provide evidence that the model remains calibrated at these inputs (e.g., compare against the consistent interpolation from Eq. (6), or measure clean-estimate error on typical edit states during sampling) or explicitly state the construction as an unvalidated heuristic and temper the corresponding claims.
- [§4.1 and Table 1] The method's free parameters—the editable-fraction schedule ρ(t), EMA coefficient β, detection window [t_lo, t_hi], mask-update interval κ, Monte Carlo draws n_avg, and dilation rounds r—are not reported anywhere in the manuscript. Figure 5 studies only [t_lo, t_hi], on a single "Chicken → Duck" example, and the caption explicitly states that the plotted values are not dataset-level PIE-Bench averages. Without the exact hyperparameter values used for Table 1, the results cannot be reproduced, and the reported preservation gains could depend on choices tuned on a single example. Please report the full hyperparameter configuration and provide a dataset-level sensitivity study, or at least a small validation split, for the most influential parameters.
- [§3.4 and Table 1] The core mechanism is the online editable-token mask derived from Token-wise Conditional Surprisal, but the manuscript never reports any direct measure of mask quality. PIE-Bench provides ground-truth edited-region masks; Section 4.1 says these are used only for evaluation metrics. Reporting, for example, the IoU between the final keep/edit mask and the ground-truth edited region, or a localization precision/recall curve across time, would show whether the surprisal ranking is actually finding the editable region rather than indirectly inferring this from PSNR/LPIPS. The current evidence leaves open the possibility that the preservation gains come from freezing a large fraction of tokens rather than from correct localization. Section 5 correctly admits the method's reliance on DiT calibration; a direct mask-quality metric would address this admitted limitation.
- [Abstract and Table 1] The abstract and conclusion claim the "strongest reported preservation metrics" without qualification, but Table 1 mixes backbones: DiffEdit and InfEdit run on SD1.4, KVEdit and Stable Flow on FLUX, and only FlowEdit, FlowAlign, and ATDEdit on SD3. The authors acknowledge this in the body ("we treat FlowEdit and FlowAlign as the primary same-backbone SD3 comparisons"), but the headline claim is still stated without that caveat. Please qualify the abstract and conclusion, e.g., "strongest among the compared methods on this benchmark" or "strongest among the same-backbone SD3 comparisons," and ideally add a same-backbone re-run of at least one representative baseline. The table also reports point estimates without error bars; reporting variance over Monte Carlo seeds or small hyperparameter perturbations would strengthen the comparison.
minor comments (4)
- [§3.2] The text references "Eq. (15)" as the Euclidean projection several paragraphs before Eq. (15) is introduced in Section 3.6; please use a forward-reference or restate the projection formula locally.
- [§3.5] Please state explicitly whether the source memory (K^src, V^src) is computed at z^src_t or at the target latent z^tar_t; this affects the interpretation of Eq. (12).
- [Figure 5] The axes are labeled "Tlo" and "Thi" while the text uses t_lo and t_hi; please unify the notation.
- [Eq. (9)] The score divides by d (the feature dimension) but not by the number of Monte Carlo draws; please clarify whether the 1/d factor is an intentional feature-channel normalization.
Circularity Check
No significant circularity: the paper's stated formal guarantees are explicitly scoped tautologies, and the headline empirical claim rests on external PIE-Bench evaluation rather than on the method's own construction.
full rationale
I examined the derivation chain for reductions to inputs. The hard-projection zero-drift statement (Eq. 15) is a direct consequence of the constraint set C(t) in Eq. (4), and the paper explicitly scopes it: 'the resulting zero-drift statement is exact for the selected latent rows in exact arithmetic, but it does not by itself imply pixel-level invariance after decoding.' Similarly, the top-quantile selection claim is a fixed-cardinality tautology that the paper labels as such: 'selecting the largest scores maximizes only the sum of selected surprisal values; it is not a claim of global optimality.' The Token-wise Conditional Surprisal is transparently defined as a scaled same-state velocity difference (Eq. 10), not presented as an information-theoretic quantity. The common-noise variance bound (Eqs. 16-17) is a standard variance identity, not a fitted result. The headline preservation metrics are evaluated on the external PIE-Bench benchmark using the ground-truth mask only for evaluation, and the authors disclose that cross-backbone comparisons are not isolated from backbone effects. The only self-citations ([20], [21]) appear in contextual related-work claims about the difficulty of preserving background under synchronous conditioning and about static masks not adapting to time-varying dynamics; these are not load-bearing for the method's construction or for Table 1. The reviewer-raised off-manifold concern about Eq. (7) is a correctness or calibration issue, not a circularity, since it concerns whether the model is well-behaved at the coupled latents rather than an equation reducing to its own input.
Assumptions & free parameters
free parameters (6)
- Editable fraction schedule rho(t) =
not reported
- EMA coefficient beta =
not reported
- Detection window t_lo and t_hi =
not reported
- Mask update interval kappa =
not reported
- Coupled Monte Carlo draws n_avg =
not reported
- Dilation rounds r =
not reported
assumptions (5)
- domain assumption Rectified-flow parameterization with clean estimate x0_hat = z_t - t * v_theta(z_t, t, c) is valid for SD3.
- domain assumption Pretrained SD3's velocity field is calibrated enough that token-wise surprisal ranks editability.
- domain assumption Latent keep-token preservation transfers to pixel-level background preservation.
- standard math Common-noise variance inequality requires finite second moments and nonnegative covariance.
- standard math Frobenius projection separates over token rows.
invented entities (1)
-
Token-wise Conditional Surprisal
Cite this review
Pith. "Pith review of Diffusion Image Editing via Asynchronous Token Decoding." pith.science (2026). https://pith.science/paper/XU7T7GTU
@misc{pith2026260809322,
author = {Pith},
title = {Pith review of: Diffusion Image Editing via Asynchronous Token Decoding},
year = {2026},
howpublished = {\url{https://pith.science/paper/XU7T7GTU}},
note = {Machine review of arXiv:2608.09322}
}
read the original abstract
Text-guided diffusion image editing aims to modify semantic attributes of an image while preserving its identity, layout, and background. However, na\"ively switching the text condition during sampling often causes global drift, as denoising dynamics propagate changes across tokens and can disrupt unedited regions. To address this issue, we propose \textbf{A}synchronous \textbf{T}oken \textbf{D}ecoding \textbf{Edit} (ATDEdit), an inference-time framework that views each sampler step as a parallel update of a globally coupled token matrix and enables token-indexed condition switching with differentiated update policies. Instead of applying synchronous target-conditioned updates to all tokens, ATDEdit estimates editable locations using token-wise conditional surprisal and applies target-conditioned corrections to the selected token set. It supplies source key/value memory at keep-token positions and projects selected keep-token latent rows back to their source values; these operations promote background preservation but do not constitute a pixel-level invariance guarantee. This approach combines local editing and background preservation without external or user-provided spatial masks and without model fine-tuning. On PIE-Bench, ATDEdit achieves the strongest reported preservation metrics, including 27.44~dB PSNR and 0.055 LPIPS, while retaining competitive semantic alignment.
Figures
Reference graph
Works this paper leans on
-
[1]
Omri Avrahami, Or Patashnik, Ohad Fried, Egor Nemchinov, Kfir Aberman, Dani Lischinski, and Daniel Cohen-Or. 2025. Stable flow: Vital layers for training-free image editing. InProceedings of the Computer Vision and Pattern Recognition Conference. 7877–7888
work page 2025
-
[2]
Tim Brooks, Aleksander Holynski, and Alexei A Efros. 2023. Instructpix2pix: Learning to follow image editing instructions. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition. 18392–18402
2023
-
[3]
Mingdeng Cao, Xintao Wang, Zhongang Qi, Ying Shan, Xiaohu Qie, and Yinqiang Zheng. 2023. Masactrl: Tuning-free mutual self-attention control for consistent image synthesis and editing. InProceedings of the IEEE/CVF international confer- ence on computer vision. 22560–22570
2023
-
[4]
Huiwen Chang, Han Zhang, Jarred Barber, AJ Maschinot, Jose Lezama, Lu Jiang, Ming-Hsuan Yang, Kevin Murphy, William T Freeman, Michael Rubinstein, et al
-
[5]
Guillaume Couairon, Jakob Verbeek, Holger Schwenk, and Matthieu Cord. 2022. Diffedit: Diffusion-based semantic image editing with mask guidance.arXiv preprint arXiv:2210.11427(2022)
arXiv 2022
-
[6]
Aleksandar Cvejic, Abdelrahman Eldesokey, and Peter Wonka. 2025. Partedit: fine-grained image editing using pre-trained diffusion models. InProceedings of the Special Interest Group on Computer Graphics and Interactive Techniques Conference Conference Papers. 1–11
work page 2025
-
[7]
Patrick Esser, Sumith Kulal, Andreas Blattmann, Rahim Entezari, Jonas Müller, Harry Saini, Yam Levi, Dominik Lorenz, Axel Sauer, Frederic Boesel, et al. 2024. Scaling rectified flow transformers for high-resolution image synthesis. InForty- first international conference on machine learning
2024
-
[8]
Amir Hertz, Ron Mokady, Jay Tenenbaum, Kfir Aberman, Yael Pritch, and Daniel Cohen-Or. 2022. Prompt-to-prompt image editing with cross attention control. arXiv preprint arXiv:2208.01626(2022)
arXiv 2022
Show all 44 references
-
[9]
Jonathan Ho, Ajay Jain, and Pieter Abbeel. 2020. Denoising diffusion probabilistic models.Advances in neural information processing systems33 (2020), 6840–6851
2020
-
[10]
Xuan Ju, Ailing Zeng, Yuxuan Bian, Shaoteng Liu, and Qiang Xu. 2023. Direct inversion: Boosting diffusion-based editing with 3 lines of code.arXiv preprint arXiv:2310.01506(2023)
2023 arXiv
-
[11]
Ronen Kamenetsky, Sara Dorfman, Daniel Garibi, Roni Paiss, Or Patashnik, and Daniel Cohen-Or. 2025. SAEdit: Token-level control for continuous image editing via Sparse AutoEncoder.arXiv preprint arXiv:2510.05081(2025)
2025
-
[12]
Bahjat Kawar, Shiran Zada, Oran Lang, Omer Tov, Huiwen Chang, Tali Dekel, Inbar Mosseri, and Michal Irani. 2023. Imagic: Text-based real image editing with diffusion models. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition. 6007–6017
2023
-
[13]
Jeongsol Kim, Yeobin Hong, Jonghyun Park, and Jong Chul Ye. 2025. Flowalign: Trajectory-regularized, inversion-free flow-based image editing.arXiv preprint arXiv:2505.23145(2025)
2025 arXiv
-
[14]
Vladimir Kulikov, Matan Kleiner, Inbar Huberman-Spiegelglas, and Tomer Michaeli. 2025. Flowedit: Inversion-free text-based editing using pre-trained flow models. InProceedings of the IEEE/CVF International Conference on Computer Vision. 19721–19730
2025
-
[15]
Zixu Li, Yupeng Hu, Zhiwei Chen, Qinlei Huang, Guozhi Qiu, Zhiheng Fu, and Meng Liu. 2026. ReTrack: Evidence-Driven Dual-Stream Directional Anchor Calibration Network for Composed Video Retrieval. InAAAI, Vol. 40. 23373– 23381
2026
-
[16]
Zixu Li, Yupeng Hu, Zhiwei Chen, Haokun Wen, Xuemeng Song, and Liqiang Nie. 2026. COMBINER: Composed Image Retrieval Guided by Attribute-based Neighbor Relations.IEEE TIP(2026)
2026
-
[17]
Zixu Li, Yupeng Hu, Zhiwei Chen, Mingyu Zhang, Zhiheng Fu, and Liqiang Nie
-
[18]
Qiang Liu. 2022. Rectified flow: A marginal preserving approach to optimal transport.arXiv preprint arXiv:2209.14577(2022)
2022 arXiv
-
[19]
Xingchao Liu, Chengyue Gong, and Qiang Liu. 2022. Flow straight and fast: Learning to generate and transfer data with rectified flow.arXiv preprint arXiv:2209.03003(2022)
2022 arXiv
-
[20]
Liangsi Lu, Xuhang Chen, Minzhe Guo, Shichu Li, Jingchao Wang, and Yang Shi
-
[21]
Liangsi Lu, Minzhe Guo, Xuhang Chen, and Yang Shi. 2026. Semantic Granularity Navigation in Image Editing.arXiv preprint arXiv:2605.21190(2026)
2026 arXiv
-
[22]
Chenlin Meng, Yutong He, Yang Song, Jiaming Song, Jiajun Wu, Jun-Yan Zhu, and Stefano Ermon. 2021. Sdedit: Guided image synthesis and editing with stochastic differential equations.arXiv preprint arXiv:2108.01073(2021)
2021 arXiv
-
[23]
Chordedit: One-step low-energy transport for image editing.arXiv preprint arXiv:2602.19083(2026)
2026
-
[24]
William Peebles and Saining Xie. 2023. Scalable diffusion models with transform- ers. InProceedings of the IEEE/CVF international conference on computer vision. 4195–4205
2023
-
[25]
Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, et al. 2021. Learning transferable visual models from natural language supervision. InInternational conference on machine learnin...
2021
-
[26]
Ron Mokady, Amir Hertz, Kfir Aberman, Yael Pritch, and Daniel Cohen-Or. 2023. Null-text inversion for editing real images using guided diffusion models. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition. 6038–6047
2023
-
[27]
Jiaming Song, Chenlin Meng, and Stefano Ermon. 2020. Denoising diffusion implicit models.arXiv preprint arXiv:2010.02502(2020)
2020 arXiv
-
[28]
Yang Song, Jascha Sohl-Dickstein, Diederik P Kingma, Abhishek Kumar, Stefano Ermon, and Ben Poole. 2020. Score-based generative modeling through stochastic differential equations.arXiv preprint arXiv:2011.13456(2020)
2020 arXiv
-
[29]
Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Björn Ommer. 2022. High-resolution image synthesis with latent diffusion models. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition. 10684–10695
2022
-
[30]
Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Łukasz Kaiser, and Illia Polosukhin. 2017. Attention is all you need.Advances in neural information processing systems30 (2017)
2017
-
[31]
Yihao Wang, Yuheng Ji, Mingyu Cao, Yanqing Shen, Runze Xiao, Huaihai Lyu, Senwei Xie, Euan Liu, Klara Tian, Tianfeng Long, et al. 2026. Orca: The World is in Your Mind.arXiv preprint arXiv:2606.30534(2026)
2026 arXiv
-
[32]
Narek Tumanyan, Michal Geyer, Shai Bagon, and Tali Dekel. 2023. Plug-and-play diffusion features for text-driven image-to-image translation. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition. 1921–1930
2023
-
[33]
Zirui Wang, Zhizhou Sha, Zheng Ding, Yilin Wang, and Zhuowen Tu. 2024. Tokencompose: Text-to-image diffusion with token-level supervision. InPro- ceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. 8553–8564
2024
-
[34]
Sihan Xu, Yidong Huang, Jiayi Pan, Ziqiao Ma, and Joyce Chai. 2023. Inversion- free image editing with natural language.arXiv preprint arXiv:2312.04965(2023)
2023 arXiv
-
[35]
Zhou Wang, Alan C Bovik, Hamid R Sheikh, and Eero P Simoncelli. 2004. Image quality assessment: from error visibility to structural similarity.IEEE transactions on image processing13, 4 (2004), 600–612
2004
-
[36]
Renye Yan, Jikang Cheng, Shikun Sun, Yi Sun, You Wu, Wei Peng, Zongwei Wang, Ling Liang, Junliang Xing, and Yimao Cai. 2026. Do Less, Achieve More: Do We Need Every-Step Optimization for RL Fine-tuning of Diffusion Models?arXiv preprint arXiv:2605.15855(2026)
2026 arXiv
-
[37]
Renye Yan, Jikang Cheng, You Wu, Ling Liang, Wei Peng, Athanasios V Vasilakos, Qingyu Zhao, Yu Zhang, Ehsan Adeli, Kilian M Pohl, et al . 2026. Pixel-Space Diffusion Transformers.arXiv preprint arXiv:2607.17585(2026)
2026 arXiv
-
[38]
Renye Yan, Jikang Cheng, Yaozhong Gan, Shikun Sun, You Wu, Yunfan Yang, Liang Ling, Jinlong Lin, Yeshuang Zhu, Jie Zhou, et al. 2025. Entropy-adaptive diffusion policy optimization with dynamic step alignment. InProceedings of the IEEE/CVF International Conference on Computer ...
2025
-
[39]
Richard Zhang, Phillip Isola, Alexei A Efros, Eli Shechtman, and Oliver Wang
-
[40]
Tianrui Zhu, Shiyi Zhang, Jiawei Shao, and Yansong Tang. 2025. Kv-edit: Training-free image editing for precise background preservation.arXiv preprint arXiv:2502.17363(2025)
2025 arXiv
-
[41]
Wei-Ning Yang and Barry L Nelson. 1991. Using common random numbers and control variates in multiple-comparison procedures.Operations Research39, 4 (1991), 583–591
1991
-
[2018]
InProceedings of the IEEE conference on computer vision and pattern recognition
The unreasonable effectiveness of deep features as a perceptual metric. InProceedings of the IEEE conference on computer vision and pattern recognition. 586–595
-
[2023]
Muse: Text-to-image generation via masked generative transformers.arXiv preprint arXiv:2301.00704(2023)
2023 arXiv
-
[2026]
InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Conesep: Cone-based robust noise-unlearning compositional network for composed image retrieval. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. 16897–16909
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.