REVIEW 3 major objections 4 minor 7 references
Significance of Residual Learning and Boundary Weighted Loss in Ischaemic Stroke Lesion Segmentation
T0 review · 3 major / 4 minor · reviewed 2026-08-14 · deepseek-v4-flash
Pith's one-line read Adding residual connections and a boundary-weighted loss to adversarial training lifts ischaemic stroke lesion Dice to 0.881 penumbra and 0.877 core.
desk verdict Residual connections get a clean test; the boundary-loss claim is confounded by Lovász-Softmax in every BD condition. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central machinery is Residual-SUMNet: a fully convolutional segmentation network with a VGG11-like encoder modified so that a residual connection is added after each convolutional block, plus three relativistic discriminators operating on the predicted core, the predicted penumbra, and the pair. Training combines four losses: cross-entropy, Lovasz-Softmax, the adversarial loss from the discriminators, and a boundary-weighted negative log-likelihood in which a 3-pixel-thick boundary band extracted from the ground truth by subtracting the eroded label from the dilated label is weighted by factor 10. The residual connections carry multi-sequence information forward through the network depth, while the boundary term concentrates learning on the lesion edge; together they are what the paper credits for the measured Dice gains.
What would settle it
Run Residual-SUMNet with the proposed losses on the full ISLES 2015 training set or a held-out test set with the same boundary parameters; if the Dice advantage over BL7 shrinks to within fold-to-fold variability, or if reducing the boundary thickness erases the gain, the central claim that boundary weighting drives the improvement would fail.
Extended reading notes
Core claim
The paper claims that residual connections and a boundary-weighted loss are not minor tweaks but decisive components of ischaemic stroke lesion segmentation. Residual-SUMNet, trained from scratch without ImageNet weights on three MRI sequences (TMax, TTP, DWI), with three relativistic discriminators and a combined loss of cross-entropy, Lovasz-Softmax, adversarial, and boundary-weighted negative log-likelihood, achieves average Dice of 0.881 for penumbra and 0.877 for core on SPES-ISLES 2015. The reported comparisons show residual connections raising core Dice from 0.792 to 0.867 between the non-residual and residual CE-only baselines, and the full proposed configuration outperforming its closest adversarial baseline, BL7, from 0.852/0.865 to 0.881/0.877. The intended conclusion is that these additions systematically improve boundary delineation and small-region segmentation.
Load-bearing premise
The load-bearing premise is that improvements measured in a single three-fold cross-validation on the SPES subset, with boundary thickness and weight fixed at 3 pixels and 10, will generalize to other stroke scans and settings.
Editorial extensions
If this is right
- If the reported comparisons hold, adding residual connections after each encoder block is a cheap and general way to improve segmentation of small anatomical targets, since the largest gain appears in the small core region.
- The boundary-weighted loss makes predicted lesion edges track ground-truth boundaries more closely, which is clinically relevant because thrombolytic decisions depend on penumbra extent.
- Training from scratch with batch normalization on three concatenated MRI sequences can outperform the ImageNet-pretrained baseline, removing a common practical dependency.
- The best result comes from combining adversarial training with both Lovasz-Softmax and boundary weighting, implying the components are complementary rather than redundant.
Reading between the lines
- The paper leaves implicit that a 3-pixel boundary thickness and weight 10 are optimal; varying these parameters could either enlarge or erase the reported gains, since no ablation is provided.
- A single three-fold cross-validation on the SPES subset leaves open whether the method transfers to the full ISLES 2015 challenge data or to later editions with different scanners and protocols.
- The large core-Dice jump from residual connections suggests that depth-driven information loss, not just class imbalance, limits small-lesion segmentation; a testable consequence is that shallower encoders would show smaller residual gains.
- The same residual-plus-boundary recipe may transfer to other small-structure segmentation tasks, such as tumour or haemorrhage delineation, but that transfer is the authors' implicit hope rather than an experimentally established claim.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper extends SUMNet, an adversarially trained network for ischaemic stroke lesion segmentation, by adding residual connections in the encoder and a morphological boundary-weighted loss (BD) combined with cross-entropy (CE), Lovász-Softmax (LS), and adversarial losses. The authors report average Dice coefficients of 0.881 for penumbra and 0.877 for core on the SPES-ISLES 2015 dataset, and attribute the improvement to residual connections and the boundary-weighted loss. The evaluation uses three-fold cross-validation with eight baselines (BL1–BL7 and Proposed) that progressively add residual connections, adversarial training, and the LS+BD losses.
Significance. If the claimed improvements are reproducible and correctly attributed, the work would offer a practical recipe for improving stroke lesion delineation, which is clinically important for treatment decisions. The paper's ablation structure is a strength for the residual-connection component: the comparisons BL5 vs BL1 and BL7 vs BL3 isolate the effect of residual connections cleanly, and the reported core Dice gains (0.792 to 0.867 and 0.730 to 0.865) are substantial. However, the paper's central claim that the boundary-weighted loss 'significantly' improves segmentation is not supported by the experiments as reported, because BD is never added independently of LS. The absence of error bars or significance tests further weakens the strength of the conclusions. With additional targeted ablations and statistical reporting, the contribution could become solid; in its current form, the attribution of the gains to BD specifically is not established.
major comments (3)
- [Section 2 and Table 1] The boundary-weighted loss (BD) is confounded with the Lovász-Softmax (LS) loss. In every comparison that the authors cite as evidence for the BD contribution (BL2 vs BL1, BL4 vs BL3, BL6 vs BL5, and Proposed vs BL7), both LS and BD are added together. There is no condition that adds BD alone to CE, nor a condition that adds LS alone. Since LS is itself a loss designed to maximize overlap (Dice/Jaccard), the observed improvements in Table 1 could be entirely due to LS rather than the boundary weighting. The text in Section 3 ('the weighted boundary loss improves the segmentation along the boundary') is therefore an untested attribution. The authors should add, at minimum, a CE+BD-only condition and ideally a CE+LS-only condition for the same network settings to separate the two effects.
- [Section 3 and Table 1] The paper uses the word 'significantly' repeatedly (abstract, Section 3, and conclusion) to describe improvements, but reports only average Dice coefficients over three folds with no standard deviations, no confidence intervals, and no statistical test. Several of the differences are small (e.g., penumbra 0.835 to 0.838 in BL1 vs BL2 and core 0.792 to 0.802), and without variance estimates or a paired test, these differences cannot be claimed as significant. This is a load-bearing issue because the central claim rests on the magnitude and reliability of these gains. The authors should provide per-fold results, error bars, and an appropriate significance test (e.g., paired t-test or Wilcoxon signed-rank test across folds or patients).
- [Section 3 and Table 1] The evaluation is limited to the SPES subset of ISLES 2015 with internal three-fold cross-validation only. The paper does not report results on the full ISLES test set or on any external dataset, and it does not compare against previously published ISLES results. Because the reported numbers are averages over a small, single-site dataset, the generalizability of the claimed improvement to the broader population of ischaemic stroke scans remains unsubstantiated. A comparison with published state-of-the-art methods or at least an external validation split would strengthen the conclusion.
minor comments (4)
- [Abstract and Conclusion] There are several typographical and grammatical errors: 'the the accurate' in the abstract, and 'it's effectiveness' in the conclusion should be 'its effectiveness'. These should be corrected.
- [Section 2] The boundary extraction parameters (3-pixel thickness, 3x3 structuring element, weight 10) are presented without justification or ablation. Since the paper's central claim concerns the boundary-weighted loss, an ablation over boundary thickness and weight would clarify the sensitivity of the results to these hyperparameters.
- [Section 2 and Table 1] Training details are missing: the paper does not specify the optimizer, learning rate, number of epochs, batch size, or the weighting coefficients used to combine the CE, adversarial, LS, and BD losses. Without these, the experiments are not fully reproducible.
- [Figure 2] The qualitative figure shows only selected baseline results (BL3, BL4, BL7, Proposed). It would be helpful to show the full set of baselines, or at least BL1 and BL5, so that the claimed improvement from residual connections is visually evident.
Circularity Check
No circular derivation: central claims rest on in-paper ablations; minor self-citations are not load-bearing.
full rationale
This is an empirical segmentation paper rather than a formal derivation. The claimed improvements are evaluated by three-fold cross-validation on the external SPES-ISLES 2015 benchmark, with baselines defined in the paper. The residual-connection claim is isolated (BL5 vs BL1; BL7 vs BL3), and the adversarial-training component is taken from the authors' own prior work but is not the load-bearing claim. The self-citations to SUMNet (Nandamuri et al., 2019) and to Sathish et al. (2019) supply the base architecture and the adversarial scheme; neither is used to prove the residual or boundary-loss benefit. No fitted parameter is renamed as a prediction, no quantity is defined in terms of the reported Dice, and no uniqueness theorem is imported. A separate experimental-design concern should be noted: the boundary-weighted (BD) loss is never added alone. Every BD condition also includes Lovász-Softmax (LS) loss, so the improvement attributed to 'the weighted boundary loss' in Section 3 is confounded with LS. This is a validity/attribution weakness, not circularity, because the conclusion does not reduce to an input by construction. The only circularity-adjacent feature is the presence of self-citations, but they are not load-bearing, hence the low score.
Assumptions & free parameters
free parameters (4)
- boundary pixel weight =
10
- boundary thickness =
3 pixels
- structuring element size =
3 x 3
- loss weighting coefficients =
not reported
assumptions (3)
- domain assumption Adversarial training with three relativistic discriminators (Sathish et al., 2019) improves segmentation.
- domain assumption The SPES-ISLES 2015 ground-truth annotations for core and penumbra are correct and clinically meaningful.
- ad hoc to paper Morphological boundary extraction with a 3x3 structuring element approximates clinically relevant lesion boundaries.
Cite this review
Pith. "Pith review of Significance of Residual Learning and Boundary Weighted Loss in Ischaemic Stroke Lesion Segmentation." pith.science (2026). https://pith.science/paper/NQ4CIRKC
@misc{pith2026190804840,
author = {Pith},
title = {Pith review of: Significance of Residual Learning and Boundary Weighted Loss in Ischaemic Stroke Lesion Segmentation},
year = {2026},
howpublished = {\url{https://pith.science/paper/NQ4CIRKC}},
note = {Machine review of arXiv:1908.04840}
}
abstract
Radiologists use various imaging modalities to aid in different tasks like diagnosis of disease, lesion visualization, surgical planning and prognostic evaluation. Most of these tasks rely on the the accurate delineation of the anatomical morphology of the organ, lesion or tumor. Deep learning frameworks can be designed to facilitate automated delineation of the region of interest in such cases with high accuracy. Performance of such automated frameworks for medical image segmentation can be improved with efficient integration of information from multiple modalities aided by suitable learning strategies. In this direction, we show the effectiveness of residual network trained adversarially in addition to a boundary weighted loss. The proposed methodology is experimentally verified on the SPES-ISLES 2015 dataset for ischaemic stroke segmentation with an average Dice coefficient of $0.881$ for penumbra and $0.877$ for core. It was observed that addition of residual connections and boundary weighted loss improved the performance significantly.
Figures
Reference graph
Works this paper leans on
-
[1]
The ATLANTIS et al. Association of outcome with early stroke treatment: pooled analysis of atlantis, ecass, and ninds rt-pa stroke trials. The Lancet, 363 0 (9411): 0 768--774, 2004
work page 2004
-
[2]
Maxim Berman, Amal Rannen Triki, and Matthew B Blaschko. The lov \'a sz-softmax loss: A tractable surrogate for the optimization of the intersection-over-union measure in neural networks. In Proc. IEEE Conf. Comp. Vis. Patt. Recog., pages 4413--4421, 2018
work page 2018
-
[3]
Pathobiology of ischaemic stroke: an integrated view
Ulrich Dirnagl, Costantino Iadecola, and Michael A Moskowitz. Pathobiology of ischaemic stroke: an integrated view. Trends in neurosciences, 22 0 (9): 0 391--397, 1999
work page 1999
-
[4]
Deep residual learning for image recognition
Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. In Proc. IEEE Conf. Comp. Vis. Patt. Recog., pages 770--778, 2016
work page 2016
-
[5]
Sumanth Nandamuri, Debarghya China, Pabitra Mitra, and Debdoot Sheet. Sumnet: Fully convolutional model for fast segmentation of anatomical structures in ultrasound volumes. arXiv preprint arXiv:1901.06920, 2019
work page Pith review arXiv 1901
-
[6]
Rachana Sathish, Ronnie Rajan, Anusha Vupputuri, Nirmalya Ghosh, and Debdoot Sheet. Adversarially trained convolutional neural networks for semantic segmentation of ischaemic stroke lesion using multisequence magnetic resonance imaging. arXiv preprint arXiv:1908.01176, 2019
work page Pith review arXiv 1908
-
[7]
Very deep convolutional networks for large-scale image recognition
Karen Simonyan and Andrew Zisserman. Very deep convolutional networks for large-scale image recognition. arXiv preprint arXiv:1409.1556, 2014
arXiv 2014
Reviewed August 14, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.