Pith. sign in

REVIEW 4 major objections 5 minor 1 cited by

GUSL: A Novel and Efficient Machine Learning Model for Prostate Segmentation on MRI

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

Pith's one-line read GUSL, a feed-forward model that learns without backpropagation, rivals or beats deep-learning baselines on prostate gland and zonal segmentation across three MRI datasets while using a fraction of their parameters and computation.

desk verdict Feed-forward Green Learning segmentation architecture worth a look; the efficiency results are strong but the public-benchmark SOTA claim is not yet supported and the abstract overstates the DSC results. read the letter →

arxiv 2506.23688 v1 pith:SJQBX2F7 submitted 2025-06-30 eess.IV

classification eess.IV
keywords prostatesegmentationMRIfeed-forwardmodelgreenlearningresidualcorrectioninterpretabilitymedicalimagelightweight
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

GUSL is a feed-forward, backpropagation-free machine learning pipeline for 3D prostate MRI segmentation. Its hypothesis is that a U-shaped cascade of linear feature extraction and regression steps—predicting a coarse mask, then correcting residual errors at the boundaries and at each upsampled scale—can match or beat deep convolutional networks on whole-gland and zonal segmentation. On two public datasets (ISBI-2013, PROMISE12) and a private cohort, GUSL reports Dice scores above 0.9 for gland segmentation and state-of-the-art or near-state-of-the-art results, with roughly 1.1 million parameters and 7 billion FLOPS, orders of magnitude smaller than the U-Net-style baselines. If these results hold under matched evaluation protocols, GUSL would give clinicians a transparent and energy-efficient alternative to black-box deep networks.

What carries the argument

The central mechanism is the multi-level residual-correction regression: at each scale a second regressor learns the residual between the current upsampled prediction and a continuously downsampled ground-truth map, restricted to a boundary ROI, so the model focuses attention on error-prone boundaries. Feature extraction is performed by cascaded VoxelHop units using the channel-wise Saab transform, a data-driven linear transform based on principal component analysis, which the paper argues makes the features inspectable. The predictors are XGBoost regressors, and the overall architecture is a U-shaped cascade with four scales, deployed inside a two-stage pipeline that first localizes the gland at low resolution and then refines the cropped ROI at full resolution.

What would settle it

Retrain the compared deep baselines (such as V-Net, U-Net, and nnU-Net) on exactly the same 5-fold splits and preprocessing as GUSL on ISBI-2013 and PROMISE12, using identical metric computations; if any baseline then matches or exceeds GUSL's reported DSC, HD95, or ABD, the state-of-the-art claim fails. A simpler check is to verify whether the cited baseline papers ([57], [60], [63]) used the same training partitions; if they did not, the comparison is invalid.

Watch

Extended reading notes

Core claim

On the paper's own terms, the central discovery is that an all-regression, U-shaped architecture can perform coarse-to-fine 3D segmentation without training a neural network by backpropagation. The encoder builds voxel features through cascaded VoxelHop units that apply the channel-wise Saab transform, a PCA-derived linear transform, in a fully unsupervised way, then refines those features with supervised least-squares normal transforms and feature selection. The decoder is a chain of XGBoost regressors: the deepest one emits an initial low-resolution probability map, and each subsequent level regresses the residual between the upsampled prediction and a continuously downsampled ground truth, while a boundary-focused ROI sampler directs the residual regressor toward error-prone regions. The final probability map is thresholded to produce the segmentation. The authors report that this design reaches DSC above 0.9 for gland segmentation on all three datasets, outperforming reported baselines on ISBI-2013 gland and transition zone, matching or slightly trailing nnU-Net on PROMISE12, and consistently best on a private institutional cohort, while using roughly 16 to 40 times fewer parameters than the compared U-Net variants.

Load-bearing premise

The claim of state-of-the-art performance assumes that the performance numbers reported for the compared deep-learning models in earlier papers are directly comparable to GUSL's own 5-fold cross-validation runs, meaning the data splits, preprocessing, and evaluation metrics are matched across studies.

Editorial extensions

If this is right

  • Prostate segmentation on T2-weighted MRI can be performed competitively without a neural network or backpropagation.
  • A model with about 1.1 million parameters and 7 GFLOPs can reach DSC above 0.9 for whole-gland segmentation across datasets, making it usable on hardware without high-end GPUs.
  • Because the feature transform is linear and the regressors are tree-based, intermediate features and correction maps can be inspected, opening an interpretability route for clinicians.
  • The same two-stage, coarse-to-fine residual-correction scheme is presented as a general method extendable to other organs and modalities, with CT and X-ray named in the paper as targets.
  • GUSL's fold-to-fold standard deviations are competitive with or lower than those of the deep baselines, indicating stable behavior across training folds.

Reading between the lines

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

  • The residual-correction chain behaves like gradient boosting on masks: each scale fits a regressor to the previous scale's error, so adding more scales or more regressors per scale would likely improve accuracy further at modest parameter cost.
  • If the interpretability claim holds, the linear Saab features could be projected back into voxel space to identify which local textures drive boundary decisions—a testable extension the paper does not carry out.
  • The energy advantage is robust to protocol mismatch: even if baselines matched GUSL's accuracy under identical splits, GUSL's parameter and FLOPS advantage would still favor it for low-resource deployment.
Share X Bluesky LinkedIn Reddit HN

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 introduces GUSL, a feed-forward, backpropagation-free 3D segmentation model for prostate MRI, built on the Green Learning paradigm. GUSL combines cascaded VoxelHop units with channel-wise Saab transforms, supervised LNT feature learning, RFT feature selection, and XGBoost regressors that perform coarse-to-fine residual correction. The method is evaluated on ISBI-2013, PROMISE12, and a private USC-Keck dataset for whole-gland, transition-zone, and peripheral-zone segmentation, and is compared with deep learning baselines in terms of DSC, ABD, HD95, model size, and FLOPS.

Significance. If the reported performance holds under matched evaluation protocols, GUSL would be a meaningful contribution to efficient and interpretable medical image segmentation, with an order-of-magnitude reduction in model size and complexity relative to deep learning baselines. The paper provides a novel all-regression, multi-scale residual-correction design and extensive experiments across three datasets. However, the central state-of-the-art claim is weakened by protocol-mismatched comparisons on the public benchmarks, and the abstract overstates the results. The work is of interest to the green learning and medical imaging communities, but the evaluation needs strengthening.

major comments (4)
  1. [Section 4.4, Tables 5–8] The comparison of GUSL's 5-fold cross-validation results with published baselines from [57], [60], and [63] is not protocol-matched. The paper does not establish that data splits, preprocessing (Lanczos resampling, CLAHE, ROI cropping), and metric computation are identical. Baselines in Tables 5–7 are quoted without standard deviations. For instance, in Table 8, GUSL's HD95 is 1.607 versus nnU-Net's 9.735, a discrepancy that suggests differing metric definitions or evaluation protocols. Consequently, the state-of-the-art claim on ISBI-2013 and PROMISE12 is not supported. Please retrain baselines under the same protocol, or clearly confine the SOTA claim to the Keck cohort and label public-dataset numbers as independent, non-matched comparisons.
  2. [Abstract, Table 4] The abstract states that 'In all datasets, GUSL achieved a DSC performance greater than 0.9 for gland segmentation.' This is contradicted by Table 4, where the T2-w Keck cohort gland DSC is 0.891 ± 0.070. Also, the abstract's claim of 'state-of-the-art performance among other DL-based models' is not supported by Table 7 (ISBI PZ: 3D Attention U-Net 0.790 vs GUSL 0.774) or Table 8 (PROMISE12: nnU-Net 0.910 vs GUSL 0.907). Please correct these claims in the abstract and Section 5.1.
  3. [Sections 3.2.1–3.2.5] The description of GUSL omits key hyperparameters needed for reproduction. Specifically, the number of AC anchor vectors per VoxelHop layer, the PCA energy retention ratio, the ROI boundary sampling strategy, the final probability threshold, and the XGBoost hyperparameters (number of estimators, max depth, learning rate) are not reported; only the LNT subset size K=400 is given. Without these values, the experiments are not reproducible and the sensitivity of the results to these choices is unknown. Please provide a complete hyperparameter table and consider releasing code.
  4. [Table 9] The model size and FLOPS comparison is not apples-to-apples. GUSL's parameter count (1,132,176) includes PCA anchor vectors and XGBoost components, whereas the deep learning baselines are neural networks. The inference cost of XGBoost ensembles (number of trees, depth, sparsity) is not captured by the quoted FLOPS, and the two-stage ROI processing is apparently not included in the GUSL FLOPS estimate. Please provide a per-component breakdown of parameters and complexity, and, if possible, end-to-end inference time and memory usage on the same hardware.
minor comments (5)
  1. [Section 3.2.6] The probability threshold used for the final segmentation is not specified; please state how it is chosen and whether it is fixed across datasets.
  2. [Section 4.1] There is a typo: '3.0 mmmm to 4.0mm' should read '3.0 mm to 4.0 mm.'
  3. [References] References [23] and [42] appear to cite the same Green Learning overview with different publication years; please consolidate to avoid duplicate citations.
  4. [Section 4.4 and Tables 3–8] The text states that 'we conduct the same experiment setting in both datasets and train V-Net and U-Net-based architectures,' but it is unclear which baseline results were produced by the authors' own training (e.g., Tables 3–4) and which were quoted from prior papers (Tables 5–8). Please clarify the provenance of each baseline result.
  5. [Section 5.1] The text claims that GUSL 'outperforms by large margins in certain cases,' but some of the reported margins are small (e.g., Table 8: DSC 0.907 vs 0.910). Please make the wording consistent with the magnitude of the differences.

Circularity Check

0 steps flagged · score 1.0 of 10

No significant circularity; GUSL is trained and validated on held-out data, with self-citations to Green Learning components that are not load-bearing.

full rationale

GUSL is a feed-forward regressor trained on labeled prostate MRI volumes and validated with 5-fold cross-validation (Section 4.4). The core quantities—initial coarse masks, residual maps R_i = G_i - P_i^m (Eq. 3), and corrected masks P_i^r = P_i^m + R_i (Eq. 4)—are computed from training-fold ground truths and applied to validation folds; no test label enters training, and the evaluation metrics (DSC, ABD, HD95) are measured against held-out ground truths. The paper cites prior Green Learning work (Saab/VoxelHop/LNT/RFT/PSHop, Refs. [42]-[50]) with overlapping authors, but these citations supply concrete algorithmic components (PCA-based transforms and feature selectors) that are then empirically retrained and evaluated here; no uniqueness theorem is invoked to forbid alternatives, and no fitted parameter is renamed as a prediction. The main risk is an evaluation-protocol mismatch: Tables 5-8 compare GUSL's 5-fold CV numbers to published baseline values without evidence of identical splits, preprocessing (Lanczos, CLAHE, ROI cropping), or metric definitions, and Table 4's DSC 0.891 contradicts the abstract's claim of >0.9 in all datasets. These are correctness and validity concerns, not circularity. Accordingly, no circular step is identified.

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

The model's performance rests on several domain assumptions about the learnability of segmentation from linear PCA features and on the comparability of cited baseline numbers; these are not proven in the paper.

free parameters (6)
  • PCA energy retention / number of AC anchor vectors per VoxelHop layer = not specified
    The number of principal components retained in each channel-wise Saab transform determines feature dimensionality; no values or energy thresholds are reported in Section 3.2.1.
  • LNT number of feature subsets K = 400
    Set in Section 3.2.3 without ablation; affects the supervised feature space.
  • ROI selection boundary sampling strategy = not specified
    Section 3.2.5 describes sampling mostly from the boundary region but does not quantify boundary width or sampling ratios; this drives the residual correction models.
  • Final probability threshold = not specified
    Section 3.2.6 says a threshold converts the probability map to a mask, but the threshold value is not reported.
  • XGBoost hyperparameters = not specified
    Used for initial prediction and residual correction in Section 3.2.4; learning rate, tree depth, and number of trees are not given.
  • Two-stage resolution sizes and CLAHE parameters = see Table 1
    Downsampled resolutions in Table 1 and CLAHE contrast enhancement in Section 4.2 are chosen without sensitivity analysis.
assumptions (4)
  • domain assumption PCA-based linear Saab features are sufficient for voxel-wise regression of prostate presence and residual errors
    GUSL's design relies on linear features followed by XGBoost; introduced in Sections 3.2.1 and 3.2.4.
  • domain assumption Average-pooled ground truth masks are valid continuous regression targets at each scale
    Residual targets G_i are produced by downsampling ground truth with average pooling (Section 3.2.4); boundary blurring from pooling is not analyzed.
  • domain assumption Residual correction learned on ROI-selected samples improves segmentation across all scales
    The multi-level refinement mechanism (Sections 3.2.4 to 3.2.6) is justified empirically, not theoretically.
  • domain assumption Published baseline results are directly comparable to GUSL's 5-fold cross-validation numbers
    Tables 5 to 8 mix scores from other papers with GUSL's own cross-validation, without evidence of matched splits or preprocessing.

how reviews work

0 comments
Cite this review

Pith. "Pith review of GUSL: A Novel and Efficient Machine Learning Model for Prostate Segmentation on MRI." pith.science (2026). https://pith.science/paper/SJQBX2F7

@misc{pith2026250623688,
  author       = {Pith},
  title        = {Pith review of: GUSL: A Novel and Efficient Machine Learning Model for Prostate Segmentation on MRI},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/SJQBX2F7}},
  note         = {Machine review of arXiv:2506.23688}
}
abstract

Prostate and zonal segmentation is a crucial step for clinical diagnosis of prostate cancer (PCa). Computer-aided diagnosis tools for prostate segmentation are based on the deep learning (DL) paradigm. However, deep neural networks are perceived as "black-box" solutions by physicians, thus making them less practical for deployment in the clinical setting. In this paper, we introduce a feed-forward machine learning model, named Green U-shaped Learning (GUSL), suitable for medical image segmentation without backpropagation. GUSL introduces a multi-layer regression scheme for coarse-to-fine segmentation. Its feature extraction is based on a linear model, which enables seamless interpretability during feature extraction. Also, GUSL introduces a mechanism for attention on the prostate boundaries, which is an error-prone region, by employing regression to refine the predictions through residue correction. In addition, a two-step pipeline approach is used to mitigate the class imbalance, an issue inherent in medical imaging problems. After conducting experiments on two publicly available datasets and one private dataset, in both prostate gland and zonal segmentation tasks, GUSL achieves state-of-the-art performance among other DL-based models. Notably, GUSL features a very energy-efficient pipeline, since it has a model size several times smaller and less complexity than the rest of the solutions. In all datasets, GUSL achieved a Dice Similarity Coefficient (DSC) performance greater than $0.9$ for gland segmentation. Considering also its lightweight model size and transparency in feature extraction, it offers a competitive and practical package for medical imaging applications.

Figures

Figures reproduced from arXiv: 2506.23688 by the authors.

Figure 1
Figure 1. Cascading model in two stages. Stage-1 (left): GUSL segmentation is applied on the downsampled version of the image, and the predicted segmentation is upsampled to the original size. Stage-2 (right): GUSL segmentation is applied on the resized cropped image, and then concatenated back to the original mask [PITH_FULL_IMAGE:figures/full_fig_p004_1.png] view at source ↗
Figure 2
Figure 2. Illustration of the 3D architecture of GUSL. Four scales (levels) are used in GUSL. Deeper layers correspond to coarse resolution, while shallower ones to finer resolution. The process demonstrates the segmentation for one slice of the MRI sequence [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
Figure 3
Figure 3. Neighborhood reconstruction into cuboid blocks for representation learning and feature extraction in GUSL. the anchor vectors learned from PCA, expressed as an affine transformation: 𝑦𝑚 = 𝐚 𝑇 𝑚 ⋅ 𝐱 + 𝑏𝑚, 𝑚 = 0, 1, ⋯ ,𝑀 − 1, (1) where 𝐚𝑚 is the 𝑚-th anchor vector of dimension 𝑁, and 𝑀 is the total number of anchor vectors. In this context, the channel-wise Saab transform is a data-driven method for learning anchor ve… view at source ↗
Figures from the paper (7 more)
Figure 4
Figure 4. Figure 4: Receptive field expansion improves the number of features for each voxel from 𝟐7 𝑖 to 𝟐7 𝑖 × 9 and provides more context to the regressor. subtracting the DC component from the input signal, i.e. 𝐱𝐴𝐶 = 𝐱 − 𝐱𝐷𝐶. The AC anchor vectors are learned by performing prin￾cipal…
Figure 5
Figure 5. Figure 5: An overview of the Relevant Feature Selection (RFT) method. For the i-th feature, RFT measures the weighted estimated regression MSE in both sets as the RFT loss. center cropping the prostate gland. The targets are per-voxel continuous probability values. An issue that…
Figure 6
Figure 6. Figure 6: The pipeline for residual correction in the 𝑖 𝑡ℎ level [PITH_FULL_IMAGE:figures/full_fig_p008_6.png]
Figure 7
Figure 7. Figure 7: The process of ROI selection to balance the sample distribution for training. regression. In doing so, as shown in [PITH_FULL_IMAGE:figures/full_fig_p008_7.png]
Figure 8
Figure 8. Figure 8: The values distribution for the ground truth map 𝐺𝑖 , residual map 𝑅𝑖 , and ROI map 𝐵 𝑖 . from multiple centers, featuring variations in scanner manu￾facturers, field strengths, and imaging protocols. The USC-Keck dataset includes a cohort of 600 patients with T2-w, wh…
Figure 9
Figure 9. Figure 9: Qualitative comparison between GUSL and other DL methods on the whole gland segmentation task for T2-weighted MRIs in the USC-Keck dataset [PITH_FULL_IMAGE:figures/full_fig_p011_9.png]
Figure 10
Figure 10. Figure 10: Qualitative comparison between GUSL and other DL methods on the zonal segmentation task for T2 Cube MRIs in the USC-Keck dataset. PZ and TZ segmentations are in green and red, respectively [PITH_FULL_IMAGE:figures/full_fig_p012_10.png]

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Interpretable and backpropagation-free Green Learning for efficient multi-task echocardiographic segmentation and classification

    eess.IV 2026-01 conditional novelty 5.0 of 10

    A backprop-free Green Learning pipeline with a PCA-based VoxelHop encoder and XGBoost decoders achieves 94.3% three-class LVEF accuracy and 0.912 Dice on EchoNet-Dynamic.

Reference graph

Works this paper leans on

65 extracted references · 62 canonical work pages · cited by 1 Pith paper

  1. [57]

    A novel prostate segmentation method:triplefusionmodelwithhybridloss

    Hakan Ocal and Necaattin Barisci. A novel prostate segmentation method:triplefusionmodelwithhybridloss. NeuralComputingand Applications, 34(16):13559–13574, 2022

  2. [60]

    3d multi-scale discriminative network with multi- directionaledgelossforprostatezonalsegmentationinbi-parametric mr images.Neurocomputing, 418:148–161, 2020

    Xiangxiang Qin, Yu Zhu, Wei Wang, Shaojun Gui, Bingbing Zheng, and Peijun Wang. 3d multi-scale discriminative network with multi- directionaledgelossforprostatezonalsegmentationinbi-parametric mr images.Neurocomputing, 418:148–161, 2020

  3. [63]

    Investigation and benchmarking of u-nets on prostate segmentation tasks

    Shrajan Bhandary, Dejan Kuhn, Zahra Babaiee, Tobias Fechter, MatthiasBenndorf,ConstantinosZamboglou,Anca-LigiaGrosu,and Radu Grosu. Investigation and benchmarking of u-nets on prostate segmentation tasks. Computerized Medical Imaging and Graphics, 107:102241, 2023

  4. [1]

    Global cancer statistics 2022: the trends projection analysis

    Bhupender S Chhikara, Keykavous Parang, et al. Global cancer statistics 2022: the trends projection analysis. Chemical Biology Letters, 10(1):451–451, 2023

  5. [2]

    Cancer statistics, 2023.CA: a cancer journal for clinicians, 73(1):17–48, 2023

    Rebecca L Siegel, Kimberly D Miller, Nikita Sandeep Wagle, and Ahmedin Jemal. Cancer statistics, 2023.CA: a cancer journal for clinicians, 73(1):17–48, 2023. Jiaxin Yang et al.:Preprint Page 12 of 14 GUSL Pipeline for Prostate Segmentation

  6. [3]

    Development of a whole-urine, multiplexed, next-generationrna-sequencingassayforearlydetectionofaggressive prostate cancer.European urology oncology, 5(4):430–439, 2022

    AndiKCani,KevinHu,Chia-JenLiu,JavedSiddiqui,YingyeZheng, SuminHan,SrinivasNallandhighal,DanielHHovelson,LanboXiao, Trinh Pham, et al. Development of a whole-urine, multiplexed, next-generationrna-sequencingassayforearlydetectionofaggressive prostate cancer.European urology oncology, 5(4):430–439, 2022

  7. [4]

    Prostate specific antigen densitycorrelateswithfeaturesofprostatecanceraggressiveness

    ShilajitDKundu,KimberlyARoehl,XiaoyingYu,JoAnnVAntenor, Brian K Suarez, and William J Catalona. Prostate specific antigen densitycorrelateswithfeaturesofprostatecanceraggressiveness. The Journal of urology, 177(2):505–509, 2007

  8. [5]

    Fusion of mri to 3d trus for mechanically-assisted targeted prostate biopsy: system design and initial clinical experience

    Derek W Cool, Jeff Bax, Cesare Romagnoli, Aaron D Ward, Lori Gardi, Vaishali Karnik, Jonathan Izawa, Joseph Chin, and Aaron Fenster. Fusion of mri to 3d trus for mechanically-assisted targeted prostate biopsy: system design and initial clinical experience. In Prostate Cancer Imaging. Image Analysis and Image-Guided Inter- ventions:InternationalWorkshop,He...

Show all 65 references
  1. [6]

    Prostate zones and cancer: lost in transition?Nature Reviews Urology, 19(2):101–115, 2022

    Amin Ali, Alexander Du Feu, Pedro Oliveira, Ananya Choudhury, Robert G Bristow, and Esther Baena. Prostate zones and cancer: lost in transition?Nature Reviews Urology, 19(2):101–115, 2022

  2. [7]

    Normal central zone of the prostate and central zone in- volvement by prostate cancer: clinical and mr imaging implications

    Hebert Alberto Vargas, Oguz Akin, Tobias Franiel, Debra A Gold- man, Kazuma Udo, Karim A Touijer, Victor E Reuter, and Hedvig Hricak. Normal central zone of the prostate and central zone in- volvement by prostate cancer: clinical and mr imaging implications. Radiology, 262(3):...

  3. [8]

    Prostate tumor delineation using multiparametric magnetic resonance imag- ing:Inter-observervariabilityandpathologyvalidation

    Peter Steenbergen, Karin Haustermans, Evelyne Lerut, Raymond Oyen,LiesbethDeWever,LauraVandenBergh,LindaGWKerkmei- jer,FrankAPameijer,WouterBVeldhuis,FlorisJPos,etal. Prostate tumor delineation using multiparametric magnetic resonance imag- ing:Inter-observervariabilityandpath...

  4. [9]

    A survey of prostate segmentation methodologies in ultrasound, magnetic resonance and computed tomography images

    Soumya Ghose, Arnau Oliver, Robert Martí, Xavier Lladó, Joan C Vilanova, Jordi Freixenet, Jhimli Mitra, Désiré Sidibé, and Fabrice Meriaudeau. A survey of prostate segmentation methodologies in ultrasound, magnetic resonance and computed tomography images. Computer methods and...

  5. [10]

    Challenge of prostate mri segmentation on t2-weighted images: inter-observer variabilityandimpactofprostatemorphology

    Sarah Montagne, Dimitri Hamzaoui, Alexandre Allera, Malek Ezziane, Anna Luzurier, Raphaelle Quint, Mehdi Kalai, Nicholas Ayache, Hervé Delingette, and Raphaële Renard-Penna. Challenge of prostate mri segmentation on t2-weighted images: inter-observer variabilityandimpactofpros...

  6. [11]

    Survey of denoising, segmentation and classification of magnetic resonance imaging for prostate cancer.Multimedia Tools and Ap- plications, 80(19):29199–29249, 2021

    Mamta Juneja, Sumindar Kaur Saini, Jatin Gupta, Poojita Garg, Niharika Thakur, Aviral Sharma, Manan Mehta, and Prashant Jindal. Survey of denoising, segmentation and classification of magnetic resonance imaging for prostate cancer.Multimedia Tools and Ap- plications, 80(19):29...

  7. [12]

    A survey on cancer detection via convolutional neural networks: Current challenges and future directions.Neural Networks, 169:637–659, 2024

    Pallabi Sharma, Deepak Ranjan Nayak, Bunil Kumar Balabantaray, Muhammad Tanveer, and Rajashree Nayak. A survey on cancer detection via convolutional neural networks: Current challenges and future directions.Neural Networks, 169:637–659, 2024

  8. [13]

    U-net:Convo- lutional networks for biomedical image segmentation, 2015

    OlafRonneberger,PhilippFischer,andThomasBrox. U-net:Convo- lutional networks for biomedical image segmentation, 2015

  9. [14]

    Saunet: Shape attentive u-net for interpretable medical image segmentation, 2020

    Jesse Sun, Fatemeh Darbehani, Mark Zaidi, and Bo Wang. Saunet: Shape attentive u-net for interpretable medical image segmentation, 2020

  10. [15]

    nnu-net: Self-adapting frame- work for u-net-based medical image segmentation.arXiv preprint arXiv:1809.10486, 2018

    Fabian Isensee, Jens Petersen, Andre Klein, David Zimmerer, Paul F Jaeger, Simon Kohl, Jakob Wasserthal, Gregor Koehler, Tobias No- rajitra, Sebastian Wirkert, et al. nnu-net: Self-adapting frame- work for u-net-based medical image segmentation.arXiv preprint arXiv:1809.10486, 2018

  11. [16]

    Medical image segmentation network based on multi-scale frequency domain filter.Neural Networks, 175:106280, 2024

    Yufeng Chen, Xiaoqian Zhang, Lifan Peng, Youdong He, Feng Sun, and Huaijiang Sun. Medical image segmentation network based on multi-scale frequency domain filter.Neural Networks, 175:106280, 2024

  12. [17]

    Evolution of image segmentation using deep convolutional neural network: A survey

    Farhana Sultana, Abu Sufian, and Paramartha Dutta. Evolution of image segmentation using deep convolutional neural network: A survey. Knowledge-Based Systems, 201:106062, 2020

  13. [18]

    Deeply-supervised cnn for prostate segmentation

    Qikui Zhu, Bo Du, Baris Turkbey, Peter L Choyke, and Pingkun Yan. Deeply-supervised cnn for prostate segmentation. In 2017 international joint conference on neural networks (IJCNN), pages 178–184. IEEE, 2017

  14. [19]

    Attention u-net: Learning where to look for the pancreas.arXiv preprint arXiv:1804.03999, 2018

    Ozan Oktay, Jo Schlemper, Loic Le Folgoc, Matthew Lee, Mat- tias Heinrich, Kazunari Misawa, Kensaku Mori, Steven McDonagh, Nils Y Hammerla, Bernhard Kainz, et al. Attention u-net: Learning where to look for the pancreas.arXiv preprint arXiv:1804.03999, 2018

  15. [20]

    A multi-scale channel attention network for prostate segmentation

    Meiwen Ding, Zhiping Lin, Chau Hung Lee, Cher Heng Tan, and Weimin Huang. A multi-scale channel attention network for prostate segmentation. IEEETransactionsonCircuitsandSystemsII:Express Briefs, 2023

  16. [21]

    Explainableaiforhealthcare: from black box to interpretable models

    AminaAdadiandMohammedBerrada. Explainableaiforhealthcare: from black box to interpretable models. InEmbedded systems and artificialintelligence:proceedingsofESAI2019,Fez,Morocco ,pages 327–337. Springer, 2020

  17. [22]

    Energy andpolicyconsiderationsformoderndeeplearningresearch

    Emma Strubell, Ananya Ganesh, and Andrew McCallum. Energy andpolicyconsiderationsformoderndeeplearningresearch. In Pro- ceedingsoftheAAAIconferenceonartificialintelligence ,volume34, pages 13693–13696, 2020

  18. [23]

    Green learning: Introduction, examples and outlook.Journal of Visual Communication and Image Representation, page 103685, 2022

    C-C Jay Kuo and Azad M Madni. Green learning: Introduction, examples and outlook.Journal of Visual Communication and Image Representation, page 103685, 2022

  19. [24]

    Automatic segmentationoftheprostatein3dmrimagesbyatlasmatchingusing localized mutual information

    Stefan Klein, Uulke A Van Der Heide, Irene M Lips, Marco Van Vulpen, Marius Staring, and Josien PW Pluim. Automatic segmentationoftheprostatein3dmrimagesbyatlasmatchingusing localized mutual information. Medical physics, 35(4):1407–1417, 2008

  20. [25]

    A multi- atlas approach for prostate segmentation in mr images

    Geert Litjens, Nico Karssemeijer, and Henkjan Huisman. A multi- atlas approach for prostate segmentation in mr images. MICCAI Grand Challenge: Prostate MR Image Segmentation, 2012, 2012

  21. [26]

    Fast automatic multi-atlas segmentation of the prostate from 3d mr images

    JasonADowling,JurgenFripp,ShekharChandra,JosienPWPluim, Jonathan Lambert, Joel Parker, James Denham, Peter B Greer, and Olivier Salvado. Fast automatic multi-atlas segmentation of the prostate from 3d mr images. InInternational Workshop on Prostate Cancer Imaging, pages 10–21....

  22. [27]

    Prostate mri segmentationusinglearnedsemanticknowledgeandgraphcuts

    Dwarikanath Mahapatra and Joachim M Buhmann. Prostate mri segmentationusinglearnedsemanticknowledgeandgraphcuts. IEEE Transactions on Biomedical Engineering, 61(3):756–764, 2013

  23. [28]

    Medical image segmentation by combining graph cuts and oriented active appearance models.IEEE transactions on image processing, 21(4):2035–2046, 2012

    Xinjian Chen, Jayaram K Udupa, Ulas Bagci, Ying Zhuge, and Jianhua Yao. Medical image segmentation by combining graph cuts and oriented active appearance models.IEEE transactions on image processing, 21(4):2035–2046, 2012

  24. [29]

    Dual optimization based prostate zonal segmentation in 3d mr images.Medical image analysis, 18(4):660–673, 2014

    Wu Qiu, Jing Yuan, Eranga Ukwatta, Yue Sun, Martin Rajchl, and Aaron Fenster. Dual optimization based prostate zonal segmentation in 3d mr images.Medical image analysis, 18(4):660–673, 2014

  25. [30]

    Medical physics, 44(2):558–569, 2017

    Zhiqiang Tian, Lizhi Liu, Zhenfeng Zhang, Jianru Xue, and Baowei Fei.Asupervoxel-basedsegmentationmethodforprostatemrimages. Medical physics, 44(2):558–569, 2017

  26. [31]

    V-net: Fully convolutional neural networks for volumetric medical image segmentation

    Fausto Milletari, Nassir Navab, and Seyed-Ahmad Ahmadi. V-net: Fully convolutional neural networks for volumetric medical image segmentation. In 2016 fourth international conference on 3D vision (3DV), pages 565–571. Ieee, 2016

  27. [32]

    Unet++: Redesigning skip connections to exploitmultiscalefeaturesinimagesegmentation

    Zongwei Zhou, Md Mahfuzur Rahman Siddiquee, Nima Tajbakhsh, and Jianming Liang. Unet++: Redesigning skip connections to exploitmultiscalefeaturesinimagesegmentation. IEEEtransactions on medical imaging, 39(6):1856–1867, 2019

  28. [33]

    3dpbv-net:anautomatedprostatemridataseg- mentationmethod

    Yao Jin, Guang Yang, Ying Fang, Ruipeng Li, Xiaomei Xu, Yongkai Liu,andXiaoboLai. 3dpbv-net:anautomatedprostatemridataseg- mentationmethod. Computersinbiologyandmedicine ,128:104160, 2021

  29. [34]

    Attention-guided multi-scale learning network for automatic prostate and tumor segmentation on mri.Computers in Biology and Medicine, 165:107374, 2023

    YuchunLi,YuanyuanWu,MengxingHuang,YuZhang,andZhiming Bai. Attention-guided multi-scale learning network for automatic prostate and tumor segmentation on mri.Computers in Biology and Medicine, 165:107374, 2023. Jiaxin Yang et al.:Preprint Page 13 of 14 GUSL Pipeline for Prostat...

  30. [35]

    Multiclass ensemble framework for enhanced prostate gland segmentation: Integrating self-onn decoders with efficientnet

    Md Shaheenur Islam Sumon, Muhammad EH Chowdhury, Ena- mul Hoque Bhuiyan, Md Sohanur Rahman, Muntakim Mahmud Khan, Israa Al-Hashimi, Adam Mushtak, and Sohaib Bassam Zoghoul. Multiclass ensemble framework for enhanced prostate gland segmentation: Integrating self-onn decoders wi...

  31. [36]

    A two-stage cnn method for mri image segmentation of prostate with lesion

    Zixuan Wang, Ruofan Wu, Yanran Xu, Yi Liu, Ruimei Chai, and He Ma. A two-stage cnn method for mri image segmentation of prostate with lesion. Biomedical Signal Processing and Control, 82:104610, 2023

  32. [37]

    A dual attention-guided 3d convolution network for automatic segmentation of prostate and tumor.Biomedical Signal Processing and Control, 85:104755, 2023

    YuchunLi,MengxingHuang,YuZhang,SilingFeng,JingChen,and Zhiming Bai. A dual attention-guided 3d convolution network for automatic segmentation of prostate and tumor.Biomedical Signal Processing and Control, 85:104755, 2023

  33. [38]

    3dapa-net:3dadversarialpyramid anisotropic convolutional network for prostate segmentation in mr images

    Haozhe Jia, Yong Xia, Yang Song, Donghao Zhang, Heng Huang, YanningZhang,andWeidongCai. 3dapa-net:3dadversarialpyramid anisotropic convolutional network for prostate segmentation in mr images. IEEE transactions on medical imaging, 39(2):447–457, 2019

  34. [39]

    Cat-net: A cross-slice attention transformer model for prostate zonal segmentation in mri

    Alex Ling Yu Hung, Haoxin Zheng, Qi Miao, Steven S Raman, Demetri Terzopoulos, and Kyunghyun Sung. Cat-net: A cross-slice attention transformer model for prostate zonal segmentation in mri. IEEE transactions on medical imaging, 42(1):291–303, 2022

  35. [40]

    Semi-supervised representation learning for segmentation on medical volumes and sequences.IEEE Transactions on Medical Imaging, 2023

    Zejian Chen, Wei Zhuo, Tianfu Wang, Jun Cheng, Wufeng Xue, and Dong Ni. Semi-supervised representation learning for segmentation on medical volumes and sequences.IEEE Transactions on Medical Imaging, 2023

  36. [41]

    Hd-net:hybriddiscriminativenetworkforprostatesegmentationinmr images

    Haozhe Jia, Yang Song, Heng Huang, Weidong Cai, and Yong Xia. Hd-net:hybriddiscriminativenetworkforprostatesegmentationinmr images. In International Conference on Medical Image Computing andComputer-AssistedIntervention ,pages110–118.Springer,2019

  37. [42]

    Green learning: Introduction, examples and outlook.Journal of Visual Communication and Image Representation, 90:103685, 2023

    C-C Jay Kuo and Azad M Madni. Green learning: Introduction, examples and outlook.Journal of Visual Communication and Image Representation, 90:103685, 2023

  38. [43]

    Interpretable convolutional neural networks via feedforward design

    C-C Jay Kuo, Min Zhang, Siyang Li, Jiali Duan, and Yueru Chen. Interpretable convolutional neural networks via feedforward design. Journal of Visual Communication and Image Representation, 2019

  39. [44]

    In 2023 IEEE 20th International Symposium on Biomedical Imaging (ISBI), pages 1–5

    XiaofengLiu,FangxuXing,HannaKGaggin,C-CJayKuo,Georges ElFakhri,andJonghyeWoo.Successivesubspacelearningforcardiac disease classification with two-phase deformation fields from cine mri. In 2023 IEEE 20th International Symposium on Biomedical Imaging (ISBI), pages 1–5. IEEE, 2023

  40. [45]

    Voxel- hop: Successive subspace learning for als disease classification using structural mri

    XiaofengLiu,FangxuXing,ChaoYang,Chung-ChiehJayKuo,Suma Babu,GeorgesElFakhri,ThomasJenkins,andJonghyeWoo. Voxel- hop: Successive subspace learning for als disease classification using structural mri. IEEE journal of biomedical and health informatics, 26(3):1128–1139, 2021

  41. [46]

    Pca-radhop:Atransparent andlightweightfeed-forwardmethodforclinicallysignificantprostate cancer segmentation.Computerized Medical Imaging and Graphics, 116:102408, 2024

    Vasileios Magoulianitis, Jiaxin Yang, Yijing Yang, Jintang Xue, MasatomoKaneko,GiovanniCacciamani,AndreAbreu,VinayDud- dalwar,C-CJayKuo,InderbirSGill,etal. Pca-radhop:Atransparent andlightweightfeed-forwardmethodforclinicallysignificantprostate cancer segmentation.Computerized...

  42. [47]

    Pshop:Alightweightfeed- forward method for 3d prostate gland segmentation.arXiv preprint arXiv:2403.15971, 2024

    Yijing Yang, Vasileios Magoulianitis, Jiaxin Yang, Jintang Xue, MasatomoKaneko,GiovanniCacciamani,AndreAbreu,VinayDud- dalwar,C-CJayKuo,InderbirSGill,etal. Pshop:Alightweightfeed- forward method for 3d prostate gland segmentation.arXiv preprint arXiv:2403.15971, 2024

  43. [48]

    Pixelhop++: A small successive-subspace-learning- based (ssl-based) model for image classification

    YueruChen,MozhdehRouhsedaghat,SuyaYou,RaghuveerRao,and C-C Jay Kuo. Pixelhop++: A small successive-subspace-learning- based (ssl-based) model for image classification. In 2020 IEEE International Conference on Image Processing (ICIP), pages 3294–

  44. [49]

    Enhancing edge intelligence with highly discriminant lnt features

    Xinyu Wang, Vinod K Mishra, and C-C Jay Kuo. Enhancing edge intelligence with highly discriminant lnt features. In 2023 IEEE International Conference on Big Data (BigData), pages 3880–3887. IEEE, 2023

  45. [50]

    On supervised feature selection from high dimensional feature spaces

    Yijing Yang, Wei Wang, Hongyu Fu, C-C Jay Kuo, et al. On supervised feature selection from high dimensional feature spaces. APSIPA Transactions on Signal and Information Processing, 11(1), 2022

  46. [51]

    Xgboost: A scalable tree boosting system

    Tianqi Chen and Carlos Guestrin. Xgboost: A scalable tree boosting system. InProceedings of the 22nd acm sigkdd international confer- enceonknowledgediscoveryanddatamining ,pages785–794,2016

  47. [52]

    NBloch,AMadabhushi,HHuisman,JFreymann,JKirby,MGrauer, AEnquobahrie,CJaffe,LClarke,andKFarahani.Nci-isbi2013chal- lenge: Automated segmentation of prostate structures.The Cancer Imaging Archive, 2015

  48. [53]

    Evaluation of prostate segmentation algorithms for mri: the promise12 challenge.Medical image analysis, 18(2):359–373, 2014

    Geert Litjens, Robert Toth, Wendy Van De Ven, Caroline Hoeks, Sjoerd Kerkstra, Bram Van Ginneken, Graham Vincent, Gwenael Guillard, Neil Birbeck, Jindang Zhang, et al. Evaluation of prostate segmentation algorithms for mri: the promise12 challenge.Medical image analysis, 18(2)...

  49. [54]

    In Graphics Gems, 1994

    KarelJ.Zuiderveld.Contrastlimitedadaptivehistogramequalization. In Graphics Gems, 1994

  50. [55]

    Comparison and evaluation of methods for liver segmentation from ct datasets.IEEE transactions on medical imaging, 28(8):1251–1265, 2009

    Tobias Heimann, Bram Van Ginneken, Martin A Styner, Yulia Arzhaeva, Volker Aurich, Christian Bauer, Andreas Beck, Christoph Becker, Reinhard Beichel, György Bekes, et al. Comparison and evaluation of methods for liver segmentation from ct datasets.IEEE transactions on medical ...

  51. [56]

    Comparing images using the hausdorff distance.IEEE Trans- actionsonpatternanalysisandmachineintelligence ,15(9):850–863, 1993

    DanielPHuttenlocher,GregoryA.Klanderman,andWilliamJRuck- lidge. Comparing images using the hausdorff distance.IEEE Trans- actionsonpatternanalysisandmachineintelligence ,15(9):850–863, 1993

  52. [58]

    Large kernel matters–improve semantic segmentation by global con- volutional network

    Chao Peng, Xiangyu Zhang, Gang Yu, Guiming Luo, and Jian Sun. Large kernel matters–improve semantic segmentation by global con- volutional network. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 4353–4361, 2017

  53. [59]

    Voxresnet: Deep voxelwise residual networks for brain segmentation from 3d mr images.NeuroImage, 170:446–455, 2018

    Hao Chen, Qi Dou, Lequan Yu, Jing Qin, and Pheng-Ann Heng. Voxresnet: Deep voxelwise residual networks for brain segmentation from 3d mr images.NeuroImage, 170:446–455, 2018

  54. [61]

    Journal of medical imaging, 6(1):014006–014006, 2019

    Md Zahangir Alom, Chris Yakopcic, Mahmudul Hasan, Tarek M Taha,andVijayanKAsari.Recurrentresidualu-netformedicalimage segmentation. Journal of medical imaging, 6(1):014006–014006, 2019

  55. [62]

    Attention gated networks: Learning to leverage salient regions in medical images

    Jo Schlemper, Ozan Oktay, Michiel Schaap, Mattias Heinrich, Bern- hard Kainz, Ben Glocker, and Daniel Rueckert. Attention gated networks: Learning to leverage salient regions in medical images. Medical image analysis, 53:197–207, 2019

  56. [64]

    3d mri brain tumor segmentation using autoen- coderregularization

    Andriy Myronenko. 3d mri brain tumor segmentation using autoen- coderregularization. InInternationalMICCAIbrainlesionworkshop , pages 311–320. Springer, 2018

  57. [65]

    Prostate segmentation using z-net

    Yue Zhang, Jiong Wu, Wanli Chen, Yifan Chen, and Xiaoying Tang. Prostate segmentation using z-net. In2019 IEEE 16th International Symposium on Biomedical Imaging (ISBI 2019), pages 11–14. IEEE, 2019. Jiaxin Yang et al.:Preprint Page 14 of 14

Pith tools

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