Pith. sign in

REVIEW 4 major objections 5 minor 39 references

Cross-Sequence Semi-Supervised Learning for Multi-Parametric MRI-Based Visual Pathway Delineation

T0 review · 4 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read A semi-supervised framework that splits T1 and FA MRI scans into shared and sequence-specific features delineates the visual pathway more accurately than seven existing methods, reaching a Dice score of 0.85 on HCP with only 16 labeled…

desk verdict Plausible new combination of disentangled sparse coding and mean-teacher consistency for visual pathway segmentation, but the statistical evidence is too thin to support the significance claims as written. read the letter →

arxiv 2505.19733 v1 pith:GTMWQFEQ submitted 2025-05-26 cs.CV cs.CE

classification cs.CVcs.CE
keywords visualpathwaydelineationmulti-parametricMRIsemi-supervisedlearningfeaturedecompositioncorrelation-constrainedconsistency-basedsampleenhancementmeanteacherconvolutionalsparsecoding
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

The paper tries to establish that the visual pathway, the brain structures that carry visual signals and are costly to label, can be delineated accurately from multi-parametric MRI using very few manual labels. The proposed framework combines a correlation-constrained feature decomposition (CFD) that splits each MRI sequence into unique and non-unique features with a consistency-based sample enhancement (CSE) module that harvests reliable pseudo-labels from unlabeled data. The authors claim this combination outperforms six semi-supervised baselines on HCP, MDM, and multimodal brain MRI datasets, and that with very scarce labels it matches or beats fully supervised models trained on far more annotations. If true, the method would make clinically usable visual pathway mapping feasible with as few as 1 to 16 labeled subjects per dataset.

What carries the argument

The load-bearing machinery is the correlation-constrained feature decomposition (CFD), which models each MRI sequence $x$ as a sum of a non-unique component $c$ and a convolution of sequence-specific filters with sparse feature maps (Eqs. 1 and 2). The unique feature maps are predicted by a learned convolutional sparse coding network and serve as inputs to the final delineation branch, while the non-unique components align the two sequences during training. A decomposition loss $L_{dcp}$ drives the Pearson correlation between non-unique features up and between unique features down. The second moving part, consistency-based sample enhancement (CSE), uses a teacher model (an exponential moving average of the student) and $M$ noise-augmented passes; unlabeled samples whose prediction variance exceeds a threshold are excluded from the unsupervised consistency loss.

What would settle it

Quantify the reconstruction residual of Eqs. (1) and (2) on held-out T1 and FA images: if the residual is large relative to the signal, or if a plain two-stream U-Net receiving the same multi-parametric input achieves the same Dice score at the same label budgets, the central claim that the decomposition drives the improvement would be unsupported.

Watch

Extended reading notes

Core claim

The central claim is that decomposing the two MRI sequences, T1-weighted and fractional anisotropy, into unique and non-unique components, and feeding only the unique features into the final segmentation stage, lets a mean-teacher semi-supervised network delineate the visual pathway from very few labeled scans. The decomposition is enforced by a loss that maximizes the Pearson correlation of non-unique features across sequences and minimizes the correlation of unique features, while the CSE module discards unlabeled samples whose student and teacher predictions are inconsistent across multiple noise-augmented views. The paper reports a DSC of 0.85 on the HCP test set with 16 labels against 0.79 for the best semi-supervised baseline (UG-MCL), 0.81 with 8 labels, 0.74 on the MDM dataset with 3 labels, and up to a 10-point DSC improvement on the multimodal brain MRI dataset with 2 labeled subjects.

Load-bearing premise

The framework assumes each MRI sequence is exactly a sum of a shared non-unique component and a convolution of learned unique filters with sparse maps; if that decomposition is not faithful, the claimed benefit of separating features could be an artifact of the loss rather than real structure in the data.

Editorial extensions

If this is right

  • With 16 labeled HCP subjects, the method reaches a Dice score of 0.85, a 6-point gain over UG-MCL, the best semi-supervised baseline.
  • With only 1 labeled MDM subject, the method reaches 0.70 DSC, a 9-point gain over UG-MCL and a 36-point gain over the supervised baseline.
  • In low-label regimes the method matches or exceeds fully supervised models: on MDM with 3 labels it reaches 0.74 DSC versus 0.72 for FS-1 trained on all 8 labeled subjects.
  • Ablations attribute a 3-point DSC gain on MDM to the CSE module and a 1-point gain on both datasets to the decomposition loss.
  • On the multimodal brain MRI dataset, the method improves DSC by up to 10 points over the six compared semi-supervised methods using only 2 labeled subjects.

Reading between the lines

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

  • The decomposition ansatz of Eqs. (1) and (2) is never validated by measuring the reconstruction residual on held-out images, so a direct test would be to quantify that residual and check whether it correlates with segmentation accuracy.
  • The method's reliance on paired T1 and FA images may transfer to other multi-parametric MRI combinations, but the paper's own comparison shows T1+FA clearly beats T1+T2 or T2+FA, so sequence choice is load-bearing.
  • The CSE module selects consistent samples with a hard threshold of 0.05; a softer weighting by the inconsistency score could extract more signal from the unlabeled pool without risking overconfidence, which the paper does not explore.
  • If the CFD decomposition genuinely separates shared from sequence-specific structure, the unique features could serve downstream tasks beyond binary delineation, such as tractography initialization or quantifying structural changes in visual disorders.
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

4 major / 5 minor

Summary. The paper proposes a semi-supervised framework for delineating the visual pathway (VP) from multi-parametric MRI (T1-weighted and FA images). The method has two main components: a correlation-constrained feature decomposition (CFD) module, which decomposes each sequence into unique and non-unique features using multi-parametric convolutional sparse coding, and a consistency-based sample enhancement (CSE) module, which selects reliable pseudo-labels from unlabeled data within a mean-teacher framework. The framework is evaluated on the HCP dataset, an MDM dataset, and a multimodality brain MRI dataset. The authors report DSC improvements over six semi-supervised baselines and comparable or better performance than fully supervised methods in low-label regimes.

Significance. If the reported results are reliable, the work would be a useful contribution to annotation-efficient VP delineation and to the broader literature on semi-supervised multi-modal medical image segmentation. The CFD idea of explicitly separating shared and unique sequence features is interesting and the use of a consistency-based pseudo-label selection mechanism is well motivated. The paper also includes comparisons with several recent SSL methods, ablations of the main components, and a model-complexity analysis. However, the current evidence for the central claim of 'significant enhancements' is weak because the statistical analysis is invalid for the smallest test sets, hyperparameters appear to be tuned on the same test sets, and an important internal inconsistency in the reported hyperparameters is not resolved.

major comments (4)
  1. [IV.A.2 / Fig. 7b] The statistical significance claim for the MDM and multimodality datasets is not supported by the reported procedure. Both test sets contain only 2 subjects, so a paired t-test has 1 degree of freedom and requires |t| > 12.71 for two-tailed p < 0.05. The reported DSC differences (e.g., 0.70 vs 0.61 in Table III) cannot produce such a p-value unless the within-pair variance is essentially zero. The statement that 'we run two Monte Carlo simulations before computing the paired t-test' (Fig. 7b and Fig. 12 notes) is not accompanied by any description of what is simulated, what null distribution is used, or how the p-values are derived. Without per-subject scores and a valid inference procedure, the observed margins are point estimates on two subjects and cannot support the paper's significance claim.
  2. [IV.B / Tables IV-V / Fig. 8] The hyperparameters (M, thres, alpha, beta) appear to be selected by evaluating performance on the same test sets used to report the main results. Section IV.B describes varying M and thres while reporting DSC, HD95, and ASD on what appears to be the test set, and Fig. 8 shows alpha/beta selection using DSC and ASD on the MDM dataset. No validation split is described anywhere. This creates a risk of test-set overfitting and makes the reported gains over baselines difficult to interpret. The authors should either introduce a separate validation set or use nested cross-validation for hyperparameter selection.
  3. [IV.B.1 vs III.B.2] There is an internal inconsistency in the reported hyperparameters. Section III.B.2 states 'We set alpha = 10, beta = 1, M = 3, and threshold value thres = 0.05 as optimal values', but Section IV.B.1 states 'To obtain the optimal values of M, we fix alpha = 1, beta = 1, and thres = 0.05'. Likewise, Tables IV and V, which study M and thres, appear to use alpha = 1, while the main results and the component ablation (Table VI) use alpha = 10. The authors need to clarify which hyperparameter values were used for each reported result, since this affects the validity of the ablation conclusions.
  4. [II.A / Eqs. (1)-(2)] The central assumption of the CFD module is that each MRI sequence can be decomposed exactly into a non-unique component plus the convolution of learned unique filters and sparse feature maps. This assumption is never validated: the reconstruction residual of Eqs. (1)-(2) is not reported, and the t-SNE visualization in Fig. 1 is qualitative. If the decomposition is not faithful, the claimed benefit of separating unique and non-unique features could be an artifact of the decomposition loss rather than a genuine property of the data. The authors should report the reconstruction error of the CFD module and ideally compare the learned unique features against an alternative decomposition or a simple concatenation baseline with the same network.
minor comments (5)
  1. [III.A / Abstract] The abstract says 'two public datasets, and one in-house Multi-Shell Diffusion MRI (MDM) dataset', but Section III.A states 'Two datasets were used in this study, including the Human Connectome Project (HCP) dataset, the Multi-shell Diffusion MRI (MDM) dataset, and the multimodal brain MRI dataset'. This is a three-dataset evaluation, and the MDM dataset appears to be a public traveling-subject dataset (reference [23]) rather than in-house. Please correct the wording.
  2. [II.A / Eq. (7)] The decomposition loss in Eq. (7) is written as PCC(f_T1, f_FA)^2 / (epsilon + PCC(c_T1, c_FA)). Minimizing this loss reduces the unique-feature correlation and, through the denominator, also rewards a larger non-unique correlation, but the sign conventions and the role of epsilon are not explained. Please clarify the intended optimization direction and why a negative PCC in the denominator is not problematic.
  3. [IV.A.3 / Table III] The text states that on the MDM dataset the method showed 'comparable performance over FS-1, FS-2, and FS-3', but Table III reports only FS-1. FS-2 and FS-3 appear in Fig. 5 but not in Table III; please include all three fully supervised baselines in the corresponding table for reproducibility.
  4. [Table II / FS-1 row] The HD95 value for FS-1 in Table II is reported as 1.25 ± 0.00, which is suspicious for a standard deviation and suggests either a rounding artifact or a measurement issue. Please double-check this entry and report the appropriate precision.
  5. [IV.B.3 / Equation (14)] Section IV.B.3 refers to a hyperparameter lambda_1 that is 'defined as a time-dependent Gaussian function', but this term does not appear in Eq. (14), which uses alpha, delta, and beta. Please align the notation between the text and the objective function.

Circularity Check

1 steps flagged · score 2.0 of 10

Minor internal feature-role circularity; the main benchmark claim is not circular.

  1. self definitional [Section II.A (Eq. 8) and Section IV.B.8 (Fig. 11)]
    "The unique features fl T 1,i and fl F A,j are fed to the student model to calculate the supervised loss (Sec. II). 'After obtaining the unique features from each MRI sequence, the non-unique features cl T 1,i and cl F A,j ... are obtained by subtracting the unique features from the original images' (Sec. II.A). 'The results presented in Fig. 11 clearly demonstrates that utilizing only unique features in the final stages of the network enhances the accuracy of delineating the visual pathway structure, specifically the optic nerve, yielding a well-defined boundary' (Sec. IV.B.8)."

    The supervised loss Lsup (Eq. 8) is defined on unique features only, so the student network is optimized to make unique features carry VP segmentation information. Non-unique features are defined as the residual and never receive Lsup. The Fig. 11 comparison and the t-SNE 'demonstration' in Fig. 1 therefore retest the training objective: unique features win because the segmentation loss was applied to them, not because the CFD decomposition independently discovered which signal is more useful. This is circular by construction for the feature-role claim, but it is not load-bearing for the paper's main empirical claim, which is a benchmarked comparison against external SSL methods on held-out test subjects.

full rationale

The paper's central claim—that the proposed semi-supervised framework outperforms seven state-of-the-art methods on HCP, MDM, and multimodal brain MRI—rests on external test-subject comparisons with fixed partitions and official implementations, so it does not reduce to a fitted parameter or to a self-citation. The self-citations to [25], [26], and [32] are to published dataset-generation, architecture, and baseline methods; none is used as an unverified uniqueness theorem or as the sole justification for the headline result. The only circular-by-construction element is the internal feature-role analysis: because Lsup (Eq. 8) trains the student only on unique features, and non-unique features are defined as the residual, the Fig. 11/t-SNE evidence that unique features are better for delineation restates the training objective rather than independently validating the decomposition. This does not affect the external comparisons. Separate statistical-correctness concerns are real but are not circularity: the paper itself admits 'the MDM test sample is too small, we run two Monte Carlo simulations before computing the paired t-test' (Fig. 7 note), and hyperparameters are tuned on the same test sets (Section IV.B), but these are validity issues, not derivation circularity.

Assumptions & free parameters 5 free parameters · 6 assumptions · 0 invented entities

The method relies on a specific convolutional sparse coding decomposition that is not independently verified, on ground-truth labels from a self-cited tractography pipeline, and on statistical tests with very small test sets. No new physical entities are introduced, but several hyperparameters are tuned on the datasets under study.

free parameters (5)
  • alpha = 10
    Greedy search over {0.1, 1, 10, 100} on the HCP dataset as reported in Section IV.B.3; inconsistent with alpha=1 used in Section IV.B.1.
  • beta = 1
    Greedy search after fixing alpha, Section IV.B.3.
  • M (number of augmented versions) = 3
    Ablation in Table IV shows M=10 gives equal DSC but higher compute; M=3 chosen as a compromise.
  • CSE threshold = 0.05
    Ablation in Table V shows threshold=0.05 gives the best DSC among {0.05, 0.1, 0.5, 1.0}.
  • sigma (sparsity regularization) = unreported
    The sparsity constraint parameter in Eqs. (3) and (4) is never specified; it is a free parameter of the decomposition.
assumptions (6)
  • domain assumption The visual pathway ground truth generated by the tractography pipeline in [25] is accurate.
    All supervised training and evaluation relies on labels from [25], which is cited and generated by overlapping authors.
  • ad hoc to paper Equations (1)-(2) are valid: each MRI sequence is exactly the sum of non-unique features and a convolution of learned unique filters with sparse feature maps.
    This modeling ansatz is introduced for this task; no independent evidence is provided, and the reconstruction residual is never quantified.
  • ad hoc to paper Unique features alone suffice for accurate delineation, and non-unique features harm the final segmentation.
    Justified only by t-SNE visualizations of the model's own features in Fig. 1, not by external benchmarks.
  • ad hoc to paper The CSE threshold of 0.05 identifies reliable pseudo-labels across all datasets.
    Set by experiment on HCP, assumed to transfer to MDM and multimodal data without independent re-validation.
  • domain assumption Two-tailed paired t-tests, after Monte Carlo simulations, remain valid with as few as two test subjects.
    The statistical significance claims on MDM rest on this assumption, which is questionable with n=2.
  • standard math Mean-teacher EMA and consistency regularization improve semi-supervised segmentation.
    Accepted from prior literature [17]; standard technique.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Cross-Sequence Semi-Supervised Learning for Multi-Parametric MRI-Based Visual Pathway Delineation." pith.science (2026). https://pith.science/paper/GTMWQFEQ

@misc{pith2026250519733,
  author       = {Pith},
  title        = {Pith review of: Cross-Sequence Semi-Supervised Learning for Multi-Parametric MRI-Based Visual Pathway Delineation},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/GTMWQFEQ}},
  note         = {Machine review of arXiv:2505.19733}
}
read the original abstract

Accurately delineating the visual pathway (VP) is crucial for understanding the human visual system and diagnosing related disorders. Exploring multi-parametric MR imaging data has been identified as an important way to delineate VP. However, due to the complex cross-sequence relationships, existing methods cannot effectively model the complementary information from different MRI sequences. In addition, these existing methods heavily rely on large training data with labels, which is labor-intensive and time-consuming to obtain. In this work, we propose a novel semi-supervised multi-parametric feature decomposition framework for VP delineation. Specifically, a correlation-constrained feature decomposition (CFD) is designed to handle the complex cross-sequence relationships by capturing the unique characteristics of each MRI sequence and easing the multi-parametric information fusion process. Furthermore, a consistency-based sample enhancement (CSE) module is developed to address the limited labeled data issue, by generating and promoting meaningful edge information from unlabeled data. We validate our framework using two public datasets, and one in-house Multi-Shell Diffusion MRI (MDM) dataset. Experimental results demonstrate the superiority of our approach in terms of delineation performance when compared to seven state-of-the-art approaches.

Figures

Figures reproduced from arXiv: 2505.19733 by the authors.

Figure 1
Figure 1. t-SNE visualizations of the decomposed unique and non-unique features. 3D features were visualized by stacking the features from slices of each [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. The overall pipeline of the proposed framework. It consists of a CFD module to decompose MRI sequences and a CSE module to generate consistent [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figure 3
Figure 3. The detailed structure of the feature prediction block (PredNet). [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗
Figures from the paper (8 more)
Figure 4
Figure 4. Figure 4: Qualitative results comparison on the HCP dataset. In addition to the delineation results, we provide the binary masks (ground truth) for better [PITH_FULL_IMAGE:figures/full_fig_p008_4.png]
Figure 5
Figure 5. Figure 5: Comparison with fully supervised methods when the available labeled [PITH_FULL_IMAGE:figures/full_fig_p008_5.png]
Figure 6
Figure 6. Figure 6: Qualitative results comparison on the MDM dataset. In addition to the delineation results, we provide the binary masks (ground truth) for better [PITH_FULL_IMAGE:figures/full_fig_p009_6.png]
Figure 7
Figure 7. Figure 7: Statistical analysis between our method and the competing methods [PITH_FULL_IMAGE:figures/full_fig_p009_7.png]
Figure 8
Figure 8. Figure 8: Delineation performance for the training of our model with various [PITH_FULL_IMAGE:figures/full_fig_p009_8.png]
Figure 10
Figure 10. Figure 10: Comparison results with different labeling ratios. 10% and 20% [PITH_FULL_IMAGE:figures/full_fig_p010_10.png]
Figure 11
Figure 11. Figure 11: Visualization of different feature contributions on the HCP dataset. [PITH_FULL_IMAGE:figures/full_fig_p011_11.png]
Figure 12
Figure 12. Figure 12: Statistical analysis between our method and the competing methods [PITH_FULL_IMAGE:figures/full_fig_p011_12.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

39 extracted references · 36 canonical work pages

  1. [1]

    Deep learning guided partitioned shape model for anterior visual pathway segmentation,

    A. Mansoor, J. J. Cerrolaza, R. Idrees, E. Biggs, M. A. Alsharid, R. A. Avery, and M. G. Linguraru, “Deep learning guided partitioned shape model for anterior visual pathway segmentation,” IEEE transactions on medical imaging, vol. 35, no. 8, pp. 1856–1865, 2016

  2. [2]

    Diffusivity and quantitative t1 profile of human visual white matter tracts after retinal ganglion cell damage,

    H. Takemura, S. Ogawa, A. A. Mezer, H. Horiguchi, A. Miyazaki, K. Matsumoto, K. Shikishima, T. Nakano, and Y . Masuda, “Diffusivity and quantitative t1 profile of human visual white matter tracts after retinal ganglion cell damage,” NeuroImage: Clinical, vol. 23, p. 101826, 2019

  3. [3]

    Preoperative visualization of cranial nerves in skull base tumor surgery using diffusion tensor imaging technology,

    J. Ma, S. Su, S. Yue, Y . Zhao, Y . Li, X. Chen, H. Maet al., “Preoperative visualization of cranial nerves in skull base tumor surgery using diffusion tensor imaging technology,” Turk Neurosurg, vol. 26, no. 6, pp. 805–12, 2016

  4. [4]

    Two parallel stages deep learning network for anterior visual pathway segmentation,

    S. Li, Z. Chen, W. Guo, Q. Zeng, and Y . Feng, “Two parallel stages deep learning network for anterior visual pathway segmentation,” in Computational Diffusion MRI: International MICCAI Workshop, Lima, Peru, October 2020. Springer, 2021, pp. 279–290

  5. [5]

    Multi-view spatial aggregation framework for joint localization and segmentation of organs at risk in head and neck CT images,

    S. Liang, K.-H. Thung, D. Nie, Y . Zhang, and D. Shen, “Multi-view spatial aggregation framework for joint localization and segmentation of organs at risk in head and neck CT images,” IEEE Transactions on Medical Imaging, vol. 39, no. 9, pp. 2794–2805, 2020

  6. [6]

    3d lightweight network for simultaneous registration and segmentation of organs-at-risk in CT images of head and neck cancer,

    B. Huang, Y . Ye, Z. Xu, Z. Cai, Y . He, Z. Zhong, L. Liu, X. Chen, H. Chen, and B. Huang, “3d lightweight network for simultaneous registration and segmentation of organs-at-risk in CT images of head and neck cancer,” IEEE Transactions on Medical Imaging, vol. 41, no. 4, pp. 951–964, 2021. JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2025 12

  7. [7]

    Robust optic nerve segmentation on clinically acquired computed tomography,

    R. L. Harrigan, S. Panda, A. J. Asman, K. M. Nelson, S. Chaganti, M. P. DeLisi, B. C. W. Yvernault, S. A. Smith, R. L. Galloway, and L. A. Mawn, “Robust optic nerve segmentation on clinically acquired computed tomography,” Journal of Medical Imaging , vol. 1, no. 3, p. 34006, 2014

  8. [8]

    Geometrical model-based segmentation of the organs of sight on CT images,

    G. Bekes, E. M ´at´e, L. G. Ny ´ul, A. Kuba, and M. Fidrich, “Geometrical model-based segmentation of the organs of sight on CT images,” Medical physics, vol. 35, no. 2, pp. 735–743, 2008

Show all 39 references
  1. [9]

    An atlas-navigated optimal medial axis and deformable model algorithm (NOMAD) for the segmentation of the optic nerves and chiasm in MR and CT images,

    J. H. Noble and B. M. Dawant, “An atlas-navigated optimal medial axis and deformable model algorithm (NOMAD) for the segmentation of the optic nerves and chiasm in MR and CT images,” Medical image analysis, vol. 15, no. 6, pp. 877–884, 2011

  2. [10]

    Weighted partitioned active shape model for optic pathway segmentation in MRI,

    X. Yang, J. Cerrolaza, C. Duan, Q. Zhao, J. Murnick, N. Safdar, R. Avery, and M. G. Linguraru, “Weighted partitioned active shape model for optic pathway segmentation in MRI,” in Clinical Image- Based Procedures. Translational Research in Medical Imaging: Third International W...

  3. [11]

    Springer, 2014, pp. 109–117

  4. [12]

    Interleaved 3D-CNN s for joint segmentation of small-volume struc- tures in head and neck CT images,

    X. Ren, L. Xiang, D. Nie, Y . Shao, H. Zhang, D. Shen, and Q. Wang, “Interleaved 3D-CNN s for joint segmentation of small-volume struc- tures in head and neck CT images,” Medical physics, vol. 45, no. 5, pp. 2063–2075, 2018

  5. [13]

    U-net: Convolutional networks for biomedical image segmentation,

    O. Ronneberger, P. Fischer, and T. Brox, “U-net: Convolutional networks for biomedical image segmentation,” in Medical Image Computing and Computer-Assisted Intervention–MICCAI 2015: 18th International Conference, Munich, Germany, October 5-9, 2015, Proceedings, Part III

  6. [14]

    Adaptive region-specific loss for improved medical image segmentation,

    Y . Chen, L. Yu, J.-Y . Wang, N. Panjwani, J.-P. Obeid, W. Liu, L. Liu, N. Kovalchuk, M. F. Gensheimer, L. K. Vitzthum et al. , “Adaptive region-specific loss for improved medical image segmentation,” IEEE Transactions on Pattern Analysis and Machine Intelligence , 2023

  7. [15]

    Spatial probabilistic distribution map-based two-channel 3D U-net for visual pathway segmentation,

    D. Ai, Z. Zhao, J. Fan, H. Song, X. Qu, J. Xian, and J. Yang, “Spatial probabilistic distribution map-based two-channel 3D U-net for visual pathway segmentation,” Pattern Recognition Letters, vol. 138, pp. 601– 607, 2020

  8. [16]

    Annotation-efficient deep learning for automatic medical image segmentation,

    S. Wang, C. Li, R. Wang, Z. Liu, M. Wang, H. Tan, Y . Wu, X. Liu, H. Sun, R. Yang et al., “Annotation-efficient deep learning for automatic medical image segmentation,” Nature communications , vol. 12, no. 1, p. 5915, 2021

  9. [17]

    Interpretable Multi- modal Image Registration Network Based on Disentangled Convolu- tional Sparse Coding,

    X. Deng, E. Liu, S. Li, Y . Duan, and M. Xu, “Interpretable Multi- modal Image Registration Network Based on Disentangled Convolu- tional Sparse Coding,” IEEE Transactions on Image Processing, vol. 32, pp. 1078–1091, 2023

  10. [18]

    Springer, 2015, pp. 234–241

  11. [19]

    Mean teachers are better role mod- els: Weight-averaged consistency targets improve semi-supervised deep learning results,

    A. Tarvainen and H. Valpola, “Mean teachers are better role mod- els: Weight-averaged consistency targets improve semi-supervised deep learning results,” Advances in neural information processing systems , vol. 30, 2017

  12. [20]

    Deep convolutional neural network for multi-modal image restoration and fusion,

    X. Deng and P. L. Dragotti, “Deep convolutional neural network for multi-modal image restoration and fusion,” IEEE transactions on pattern analysis and machine intelligence, vol. 43, no. 10, pp. 3333–3348, 2020

  13. [21]

    Learned convolutional sparse coding,

    H. Sreter and R. Giryes, “Learned convolutional sparse coding,” in 2018 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP). IEEE, 2018, pp. 2191–2195

  14. [22]

    Semi-supervised strong-teacher consis- tency learning for few-shot cardiac mri image segmentation,

    Y . Qiu, J. Meng, and B. Li, “Semi-supervised strong-teacher consis- tency learning for few-shot cardiac mri image segmentation,” Computer Methods and Programs in Biomedicine , p. 108613, 2025

  15. [23]

    St++: Make self-training work better for semi-supervised semantic segmentation,

    L. Yang, W. Zhuo, L. Qi, Y . Shi, and Y . Gao, “St++: Make self-training work better for semi-supervised semantic segmentation,” in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2022, pp. 4268–4277

  16. [24]

    The human connectome project: a data acquisition perspective,

    D. C. Van Essen, K. Ugurbil, E. Auerbach, D. Barch, T. E. Behrens, R. Bucholz, A. Chang, L. Chen, M. Corbetta, S. W. Curtiss et al., “The human connectome project: a data acquisition perspective,” Neuroimage, vol. 62, no. 4, pp. 2222–2231, 2012

  17. [25]

    Reproducibility of multi-shell diffusion tractography on traveling subjects: a multicenter study prospective,

    Q. Tong, H. He, T. Gong, C. Li, P. Liang, T. Qian, Y . Sun, Q. Ding, K. Li, and J. Zhong, “Reproducibility of multi-shell diffusion tractography on traveling subjects: a multicenter study prospective,” Magnetic resonance imaging, vol. 59, pp. 1–9, 2019

  18. [26]

    Test– retest reproducibility of a multi-atlas automated segmentation tool on multimodality brain mri,

    T. J. Rezende, B. M. Campos, J. Hsu, Y . Li, C. Ceritoglu, K. Kutten, M. C. Franca Junior, S. Mori, M. I. Miller, and A. V . Faria, “Test– retest reproducibility of a multi-atlas automated segmentation tool on multimodality brain mri,” Brain and behavior, vol. 9, no. 10, p. e0...

  19. [27]

    CNTSeg: A multimodal deep-learning-based network for cranial nerves tract segmentation,

    L. Xie, J. Huang, J. Yu, Q. Zeng, Q. Hu, Z. Chen, G. Xie, and Y . Feng, “CNTSeg: A multimodal deep-learning-based network for cranial nerves tract segmentation,” Medical Image Analysis , vol. 86, p. 102766, 2023

  20. [28]

    Learning cross-modal deep representations for multi-modal MR image segmen- tation,

    C. Li, H. Sun, Z. Liu, M. Wang, H. Zheng, and S. Wang, “Learning cross-modal deep representations for multi-modal MR image segmen- tation,” in Medical Image Computing and Computer Assisted Interven- tion–MICCAI 2019: 22nd International Conference, Shenzhen, China, October 13–1...

  21. [29]

    Uncertainty-aware self-ensembling model for semi-supervised 3d left atrium segmentation,

    L. Yu, S. Wang, X. Li, C.-W. Fu, and P.-A. Heng, “Uncertainty-aware self-ensembling model for semi-supervised 3d left atrium segmentation,” in Medical Image Computing and Computer Assisted Intervention– MICCAI 2019: 22nd International Conference, Shenzhen, China, Octo- ber 13–...

  22. [30]

    Semi-supervised medical image segmentation through dual-task consistency,

    X. Luo, J. Chen, T. Song, and G. Wang, “Semi-supervised medical image segmentation through dual-task consistency,” inProceedings of the AAAI conference on artificial intelligence , vol. 35, no. 10, 2021, pp. 8801– 8809

  23. [31]

    Uncertainty-guided mutual consistency learning for semi-supervised medical image segmen- tation,

    Y . Zhang, R. Jiao, Q. Liao, D. Li, and J. Zhang, “Uncertainty-guided mutual consistency learning for semi-supervised medical image segmen- tation,” Artificial Intelligence in Medicine , vol. 138, p. 102476, 2023

  24. [32]

    Bidirectional Copy-Paste for Semi-Supervised Medical Image Segmentation,

    Y . Bai, D. Chen, Q. Li, W. Shen, and Y . Wang, “Bidirectional Copy-Paste for Semi-Supervised Medical Image Segmentation,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2023, pp. 11 514–11 524

  25. [33]

    DMSPS: Dynamically mixed soft pseudo-label supervision for scribble-supervised medical image segmentation,

    M. Han, X. Luo, X. Xie, W. Liao, S. Zhang, T. Song, G. Wang, and S. Zhang, “DMSPS: Dynamically mixed soft pseudo-label supervision for scribble-supervised medical image segmentation,” Medical Image Analysis, vol. 97, p. 103274, 2024

  26. [34]

    Deep Multimodal Fusion Network for the Retinogeniculate Visual Pathway Segmentation,

    L. Xie, L. Yang, Q. Zeng, J. He, J. Huang, Y . Feng, E. Amelina, and M. Amelin, “Deep Multimodal Fusion Network for the Retinogeniculate Visual Pathway Segmentation,” inThe 42nd Chinese Control Conference (CCC 2023), 2023

  27. [35]

    Transattunet: Multi-level attention-guided u-net with transformer for medical image segmentation,

    B. Chen, Y . Liu, Z. Zhang, G. Lu, and A. W. K. Kong, “Transattunet: Multi-level attention-guided u-net with transformer for medical image segmentation,” IEEE Transactions on Emerging Topics in Computational Intelligence, 2023

  28. [36]

    Msdanet: A multi-scale dilation attention network for medical image segmentation,

    J. Zhang, Z. Luan, L. Ni, L. Qi, and X. Gong, “Msdanet: A multi-scale dilation attention network for medical image segmentation,” Biomedical Signal Processing and Control , vol. 90, p. 105889, 2024

  29. [37]

    Small data challenges in big data era: A survey of recent progress on unsupervised and semi-supervised methods,

    G.-J. Qi and J. Luo, “Small data challenges in big data era: A survey of recent progress on unsupervised and semi-supervised methods,” IEEE Transactions on Pattern Analysis and Machine Intelligence , vol. 44, no. 4, pp. 2168–2187, 2020

  30. [38]

    Slim unetr: Scale hybrid transformers to efficient 3d medical image segmentation under limited computational resources,

    Y . Pang, J. Liang, T. Huang, H. Chen, Y . Li, D. Li, L. Huang, and Q. Wang, “Slim unetr: Scale hybrid transformers to efficient 3d medical image segmentation under limited computational resources,” IEEE Transactions on Medical Imaging , 2023

  31. [39]

    A unified global tractography framework for automatic visual pathway reconstruction,

    J. He, S. Yao, Q. Zeng, J. Chen, T. Sang, L. Xie, Y . Pan, and Y . Feng, “A unified global tractography framework for automatic visual pathway reconstruction,” NMR in Biomedicine , vol. 36, no. 7, p. e4904, 2023

Pith tools

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