REVIEW 3 major objections 6 minor 19 references
Deep Learning for Visual Recognition of Environmental Enteropathy and Celiac Disease
T0 review · 3 major / 6 minor · reviewed 2026-08-14 · deepseek-v4-flash
Pith's one-line read A ResNet50 trained on color-normalized patches of H&E duodenal biopsies can separate Celiac Disease, Environmental Enteropathy, and Normal tissue, reporting 92.86% whole-slide accuracy and macro-average AUC 0.99.
desk verdict Plausible transfer-learning result for a hard differential diagnosis, but the perfect EE scores smell like site confound; needs a within-site or patient-level check before the accuracy is believable. 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 load-bearing object is a ResNet50 convolutional network pre-trained on a large natural-image dataset, fine-tuned discriminatively with cyclic cosine annealing and test-time augmentation, and trained on 256-by-256 resized patches extracted from whole-slide images. A structure-preserving stain-normalization step maps all slides to a common color appearance, intended to strip scanner and laboratory variation so the network learns tissue features instead of color differences. Patch-level predictions are majority-aggregated to whole-slide labels; Grad-CAM and filter visualizations are then used to inspect which tissue regions and intermediate features drive the classification.
What would settle it
Take the same three-class task but train and test on slides drawn from every site, or from one site scanned on multiple scanners, and see whether accuracy stays above 90%. A second check: train a classifier on the stain-normalized patches' color histograms alone; if it separates classes nearly as well, the visual features are dominated by residual site artifacts.
Extended reading notes
Core claim
On the paper's own terms, the central claim is that transfer-learned ResNet50 models applied to color-normalized patches of H&E duodenal biopsies classify the three classes at the whole-slide level with 92.86% accuracy and a macro-average AUC of 0.99. Patch-level predictions are aggregated to whole-slide labels; Environmental Enteropathy is recognized with perfect precision and recall, while Celiac Disease and Normal show more confusion with each other. The paper reports that fusing features from two magnification levels gave little benefit over single-scale models, and that visual explanation methods suggest the network attends to nuclei, cell boundaries, and tissue-background patterns rather than pure color differences.
Load-bearing premise
The entire result depends on the assumption that the stain-normalization step erases the color and scanner differences between the sites where the biopsies were collected, so that the network is learning disease biology rather than which hospital produced the slide.
Editorial extensions
If this is right
- If the reported accuracy holds in clinical settings, automated triage of duodenal biopsies could flag likely Celiac Disease or Environmental Enteropathy cases before expert review.
- The near-perfect recognition of Environmental Enteropathy suggests screening for EE in populations with growth faltering could be automated from routine biopsy slides.
- The finding that multi-zoom feature fusion adds little performance benefit implies single-magnification patch models may be sufficient for similar histopathology classification tasks.
- The interpretability evidence indicates the model's decisions can be aligned with the features pathologists look for, supporting use as a second-reader tool.
- The same transfer-learning pipeline could plausibly be applied to other enteropathies with overlapping histology.
Reading between the lines
- My inference: because all Environmental Enteropathy slides came from two clinical sites while Celiac Disease and Normal slides came from a third site, the 0.99 AUC may partly encode site or scanner identity rather than disease biology; the paper does not test this directly.
- A cross-site validation set with EE, Celiac Disease, and Normal slides drawn from every site would settle whether stain normalization fully removes the site confound; until then, site identity remains a plausible alternative explanation for EE's perfect recall.
- The choice of the stain-normalization target image drawn from the EE set is a free parameter; my expectation is that changing the target could shift the decision boundary, and sensitivity to that choice should be reported.
- If the method transfers to new sites, an obvious next step is weakly supervised whole-slide classification that skips explicit patch aggregation, which would remove the need for the multi-zoom fusion the paper found unhelpful.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript presents a deep learning pipeline to classify duodenal biopsy whole-slide images into Celiac Disease, Environmental Enteropathy, and Normal tissue. Using a ResNet50 pretrained on ImageNet, patch extraction at two magnifications, Vahadane stain normalization, data augmentation, and test-time augmentation, the authors report patch-level accuracies of 88.89% (1000x1000) and 86.82% (2000x2000), and a whole-slide accuracy of 92.86% on 98 held-out slides with macro-AUC 0.99. The paper also presents Grad-CAM and filter visualizations to support model interpretability.
Significance. If the reported results are robust, the approach could offer a reproducible assistive tool for distinguishing histologically overlapping enteropathies, particularly for Environmental Enteropathy, for which computational pathology support is scarce. The paper demonstrates a reasonable transfer-learning setup and includes interpretability analyses. However, the central claim is currently limited by the confounding of disease class with acquisition site, the lack of a patient-level split, and the small EE test set; these limitations prevent the study from establishing that the classifier generalizes on disease biology rather than site-specific artifacts.
major comments (3)
- [Section II and Section III-B] The dataset is built so that disease class is completely confounded with acquisition site: all EE WSIs originate from Aga Khan University Hospital and University Teaching Hospital in Zambia, while all CD and Normal WSIs originate from the University of Virginia. Stain normalization to an empirically chosen target image from the EE dataset (Section III-B) is invoked to remove color differences, but no evidence is given that it removes scanner- and protocol-specific batch effects. The fact that unnormalized images yield 'erroneous results' based on color difference indicates the kind of signal the model can exploit; without a quantitative demonstration that normalization eliminates site-discriminative information (e.g., a site-classification control experiment), the perfect EE precision/recall in Table II can be explained by acquisition site. This must be addressed with a site-holdout evaluation or an explicit normalization-validation experiment.
- [Section II / IV-A] The paper does not describe whether the 367 training and 98 test slides are disjoint at the patient level. With 150 children contributing 465 WSIs, multiple WSIs per child are present; if slides from the same patient appear in both sets, patch-level leakage can inflate the reported accuracy. The authors should confirm that the split is by patient and, if it is not, repeat the evaluation with patient-level cross-validation.
- [Table II / Section IV-A] The EE test set contains only 11 whole-slide images, and the paper reports no confidence intervals or statistical tests for the 92.86% accuracy or macro-AUC of 0.99. With n=11, the 1.00 precision/recall for EE is not a stable estimate; a single error changes the metric by roughly 9 percentage points. The abstract's 'over 90%' claim should be qualified accordingly.
minor comments (6)
- [Section IV-A] The phrase 'unlabeled 98 slides' is misleading because Table II provides the true class support counts; rename this to 'held-out test slides'.
- [Section IV-B] The text states 'Figure 3 displays a few example Grad-CAM outputs', but Figure 3 is the ROC curves; the Grad-CAM images appear to be in Figure 2. Please correct the cross-references.
- [Section III-C] Test-time augmentation is described as random during prediction; for reproducible and stable predictions, use a fixed set of augmentations and average the outputs.
- [Section III-E] The multi-zoom approach is described but no quantitative results are reported; either present the comparison or remove the section.
- [Section II] The relationship between patients, WSIs, and slides ('465 high resolution whole slide images taken from 150 H&E duodenal biopsy slides') is unclear; clarify the unit of analysis and state whether multiple WSIs from the same patient are treated as independent.
- [References] Reference [6] is a prior abstract by the same group; the paper should explicitly state the new contribution beyond that abstract.
Circularity Check
No circularity: the accuracy claim is an empirical held-out evaluation, and the self-citation and stain-normalization choice are not construction-equivalent inputs.
full rationale
The paper is an empirical machine-learning study, not a derivation. The chain is: labeled slides are split into patches, stain normalization is applied, a ResNet50 with transfer learning is trained on patches from 367 slides, patch predictions are aggregated, and the resulting model is evaluated on 98 previously unseen slides (Table II). No fitted parameter or training label is reused as the reported outcome, and the test labels are not used in training. The stain-normalization target image is chosen from the EE dataset, but it is a preprocessing reference, not a learned parameter, and the reported accuracy is not defined in terms of that target; this raises a possible color-bias concern but not a circular reduction. The only overlapping-author citation (Ref. [6], a prior Gastroenterology abstract) appears in the introduction as background on prior CNN use in duodenal biopsies and is not load-bearing for the paper's accuracy claim. The site/color confounding between EE slides from Pakistan/Zambia and CD/Normal slides from UVA is a genuine external-validity and correctness risk, but confounding is not circularity: even a scanner-discrimination model would still have its accuracy estimated on held-out data. Under the stated circularity definitions, the central claim is self-contained, so the score is 0.
Assumptions & free parameters
free parameters (5)
- stain normalization target image =
not specified (chosen from EE dataset)
- upsampling factor =
not specified (reported as 'appropriate factor')
- learning rate ratios =
1/9 and 1/3 of final layer rate
- number of epochs =
10
- batch size =
32
assumptions (5)
- domain assumption Ground truth labels (CD, EE, Normal) are correct per clinical and endoscopic diagnosis.
- domain assumption Patches from the same slide are exchangeable and training and test slides do not share patients.
- domain assumption Stain normalization removes inter-site color variations while preserving pathological features.
- domain assumption ImageNet transfer learning provides useful features for histopathology.
- domain assumption The three classes are mutually exclusive and each slide has one label.
Cite this review
Pith. "Pith review of Deep Learning for Visual Recognition of Environmental Enteropathy and Celiac Disease." pith.science (2026). https://pith.science/paper/2BPE5UMG
@misc{pith2026190803272,
author = {Pith},
title = {Pith review of: Deep Learning for Visual Recognition of Environmental Enteropathy and Celiac Disease},
year = {2026},
howpublished = {\url{https://pith.science/paper/2BPE5UMG}},
note = {Machine review of arXiv:1908.03272}
}
read the original abstract
Physicians use biopsies to distinguish between different but histologically similar enteropathies. The range of syndromes and pathologies that could cause different gastrointestinal conditions makes this a difficult problem. Recently, deep learning has been used successfully in helping diagnose cancerous tissues in histopathological images. These successes motivated the research presented in this paper, which describes a deep learning approach that distinguishes between Celiac Disease (CD) and Environmental Enteropathy (EE) and normal tissue from digitized duodenal biopsies. Experimental results show accuracies of over 90% for this approach. We also look into interpreting the neural network model using Gradient-weighted Class Activation Mappings and filter activations on input images to understand the visual explanations for the decisions made by the model.
Figures
Reference graph
Works this paper leans on
-
[6]
S. Syed et al., ”195 - Convolutional Neural Networks Image Anal- ysis of Duodenal Biopsies Robustly Distinguishes Environmental Enteropathy from Healthy Controls and Identifies Secretory Cell Lineages as High Activation Locations”, Gastroenterology, vol. 154, no. 6, p. S-52, 2018
work page 2018
-
[1]
K. Geboes and G. Y . Lauwers, ”Gastrointestinal Pathology,” Archives of Pathology & Laboratory Medicine, vol. 134, no. 6, pp. 812-814, June 2010
work page 2010
-
[2]
R. E. Nakhleh, ”Error Reduction in Surgical Pathology,” Archives of Pathology & Laboratory Medicine, vol. 130, no. 5, pp. 630-632, May 2006
work page 2006
-
[3]
S. S. Raab, D. M. Grzybicki, J. E. Janosky, R. J. Zarbo, F. A. Meier, C. Jensen and S. J. Geyer, ”Clinical impact and frequency of anatomic pathology errors in cancer diagnoses.,” Cancer, vol. 104, no. 10, p. 22052213, 2005
work page 2005
-
[4]
M. N. Gurcan, L. E. Boucheron, A. Can, A. Madabhushi, N. M. Rajpoot and B. Yener., ”Histopathological image analysis a review.,” IEEE Reviews in Biomedical Engineering, pp. 147-171, 2009
work page 2009
-
[5]
G. Sharma and A. Carter, ”Artificial Intelligence and the Pathologist, Future Frenemies?,” Archives of Pathology & Laboratory Medicine, vol. 141, pp. 622-623, May 2017
work page 2017
-
[7]
A. Cruz-Roa, A. Basavanhally, F. Gonzlez, H. Gilmore, M. Feldman, S. Ganesan, N. Shih, J. Tomaszewski and A. Madabhushi, ”Automatic detection of invasive ductal carcinoma in whole slide images with Convolutional Neural Networks,” in SPIE Medical Imaging 2014: Digital Pathology, San Diego, California, United States, 2014
work page 2014
-
[8]
Wimmer, Georg, et al. ”Convolutional neural network architectures for the automated diagnosis of celiac disease.” International Workshop on Computer-Assisted and Robotic Endoscopy. Springer, Cham, 2016
work page 2016
Show all 19 references
-
[9]
W., Wei, J
Wei, J. W., Wei, J. W., Jackson, C. R., Ren, B., Suriawinata, A. A., Hassanpour, S., ”Automated detection of celiac disease on duodenal biopsy slides: a deep learning approach” arXiv:1901.11447 [cs.CV] Jan 2019
1901 arXiv
-
[10]
C. L. Jansson-Knodell, I. A. Hujoel, A. Rubio-Tapia and J. A. Murray, ”Not All That Flattens Villi Is Celiac Disease: A Review of Enteropathies,” Mayo Clinic Proceedings, pp. 509-517, April 2018
2018
-
[11]
Krizhevsky, I
A. Krizhevsky, I. Sutskever and G. E. Hinton, ”ImageNet Classification with Deep Convolutional Neural Networks,” in Advances in Neural Information Processing Systems 25 (NIPS 2012), 2012
2012
-
[12]
Vahadane, T
A. Vahadane, T. Peng, A. Sethi, S. Albarqouni, L. Wang, M. Baust, K. Steiger, A. M. Schlitter, I. Esposito and N. Navab, ”Structure- Preserving Color Normalization and Sparse Stain Separation for Histological Images,” IEEE Transactions on Medical Imaging, vol. 35, no. 8, pp. 1...
1962
-
[13]
B. E. Bejnordi, M. Veta, P. Johannes van Diest, B. van Ginneken, N. Karssemeijer, G. Litjens and J. A.W. M. van der Laak, ”Diagnostic Assessment of Deep Learning Algorithms for Detection of Lymph Node Metastases in Women With Breast Cancer,” Journal of the American Medical Ass...
2017
-
[14]
S. J. Pan and Q. Yang, ”A Survey on Transfer Learning,” IEEE Transactions on Knowledge and Data Engineering, vol. 22, no. 10, pp. 1345-1359, 2010
2010
-
[15]
J. Deng, W. Dong, R. Socher, L.-J. Li, K. Li and L. Fei-Fei, ImageNet: A Large-Scale Hierarchical Image Database. IEEE Computer Vision and Pattern Recognition (CVPR), 2009
2009
-
[16]
Howard and S
J. Howard and S. Ruder, ”Universal Language Model Fine-tuning for Text Classification,” in Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Long Papers), Melbourne, 2018
2018
-
[17]
Loshchilov., F
I. Loshchilov., F. Hutter, SGDR: Stochastic Gradient Descent with Warm Restarts, arXiv:1608.03983 [cs.LG], May 2017
2017 arXiv
-
[18]
R. R. Selvaraju, M. Cogswell, A. Das, R. Vedantam, D. Parikh and D. Batra, ”GradCAM: Visual Explanations from Deep Networks via Gradient-Based Localization,” in IEEE International Conference on Computer Vision (ICCV), Venice, 2017
2017
-
[19]
M. D. Zeiler and R. Fergus, ”Visualizing and understanding convo- lutional networks.,” in European conference on computer vision. , Springer, Cham, 2014
2014
Reviewed August 14, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.