REVIEW 3 major objections 5 minor 71 references
Spectral Consistent Flow for One-step 3D Medical Image Translation
T0 review · 3 major / 5 minor · reviewed 2026-07-14 · grok-4.5
Pith's one-line read One latent-space step, with spectral gain correction, translates 3D medical volumes more accurately than multi-step diffusion or voxel-space baselines.
desk verdict Practical 1-NFE latent Brownian mean-flow plus radial PSD gain for 3D MIT; metric and PSD gains look real across four datasets, but rest on the AE retaining the high-frequency content SCC later amplifies. 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
Spectral Consistency Corrector (SCC): a lightweight encoder–MLP that predicts per-bin radial frequency gains applied to the 3D FFT of the decoder output, aligning the generated power spectral density with the target and thereby restoring high-frequency texture lost by average-velocity flow and latent compression.
What would settle it
On a held-out paired volume whose latent already discards fine cortical or lesion texture, measure whether SCC still recovers that texture (e.g., by high-frequency PSD match and radiologist scoring); if the corrected image remains over-smoothed relative to ground truth, the recovery claim fails.
Extended reading notes
Core claim
SC-Flow shows that a support-regularized mean-velocity field of a Brownian bridge in latent space, combined with a learnable radial power-spectrum gain corrector, yields one-step 3D medical image translation that is more accurate, spectrally consistent, and robust than both multi-NFE diffusion and prior single-NFE flow baselines across MRI–PET, PET–MRI, and CT–MRI/CBCT tasks.
Load-bearing premise
The method assumes that a pre-trained latent autoencoder still retains the clinically important high-frequency anatomy, so that a post-hoc spectral gain map can restore it rather than invent missing detail.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes Spectral Consistent Flow (SC-Flow), a latent-space 1-NFE framework for paired 3D medical image translation. It reformulates the mapping as an endpoint-conditioned stochastic Brownian bridge whose mean velocity field is learned by a MeanFlow-style network (Eqs. 1–5), thereby exploiting paired anatomical correspondence without modality-specific priors. To counteract the low-pass bias of average-velocity transport and latent compression, a Spectral Consistency Corrector (SCC) predicts learnable radial frequency-bin gains that re-weight the power spectral density of the decoded volume (Eqs. 6–8, L_spec). End-to-end training combines the mean-flow objective with voxel-domain and log-spectral losses. Experiments on ADNI, A4, NACC and synthRAD2025 (MRI↔PET, CT→MRI/CBCT) report consistent gains in MAE/RMSE/PSNR/SSIM over multi-NFE diffusion and single-NFE baselines, supported by PSD curves, component ablations (Table 4), bin-count sensitivity (Table 6), reverse-direction tasks and a downstream AD-classification study (Table 3).
Significance. If the empirical claims hold, SC-Flow would be a practically useful advance for clinical MIT: it delivers high-fidelity volumetric translation at a single function evaluation, with substantially lower memory and latency than multi-step diffusion or voxel-space networks (Fig. 1). The combination of a support-regularized Brownian-bridge MeanFlow with an explicit spectral-energy regularizer is novel for paired medical data and is validated across eight translation directions, four datasets and a diagnostic downstream task. Strengths that should be credited include the multi-dataset quantitative tables, the PSD alignment analysis (Figs. 6–7), the controlled ablations of the diffusion term / SCC / L_spec, and the demonstration that improved perceptual metrics translate into better classifier performance on synthetic images. These elements make the work a solid candidate for a methods-oriented medical-imaging venue once the load-bearing recovery assumption is clarified.
major comments (3)
- Sec. 3.2, Eqs. (6)–(8) and Limitations: SCC multiplies existing Fourier coefficients by a learned radial gain map g_map. Gain modulation can only re-weight residual energy; it cannot restore coefficients that the latent encoder has already driven near zero. The abstract and introduction claim that SCC “enables the model to recover fine-grained anatomical fidelity,” yet the manuscript never quantifies how much high-frequency energy survives the AE before correction. Without such a measurement (or an AE-capacity ablation), the headline superiority of latent 1-NFE over multi-NFE / voxel baselines rests on an untested recovery premise. A short experiment reporting residual PSD of encoded latents, or a comparison against a higher-capacity AE, is needed to make the central claim load-bearing.
- Tables 1–2 and Fig. 4: All quantitative claims of “significantly more accurate” performance are reported as single point estimates without standard deviations, confidence intervals or statistical tests across subjects or folds. Given the multi-dataset, multi-modality scope of the strongest claim, the absence of any measure of variability undermines the robustness assertion. Adding subject-level error bars or a paired significance test would strengthen the evidence without altering the experimental design.
- Sec. 3.1 and Fig. 1: The paper repeatedly asserts that latent-space 1-NFE SC-Flow “matches or even surpasses voxel-space and multi-NFE approaches.” The only voxel-space single-NFE baseline shown with full metrics is Causal-PETs; the memory/latency comparison in Fig. 1 is not accompanied by a matched voxel-space accuracy table under identical training budgets. A clearer side-by-side of reconstruction metrics for a pure voxel 1-NFE MeanFlow (or Causal-PETs under the same AE-free setting) is required to substantiate the efficiency–accuracy trade-off claim.
minor comments (5)
- Keywords and abstract: “Power Spectral Densit” is missing the final “y”; several compound adjectives lack hyphens (e.g., “support regularized,” “frequency-domain”).
- Eq. (9): the spectral loss is written as a sum of (log P̂ − log P) without an absolute value or square; the surrounding text calls it a “weighted log mean square error.” Clarify whether the absolute value / square is omitted by typesetting error.
- Sec. 3.3: it is stated that the decoder is jointly trained, yet the encoder E is described as “pre-trained.” Explicitly state whether E is frozen, fine-tuned, or also end-to-end.
- Fig. 3 caption and Table 6: radial bin count is ablated, but the soft-mask construction m_b(k) and the precise radial bin edges are never defined; a short formula or appendix note would aid reproducibility.
- Related Work: the discussion of Consistency Models and distillation methods is accurate but could briefly note that none of those works address paired cross-modal medical constraints, sharpening the novelty claim.
Circularity Check
No circularity: empirical supervised method whose claims rest on external metrics and held-out ground truth, not on self-definitional reductions or load-bearing self-citations.
full rationale
SC-Flow is a standard empirical architecture paper. The Brownian-bridge mean-velocity construction (Eqs. 1–5) and Spectral Consistency Corrector (Eqs. 6–8) are design choices trained end-to-end against paired ground-truth volumes via the composite loss (Eq. 11: Lmf + Lvoxel + Lspec). All reported superiority claims (Tables 1–2, Figs. 4–8) are measured by external, non-circular metrics (MAE/RMSE/PSNR/SSIM/FID/MMD) on held-out data from four public datasets. No equation reduces a claimed “prediction” to a fitted constant by construction; no uniqueness theorem is imported from the authors’ prior work; citations to MeanFlow, Brownian bridges, and VAEs are ordinary architectural references, not load-bearing self-citations that force the result. The Limitations section itself flags the AE-recovery assumption without circularly assuming it away. Consequently the derivation chain contains no circular steps.
Assumptions & free parameters
free parameters (4)
- loss weights λ1, λ2, λ3
- radial bin count B (default 24)
- diffusion schedule σ(t) with σ(0)=σ(1)=0
- spectral bin weights wb
assumptions (5)
- domain assumption Paired source–target volumes are anatomically aligned enough that a voxel-wise and spectral supervised loss is meaningful.
- standard math Parseval / Wiener–Khinchin: spatial texture fidelity is adequately captured by radial power spectral density energy.
- domain assumption A pre-trained latent AE (VAE/VQGAN) preserves sufficient information for clinically faithful reconstruction after flow and spectral correction.
- domain assumption Average velocity of a Brownian bridge can be learned by a neural net and evaluated in one step (r=0,t=1) without multi-step ODE integration.
- ad hoc to paper Radial (rotation-averaged) binning is an adequate spectral representation despite anisotropic medical sampling.
invented entities (2)
-
Spectral Consistency Corrector (SCC) with learnable radial gain field g_b / g_map
-
Support-regularized Brownian-bridge MeanFlow (SC-Flow) for paired MIT
Cite this review
Pith. "Pith review of Spectral Consistent Flow for One-step 3D Medical Image Translation." pith.science (2026). https://pith.science/paper/ZXVJDHK3
@misc{pith2026260710627,
author = {Pith},
title = {Pith review of: Spectral Consistent Flow for One-step 3D Medical Image Translation},
year = {2026},
howpublished = {\url{https://pith.science/paper/ZXVJDHK3}},
note = {Machine review of arXiv:2607.10627}
}
read the original abstract
We present Spectral Consistent Flow (SC-Flow), a 3D medical image translation framework with a single function evaluation (1-NFE) in the latent space. This approach reformulates medical image translation as a stochastic Brownian bridge process that directly constructs a mapping between source and target modalities by predicting the support regularized mean velocity field. To mitigate modality entanglement, over-smoothing, and artifacts induced by the implicit low-pass modulation of the latent average velocity, we introduce a Spectral Consistency Corrector that dynamically regularizes the evolution of the power spectral density via learnable frequency-domain gain modulation. This mechanism establishes an explicit bridge between spatial textures and spectral energy flow, enabling the model to recover fine-grained anatomical fidelity while maintaining global structural coherence. Extensive experiments on four datasets demonstrate that SC-Flow delivers significantly more accurate, consistent, and robust performance across various translation scenarios.
Figures
Figures from the paper (7 more)
Reference graph
Works this paper leans on
-
[1]
arXiv preprint arXiv:2303.08797 (2023)
Albergo,M.S.,Boffi,N.M.,Vanden-Eijnden,E.:Stochasticinterpolants:Aunifying framework for flows and diffusions. arXiv preprint arXiv:2303.08797 (2023)
arXiv 2023
-
[2]
In: The Eleventh International Conference on Learning Representations (2023)
Albergo, M.S., Vanden-Eijnden, E.: Building normalizing flows with stochastic in- terpolants. In: The Eleventh International Conference on Learning Representations (2023)
2023
-
[3]
Academic press (2000)
Ash, R.B., Doléans-Dade, C.A.: Probability and measure theory. Academic press (2000)
2000
-
[4]
Alzheimer Disease & Associated Disorders21(3), 249–258 (2007)
Beekly, D.L., Ramos, E.M., Lee, W.W., Deitrich, W.D., Jacka, M.E., Wu, J., Hubbard, J.L., Koepsell, T.D., Morris, J.C., Kukull, W.A., et al.: The national alzheimer’s coordinating center (nacc) database: the uniform data set. Alzheimer Disease & Associated Disorders21(3), 249–258 (2007)
2007
-
[5]
Prentice-Hall, Inc
Brigham, E.O.: The fast Fourier transform and its applications. Prentice-Hall, Inc. (1988)
1988
-
[6]
arXiv preprint arXiv:2503.07535 (2025)
Chadebec, C., Tasar, O., Sreetharan, S., Aubin, B.: Lbm: Latent bridge matching for fast image-to-image translation. arXiv preprint arXiv:2503.07535 (2025)
arXiv 2025
-
[7]
In: International Workshop on Simulation and Synthesis in Medical Imaging
Chartsias, A., Joyce, T., Dharmakumar, R., Tsaftaris, S.A.: Adversarial image synthesis for unpaired multi-modal cardiac data. In: International Workshop on Simulation and Synthesis in Medical Imaging. pp. 3–13 (2017)
2017
-
[8]
IEEE Transactions on Medical Imag- ing37(3), 803–814 (2017)
Chartsias, A., Joyce, T., Giuffrida, M.V., Tsaftaris, S.A.: Multimodal mr synthesis via modality-invariant latent representation. IEEE Transactions on Medical Imag- ing37(3), 803–814 (2017)
2017
Show all 71 references
-
[9]
103605 (2025)
Chen, J., Ye, Z., Zhang, R., Li, H., Fang, B., Zhang, L.b., Wang, W.: Medical image translationwithdeeplearning:Advances,datasetsandperspectives.MedicalImage Analysis p. 103605 (2025)
2025
-
[10]
In: Advances in Neural Information Processing Systems
Chen, R.T., Rubanova, Y., Bettencourt, J., Duvenaud, D.K.: Neural ordinary dif- ferential equations. In: Advances in Neural Information Processing Systems. vol. 31 (2018)
2018
-
[11]
In: International Conference on Medical Image Computing and Computer-Assisted Intervention
Choo, K., Jun, Y., Yun, M., Hwang, S.J.: Slice-consistent 3d volumetric brain ct-to-mri translation with 2d brownian bridge diffusion model. In: International Conference on Medical Image Computing and Computer-Assisted Intervention. pp. 657–667 (2024)
2024
-
[12]
Cohen, M., Quispe, G., Le Corff, S., Ollion, C., Moulines, E.: Diffusion bridges vectorquantizedvariationalautoencoders.In:InternationalConferenceonMachine Learning. No. 39 (2022)
2022
-
[13]
arXiv preprint arXiv:2307.08698 (2023)
Dao, Q., Phung, H., Nguyen, B., Tran, A.: Flow matching in latent space. arXiv preprint arXiv:2307.08698 (2023)
2023 arXiv
-
[14]
IEEE Transactions on Medical Imaging38(10), 2375–2388 (2019)
Dar, S.U., Yurt, M., Karacan, L., Erdem, A., Erdem, E., Cukur, T.: Image synthe- sis in multi-contrast mri with conditional generative adversarial networks. IEEE Transactions on Medical Imaging38(10), 2375–2388 (2019)
2019
-
[15]
Medical Image Analysis 92, 103046 (2024) 16 H
Dayarathna, S., Islam, K.T., Uribe, S., Yang, G., Hayat, M., Chen, Z.: Deep learn- ing based synthesis of mri, ct and pet: Review and analysis. Medical Image Analysis 92, 103046 (2024) 16 H. Li et al
2024
-
[16]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Esser, P., Rombach, R., Ommer, B.: Taming transformers for high-resolution image synthesis. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 12873–12883 (2021)
2021
-
[17]
arXiv preprint arXiv:2505.13447 (2025)
Geng,Z.,Deng,M.,Bai,X.,Kolter,J.Z.,He,K.:Meanflowsforone-stepgenerative modeling. arXiv preprint arXiv:2505.13447 (2025)
2025 arXiv
-
[18]
Geng,Z.,Pokle,A.,Kolter,J.Z.:One-stepdiffusiondistillationviadeepequilibrium models.In:AdvancesinNeuralInformationProcessingSystems.vol.36,pp.41914– 41931 (2023)
2023
-
[19]
In: The Thirteenth International Conference on Learning Representations (2025)
Geng, Z., Pokle, A., Luo, W., Lin, J., Kolter, J.Z.: Consistency models made easy. In: The Thirteenth International Conference on Learning Representations (2025)
2025
-
[20]
In: Advances in Neural Information Processing Systems
Goodfellow, I.J., Pouget-Abadie, J., Mirza, M., Xu, B., Warde-Farley, D., Ozair, S., Courville, A., Bengio, Y.: Generative adversarial nets. In: Advances in Neural Information Processing Systems. vol. 27 (2014)
2014
-
[21]
arXiv preprint arXiv:1810.01367 (2018)
Grathwohl, W., Chen, R.T., Bettencourt, J., Sutskever, I., Duvenaud, D.: Ffjord: Free-form continuous dynamics for scalable reversible generative models. arXiv preprint arXiv:1810.01367 (2018)
2018 arXiv
-
[22]
In: International Conference on Medical Image Computing and Computer-Assisted Intervention
Han, K., Xiong, Y., You, C., Khosravi, P., Sun, S., Yan, X., Duncan, J.S., Xie, X.: Medgen3d: A deep generative framework for paired 3d image and mask generation. In: International Conference on Medical Image Computing and Computer-Assisted Intervention. pp. 759–769 (2023)
2023
-
[23]
He,K.,Zhang,X.,Ren,S.,Sun,J.:Deepresiduallearningforimagerecognition.In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. pp. 770–778 (2016)
2016
-
[24]
In: Advances in Neural Information Processing Systems
Ho, J., Jain, A., Abbeel, P.: Denoising diffusion probabilistic models. In: Advances in Neural Information Processing Systems. vol. 33, pp. 6840–6851 (2020)
2020
-
[25]
New York (2011)
Hsu, H.P.: Signals and systems. New York (2011)
2011
-
[26]
In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition
Hu, J., Shen, L., Sun, G.: Squeeze-and-excitation networks. In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. pp. 7132–7141 (2018)
2018
-
[27]
In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition
Isola, P., Zhu, J.Y., Zhou, T., Efros, A.A.: Image-to-image translation with condi- tional adversarial networks. In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. pp. 1125–1134 (2017)
2017
-
[28]
Jeong, J., Han, S., Kim, J., Kim, S.J.: Latent space super-resolution for higher- resolutionimagegenerationwithdiffusionmodels.In:ProceedingsoftheComputer Vision and Pattern Recognition Conference. pp. 2355–2365 (2025)
2025
-
[29]
In: European Conference on Computer Vision
Johnson, J., Alahi, A., Fei-Fei, L.: Perceptual losses for real-time style transfer and super-resolution. In: European Conference on Computer Vision. pp. 694–711 (2016)
2016
-
[30]
SIAM Journal on Mathematical Analysis29(1), 1–17 (1998)
Jordan, R., Kinderlehrer, D., Otto, F.: The variational formulation of the fokker– planck equation. SIAM Journal on Mathematical Analysis29(1), 1–17 (1998)
1998
-
[31]
springer (2014)
Karatzas, I., Shreve, S.: Brownian motion and stochastic calculus. springer (2014)
2014
-
[32]
Math- ematische Annalen109(1), 604–615 (1934)
Khintchine, A.: Korrelationstheorie der stationären stochastischen prozesse. Math- ematische Annalen109(1), 604–615 (1934)
1934
-
[33]
arXiv preprint arXiv:1312.6114 (2013)
Kingma, D.P., Welling, M.: Auto-encoding variational bayes. arXiv preprint arXiv:1312.6114 (2013)
2013 arXiv
-
[34]
In: International Conference on Medical Image Computing and Computer-Assisted Intervention
Konz, N., Gu, H., Dong, H., Mazurowski, M.A.: The intrinsic manifolds of radiolog- ical images and their role in deep learning. In: International Conference on Medical Image Computing and Computer-Assisted Intervention. pp. 684–694 (2022)
2022
-
[35]
arXiv preprint arXiv:2504.10483 (2025) Spectral Consistent Flow 17
Leng, X., Singh, J., Hou, Y., Xing, Z., Xie, S., Zheng, L.: Repa-e: Unlock- ing vae for end-to-end tuning with latent diffusion transformers. arXiv preprint arXiv:2504.10483 (2025) Spectral Consistent Flow 17
2025
-
[36]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Li, B., Xue, K., Liu, B., Lai, Y.K.: Bbdm: Image-to-image translation with brow- nian bridge diffusion models. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 1952–1961 (2023)
1952
-
[37]
In: Proceedings of Medical Image Computing and Computer Assisted Intervention
Li, Y., Yakushev, I., Hedderich, D.M., Wachinger, C.: Pasta: Pathology-aware mri to pet cross-modal translation with diffusion models. In: Proceedings of Medical Image Computing and Computer Assisted Intervention. vol. 15007 (2024)
2024
-
[38]
In: Medical Imaging with Deep Learning (2025)
Li, Y., Li, H., Zhou, S.K.: Causal pets: Causality-informed pet synthesis from multi-modal data. In: Medical Imaging with Deep Learning (2025)
2025
-
[39]
Frontiers in Neuroscience15, 646013 (2021)
Lin, W., Lin, W., Chen, G., Zhang, H., Gao, Q., Huang, Y., Tong, T., Du, M., Initiative, A.D.N.: Bidirectional mapping of brain mri and pet with 3d reversible gan for the diagnosis of alzheimer’s disease. Frontiers in Neuroscience15, 646013 (2021)
2021
-
[40]
In: The Eleventh International Conference on Learning Rep- resentations (2023)
Lipman, Y., Chen, R.T., Ben-Hamu, H., Nickel, M., Le, M.: Flow matching for generative modeling. In: The Eleventh International Conference on Learning Rep- resentations (2023)
2023
-
[41]
arXiv preprint arXiv:2209.14577 (2022)
Liu, Q.: Rectified flow: A marginal preserving approach to optimal transport. arXiv preprint arXiv:2209.14577 (2022)
2022 arXiv
-
[42]
In: The Eleventh International Conference on Learning Representations (2023)
Liu, X., Gong, C., Liu, Q.: Flow straight and fast: Learning to generate and transfer data with rectified flow. In: The Eleventh International Conference on Learning Representations (2023)
2023
-
[43]
In: The Thirteenth International Conference on Learning Representations (2025)
Lu, C., Song, Y.: Simplifying, stabilizing and scaling continuous-time consistency models. In: The Thirteenth International Conference on Learning Representations (2025)
2025
-
[44]
Advances in Neural Information Processing Systems36, 76525–76546 (2023)
Luo, W., Hu, T., Zhang, S., Sun, J., Li, Z., Zhang, Z.: Diff-instruct: A universal approach for transferring knowledge from pre-trained diffusion models. Advances in Neural Information Processing Systems36, 76525–76546 (2023)
2023
-
[45]
arXiv preprint arXiv:1411.1784 (2014)
Mirza, M., Osindero, S.: Conditional generative adversarial nets. arXiv preprint arXiv:1411.1784 (2014)
2014 arXiv
-
[46]
In: Interna- tional Conference on Medical Image Computing and Computer-Assisted Interven- tion
Nie, D., Trullo, R., Lian, J., Petitjean, C., Ruan, S., Wang, Q., Shen, D.: Medical image synthesis with context-aware generative adversarial networks. In: Interna- tional Conference on Medical Image Computing and Computer-Assisted Interven- tion. pp. 417–425 (2017)
2017
-
[47]
IEEE Journal of Biomedical and Health Informatics29(2), 1221–1231 (2024)
Ou, Z., Pan, Y., Xie, F., Guo, Q., Shen, D.: Image-and-label conditioning latent diffusion model: Synthesizing Abeta-pet from mri for detecting amyloid status. IEEE Journal of Biomedical and Health Informatics29(2), 1221–1231 (2024)
2024
-
[48]
IEEE Transactions on Medical Imaging42(12), 3524–3539 (2023)
Özbey, M., Dalmaz, O., Dar, S.U., Bedel, H.A., Özturk, Ş., Güngör, A., Cukur, T.: Unsupervised medical image translation with adversarial diffusion models. IEEE Transactions on Medical Imaging42(12), 3524–3539 (2023)
2023
-
[49]
In: European Conference on Computer Vision
Park, T., Efros, A.A., Zhang, R., Zhu, J.Y.: Contrastive learning for unpaired image-to-image translation. In: European Conference on Computer Vision. pp. 319–345 (2020)
2020
-
[50]
In: Advances in Neural Information Processing Systems
Park, Y.H., Kwon, M., Choi, J., Jo, J., Uh, Y.: Understanding the latent space of diffusion models through the lens of riemannian geometry. In: Advances in Neural Information Processing Systems. vol. 36, pp. 24129–24142 (2023)
2023
-
[51]
Neurology74(3), 201–209 (2010)
Petersen, R.C., Aisen, P.S., Beckett, L.A., Donohue, M.C., Gamst, A.C., Harvey, D.J., Jack Jr, C., Jagust, W.J., Shaw, L.M., Toga, A.W., et al.: Alzheimer’s disease neuroimaging initiative (adni) clinical characterization. Neurology74(3), 201–209 (2010)
2010
-
[52]
In: MICCAI Workshop on Deep Generative Models
Pinaya, W.H., Tudosiu, P.D., Dafflon, J., Da Costa, P.F., Fernandez, V., Nachev, P., Ourselin, S., Cardoso, M.J.: Brain imaging generation with latent diffusion models. In: MICCAI Workshop on Deep Generative Models. pp. 117–126 (2022) 18 H. Li et al
2022
-
[53]
In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition
Rombach, R., Blattmann, A., Lorenz, D., Esser, P., Ommer, B.: High-resolution image synthesis with latent diffusion models. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 10684–10695 (2022)
2022
-
[54]
In: International Conference on Learning Representations (2022)
Salimans, T., Ho, J.: Progressive distillation for fast sampling of diffusion models. In: International Conference on Learning Representations (2022)
2022
-
[55]
arXiv preprint arXiv:2508.01292 (2025)
Sargood, A., Puglisi, L., Cole, J.H., Oxtoby, N.P., Ravì, D., Alexander, D.C.: Co- colit: Controlnet-conditioned latent image translation for mri to amyloid pet syn- thesis. arXiv preprint arXiv:2508.01292 (2025)
2025
-
[56]
In: European Conference on Computer Vision
Sauer, A., Lorenz, D., Blattmann, A., Rombach, R.: Adversarial diffusion distilla- tion. In: European Conference on Computer Vision. pp. 87–103 (2024)
2024
-
[57]
In: Advances in Neural Information Processing Systems
Shi, Y., De Bortoli, V., Campbell, A., Doucet, A.: Diffusion schrödinger bridge matching. In: Advances in Neural Information Processing Systems. vol. 36, pp. 62183–62223 (2023)
2023
-
[58]
In: The Twelfth International Conference on Learning Representations (2024)
Song, Y., Dhariwal, P.: Improved techniques for training consistency models. In: The Twelfth International Conference on Learning Representations (2024)
2024
-
[59]
In: Interna- tional Conference on Machine Learning
Song, Y., Dhariwal, P., Chen, M., Sutskever, I.: Consistency models. In: Interna- tional Conference on Machine Learning. pp. 32211–32252 (2023)
2023
-
[60]
Song, Y., Ermon, S.: Generative modeling by estimating gradients of the data distribution.In:AdvancesinNeuralInformationProcessingSystems.vol.32(2019)
2019
-
[61]
Sperling, R.A., Rentz, D.M., Johnson, K.A., Karlawish, J., Donohue, M., Salmon, D.P., Aisen, P.: The a4 study: stopping ad before symptoms begin? Science Trans- lational Medicine6(228), 228fs13–228fs13 (2014)
2014
-
[62]
Medical Physics52(7), e17981 (2025)
Thummerer, A., van der Bijl, E., Galapon, A.J., Kamp, F., Savenije, M., Muijs, C., Aluwini, S., Steenbakkers, R.J., Beuel, S., Intven, M.P., et al.: Synthrad2025 grand challenge dataset: Generating synthetic cts for radiotherapy from head to abdomen. Medical Physics52(7), e179...
2025
-
[63]
In: International Conference on Artificial Intelligence and Statistics
Tong, A.Y., Malkin, N., Fatras, K., Atanackovic, L., Zhang, Y., Huguet, G., Wolf, G., Bengio, Y.: Simulation-free schrödinger bridges via score and flow matching. In: International Conference on Artificial Intelligence and Statistics. pp. 1279–1287 (2024)
2024
-
[64]
IEEE Transactions on Image Process- ing13(4), 600–612 (2004)
Wang, Z., Bovik, A.C., Sheikh, H.R., Simoncelli, E.P.: Image quality assessment: from error visibility to structural similarity. IEEE Transactions on Image Process- ing13(4), 600–612 (2004)
2004
-
[65]
Acta Mathematica55(1), 117–258 (1930)
Wiener, N.: Generalized harmonic analysis. Acta Mathematica55(1), 117–258 (1930)
1930
-
[66]
In: International Workshop on Simulation and Synthesis in Medical Imaging
Wolterink, J.M., Dinkla, A.M., Savenije, M.H., Seevinck, P.R., van den Berg, C.A., Išgum, I.: Deep mr to ct synthesis using unpaired data. In: International Workshop on Simulation and Synthesis in Medical Imaging. pp. 14–23 (2017)
2017
-
[67]
In: International Con- ference on Medical Image Computing and Computer-Assisted Intervention
Xing, Z., Yang, S., Chen, S., Ye, T., Yang, Y., Qin, J., Zhu, L.: Cross-conditioned diffusion model for medical image to image translation. In: International Con- ference on Medical Image Computing and Computer-Assisted Intervention. pp. 201–211 (2024)
2024
-
[68]
IEEE Transactions on Medical Imaging39(12), 4249–4261 (2020)
Yang, H., Sun, J., Carass, A., Zhao, C., Lee, J., Prince, J.L., Xu, Z.: Unsuper- vised mr-to-ct synthesis using structure-constrained cyclegan. IEEE Transactions on Medical Imaging39(12), 4249–4261 (2020)
2020
-
[69]
In: International Conference on Medical Image Computing and Computer-Assisted Intervention
Yang, H., Sun, J., Yang, L., Xu, Z.: A unified hyper-gan model for unpaired multi- contrast mr image translation. In: International Conference on Medical Image Computing and Computer-Assisted Intervention. pp. 127–137 (2021)
2021
-
[70]
Computer Methods and Programs in Biomedicine217, 106676 (2022) Spectral Consistent Flow 19
Zhang, J., He, X., Qing, L., Gao, F., Wang, B.: Bpgan: Brain pet synthesis from mri using generative adversarial network for multi-modal alzheimer’s disease diagnosis. Computer Methods and Programs in Biomedicine217, 106676 (2022) Spectral Consistent Flow 19
2022
-
[71]
In: Proceedings of the IEEE Interna- tional Conference on Computer Vision
Zhu, J.Y., Park, T., Isola, P., Efros, A.A.: Unpaired image-to-image translation using cycle-consistent adversarial networks. In: Proceedings of the IEEE Interna- tional Conference on Computer Vision. pp. 2223–2232 (2017)
2017
Reviewed July 14, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.