REVIEW 4 major objections 5 minor 46 references
The Aging Multiverse: Generating Condition-Aware Facial Aging Tree via Training-Free Diffusion
T0 review · 4 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read A single portrait can be developed into a branching tree of plausible, condition-aware aging futures using a training-free diffusion method.
desk verdict New task framing (condition-aware aging tree) plus a plausible attention-mixing recipe, but the load-bearing linear aging-direction assumption is unvalidated and the 23-image evaluation can't support the 'any age' claim. 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 central mechanism is attention mixing plus Simulated Aging Regularization inside the attention blocks of a second-order Rectified Flow diffusion transformer. Attention mixing replaces the editing Value with $V_{\mathrm{proj}} = \alpha V_{\mathrm{edit}}$, where $\alpha = \langle V_{\mathrm{inv}}, V_{\mathrm{edit}}\rangle / \langle V_{\mathrm{edit}}, V_{\mathrm{edit}}\rangle$ with text channels masked, and modulates the Key by $K_{\mathrm{mod}} = K_{\mathrm{edit}} + g\,\mathrm{softmax}(K_{\mathrm{edit}}K_{\mathrm{inv}}^\top/\sqrt{d_K})K_{\mathrm{inv}}$. Simulated Aging Regularization then adds a reference direction $\Delta V_{\mathrm{ref}} = V_{70}-V_{30}$ and $\Delta K_{\mathrm{ref}} = K_{70}-K_{30}$, scaled by $w = (\mathrm{Age}_{\mathrm{target}}-\mathrm{Age}_{\mathrm{input}})/(70-30)$, to the inversion features. These operations let the denoiser amplify edits that align with identity and dampen those that conflict, producing the claimed three-way balance.
What would settle it
Take a person with real photographs at ages 30 and 70, run the method from the 30-year-old image with target ages 40, 50, 60, and 70, and check whether predicted age rises monotonically while identity similarity stays above the method's own baseline. If the scalar interpolation does not produce that pattern, the linear aging-direction assumption fails.
Extended reading notes
Core claim
The central claim is that the inversion-editability trade-off in Rectified Flow image editing can be managed by mixing attention tensors and regularizing them with a simulated aging direction, enabling condition-aware facial aging without retraining. Attention mixing projects inversion Value features onto editing Value features and modulates editing Key features with inversion Keys, so edits that agree with identity are amplified and conflicting edits are suppressed. Simulated Aging Regularization builds reference clusters for older and younger faces, defines a difference vector in attention space, and applies it with a weight proportional to the target age shift. The paper reports that this yields the best combined alignment with text prompts, age accuracy, and human-rated condition alignment, while keeping identity scores competitive.
Load-bearing premise
The load-bearing premise is that the average difference between simulated 70-year-old and 30-year-old faces defines a linear aging direction in attention space that can be scaled to any target age without distorting identity.
Editorial extensions
If this is right
- Any single portrait can be re-aged to a target age between 20 and 90 under arbitrary text conditions without retraining the base diffusion model.
- Face aging becomes a branching tree, so different lifestyle and health conditions yield visually distinct plausible futures for the same person.
- Because the method is training-free, the same attention-mixing and regularization recipe can be transferred to other Rectified Flow or diffusion-transformer editors.
- The reported gains indicate that external-condition editing need not sacrifice age accuracy or identity preservation to the degree earlier editors did.
Reading between the lines
- Editorial inference: the linear "aging direction" built from age-70 and age-30 reference clusters could be reused for other continuous attributes, such as apparent weight or skin texture, by replacing the endpoint clusters.
- Editorial inference: the method's ceiling is set by the quality of the simulated reference faces used to define the aging direction; better unconditional aging simulators would likely improve the regularizer without changing the architecture.
- Editorial inference: because the paper's own limitation section reports failures on low-quality inputs, adding a lightweight quality check or alignment step before inversion is a natural testable extension.
- Editorial inference: extending the pairwise preference study to include a dedicated aging model on the condition-agnostic aging axis would directly test whether the claimed balance holds on that axis alone.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a training-free framework for condition-aware facial aging, called the Aging Multiverse. Given a single input image, a target age between 20 and 90, and a textual lifestyle or environmental condition, the method (i) refines the prompt with GPT-4o, (ii) mixes inversion and editing attention keys/values through an orthogonal projection and key modulation in a Rectified Flow / Flux model, and (iii) regularizes attention features by adding a reference 'aging direction' computed from unconditioned age-progressed image clusters. The method is evaluated on 12 celebrity and 11 non-celebrity images against flow-editing baselines (RF-Inversion, RF-Solver-Edit, FlowEdit, FireFlow, FlowChef) and the age-specialist FADING, using CLIP-T, Age MAE, identity similarity, and user studies. The authors claim state-of-the-art balance among identity preservation, age accuracy, and condition alignment.
Significance. If the central claim holds, the contribution is practically valuable: a plug-in, training-free mechanism that extends DiT-based editors to arbitrary condition-aware aging trajectories, with explicit attention-level control over the identity-editability trade-off. The paper is also one of the first to formulate the 'aging multiverse' task conditioned on lifestyle factors, and the attention-mixing and regularization ideas are plausible and clearly presented. The user studies and visual comparisons are useful evidence. However, the empirical support is currently thin: the subject pools are small, the reported metrics are single-point values without variance or significance tests, and the key geometric assumption behind the aging regularization is not independently validated. If the authors can provide stronger evidence for the linear aging-direction assumption and a more robust evaluation, the contribution would be solid.
major comments (4)
- [Sec. 3.4, Eqs. 7-10] The load-bearing premise of Simulated Aging Regularization is that a single linear direction in self-attention feature space, computed as ΔV_ref = V_70_cluster - V_30_cluster and ΔK_ref = K_70_cluster - K_30_cluster, transfers to all input/target age combinations between 20 and 90. Eq. 9 then reduces every age transformation to a scalar weight w = (Age_target - Age_input)/40, including extrapolation cases such as input age 20 to target age 90 (w = 1.75) and input age 80 to target age 20 (w = -1.5). The paper provides no evidence that aging is linear or translation-invariant in this attention space, nor that the GPT-4o/Arc2Face reference clusters live in the same feature space as Flux inversion features. Without such evidence, the age-accuracy improvements attributed to SAR in Table 3 could be an artifact of a misaligned or nonlinear offset rather than a genuine aging direction. This should be addressed with an age-sweep experiment (e.g., monotonicity of predicted age versus target age), a multi-anchor extension (not only 30 and 70), and at least a sanity check on extrapolated targets.
- [Secs. 4.1-4.4, Tables 1-3] The evaluation is too small and too under-powered to support the abstract's 'state-of-the-art' claim. The dataset consists of 12 celebrity and 11 non-celebrity images, and Tables 1-3 report each metric as a single point with no confidence intervals, no standard deviations, and no significance tests. The user study in Sec. 4.4 uses only 10 images per criterion with 15 raters each, and the pairwise preference study uses 10 celebrity and 5 non-celebrity images with 10 raters each. There is no inter-rater agreement measure, and the IoU-based radar plot in Fig. 6 reports 99.95% without any uncertainty. A few per-prompt averages over 23 images cannot support claims about 'any age between 20 and 90' or 'state-of-the-art performance across identity preservation, aging realism, and conditional alignment.' I would ask for paired statistical tests, per-condition breakdowns, and substantially more subjects, or for the conclusions to be scaled back accordingly.
- [Sec. 4.2, Table 1] The text states that the method 'ranks highest in Age MAE (9.5), demonstrating accurate age transformation.' Since Age MAE is a lower-is-better metric, the correct phrasing is that the method has the lowest Age MAE. This is a factual misstatement of the paper's own table and should be corrected. The same care should be applied to Table 2, where the text correctly says the method 'ranks second in Age MAE' but the surrounding discussion should make clear that lower is better.
- [Sec. 3.4 and Sec. 4.1] The reference aging direction is derived from images generated by GPT-4o and diversified with Arc2Face, while age accuracy is measured with FP-Age. This creates a circularity risk: the method may be aligning with the statistics of the synthetic age-progressed reference images rather than with true biological aging, and FP-Age may reward that alignment. The paper does not describe how many reference images are generated per cluster, how the clusters are validated, or whether the age labels of the generated references are themselves reliable. I would like to see an analysis of reference-image quality, an evaluation on a dataset with ground-truth age labels independent of the generation pipeline, and a comparison of SAR against a simple linear interpolation in image space to rule out the possibility that the reported gains are due to the synthetic reference distribution itself.
minor comments (5)
- [Fig. 2 caption] The caption refers to 'attention regularization (§3.3)' but the Simulated Aging Regularization is presented in Sec. 3.4; the cross-reference should be corrected.
- [Sec. 3, introductory paragraph] The phrase 'improving editng stability and robustness' contains a typo: 'editng' should be 'editing'.
- [Eq. 6 and Sec. 3.3] The key-modulation gain g is set to 0.5 with no sensitivity analysis; since this parameter directly controls the identity-editability trade-off, a small ablation over g would strengthen the paper.
- [Tables 1-2] The comparison with FADING is inherently task-unequal: FADING cannot take external condition prompts and therefore has no CLIP-T score. The paper should explicitly state that FADING is a reference point for age-only quality, not a direct competitor on the full task, and should discuss how the reported Age MAE and ID similarity differences would be interpreted under that caveat.
- [Sec. 4.4] The user study section does not report the exact questions asked, the recruitment criteria, or the distribution of ratings; adding these details and reporting confidence intervals would make the human evaluation more reproducible.
Circularity Check
No significant circularity: the method's core operations are explicit training-free attention modulations, and its 'state-of-the-art' claim rests on external FP-Age, CLIP-T, ArcFace, and human evaluations rather than on the method's own construction.
full rationale
The paper's derivation chain is not circular in the sense of Eq. X being equivalent to Eq. Y by construction or a fitted parameter being renamed as a prediction. Attention mixing (Sec. 3.3, Eqs. 5-6) is a standard orthogonal projection plus a softmax-based key alignment; it follows from the geometry of the attention tensors and is not defined in terms of the output it is meant to predict. The Simulated Aging Regularization (Sec. 3.4, Eqs. 7-10) extracts a linear offset between GPT-4o/Arc2Face-generated age-70 and age-30 reference clusters and applies it with a scalar weight based on input and target ages; this is an explicit modeling assumption, and its validity is testable, but it is not a circular reduction because the reference direction is computed from synthetic reference images rather than from the FP-Age predictor or from the final evaluated outputs. The age-accuracy evaluation uses FP-Age, condition alignment uses CLIP-T, and identity uses ArcFace, all external pretrained models; the human user study (Sec. 4.4) is an independent perceptual check. The only self-reference is the use of the MyTM [35] celebrity dataset and its ID-similarity protocol, which is a dataset and metric reuse rather than a load-bearing derivation of the method's claims. The hand-tuned g=0.5 is a hyperparameter choice, not a fitted prediction. Therefore no circular step rises to the level required by the review rules, and the appropriate finding is no significant circularity.
Assumptions & free parameters
free parameters (2)
- Key modulation gain g =
0.5
- Reference age bounds (Age_low, Age_high) =
30 and 70
assumptions (4)
- domain assumption The pretrained Flux.1-dev model's attention features are semantically editable through key/value modulation without retraining.
- ad hoc to paper A linear combination of self-attention features from age 30 and age 70 clusters defines a valid aging direction for all target ages.
- ad hoc to paper The reference image generation pipeline can produce photorealistic unconditioned age-progressed images from the input and Arc2Face can diversify them into meaningful age clusters.
- domain assumption FP-Age and ArcFace provide unbiased measurements of age and identity for edited faces.
Cite this review
Pith. "Pith review of The Aging Multiverse: Generating Condition-Aware Facial Aging Tree via Training-Free Diffusion." pith.science (2026). https://pith.science/paper/M4EKPTNB
@misc{pith2026250621008,
author = {Pith},
title = {Pith review of: The Aging Multiverse: Generating Condition-Aware Facial Aging Tree via Training-Free Diffusion},
year = {2026},
howpublished = {\url{https://pith.science/paper/M4EKPTNB}},
note = {Machine review of arXiv:2506.21008}
}
read the original abstract
We introduce the Aging Multiverse, a framework for generating multiple plausible facial aging trajectories from a single image, each conditioned on external factors such as environment, health, and lifestyle. Unlike prior methods that model aging as a single deterministic path, our approach creates an aging tree that visualizes diverse futures. To enable this, we propose a training-free diffusion-based method that balances identity preservation, age accuracy, and condition control. Our key contributions include attention mixing to modulate editing strength and a Simulated Aging Regularization strategy to stabilize edits. Extensive experiments and user studies demonstrate state-of-the-art performance across identity preservation, aging realism, and conditional alignment, outperforming existing editing and age-progression models, which often fail to account for one or more of the editing criteria. By transforming aging into a multi-dimensional, controllable, and interpretable process, our approach opens up new creative and practical avenues in digital storytelling, health education, and personalized visualization.
Figures
Figures from the paper (5 more)
Reference graph
Works this paper leans on
-
[1]
Only a matter of style: age transformation using a style-based regression model
Yuval Alaluf, Or Patashnik, and Daniel Cohen-Or. Only a matter of style: age transformation using a style-based regression model. ACM Transactions on Graphics, 40(4):1–12, 2021
work page 2021
-
[2]
Stable Flow: Vital Layers for Training-Free Image Editing, 2024
Omri Avrahami, Or Patashnik, Ohad Fried, Egor Nemchinov, Kfir Aberman, Dani Lischinski, and Daniel Cohen-Or. Stable Flow: Vital Layers for Training-Free Image Editing, 2024
work page 2024
-
[3]
Masactrl: Tuning-free mutual self-attention control for consis- tent image synthesis and editing
Mingdeng Cao, Xintao Wang, Zhongang Qi, Ying Shan, Xiaohu Qie, and Yinqiang Zheng. Masactrl: Tuning-free mutual self-attention control for consis- tent image synthesis and editing. In Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), pages 22560–22570, 2023
work page 2023
-
[4]
Face aging via diffusion-based editing
Xiangyi Chen and St ´ephane Lathuili `ere. Face aging via diffusion-based editing. In 34th British Machine Vision Conference 2023, BMVC 2023, Aberdeen, UK, November 20-24, 2023. BMV A, 2023
work page 2023
-
[5]
FluxSpace: Disentangled Semantic Editing in Recti- fied Flow Transformers, 2024
Yusuf Dalva, Kavana Venkatesh, and Pinar Yanardag. FluxSpace: Disentangled Semantic Editing in Recti- fied Flow Transformers, 2024
work page 2024
-
[6]
ArcFace: Addi- tive Angular Margin Loss for Deep Face Recognition
Jiankang Deng, Jia Guo, Jing Yang, Niannan Xue, Irene Kotsia, and Stefanos Zafeiriou. ArcFace: Addi- tive Angular Margin Loss for Deep Face Recognition. IEEE Transactions on Pattern Analysis and Machine Intelligence, 44(10):5962–5979, 2022
work page 2022
-
[7]
Fireflow: Fast inversion of rectified flow for image semantic editing, 2024
Yingying Deng, Xiangyu He, Changwang Mei, Peisong Wang, and Fan Tang. Fireflow: Fast inversion of rectified flow for image semantic editing, 2024
work page 2024
-
[8]
Trade- offs in fine-tuned diffusion models between accuracy and interpretability
Mischa Dombrowski, Hadrien Reynaud, Johanna P M¨uller, Matthew Baugh, and Bernhard Kainz. Trade- offs in fine-tuned diffusion models between accuracy and interpretability. In Proceedings of the AAAI Con- ference on Artificial Intelligence, pages 21037–21045, 2024
work page 2024
Show all 46 references
-
[9]
Scaling Rectified Flow Transformers for High-Resolution Image Synthesis, 2024
Patrick Esser, Sumith Kulal, Andreas Blattmann, Rahim Entezari, Jonas M ¨uller, Harry Saini, Yam Levi, Dominik Lorenz, Axel Sauer, Frederic Boesel, Dustin Podell, Tim Dockhorn, Zion English, Kyle Lacey, Alex Goodwin, Yannik Marek, and Robin Rombach. Scaling Rectified Flow Tran...
2024
-
[10]
Personalize anything for free with diffusion transformer
Haoran Feng, Zehuan Huang, Lin Li, Hairong Lv, and Lu Sheng. Personalize anything for free with diffusion transformer. arXiv preprint arXiv:2503.12590, 2025
2025 arXiv
-
[11]
Guiding instruction-based image editing via multimodal large language models, 2024
Tsu-Jui Fu, Wenze Hu, Xianzhi Du, William Yang Wang, Yinfei Yang, and Zhe Gan. Guiding instruction-based image editing via multimodal large language models, 2024
2024
-
[12]
Renoise: Real image inversion through iterative noising
Daniel Garibi, Or Patashnik, Andrey V oynov, Hadar Averbuch-Elor, and Daniel Cohen-Or. Renoise: Real image inversion through iterative noising. In Euro- pean Conference on Computer Vision, pages 395–413. Springer, 2024
2024
-
[13]
Custom structure preservation in face aging
Guillermo Gomez-Trenado, St ´ephane Lathuili `ere, Pablo Mesejo, and ´Oscar Cord ´on. Custom structure preservation in face aging. In Computer Vision – ECCV 2022 , pages 565–580, Cham, 2022. Springer Nature Switzerland
2022
-
[14]
Prompt-to- prompt image editing with cross-attention control
Amir Hertz, Ron Mokady, Jay Tenenbaum, Kfir Aber- man, Yael Pritch, and Daniel Cohen-or. Prompt-to- prompt image editing with cross-attention control. In The Eleventh International Conference on Learning Representations, 2023
2023
-
[15]
Agetransgan for facial age transforma- tion with rectified performance metrics
Gee-Sern Hsu, Rui-Cang Xie, Zhi-Ting Chen, and Yu- Hong Lin. Agetransgan for facial age transforma- tion with rectified performance metrics. In Computer Vision – ECCV 2022 , pages 580–595, Cham, 2022. Springer Nature Switzerland
2022
-
[16]
Gpt-4o system card
Aaron Hurst, Adam Lerer, Adam P Goucher, Adam Perelman, Aditya Ramesh, Aidan Clark, AJ Os- trow, Akila Welihinda, Alan Hayes, Alec Rad- ford, et al. Gpt-4o system card. arXiv preprint arXiv:2410.21276, 2024
2024 arXiv
-
[17]
Flux already knows-activating subject-driven image generation without training
Hao Kang, Stathi Fotiadis, Liming Jiang, Qing Yan, Yumin Jia, Zichuan Liu, Min Jin Chong, and Xin Lu. Flux already knows-activating subject-driven image generation without training. arXiv preprint arXiv:2504.11478, 2025
2025 arXiv
-
[18]
Analyzing and Improving the Image Quality of StyleGAN
Tero Karras, Samuli Laine, Miika Aittala, Janne Hell- sten, Jaakko Lehtinen, and Timo Aila. Analyzing and Improving the Image Quality of StyleGAN . In 2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages 8107–8116, Los Alamitos, CA, USA, 2020. IEE...
2020
-
[19]
A Style- Based Generator Architecture for Generative Adver- sarial Networks
Tero Karras, Samuli Laine, and Timo Aila. A Style- Based Generator Architecture for Generative Adver- sarial Networks . IEEE Transactions on Pattern Analysis & Machine Intelligence , 43(12):4217–4228, 2021
2021
-
[20]
FlowEdit: Inversion-Free Text-Based Editing Using Pre-Trained Flow Models, 2024
Vladimir Kulikov, Matan Kleiner, Inbar Huberman- Spiegelglas, and Tomer Michaeli. FlowEdit: Inversion-Free Text-Based Editing Using Pre-Trained Flow Models, 2024
2024
-
[21]
Dif- fusion models already have a semantic latent space
Mingi Kwon, Jaeseok Jeong, and Youngjung Uh. Dif- fusion models already have a semantic latent space. In The Eleventh International Conference on Learn- ing Representations, 2023
2023
-
[22]
Black Forest Labs. Flux. https://github.com/ black-forest-labs/flux, 2024
2024
-
[23]
Pluralistic Aging Diffusion Autoen- coder
Peipei Li, Rui Wang, Huaibo Huang, Ran He, and Zhaofeng He. Pluralistic Aging Diffusion Autoen- coder. In 2023 IEEE/CVF International Conference 11 on Computer Vision (ICCV) , pages 22556–22566, Paris, France, 2023. IEEE
2023
-
[24]
Fp-age: Leveraging face parsing attention for fa- cial age estimation in the wild
Yiming Lin, Jie Shen, Yujiang Wang, and Maja Pan- tic. Fp-age: Leveraging face parsing attention for fa- cial age estimation in the wild. IEEE Transactions on Image Processing, pages 1–1, 2022
2022
-
[25]
Yaron Lipman, Ricky T. Q. Chen, Heli Ben-Hamu, Maximilian Nickel, and Matt Le. Flow Matching for Generative Modeling, 2023
2023
-
[26]
Flow Straight and Fast: Learning to Generate and Transfer Data with Rectified Flow, 2022
Xingchao Liu, Chengyue Gong, and Qiang Liu. Flow Straight and Fast: Learning to Generate and Transfer Data with Rectified Flow, 2022
2022
-
[27]
SDEdit: Guided Image Synthesis and Editing with Stochastic Differential Equations, 2022
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, 2022
2022
-
[28]
Negative-prompt inversion: Fast image inversion for editing with text-guided diffusion models, 2024
Daiki Miyake, Akihiro Iohara, Yu Saito, and Toshiyuki Tanaka. Negative-prompt inversion: Fast image inversion for editing with text-guided diffusion models, 2024
2024
-
[29]
Null-text inversion for editing real images using guided diffusion models
Ron Mokady, Amir Hertz, Kfir Aberman, Yael Pritch, and Daniel Cohen-Or. Null-text inversion for editing real images using guided diffusion models. In 2023 IEEE/CVF Conference on Computer Vision and Pat- tern Recognition (CVPR), pages 6038–6047, 2023
2023
-
[30]
LARGE: Latent-Based Regression through GAN Semantics
Yotam Nitzan, Rinon Gal, Ofir Brenner, and Daniel Cohen-Or. LARGE: Latent-Based Regression through GAN Semantics. In 2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , pages 19217–19227, New Orleans, LA, USA, 2022. IEEE
2022
-
[31]
Gpt-4o system card, 2024
OpenAI and Hurst et al. Gpt-4o system card, 2024
2024
-
[32]
Arc2Face: A Foun- dation Model of Human Faces, 2024
Foivos Paraperas Papantoniou, Alexandros Lattas, Stylianos Moschoglou, Jiankang Deng, Bernhard Kainz, and Stefanos Zafeiriou. Arc2Face: A Foun- dation Model of Human Faces, 2024
2024
-
[33]
Zero- shot Image-to-Image Translation, 2023
Gaurav Parmar, Krishna Kumar Singh, Richard Zhang, Yijun Li, Jingwan Lu, and Jun-Yan Zhu. Zero- shot Image-to-Image Translation, 2023
2023
-
[34]
Metaxas, and Yezhou Yang
Maitreya Patel, Song Wen, Dimitris N. Metaxas, and Yezhou Yang. Steering rectified flow models in the vector field for controlled image generation. arXiv preprint arXiv:2412.00100, 2024
2024 arXiv
-
[35]
Wang, David W
Luchao Qi, Jiaye Wu, Bang Gong, Annie N. Wang, David W. Jacobs, and Roni Sengupta. MyTimeMa- chine: Personalized Facial Age Transformation, 2024
2024
-
[36]
Learning trans- ferable visual models from natural language supervi- sion
Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sas- try, Amanda Askell, Pamela Mishkin, Jack Clark, Gretchen Krueger, and Ilya Sutskever. Learning trans- ferable visual models from natural language supervi- sion. In Proceedings...
2021
-
[37]
Semantic Image Inversion and Editing using Rectified Stochastic Differential Equations, 2024
Litu Rout, Yujia Chen, Nataniel Ruiz, Constantine Caramanis, Sanjay Shakkottai, and Wen-Sheng Chu. Semantic Image Inversion and Editing using Rectified Stochastic Differential Equations, 2024
2024
-
[38]
Interfacegan: Interpreting the disentangled face representation learned by gans
Yujun Shen, Ceyuan Yang, Xiaoou Tang, and Bolei Zhou. Interfacegan: Interpreting the disentangled face representation learned by gans. IEEE Transactions on Pattern Analysis and Machine Intelligence , 44(4): 2004–2018, 2022
2004
-
[39]
Denoising Diffusion Implicit Models, 2022
Jiaming Song, Chenlin Meng, and Stefano Ermon. Denoising Diffusion Implicit Models, 2022
2022
-
[40]
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. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pat- tern Recognition (CVPR), pages 1921–1930, 2023
1921
-
[41]
Diffage3d: Diffusion-based 3d- aware face aging, 2024
Junaid Wahid, Fangneng Zhan, Pramod Rao, and Christian Theobalt. Diffage3d: Diffusion-based 3d- aware face aging, 2024
2024
-
[42]
Taming Rectified Flow for Inversion and Edit- ing, 2024
Jiangshan Wang, Junfu Pu, Zhongang Qi, Jiayi Guo, Yue Ma, Nisha Huang, Yuxin Chen, Xiu Li, and Ying Shan. Taming Rectified Flow for Inversion and Edit- ing, 2024
2024
-
[43]
Unveil inversion and invariance in flow transformer for versa- tile image editing
Pengcheng Xu, Boyuan Jiang, Xiaobin Hu, Donghao Luo, Qingdong He, Jiangning Zhang, Chengjie Wang, Yunsheng Wu, Charles Ling, and Boyu Wang. Unveil inversion and invariance in flow transformer for versa- tile image editing. arXiv preprint arXiv:2411.15843, 2024
2024 arXiv
-
[44]
Headrouter: A training-free image editing framework for mm-dits by adaptively routing attention heads
Yu Xu, Fan Tang, Juan Cao, Yuxin Zhang, Xiaoyu Kong, Jintao Li, Oliver Deussen, and Tong-Yee Lee. Headrouter: A training-free image editing framework for mm-dits by adaptively routing attention heads. arXiv preprint arXiv:2411.15034, 2024
2024 arXiv
-
[45]
Diffusion models without attention
Jing Nathan Yan, Jiatao Gu, and Alexander M Rush. Diffusion models without attention. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 8239–8249, 2024
2024
-
[46]
Kv-edit: Training-free image editing for precise background preservation
Tianrui Zhu, Shiyi Zhang, Jiawei Shao, and Yan- song Tang. Kv-edit: Training-free image editing for precise background preservation. arXiv preprint arXiv:2502.17363, 2025. 12
2025 arXiv
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.