REVIEW 3 major objections 7 minor 64 references
This paper claims that zero-shot, training-free image morphing can surpass tuning-based methods by adaptively re-injecting cached features from both input images and anchoring the text prompt to a shared semantic concept, and that the field
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
CHIMERA performs zero-shot diffusion image morphing with adaptive multi-scale feature-cache injection (ACI) and VLM-generated semantic anchor prompting (SAP), and proposes a new morphing-quality metric, GLCS.
T0 review reviewed 2026-08-03 challenge →
load-bearing objection Solid zero-shot morphing method with a genuine user study win, but the quantitative SOTA headline rests on a self-designed metric tuned in the same feature space the method controls — needs external validation before I'd trust the ranking. the 3 major comments →
CHIMERA: Adaptive Cache Injection and Semantic Anchor Prompting for Zero-shot Image Morphing with Morphing-oriented Metrics
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
Core claim
The central claim is that image morphing can be formulated as a cached inversion-guided denoising process where the two endpoints contribute not only interpolated latents but also their own multi-scale U-Net features, injected adaptively according to frequency content: low-frequency structural features during early denoising steps and high-frequency detail features later. Text conditioning, previously obtained per-endpoint and then blended, is instead replaced by a VLM-derived anchor prompt that captures the semantic intersection of the two inputs and is concatenated into cross-attention early in denoising. The paper shows that this zero-shot approach achieves the highest Global-Local Consis
What carries the argument
Adaptive Cache Injection (ACI) records down, mid, and up-block features of both inputs during DDIM inversion, blends them via slerp, and adds them as residual guidance using an Inversion-Denoiso Timestep Mapping (IDM) that aligns inversion and denoising steps. Semantic Anchor Prompting (SAP) uses a vision-language model to generate a shared anchor-prompt and two endpoint prompts, then augments cross-attention with the anchor's key-value embeddings. Global-Local Consistency Score (GLCS) is the paper's metric: GCS checks each frame's similarity to the endpoints against a slerp-interpolated expected trend; LCS checks neighbor-based smoothness; the two are combined as sqrt(GCS·LCS) using a DiffS
Load-bearing premise
The quantitative superiority claim rests on the assumption that GLCS—which expects each frame's similarity to the endpoints to follow a slerp-interpolated trend and its neighbor similarities to be smooth—faithfully captures what humans mean by a good morph; if that similarity-space model is wrong, the headline result collapses.
What would settle it
A simple test: collect a set of morphing sequences, ask human raters to rank them by overall quality, and compute GLCS for the same sequences. If any sequence that human raters clearly judge as excellent receives a distinctly lower GLCS than a visibly worse sequence, then GLCS—and the paper's quantitative claims based on it—fail. The paper's own user study is a step, but it covers only 15 sequences; a larger, independent study would settle the question.
If this is right
- If CHIMERA's claims hold, training-free morphing becomes competitive with per-pair fine-tuning, drastically reducing the compute and generalization barriers for morphing across new domains.
- The ACI mechanism—caching and re-injecting multi-scale inversion features with a timestep mapping—could transfer to other diffusion-based editing or interpolation tasks where structural stability is needed.
- SAP's use of a VLM-generated shared anchor prompt suggests a general recipe for improving semantic coherence whenever text conditioning is interpolated between two endpoints.
- If GLCS is adopted by the community, evaluation of morphing will shift from distribution-level metrics to metrics that explicitly model the expected interpolation trajectory and local smoothness.
- The result that CHIMERA wins no conventional metric but wins on GLCS and the user study implies that current benchmarks may reward the wrong properties, and future morphing research should be re-evaluated with perception-aligned metrics.
Where Pith is reading between the lines
- The paper's cross-backbone claim—'applicable across diverse diffusion backbones without retraining'—is asserted but only demonstrated on Stable Diffusion 2.1; extending ACI/SAP to other backbones is a testable next step, not yet shown.
- If GLCS becomes standard, it may expose that earlier methods are better than their FID/LPIPS numbers suggest, or worse—depending on how closely DiffSim-based similarity tracks human perception for the specific kinds of structural and semantic changes morphing involves.
- Applying CHIMERA to video frame interpolation, as the paper itself tries, reveals a fundamental mismatch: morphing generates plausible intermediate states without motion correspondence, so the method would need explicit motion priors to become a practical VFI model—an extension the paper identifies but does not solve.
- A deeper implication left implicit is that the anchor-prompt's quality is entirely dependent on the VLM's ability to find a true shared concept; failures in that semantic inference would propagate through the entire morphing sequence, suggesting a need for uncertainty-aware anchor selection.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes CHIMERA, a zero-shot diffusion-based image morphing framework with two main components: Adaptive Cache Injection (ACI), which caches multi-scale U-Net features during DDIM inversion and re-injects slerp-interpolated caches into denoising using a timestep mapping (IDM); and Semantic Anchor Prompting (SAP), which uses a VLM to generate a shared anchor prompt and endpoint prompts, augmenting early cross-attention to stabilize semantics. The authors also introduce a new morphing-oriented metric, GLCS, combining a Global Consistency Score (expected DiffSim similarities following a slerp trend) and a Local Consistency Score (neighbor-based smoothness), combined as the geometric mean. Experiments on Morph4Data and MorphBench compare CHIMERA with IMPUS, DiffMorpher, FreeMorph, and latent slerp. In Table 1, CHIMERA wins neither FID_local/FID_global (IMPUS wins) nor LPIPS/PPL (DiffMorpher wins), but achieves the highest GLCS on both datasets. A user study (32 participants, 15 sequences, randomized anonymization) shows CHIMERA preferred on all four criteria with significant Friedman tests. The paper claims a new state of the art in image morphing, with GLCS as the quantitative basis.
Significance. If the claims hold, the contributions are meaningful: a training-free feature-reuse mechanism with a timestep-aligned schedule, a VLM-driven semantic anchoring scheme, and a morphing-specific metric. The user study is genuine independent evidence and is a real strength of the paper. The computational cost is lower than tuning-based baselines, and the ablation coverage is reasonably broad. However, the headline quantitative claim rests on GLCS, a metric proposed and validated only within this paper, computed in a diffusion feature space related to the very features ACI manipulates, and used to choose the method's hyperparameters. The user study supports human preference for CHIMERA, but it does not quantitatively validate the GLCS ranking per sequence. Therefore the strongest claim — establishing a new state of the art — is not yet fully supported, though the underlying method appears promising.
major comments (3)
- [Sec. 4.3, Table 1, Table 3, Table 4]
- [Supp. G and Sec. 4.3 (Eqs. 24–31)]
- [Sec. 5.1]
minor comments (7)
- [Sec. 4.3]
- [Supp. Eq. (24)]
- [Sec. 4.1, Eq. (7)]
- [Supp. Algorithm 1 and Sec. 4.2]
- [Table 1 vs. Table 12]
- [Supp. Table 5]
- [Supp. Table 10]
Circularity Check
CHIMERA's GLCS-based SOTA is weakened by tuning the method on the same self-proposed metric, but the user study provides independent, if limited, support.
specific steps
-
fitted input called prediction
[Sec. 5.3.2 (ACI Ablation – layer weight, Table 3) and Sec. 5.1/Table 1]
"Although the LPIPS and PPL values are relatively higher, we choose λ_S = 0.4 as the final weight because GLCS offers a more reliable assessment of smoothness."
The paper's headline quantitative claim is SOTA GLCS in Table 1, but the final model weight λ_S was explicitly selected to maximize the authors' own GLCS in Table 3 (0.4 is the GLCS peak among the tested values). Thus the reported GLCS advantage is not an independent test of the method: a key hyperparameter was tuned on the same metric that later serves as the primary evidence of state-of-the-art performance. This is a partial fit-to-evaluator loop rather than a full by-construction reduction, and the user study provides some external validation.
full rationale
The strongest claim — 'new state-of-the-art in image morphing' — rests mainly on GLCS from Table 1, where CHIMERA does not win FID_local, FID_global, LPIPS, or PPL. GLCS is proposed in this same paper and is computed from a DiffSim-based diffusion-feature similarity (Eq. 19), while CHIMERA's ACI manipulates diffusion U-Net features (Eqs. 6–7). This creates a real risk that the metric rewards exactly the kind of diffusion-feature slerp behavior CHIMERA was designed to produce, though the equations do not make the two identical: GLCS is a similarity-space expectation, not a direct readout of the injected cache. The more concrete circular step is the explicit selection of λ_S=0.4 because it maximizes GLCS, followed by using GLCS as the headline comparison metric. That is a legitimate concern under the 'fitted input called prediction' pattern, since the same benchmark and metric are used for both tuning and final evaluation. However, the paper does include a user study (Tables 12–14) in which CHIMERA is preferred over all baselines on all four criteria, with significance tests; this is independent evidence that the result is not purely an artifact of the self-designed metric. The GLCS–user-study alignment is only shown at the method-aggregate level and the study is small (15 sequences, 32 participants), so it does not fully validate GLCS per sequence. No load-bearing self-citations or uniqueness theorems appear in the paper; the citations to the authors' own prior works are peripheral. Overall, the central method itself is not circular by construction, but the quantitative SOTA claim is partly weakened by tuning and evaluating on the same in-house metric, giving a moderate score of 4 rather than a higher one.
Axiom & Free-Parameter Ledger
free parameters (5)
- ACI injection weight lambda_S =
0.4
- GLCS sharpening exponent gamma =
unspecified
- SAP activation stage =
early stage only
- GLCS expected-trend interpolation weights alpha_k =
(k+1)/(K+1)
- Sampling configuration =
N_inv=N_dng=50, guidance 0.75, 768x768
axioms (6)
- domain assumption DDIM inversion of SD2.1 produces latents whose slerp interpolation traces a perceptually meaningful morphing path
- domain assumption U-Net mid-block features are low-frequency and up-block features are high-frequency; early denoising timesteps are low-frequency and later ones high-frequency
- domain assumption Linear IDM mapping phi(t) correctly aligns cached inversion timesteps with denoising timesteps
- domain assumption CLIP text embedding space is approximately locally linear, so correlated captions and anchor prompts blend stably
- domain assumption Qwen2.5-VL reliably extracts a shared semantic/layout anchor from an arbitrary endpoint pair with a fixed prompt template
- ad hoc to paper DiffSim-based bounded similarity s(X,Y) in [-1,1], with per-frame similarity trends modeled by slerp of four endpoint similarities, is a valid model of perceptual morphing progression
invented entities (2)
-
Shared semantic anchor-prompt (text_anc)
independent evidence
-
GLCS metric (GCS x LCS)
no independent evidence
Cite this review
Pith. "Pith review of CHIMERA: Adaptive Cache Injection and Semantic Anchor Prompting for Zero-shot Image Morphing with Morphing-oriented Metrics." pith.science (2026). https://pith.science/paper/QNNF4XBU
@misc{pith2026251207155,
author = {Pith},
title = {Pith review of: CHIMERA: Adaptive Cache Injection and Semantic Anchor Prompting for Zero-shot Image Morphing with Morphing-oriented Metrics},
year = {2026},
howpublished = {\url{https://pith.science/paper/QNNF4XBU}},
note = {Machine review of arXiv:2512.07155}
}
read the original abstract
Recent diffusion-based image morphing methods typically interpolate inverted latents and reuse limited conditioning signals, which often yields unstable intermediates for heterogeneous endpoint pairs. In particular, (i) feature reuse is usually partial or non-adaptive, leading to abrupt structural changes or over-smoothing, and (ii) text conditions are commonly obtained independently per endpoint and then interpolated, which can introduce incompatible semantics. We present CHIMERA, a novel zero-shot diffusion morphing framework that addresses both issues via inversion-guided denoising with complementary feature reuse and text conditioning. Adaptive Cache Injection (ACI) caches a broader set of multi-scale diffusion features beyond Key-Value-only reuse during DDIM inversion, and re-injects them with layer- and timestep-aware scheduling to stabilize denoising and enable gradual fusion. Semantic Anchor Prompting (SAP) uses a VLM to generate a shared anchor-prompt and anchor-conditioned endpoint prompts, and injects the anchor into cross-attention to improve intermediate semantic coherence. Finally, we propose Global-Local Consistency Score (GLCS), a morphing-oriented metric that jointly captures global domain harmonization and local transition smoothness. Extensive experiments and a user study show that CHIMERA produces smoother and more semantically consistent morphing results than prior methods, while remaining efficient and applicable across diverse diffusion backbones without retraining.
Figures
Reference graph
Works this paper leans on
-
[1]
Image morphing techniques: A re- view.Technium, 9, 2023
Alyaa Qusay Aloraibi. Image morphing techniques: A re- view.Technium, 9, 2023. 3
2023
-
[2]
Shuai Bai, Keqin Chen, Xuejing Liu, Jialin Wang, Wenbin Ge, Sibo Song, Kai Dang, Peng Wang, Shijie Wang, Jun Tang, et al. Qwen2. 5-vl technical report.arXiv preprint arXiv:2502.13923, 2025. 2, 3, 5, 13, 15
Pith/arXiv arXiv 2025
-
[3]
Feature-based image metamorphosis.ACM SIGGRAPH Computer Graphics, 26 (2):35–42, 1992
Thaddeus Beier and Shawn Neely. Feature-based image metamorphosis.ACM SIGGRAPH Computer Graphics, 26 (2):35–42, 1992. 3
1992
-
[4]
Comparative study of triangulation based and feature based image morphing.Signal & Image Process- ing, 2(4):235, 2011
Bhumika G Bhatt. Comparative study of triangulation based and feature based image morphing.Signal & Image Process- ing, 2(4):235, 2011. 2
2011
-
[5]
Sega: Instructing text-to-image models using semantic guidance
Manuel Brack, Felix Friedrich, Dominik Hintersdorf, Lukas Struppek, Patrick Schramowski, and Kristian Kersting. Sega: Instructing text-to-image models using semantic guidance. Advances in Neural Information Processing Systems, 36: 25365–25389, 2023. 5
2023
-
[6]
High accuracy optical flow estimation based on a theory for warping
Thomas Brox, Andres Bruhn, Nils Papenberg, and Joachim Weickert. High accuracy optical flow estimation based on a theory for warping. InEuropean Conference on Computer Vision (ECCV), pages 25–36, 2004. 3
2004
-
[7]
Freemorph: Tuning-free generalized im- age morphing with diffusion models.Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2025
Jiayi Cao, Xinyu Lin, Yichen Xu, Jing Xu, Zhen Zhang, and Zongwei Li. Freemorph: Tuning-free generalized im- age morphing with diffusion models.Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2025. 1, 2, 3, 5, 6, 7, 8, 13, 14, 15, 17, 18
2025
-
[8]
Attention interpolation for text-to-image diffusion models.Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), 2023
Hila Chefer, Ron Mokady, Or Lang, Yuval Alaluf, Gal Chechik, and Daniel Cohen-Or. Attention interpolation for text-to-image diffusion models.Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), 2023. 3
2023
-
[9]
Textdiffuser: Diffusion models as text painters.Advances in Neural Information Processing Sys- tems, 36:9353–9387, 2023
Jingye Chen, Yupan Huang, Tengchao Lv, Lei Cui, Qifeng Chen, and Furu Wei. Textdiffuser: Diffusion models as text painters.Advances in Neural Information Processing Sys- tems, 36:9353–9387, 2023. 19
2023
-
[10]
Repurposing pre-trained video diffusion models for event-based video interpolation
Jingxi Chen, Brandon Y Feng, Haoming Cai, Tianfu Wang, Levi Burner, Dehao Yuan, Cornelia Fermuller, Christopher A Metzler, and Yiannis Aloimonos. Repurposing pre-trained video diffusion models for event-based video interpolation. InProceedings of the Computer Vision and Pattern Recogni- tion Conference, pages 12456–12466, 2025. 17
2025
-
[11]
Improv- ing diffusion models with self-conditioning.Proceedings of the International Conference on Machine Learning (ICML),
Ting Chen, Ruixiang Zhang, and Martin Arjovsky. Improv- ing diffusion models with self-conditioning.Proceedings of the International Conference on Machine Learning (ICML),
-
[12]
Multiple video frame interpolation via enhanced deformable separable con- volution.IEEE Transactions on Pattern Analysis and Ma- chine Intelligence, 44(10):7029–7045, 2021
Xianhang Cheng and Zhenzhong Chen. Multiple video frame interpolation via enhanced deformable separable con- volution.IEEE Transactions on Pattern Analysis and Ma- chine Intelligence, 44(10):7029–7045, 2021. 17
2021
-
[13]
Diffusion models beat gans on image synthesis
Prafulla Dhariwal and Alex Nichol. Diffusion models beat gans on image synthesis. InAdvances in Neural Information Processing Systems (NeurIPS), 2021. 3
2021
-
[14]
Wave: Warping ddim inversion features for zero-shot text-to-video editing
Yutang Feng, Sicheng Gao, Yuxiang Bao, Xiaodi Wang, Shumin Han, Juan Zhang, Baochang Zhang, and Angela Yao. Wave: Warping ddim inversion features for zero-shot text-to-video editing. InEuropean Conference on Computer Vision, pages 38–55. Springer, 2024. 2
2024
-
[15]
Agus Gunawan, Samuel Teodoro, Yun Chen, Soo Ye Kim, Jihyong Oh, and Munchurl Kim. Omnitext: A training-free generalist for controllable text-image manipulation.arXiv preprint arXiv:2510.24093, 2025. 19
arXiv 2025
-
[16]
Tenenbaum, An- tonio Torralba, and Ariel Shamir
Amir Hertz, Ron Mokady, Jonathan B. Tenenbaum, An- tonio Torralba, and Ariel Shamir. Prompt-to-prompt im- age editing with cross-attention control.arXiv preprint arXiv:2208.01626, 2022. 3
Pith/arXiv arXiv 2022
-
[17]
Heusel, Hubert Ramsauer, Thomas Unterthiner, Bernhard Nessler, and Sepp Hochreiter
M. Heusel, Hubert Ramsauer, Thomas Unterthiner, Bernhard Nessler, and Sepp Hochreiter. Gans trained by a two time- scale update rule converge to a local nash equilibrium. In Neural Information Processing Systems, 2017. 6, 7
2017
-
[18]
Classifier-free diffusion guidance
Jonathan Ho and Tim Salimans. Classifier-free diffusion guidance. InAdvances in Neural Information Processing Systems (NeurIPS), 2022. 3
2022
-
[19]
Denoising dif- fusion probabilistic models
Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising dif- fusion probabilistic models. InAdvances in Neural Informa- tion Processing Systems (NeurIPS), 2020. 3
2020
-
[20]
On exact inversion of dpm-solvers
Seongmin Hong, Kyeonghyun Lee, Suh Yoon Jeon, Hyewon Bae, and Se Young Chun. On exact inversion of dpm-solvers. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 7069–7078, 2024. 2
2024
-
[21]
Horn and Brian G
Berthold K.P. Horn and Brian G. Schunck. Determining op- tical flow.Artificial Intelligence, 17(1-3):185–203, 1981. 3
1981
-
[22]
Laine, M
Tero Karras, S. Laine, M. Aittala, Janne Hellsten, J. Lehti- nen, and Timo Aila. Analyzing and improving the image quality of stylegan. InComputer Vision and Pattern Recog- nition, 2019. 1, 6, 7
2019
-
[23]
Probability density geodesics in image diffusion latent space.Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2024
Jonghyun Kim, Jaehyung Park, Seungho Yang, and Dongy- oon Han. Probability density geodesics in image diffusion latent space.Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2024. 3
2024
-
[24]
Dahyeon Kye, Changhyun Roh, Sukhun Ko, Chanho Eom, and Jihyong Oh. Acevfi: A comprehensive survey of advances in video frame interpolation.arXiv preprint arXiv:2506.01061, 2025. 17
arXiv 2025
-
[25]
Flow-based image morph- ing.IEEE Transactions on Image Processing, 21(2):820– 833, 2012
Sangho Lee and Hanseok Kim. Flow-based image morph- ing.IEEE Transactions on Image Processing, 21(2):820– 833, 2012. 3
2012
-
[26]
Wenqi Li, Jingyu Zhao, Yifan Zhang, and Liwei Wang. Layer control: Revisiting layer-wise feature modulation for diffusion models.arXiv preprint arXiv:2404.12217, 2024. 3
Pith/arXiv arXiv 2024
-
[27]
Sparse global matching for video frame interpolation with large motion
Chunxu Liu, Guozhen Zhang, Rui Zhao, and Limin Wang. Sparse global matching for video frame interpolation with large motion. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 19125– 19134, 2024. 17
2024
-
[28]
Neural image morphing for cross-domain transitions
Haoran Liu, Xiaolong Wang, and Lei Zhang. Neural image morphing for cross-domain transitions. InEuropean Con- ference on Computer Vision (ECCV), pages 401–418, 2022. 3
2022
-
[29]
Visual instruction tuning.Advances in neural information processing systems, 36:34892–34916, 2023
Haotian Liu, Chunyuan Li, Qingyang Wu, and Yong Jae Lee. Visual instruction tuning.Advances in neural information processing systems, 36:34892–34916, 2023. 3, 13 9
2023
-
[30]
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. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 6038–6047, 2023. 2, 3, 13
2023
-
[31]
Softmax splatting for video frame interpolation
Simon Niklaus and Feng Liu. Softmax splatting for video frame interpolation. InProceedings of the IEEE/CVF con- ference on computer vision and pattern recognition, pages 5437–5446, 2020. 17
2020
-
[32]
Styleclip: Text-driven manipulation of stylegan imagery
Or Patashnik, Zongze Wu, Eli Shechtman, Daniel Cohen-Or, and Dani Lischinski. Styleclip: Text-driven manipulation of stylegan imagery. InProceedings of the IEEE/CVF inter- national conference on computer vision, pages 2085–2094,
2085
-
[33]
The 2017 davis challenge on video object segmentation.arXiv preprint arXiv:1704.00675, 2017
Jordi Pont-Tuset, Federico Perazzi, Sergi Caelles, Pablo Ar- bel´aez, Alex Sorkine-Hornung, and Luc Van Gool. The 2017 davis challenge on video object segmentation.arXiv preprint arXiv:1704.00675, 2017. 17
Pith/arXiv arXiv 2017
-
[34]
Barron, and Ben Milden- hall
Ben Poole, Ajay Jain, Jonathan T. Barron, and Ben Milden- hall. Dreamfusion: Text-to-3d using 2d diffusion. InAd- vances in Neural Information Processing Systems (NeurIPS),
-
[35]
Learning transferable visual models from natural language supervision.Proceedings of the International Conference on Machine Learning (ICML),
Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, Gretchen Krueger, and Ilya Sutskever. Learning transferable visual models from natural language supervision.Proceedings of the International Conference on Machine Learning (ICML),
-
[36]
Riemannian morph- ing on manifolds
Aleksa Rajkovi ´c and Laurent Younes. Riemannian morph- ing on manifolds. InInternational Conference on Computer Vision (ICCV), pages 1–11, 2023. 3
2023
-
[37]
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. InProceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 10684–10695, 2022. 2, 4, 5, 6, 19
2022
-
[38]
U- net: Convolutional networks for biomedical image segmen- tation
Olaf Ronneberger, Philipp Fischer, and Thomas Brox. U- net: Convolutional networks for biomedical image segmen- tation. InInternational Conference on Medical image com- puting and computer-assisted intervention, pages 234–241. Springer, 2015. 2, 3
2015
-
[39]
Berg, and Li Fei-Fei
Olga Russakovsky, Jia Deng, Hao Su, Jonathan Krause, San- jeev Satheesh, Sean Ma, Zhiheng Huang, Andrej Karpathy, Aditya Khosla, Michael Bernstein, Alexander C. Berg, and Li Fei-Fei. ImageNet Large Scale Visual Recognition Chal- lenge.International Journal of Computer Vision (IJCV), 115 (3):211–252, 2015. 6
2015
-
[40]
Bim- vfi: Bidirectional motion field-guided frame interpolation for video with non-uniform motions
Wonyong Seo, Jihyong Oh, and Munchurl Kim. Bim- vfi: Bidirectional motion field-guided frame interpolation for video with non-uniform motions. InProceedings of the Computer Vision and Pattern Recognition Conference, pages 7244–7253, 2025. 17
2025
-
[41]
Denoising diffusion implicit models.arXiv preprint arXiv:2010.02502, 2020
Jiaming Song, Chenlin Meng, and Stefano Ermon. Denoising diffusion implicit models.arXiv preprint arXiv:2010.02502, 2020. 2, 3, 4
Pith/arXiv arXiv 2010
-
[42]
Kingma, Ab- hishek Kumar, Stefano Ermon, and Ben Poole
Yang Song, Jascha Sohl-Dickstein, Diederik P. Kingma, Ab- hishek Kumar, Stefano Ermon, and Ben Poole. Score-based generative modeling through stochastic differential equa- tions.Proceedings of the International Conference on Learn- ing Representations (ICLR), 2021. 3
2021
-
[43]
Diffsim: Taming diffusion models for evaluating visual similarity
Yiren Song, Xiaokang Liu, and Mike Zheng Shou. Diffsim: Taming diffusion models for evaluating visual similarity. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 16904–16915, 2025. 6, 7, 8
2025
-
[44]
T2i-adapter: Learning adapters to dig out more controllable ability for text-to-image diffusion models
Shengding Tang, Wei Wu, Yixin Zhang, Yichong Jiang, Xingjun Li, Chen Lin, Jiajun Wang, Shujian Huang, Kun Zhou, Dahua Lin, and Ping Luo. T2i-adapter: Learning adapters to dig out more controllable ability for text-to-image diffusion models. InProceedings of the IEEE/CVF Confer- ence on Computer Vision and Pattern Recognition (CVPR),
-
[45]
Diffusion-based image interpolation via denoising trajectory alignment
Tian Wang, Polina Golland, and Joshua Tenenbaum. Diffusion-based image interpolation via denoising trajectory alignment. InAdvances in Neural Information Processing Systems (NeurIPS), 2024. 2
2024
-
[46]
Xiaojuan Wang, Boyang Zhou, Brian Curless, Ira Kemelmacher-Shlizerman, Aleksander Holynski, and Steven M Seitz. Generative inbetweening: Adapting image- to-video models for keyframe interpolation.arXiv preprint arXiv:2408.15239, 2024. 17
Pith/arXiv arXiv 2024
-
[47]
Interpolat- ing between images with diffusion models.Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2023
Yuxin Wang, Wenguan Wang, and Yi Yang. Interpolat- ing between images with diffusion models.Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2023. 2, 3
2023
-
[48]
Image morphing: A survey.The Visual Computer, 14(8-9):360–372, 1998
George Wolberg. Image morphing: A survey.The Visual Computer, 14(8-9):360–372, 1998. 3
1998
-
[49]
Perception-oriented video frame interpolation via asymmetric blending
Guangyang Wu, Xin Tao, Changlin Li, Wenyi Wang, Xiao- hong Liu, and Qingqing Zheng. Perception-oriented video frame interpolation via asymmetric blending. InProceed- ings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 2753–2762, 2024. 17
2024
-
[50]
Inversion-free image editing with natural language
Sihan Xu, Yidong Huang, Jiayi Pan, Ziqiao Ma, and Joyce Chai. Inversion-free image editing with natural language. arXiv preprint arXiv:2312.04965, 2023. 5
Pith/arXiv arXiv 2023
-
[51]
Video enhancement with task-oriented flow.International Journal of Computer Vision, 127(8): 1106–1125, 2019
Tianfan Xue, Baian Chen, Jiajun Wu, Donglai Wei, and William T Freeman. Video enhancement with task-oriented flow.International Journal of Computer Vision, 127(8): 1106–1125, 2019. 17
2019
-
[52]
Zhaoyuan Yang, Zhengyang Yu, Zhiwei Xu, Jaskirat Singh, Jing Zhang, Dylan Campbell, Peter Tu, and Richard Hartley. Impus: Image morphing with perceptually- uniform sampling using diffusion models.arXiv preprint arXiv:2311.06792, 2023. 2, 3, 5, 7, 13, 15, 17, 18
Pith/arXiv arXiv 2023
-
[53]
Textctrl: Diffusion-based scene text editing with prior guidance control.Advances in Neural Information Pro- cessing Systems, 37:138569–138594, 2024
Weichao Zeng, Yan Shu, Zhenhang Li, Dongbao Yang, and Yu Zhou. Textctrl: Diffusion-based scene text editing with prior guidance control.Advances in Neural Information Pro- cessing Systems, 37:138569–138594, 2024. 19
2024
-
[54]
Free-lunch color-texture disentanglement for stylized image generation.Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2023
Hanting Zhang, Yifan Deng, Yixiao Zhang, Xinyu Chen, Zhaoxi Li, Kaili Chen, Yifan Li, Pan Lu, Ping Luo, and Dengxin Dai. Free-lunch color-texture disentanglement for stylized image generation.Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2023. 3 10
2023
-
[55]
Diffmorpher: Unleashing the capability of dif- fusion models for image morphing
Kaiwen Zhang, Yifan Zhou, Xudong Xu, Bo Dai, and Xin- gang Pan. Diffmorpher: Unleashing the capability of dif- fusion models for image morphing. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 7912–7921, 2024. 1, 2, 3, 5, 6, 7, 13, 15, 17, 18
2024
-
[56]
Adding conditional control to text-to-image diffusion mod- els
Lvmin Zhang, Maneesh Rao, and Maneesh Agrawala. Adding conditional control to text-to-image diffusion mod- els. InProceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV), 2023. 3
2023
-
[57]
Efros, Eli Shecht- man, and Oliver Wang
Richard Zhang, Phillip Isola, Alexei A. Efros, Eli Shecht- man, and Oliver Wang. The unreasonable effectiveness of deep features as a perceptual metric. In2018 IEEE/CVF Conference on Computer Vision and Pattern Recognition,
-
[58]
Eden: Enhanced diffusion for high-quality large-motion video frame interpo- lation
Zihao Zhang, Haoran Chen, Haoyu Zhao, Guansong Lu, Yanwei Fu, Hang Xu, and Zuxuan Wu. Eden: Enhanced diffusion for high-quality large-motion video frame interpo- lation. InProceedings of the Computer Vision and Pattern Recognition Conference, pages 2105–2115, 2025. 17
2025
-
[59]
Layout-agnostic scene text image synthesis with diffusion models
Qilong Zhangli, Jindong Jiang, Di Liu, Licheng Yu, Xi- aoliang Dai, Ankit Ramchandani, Guan Pang, Dimitris N Metaxas, and Praveen Krishnan. Layout-agnostic scene text image synthesis with diffusion models. In2024 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 7496–7506. IEEE Computer Society, 2024. 19
2024
-
[60]
Bhushan Zope and Soniya B Zope. A survey of morphing techniques.International Journal of Advanced Engineering, Management and Science, 3(2):239773, 2017. 3 11 CHIMERA: Adaptive Cache Injection and Semantic Anchor Prompting for Zero-shot Image Morphing with Morphing-oriented Metrics Supplementary Material A. Extended Experiment Results This section provide...
arXiv 2017
-
[61]
First, carefully identify their shared semantic concept, the main subject, action, or event that connects both images
-
[62]
Next, identify their shared layout structure, the spatial arrange- ment or composition of major elements (e.g., background, perspective, subject position) that remains partially consistent between both
-
[63]
Summarize the shared theme (semantic and/or layout) in one short compact phrase
-
[64]
beautiful
Then, write short but precise captions for each image, ensuring that both captions naturally include the shared semantic meaning and layout structure. Use this exact format strictly: Anchor-prompt:[compact phrase capturing shared seman- tic or layout aspect] Caption A:[short factual description of image1 including the shared theme] Caption B:[short factua...
1901
This paper was first reviewed by deepseek-v4-flash on August 3, 2026.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.