Pith. sign in

REVIEW 3 major objections 5 minor 44 references

Multi-Contrast Super-Resolution MRI Through a Progressive Network

T0 review · 3 major / 5 minor · reviewed 2026-08-14 · deepseek-v4-flash

Pith's one-line read A two-level progressive network that fuses a reference MRI contrast in high-level feature space produces better 4× multi-contrast super-resolution than a one-step network.

desk verdict Solid multi-contrast MRI super-resolution paper with a useful high-level fusion ablation, but the headline progressive gain is confounded by model capacity and the abstract overstates PSNR superiority. read the letter →

arxiv 1908.01612 v2 pith:FO47HOSU submitted 2019-08-05 eess.IV cs.LGphysics.med-ph

classification eess.IVcs.LGphysics.med-ph
keywords multi-contrastsuper-resolutionmagneticresonanceimagingprogressiveneuralnetworkWGAN-GPperceptuallosstexturematchingk-spacezero-fillingfeature-spacefusion
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

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

The reading

This paper asks whether a second MRI contrast image, routinely acquired in the same exam, can help reconstruct a high-resolution version of a target scan, and how that extra contrast should be used. It argues that fusing the reference image inside the network's high-level feature space, rather than concatenating images early or trying direct synthesis, gives the best multi-contrast super-resolution quality. For a 4× up-sampling factor it further argues that a two-level progressive network, which performs two 2× up-sampling steps with supervision at each level, beats a one-level network that attempts 4× in a single step. The intended payoff is that clinically useful high-resolution T2-weighted images could be recovered from low-resolution acquisitions aided by higher-resolution T1- or PD-weighted scans, without changing scanner hardware.

What carries the argument

The load-bearing object is the two-level progressive generator: two encoder-decoder sub-networks in series, each up-sampling by a factor of 2, with the first level's ground truth being the 2× zero-filled low-resolution image and the second level's ground truth the original high-resolution image. A reference feature extraction network, structurally identical to the encoder, pulls features from the PD- or T1-weighted reference and injects them into the decoder in high-level feature space. Training uses a Wasserstein generative adversarial network with gradient penalty, plus a composite loss combining adversarial, mean-squared-error, perceptual (VGG16 feature maps at four layers), and texture-matching (Gram matrix) terms; in the constrained progressive model, all losses are evaluated at both levels.

What would settle it

Repeat the IXI and NAMIC experiments with low-resolution images generated by a different degradation—for example bicubic downsampling, or retrospectively undersampled k-space with added noise—and with small random misregistration between the T2 targets and the PD/T1 references; if the two-level progressive network does not consistently beat the one-level network in SSIM, PSNR, and IFC, the paper's central claim is falsified.

Watch

Extended reading notes

Core claim

On the paper's own terms, the central discovery is that a WGAN-GP-based generator made of two cascaded encoder-decoder stages, each responsible for a 2× up-sampling and each supervised by ground truth at the corresponding resolution, produces 4× multi-contrast MR super-resolution images with higher SSIM, PSNR, and IFC than a single-stage network trained for direct 4× up-sampling. Four ablation studies on the IXI dataset support the further claim that using a high-resolution PD-weighted reference by extracting its features and injecting them into the decoder at high-level feature space outperforms single-image T2 super-resolution, direct PD-to-T2 synthesis, and low-level image-space concatenation of the two contrasts. On both IXI and NAMIC data, the proposed networks are reported to beat earlier multi-contrast super-resolution methods, and the constrained progressive variant, whose intermediate level is also supervised, achieves the best 4× results.

Load-bearing premise

The reported gains are measured on low-resolution images synthesized by cropping k-space and zero-filling already co-registered scans, so if real clinical low-resolution images come from a different acquisition or motion process, or if the reference and target contrasts are not registered, the progressive advantage may disappear.

Editorial extensions

If this is right

  • For 4× up-sampling, the progressive model's scores approach those of a 3× non-progressive model, so stepping through smaller factors partly closes the quality gap caused by severe down-sampling.
  • Multi-contrast reference information is best exploited through high-level feature fusion rather than early image concatenation, which gives future architectures a concrete integration point.
  • Supervising the intermediate level of a progressive network improves final image quality relative to supervising only the final output.
  • Including the texture-matching loss raises structural similarity while slightly lowering PSNR, indicating that perceptual and texture objectives trade pixel-level fidelity for visually sharper detail.
  • The same design extends to larger up-sampling factors by adding more levels, provided additional contrasts or datasets are available.

Reading between the lines

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

  • If the progressive advantage survives real acquisition conditions, the practical consequence is scan-time reduction: a lower-resolution T2 series could be upsampled using the higher-resolution T1/PD series already collected in the same exam.
  • Because only k-space zero-filling was tested, a natural extension is to replace the first stage with an unrolled reconstruction from physically undersampled k-space, where the intermediate level could correspond to Rician noise or coil sensitivity structure.
  • Since VGG16 was trained on natural images, its features may not be the most appropriate perceptual measure for MRI; a domain-specific feature extractor trained on multi-contrast MR data might change the reported ranking of fusion strategies.
  • The much weaker performance of direct PD-to-T2 synthesis suggests the reference image contributes edge and texture priors rather than pixel values; this could be probed by selectively removing high-frequency content from the reference before fusion and measuring the drop in SR quality.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

3 major / 5 minor

Summary. The paper proposes two neural network architectures for multi-contrast MRI super-resolution (MCSR): a one-level non-progressive network for 2x and 3x upscaling and a two-level progressive network for 4x upscaling. The target modality is T2-weighted MRI, guided by a higher-resolution reference image of another contrast (PD or T1). The generator is trained with a composite loss combining adversarial, MSE, perceptual, and texture-matching terms, with multi-contrast information fused in high-level feature space. Experiments on IXI and NAMIC datasets compare against SISR, image synthesis, and two feature-fusion strategies, and against published MCSR methods. The main reported findings are that the progressive network improves 4x MCSR quality over the non-progressive network, and that high-level feature-space fusion outperforms low-level image-space fusion.

Significance. If isolated properly, the paper's findings would constitute a useful empirical contribution to multi-contrast MRI super-resolution. The ablation framework is systematic, the evaluation uses two public datasets and multiple metrics, and the comparison of fusion strategies (SISR vs synthesis vs low-level vs high-level) is informative. The paper is generally clearly written and the experiments are reproducible in principle. However, the central claim of progressive superiority is confounded by model capacity, and the abstract's PSNR claim is internally contradicted by the paper's own comparison table. These issues need to be addressed before the paper can be recommended for publication.

major comments (3)
  1. [Section IV.D, Table III] The central claim that the two-level progressive network outperforms the one-level non-progressive network is confounded by model capacity. The non-progressive 4xSR model has one encoder-decoder network plus a reference feature extractor, whereas the progressive models (4xPRO U and 4xPRO C) contain two encoder-decoder networks plus the same reference extractor, roughly doubling the number of generator parameters. No one-level baseline with matched parameter count (e.g., a single larger encoder-decoder) is reported, so the observed gains in SSIM, PSNR, and IFC could be attributable to additional capacity rather than to the progressive decomposition itself. The within-architecture comparison of 4xPRO U versus 4xPRO C isolates intermediate supervision, but it does not isolate progressivity. The authors should add a matched-capacity non-progressive baseline or otherwise control for parameter count.
  2. [Abstract and Section IV.E, Table IV] The abstract states that the proposed networks 'outperform other multi-contrast super-resolution methods in terms of structural similarity and peak signal-to-noise ratio.' This is contradicted by the paper's own Table IV on the NAMIC dataset: at 2x upsampling, Zeng's method achieves PSNR 38.32 versus the non-progressive model's 34.13, and at 3x, Zeng achieves 33.76 versus 31.56. The proposed models have higher SSIM, but their PSNR is not consistently higher. The abstract's general claim should be corrected to specify SSIM superiority, or the PSNR claim restricted to the settings where it holds.
  3. [Section IV.E, Table IV] The state-of-the-art comparison reuses numerical results from prior publications ([30] and [25]) without describing whether the training/test splits, preprocessing, and evaluation protocols match those used for the authors' methods. Because the authors' results are obtained on their own split of the NAMIC dataset (180 test pairs), the comparison may not be apples-to-apples. The authors should either reproduce the baseline methods under identical settings or clearly document the protocol differences and discuss their potential impact on the comparison.
minor comments (5)
  1. [Section II.B] Equation (1) defines the LR image as having size n/s x n/s, but the text describes zero-filling that keeps the image size unchanged; this notational inconsistency should be clarified.
  2. [Section III.A] The paper mentions '10-fold cross-validation' for the IXI dataset, but the reported numbers (7,000 training and 1,955 testing pairs) do not correspond to a straightforward 10-fold split of the total 8,955 pairs; please clarify how the split was performed.
  3. [Section V] There are several typographical errors, including 'textual matching loss' (should be 'texture matching loss') and 'MSCR' (should be 'MCSR') in Section II.E.
  4. [Tables II and III] No statistical significance tests are reported for the mean differences between methods; given that some differences are small (e.g., SSIM 0.950 vs 0.958 in Table III), a paired test would strengthen the claims.
  5. [Figure 1] The caption of Figure 1 does not label the components of the progressive generator in enough detail; consider adding explicit labels for the two encoder-decoder networks and the reference feature extractor to aid readability.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity found: the paper's claims are empirical comparisons on held-out test data, not predictions derived from fitted inputs or self-cited theorems.

full rationale

This paper makes no claim of deriving a quantitative prediction from first principles; it presents a neural-network architecture and reports measured PSNR/SSIM/IFC on held-out test splits of the IXI and NAMIC datasets. The down-sampling model in Eq. (1) is a standard synthetic degradation used to create training and test data, not a fitted parameter that is later renamed as a prediction. The progressive network's intermediate supervision in Eqs. (9)-(11) uses 2-fold down-sampled images as training targets, which is a supervised training design rather than a circular derivation. The comparison against SSIP, SRGR, and Zeng's model in Table IV is an external benchmark comparison, and copying numbers from prior papers is an empirical-reporting issue, not circularity. Self-citations appear only as background or architecture references ([31], [33], [44]) and are not load-bearing evidence for the central claim that the progressive network improves 4x MCSR quality. The model-capacity confound noted by reviewers is a validity threat to the ablation, but it does not make the claim circular: the progressive model's output is still genuinely computed from its input images, not reproduced from any fitted constant. Hyperparameter tuning in Sec. III-B is standard model selection, not a fitted input renamed as a prediction. Therefore, no circularity step meets the evidence bar of Eq. X = Eq. Y by construction or a self-citation chain forcing the result.

Assumptions & free parameters 3 free parameters · 3 assumptions · 0 invented entities

The central claim rests on manually tuned loss weights and domain assumptions about registration, degradation, and perceptual feature spaces. No new physical entities are introduced. The loss weights are selected from validation metrics and can influence the reported results.

free parameters (3)
  • lambda1 (MSE loss weight) = 0.1
    Tuned on PSNR/SSIM in Fig. 3; used in objective function (7).
  • lambda2 (perceptual loss weight) = 1.0
    Tuned on PSNR/SSIM in Fig. 3 and selected to balance loss terms.
  • lambda3 (texture matching loss weight) = 0.1
    Tuned after lambda1 and lambda2 using Fig. 3; used in objective function (7).
assumptions (3)
  • domain assumption Reference PD/T1 images are co-registered with the target T2 images.
    IXI and NAMIC datasets are provided registered; the architecture uses reference features without any registration module, so unregistered clinical data would break the premise.
  • domain assumption The degradation model in Eq. (1), specifically k-space zero-filling at fixed central fractions, is the correct forward model for LR MRI.
    All LR images in training and testing are created by this synthetic process; no validation on other acquisition models is provided.
  • domain assumption VGG16 features pre-trained on ImageNet and Gram-matrix statistics are meaningful for MRI image quality.
    Perceptual loss (Eq. 5) and texture loss (Eq. 6) rely on natural-image pretraining; the paper provides no MRI-specific validation of this transfer.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Multi-Contrast Super-Resolution MRI Through a Progressive Network." pith.science (2026). https://pith.science/paper/FO47HOSU

@misc{pith2026190801612,
  author       = {Pith},
  title        = {Pith review of: Multi-Contrast Super-Resolution MRI Through a Progressive Network},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/FO47HOSU}},
  note         = {Machine review of arXiv:1908.01612}
}
read the original abstract

Magnetic resonance imaging (MRI) is widely used for screening, diagnosis, image-guided therapy, and scientific research. A significant advantage of MRI over other imaging modalities such as computed tomography (CT) and nuclear imaging is that it clearly shows soft tissues in multi-contrasts. Compared with other medical image super-resolution (SR) methods that are in a single contrast, multi-contrast super-resolution studies can synergize multiple contrast images to achieve better super-resolution results. In this paper, we propose a one-level non-progressive neural network for low up-sampling multi-contrast super-resolution and a two-level progressive network for high up-sampling multi-contrast super-resolution. Multi-contrast information is combined in high-level feature space. Our experimental results demonstrate that the proposed networks can produce MRI super-resolution images with good image quality and outperform other multi-contrast super-resolution methods in terms of structural similarity and peak signal-to-noise ratio. Also, the progressive network produces a better SR image quality than the non-progressive network, even if the original low-resolution images were highly down-sampled.

Figures

Figures reproduced from arXiv: 1908.01612 by the authors.

Figure 1
Figure 1. Two proposed network architectures for MCSR. (a) The generator structure of the proposed one-level non-progressive model, which contains an [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 2
Figure 2. Comparisons between different models used in our ablation studies in terms of the perceptual loss, mean-squared-error (MSE) loss, Wasserstein [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
Figure 4
Figure 4. Schematic views of the four ablation studies. (a)-(d) corresponds to the [PITH_FULL_IMAGE:figures/full_fig_p005_4.png] view at source ↗
Figures from the paper (6 more)
Figure 3
Figure 3. Figure 3: Results of tuning hyperparameters in the objective function (the [PITH_FULL_IMAGE:figures/full_fig_p005_3.png]
Figure 5
Figure 5. Figure 5: Results from the ablation-based evaluation. PSNR, SSIM, IFC values [PITH_FULL_IMAGE:figures/full_fig_p006_5.png]
Figure 6
Figure 6. Figure 6: T2 weighted SR results with different down-sampling factors based on [PITH_FULL_IMAGE:figures/full_fig_p007_6.png]
Figure 8
Figure 8. Figure 8: Comparison of the two-level progressive network outputs with their [PITH_FULL_IMAGE:figures/full_fig_p008_8.png]
Figure 7
Figure 7. Figure 7: T2 weighted SR results with different down-sampling factors based [PITH_FULL_IMAGE:figures/full_fig_p008_7.png]
Figure 9
Figure 9. Figure 9: Comparisons of T2 weighted MCSR results from the one-level non [PITH_FULL_IMAGE:figures/full_fig_p009_9.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

44 extracted references · 29 canonical work pages

  1. [30]

    Simulta- neous single-and multi-contrast super-resolution for brain MRI images based on a convolutional neural network,

    K. Zeng, H. Zheng, C. Cai, Y . Yang, K. Zhang, and Z. Chen, “Simulta- neous single-and multi-contrast super-resolution for brain MRI images based on a convolutional neural network,” Computers in biology and medicine, vol. 99, pp. 133–141, 2018

  2. [25]

    Multi-contrast brain MRI image super-resolution with gradient-guided edge enhancement,

    H. Zheng, K. Zeng, D. Guo, J. Ying, Y . Yang, X. Peng, F. Huang, Z. Chen, and X. Qu, “Multi-contrast brain MRI image super-resolution with gradient-guided edge enhancement,” IEEE Access , vol. 6, pp. 57 856–57 867, 2018

  3. [1]

    Super-resolution methods in MRI: Can they improve the trade-off between resolution, signal-to-noise ratio, and acquisition time?

    E. Plenge, D. H. Poot, M. Bernsen, G. Kotek, G. Houston, P. Wielopol- ski, L. van der Weerd, W. J. Niessen, and E. Meijering, “Super-resolution methods in MRI: Can they improve the trade-off between resolution, signal-to-noise ratio, and acquisition time?” Magnetic resonance in medicine, vol. 68, no. 6, pp. 1983–1993, 2012

  4. [2]

    Super-resolution in magnetic resonance imaging: A review,

    E. Van Reeth, I. W. Tham, C. H. Tan, and C. L. Poh, “Super-resolution in magnetic resonance imaging: A review,” Concepts in Magnetic Resonance Part A, vol. 40, no. 6, pp. 306–325, 2012

  5. [3]

    Super-resolution image reconstruction: a technical overview,

    S. C. Park, M. K. Park, and M. G. Kang, “Super-resolution image reconstruction: a technical overview,”IEEE signal processing magazine, vol. 20, no. 3, pp. 21–36, 2003

  6. [4]

    A fast image super-resolution algorithm using an adaptive Wiener filter,

    R. Hardie, “A fast image super-resolution algorithm using an adaptive Wiener filter,” IEEE Transactions on Image Processing, vol. 16, no. 12, pp. 2953–2964, 2007

  7. [5]

    Non-local MRI upsampling,

    J. V . Manj ´on, P. Coup ´e, A. Buades, V . Fonov, D. L. Collins, and M. Robles, “Non-local MRI upsampling,” Medical image analysis , vol. 14, no. 6, pp. 784–792, 2010

  8. [6]

    Image super-resolution via sparse representation,

    J. Yang, J. Wright, T. S. Huang, and Y . Ma, “Image super-resolution via sparse representation,” IEEE transactions on image processing , vol. 19, no. 11, pp. 2861–2873, 2010

Show all 44 references
  1. [7]

    On single image scale-up using sparse-representations,

    R. Zeyde, M. Elad, and M. Protter, “On single image scale-up using sparse-representations,” in International conference on curves and sur- faces. Springer, 2010, pp. 711–730

  2. [8]

    A+: Adjusted anchored neighborhood regression for fast super-resolution,

    R. Timofte, V . De Smet, and L. Van Gool, “A+: Adjusted anchored neighborhood regression for fast super-resolution,” in Asian conference on computer vision . Springer, 2014, pp. 111–126

  3. [9]

    Image super-resolution using deep convolutional networks,

    C. Dong, C. C. Loy, K. He, and X. Tang, “Image super-resolution using deep convolutional networks,” IEEE transactions on pattern analysis and machine intelligence , vol. 38, no. 2, pp. 295–307, 2015

  4. [10]

    Accurate image super-resolution using very deep convolutional networks,

    J. Kim, J. Kwon Lee, and K. Mu Lee, “Accurate image super-resolution using very deep convolutional networks,” in Proceedings of the IEEE conference on computer vision and pattern recognition, 2016, pp. 1646– 1654

  5. [11]

    Fast, accurate, and lightweight super-resolution with cascading residual network,

    N. Ahn, B. Kang, and K.-A. Sohn, “Fast, accurate, and lightweight super-resolution with cascading residual network,” in Proceedings of the European Conference on Computer Vision (ECCV) , 2018, pp. 252–268

  6. [12]

    Image restoration using very deep convolutional encoder-decoder networks with symmetric skip connec- tions,

    X. Mao, C. Shen, and Y .-B. Yang, “Image restoration using very deep convolutional encoder-decoder networks with symmetric skip connec- tions,” in Advances in neural information processing systems , 2016, pp. 2802–2810

  7. [13]

    Deeply-recursive convolutional network for image super-resolution,

    J. Kim, J. Kwon Lee, and K. Mu Lee, “Deeply-recursive convolutional network for image super-resolution,” in Proceedings of the IEEE confer- ence on computer vision and pattern recognition , 2016, pp. 1637–1645

  8. [14]

    Image super-resolution via deep recursive residual network,

    Y . Tai, J. Yang, and X. Liu, “Image super-resolution via deep recursive residual network,” in Proceedings of the IEEE conference on computer vision and pattern recognition , 2017, pp. 3147–3155

  9. [15]

    Residual dense network for image super-resolution,

    Y . Zhang, Y . Tian, Y . Kong, B. Zhong, and Y . Fu, “Residual dense network for image super-resolution,” in Proceedings of the IEEE Con- ference on Computer Vision and Pattern Recognition , 2018, pp. 2472– 2481

  10. [16]

    Deep back-projection networks for super-resolution,

    M. Haris, G. Shakhnarovich, and N. Ukita, “Deep back-projection networks for super-resolution,” in Proceedings of the IEEE conference on computer vision and pattern recognition , 2018, pp. 1664–1673

  11. [17]

    A deep convolutional neural network with selection units for super-resolution,

    J.-S. Choi and M. Kim, “A deep convolutional neural network with selection units for super-resolution,” in Proceedings of the IEEE Con- ference on Computer Vision and Pattern Recognition Workshops , 2017, pp. 154–160

  12. [18]

    Image super- resolution using very deep residual channel attention networks,

    Y . Zhang, K. Li, K. Li, L. Wang, B. Zhong, and Y . Fu, “Image super- resolution using very deep residual channel attention networks,” in Proceedings of the European Conference on Computer Vision , 2018, pp. 286–301

  13. [19]

    Deep networks for image super-resolution with sparse prior,

    Z. Wang, D. Liu, J. Yang, W. Han, and T. Huang, “Deep networks for image super-resolution with sparse prior,” in Proceedings of the IEEE international conference on computer vision , 2015, pp. 370–378

  14. [20]

    Deep Laplacian pyramid networks for fast and accurate super-resolution,

    W.-S. Lai, J.-B. Huang, N. Ahuja, and M.-H. Yang, “Deep Laplacian pyramid networks for fast and accurate super-resolution,” inProceedings of the IEEE conference on computer vision and pattern recognition , 2017, pp. 624–632

  15. [21]

    Enhancenet: Single image super-resolution through automated texture synthesis,

    M. S. Sajjadi, B. Scholkopf, and M. Hirsch, “Enhancenet: Single image super-resolution through automated texture synthesis,” in Proceedings of the IEEE International Conference on Computer Vision , 2017, pp. 4491–4500

  16. [22]

    Photo-realistic single image super-resolution using a generative adversarial network,

    C. Ledig, L. Theis, F. Husz ´ar, J. Caballero, A. Cunningham, A. Acosta, A. Aitken, A. Tejani, J. Totz, Z. Wang et al. , “Photo-realistic single image super-resolution using a generative adversarial network,” in Proceedings of the IEEE conference on computer vision and pattern...

  17. [23]

    MRI upsampling using feature-based nonlocal means approach,

    K. Jafari-Khouzani, “MRI upsampling using feature-based nonlocal means approach,”IEEE transactions on medical imaging, vol. 33, no. 10, pp. 1969–1985, 2014

  18. [24]

    MRI super- resolution using multi-channel total variation,

    M. Brudfors, Y . Balbastre, P. Nachev, and J. Ashburner, “MRI super- resolution using multi-channel total variation,” in Annual Conference on Medical Image Understanding and Analysis . Springer, 2018, pp. 217–228

  19. [26]

    Promise: Parallel-imaging and compressed-sensing reconstruction of multicontrast imaging using sharable information,

    E. Gong, F. Huang, K. Ying, W. Wu, S. Wang, and C. Yuan, “Promise: Parallel-imaging and compressed-sensing reconstruction of multicontrast imaging using sharable information,” Magnetic resonance in medicine , vol. 73, no. 2, pp. 523–535, 2015

  20. [27]

    MRI superresolution using self-similarity and image priors,

    J. V . Manj ´on, P. Coup ´e, A. Buades, D. L. Collins, and M. Robles, “MRI superresolution using self-similarity and image priors,” Journal of Biomedical Imaging , vol. 2010, p. 17, 2010

  21. [28]

    Multi-contrast brain magnetic resonance image super-resolution using the local weight similarity,

    H. Zheng, X. Qu, Z. Bai, Y . Liu, D. Guo, J. Dong, X. Peng, and Z. Chen, “Multi-contrast brain magnetic resonance image super-resolution using the local weight similarity,” BMC medical imaging , vol. 17, no. 1, p. 6, 2017

  22. [29]

    MR image super-resolution via manifold regularized sparse learning,

    X. Lu, Z. Huang, and Y . Yuan, “MR image super-resolution via manifold regularized sparse learning,” Neurocomputing, vol. 162, pp. 96–104, 2015

  23. [31]

    MRI super-resolution with ensemble learning and complementary priors,

    Q. Lyu, H. Shan, and G. Wang, “MRI super-resolution with ensemble learning and complementary priors,” arXiv preprint arXiv:1907.03063 , 2019

  24. [32]

    Improved training of Wasserstein GANs,

    I. Gulrajani, F. Ahmed, M. Arjovsky, V . Dumoulin, and A. C. Courville, “Improved training of Wasserstein GANs,” in Advances in neural information processing systems , 2017, pp. 5767–5777

  25. [33]

    3-D convolutional encoder-decoder network for low-dose CT via transfer learning from a 2-D trained network,

    H. Shan, Y . Zhang, Q. Yang, U. Kruger, M. K. Kalra, L. Sun, W. Cong, and G. Wang, “3-D convolutional encoder-decoder network for low-dose CT via transfer learning from a 2-D trained network,” IEEE transactions on medical imaging , vol. 37, no. 6, pp. 1522–1534, 2018

  26. [34]

    Image quality assessment: from error visibility to structural similarity,

    Z. Wang, A. C. Bovik, H. R. Sheikh, E. P. Simoncelli et al. , “Image quality assessment: from error visibility to structural similarity,” IEEE transactions on image processing , vol. 13, no. 4, pp. 600–612, 2004

  27. [35]

    Generating images with perceptual similar- ity metrics based on deep networks,

    A. Dosovitskiy and T. Brox, “Generating images with perceptual similar- ity metrics based on deep networks,” in Advances in neural information processing systems, 2016, pp. 658–666

  28. [36]

    Perceptual losses for real-time style transfer and super-resolution,

    J. Johnson, A. Alahi, and L. Fei-Fei, “Perceptual losses for real-time style transfer and super-resolution,” inEuropean conference on computer vision. Springer, 2016, pp. 694–711

  29. [37]

    Very deep convolutional networks for large-scale image recognition,

    K. Simonyan and A. Zisserman, “Very deep convolutional networks for large-scale image recognition,” arXiv preprint arXiv:1409.1556 , 2014

  30. [38]

    Image style transfer using convolutional neural networks,

    L. A. Gatys, A. S. Ecker, and M. Bethge, “Image style transfer using convolutional neural networks,” in Proceedings of the IEEE conference on computer vision and pattern recognition , 2016, pp. 2414–2423

  31. [39]

    A deep journey into super- resolution: A survey,

    S. Anwar, S. Khan, and N. Barnes, “A deep journey into super- resolution: A survey,” CoRR, vol. abs/1904.07523, 2019. [Online]. Available: http://arxiv.org/abs/1904.07523

  32. [40]

    An information fidelity criterion for image quality assessment using natural scene statistics,

    H. R. Sheikh, A. C. Bovik, and G. De Veciana, “An information fidelity criterion for image quality assessment using natural scene statistics,” IEEE Transactions on image processing, vol. 14, no. 12, pp. 2117–2128, 2005

  33. [41]

    [Online]

    IXI. [Online]. Available: https://brain-development.org/ixi-dataset/

  34. [42]

    [Online]

    NAMIC. [Online]. Available: http://insight-journal.org/midas/collection/ view/190

  35. [43]

    Adam: A method for stochastic optimization,

    D. P. Kingma and J. Ba, “Adam: A method for stochastic optimization,” arXiv preprint arXiv:1412.6980 , 2014

  36. [44]

    Vision 20/20: Simultaneous CT-MRI – Next chapter of multimodality imaging,

    G. Wang, M. Kalra, V . Murugan, Y . Xi, L. Gjesteby, M. Getzin, Q. Yang, W. Cong, and M. Vannier, “Vision 20/20: Simultaneous CT-MRI – Next chapter of multimodality imaging,” Medical physics, vol. 42, no. 10, pp. 5879–5889, 2015

Pith tools

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