Pith. sign in

REVIEW 4 major objections 5 minor 25 references

Classifier Enhanced Deep Learning Model for Erythroblast Differentiation with Limited Data

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

Pith's one-line read The paper claims that a pretrained ResNet-50 used for feature extraction plus an SVM classifier outperforms fine-tuning the network on blood-smear images when training data is scarce, reporting 86.75% top-1 accuracy with 168 images per…

desk verdict A useful small-data benchmark and a cautionary tale: the SVM advantage is real only at the smallest split, and the paper overstates its consistency. read the letter →

arxiv 2411.15592 v2 pith:ZAVTT2AT submitted 2024-11-23 eess.IV cs.CV

classification eess.IVcs.CV
keywords erythroblastnucleatedredbloodcellssmearclassificationResNet-50supportvectormachinelimitedtrainingdatatransferlearning
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 a two-stage pipeline—a pretrained deep network used only to extract features, followed by a traditional classifier like an SVM—identifies erythroblasts in blood smear images more accurately than fine-tuning the deep network itself when labeled images are scarce. It reports that with just 168 images per class (1% of the available data), the ResNet-50+SVM version reaches 86.75% top-1 test accuracy and 98.9% erythroblast precision, against 82.03% and 98.6% for a fine-tuned ResNet-50. The authors argue this matters because high-accuracy blood-cell classification could support diagnosis of hematological disorders in resource-limited settings, where large labeled datasets are rarely available.

What carries the argument

The central object is the two-stage classification pipeline: the last pooling layer of a pretrained ResNet-50 (a deep residual network trained on natural images) produces a compact feature vector for each blood-cell image, and a support vector machine with grid-searched hyperparameters replaces the network's final classification layer. The SVM supplies a decision boundary that can be exactly tuned to the few hundred training examples, while the fixed feature extractor supplies transferable visual structure without being re-optimized on the small dataset. Training splits at 1%, 2.5%, 5%, 7.5%, 10%, 20%, and 30% of the full dataset, all evaluated against the same 4,000-image test set, make the data-scarcity comparison quantitative.

What would settle it

Re-run the 1% and 2.5% training splits while setting aside an untouched test set used only at the very end, with network architecture chosen by validation accuracy alone; if ResNet-50-SVM no longer beats the fine-tuned ResNet-50 by a clear margin, the central claim fails.

Watch

Extended reading notes

Core claim

On a fixed 4,000-image test set from an eight-class peripheral blood cell dataset, the paper reports that a pretrained ResNet-50 used to extract features, followed by a support vector machine trained on those features, reaches top-1 accuracy of 86.75% at the 1% training split (168 images per class), against 82.03% for the same network fine-tuned end-to-end. Erythroblast precision is 98.9% for the SVM version and 98.6% for the baseline. The advantage shrinks as training data grows and is essentially gone at 30% (98.42% vs 98.36%). The central claim is that the classifier-enhanced pipeline is a data-efficient alternative for differentiating erythroblasts from white blood cells in low-data settings.

Load-bearing premise

The reported gains assume the fixed 4,000-image test set was not used to decide which network architecture to use in the first place; if that selection was influenced by the same test images, the SVM's apparent advantage at 1% data would not be out-of-sample.

Editorial extensions

If this is right

  • At the 1% split (168 images per class), the ResNet-50-SVM pipeline reports 86.75% top-1 test accuracy, beating the fine-tuned ResNet-50 baseline at 82.03% while keeping erythroblast precision at 98.9%.
  • The classifier advantage is largest at small splits and narrows as data grows; at 30% both configurations sit near 98% test accuracy.
  • KNN on the same features also beats the baseline at 1% and 2.5%, so the improvement is not unique to SVM.
  • Using a feature extractor plus a shallow classifier avoids retraining the deep network, which is computationally cheap in resource-constrained clinical settings.
  • The same two-stage recipe can be applied to other small medical image datasets without extra segmentation or annotation effort.

Reading between the lines

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

  • A natural extension, not reported in the paper, is to rerun the 1% and 2.5% comparisons across multiple random splits; this would show whether the SVM advantage is stable or depends on the single split reported.
  • Because the improvement is carried by a shallow classifier on deep features, the same recipe should transfer to other pretrained networks and other small medical image datasets; that is a testable extrapolation, not stated by the authors.
  • If the SVM advantage survives independent replication, a practical consequence is that hospitals with limited labeled data could share a fixed feature extractor and train only the cheap classifier locally, which would also reduce the amount of patient data that needs to move.
  • The paper does not quantify how staining variation or overlapping cells shift accuracy, so a natural follow-up is to measure the SVM advantage on data from a second site or scanner.
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 proposes a hybrid pipeline in which a pre-trained ResNet-50 is used as a fixed feature extractor and the resulting features are fed to classical machine learning classifiers (SVM, XGBoost, KNN, Random Forest) for eight-class peripheral blood cell classification, with emphasis on erythroblast detection under small training fractions (1% to 30% of the dataset). The authors report that the ResNet-50-SVM combination consistently surpasses both plain fine-tuned ResNet-50 and the other classifier hybrids in test accuracy and erythroblast detection, and they argue this is useful for resource-constrained clinical settings. The manuscript includes a backbone comparison, a fixed 4,000-image test set, per-split accuracy and erythroblast precision/recall/F1 tables, and a discussion of limitations related to overlapping cells and staining variability.

Significance. If the central claim were established, the finding would be practically relevant: a data-efficient blood-cell classifier that maintains high accuracy and erythroblast detection with only 168 images per class could benefit low-resource hematology settings. The paper also has concrete strengths: it uses a public dataset, reports code and data availability, compares several classifiers against a fine-tuned deep baseline, and openly discusses clinical failure modes such as overlapping cells and staining variation. However, the main empirical claim rests on a single split with no uncertainty quantification and on a test set that appears to have been used for model selection, so the current evidence does not support the strength of the stated conclusion.

major comments (4)
  1. [Abstract and Table 3] The abstract states that 'ResNet50-SVM classifier consistently surpasses other models' overall test accuracy and erythroblast detection accuracy,' but Table 3 contradicts this. Plain ResNet-50 has higher test accuracy than ResNet-50-SVM at the 7.5% split (96.29 vs. 96.07), the 10% split (96.14 vs. 96.00), and the 20% split (97.66 vs. 97.30), while at the 30% split KNN is highest (98.45 vs. 98.42 for SVM). For erythroblast detection at the 1% split, SVM has lower recall (0.812 vs. 0.857) and lower F1 (0.892 vs. 0.917) than plain ResNet-50. The evidence therefore supports at most a qualified claim about low-data test accuracy, not consistent superiority.
  2. [Section 4.2 and Table 3] All reported results in Table 3 appear to come from a single partition of the data into one training set, one validation set, and one fixed 4,000-image test set. No error bars, repeated subsampling, multiple seeds, or statistical significance tests are provided, so the headline 4.7-percentage-point advantage of SVM over ResNet-50 at the 1% split cannot be distinguished from sampling noise. The authors should report means and standard deviations over repeated runs or, at minimum, confidence intervals for the key comparisons.
  3. [Sections 4.1 and 4.2] The fixed 4,000-image test set appears to be used both for selecting the backbone and for evaluating the final classifiers. Section 4.1 selects ResNet-50 as the best backbone based on Table 1 'test accuracy,' and Section 4.2 then fixes the same 4,000-image testing set for all split experiments. This means no fully held-out evaluation is reported, and the reported SVM advantage may be inflated by selection on test-set performance. The authors should either reserve a separate test set untouched by any model selection or explicitly show that the conclusions are stable across multiple random splits.
  4. [Section 4.3] The hyperparameter optimization procedure is described only by the generic equation GridSearch = arg max over accuracy, with no details of the candidate grids, the validation protocol used during grid search, or the final hyperparameter values for SVM, KNN, Random Forest, and XGBoost. If the grid search was evaluated on the same 4,000-image test set, this would be additional test-set leakage; if it was evaluated on the validation set, the authors should say so and report the chosen hyperparameters for reproducibility.
minor comments (5)
  1. [Section 4.3] There is a typo in 'Preproccesing'; it should be 'Preprocessing'.
  2. [Section 2] In the related work paragraph on Chola et al., 'suing' should be 'using'.
  3. [Equation (1)] The cross-entropy loss expression lacks an explicit summation index; it should be L(y, y_hat) = -sum_i y_i log(y_hat_i) or an equivalent class-indexed sum.
  4. [Figure 3 caption] The caption says 'Test accuracy V/S percentage of the test data,' but the x-axis appears to denote the percentage of training data used; please correct the wording.
  5. [Section 4.2] The manuscript describes 5-fold cross-validation over the validation data but then reports results on a fixed 4,000-image test set in Table 3; the relationship between the cross-validated metrics and the reported test metrics should be clarified.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: the paper reports a direct empirical benchmark with externally pretrained features; no claimed prediction reduces to its inputs.

full rationale

The paper contains no derivation chain whose output is equivalent to its input. ResNet-50 features come from ImageNet pretraining, a source external to the PBC dataset, and each classifier is then trained and evaluated on fixed train/test partitions; the reported accuracies are measured outcomes, not quantities defined by the fitting procedure. The only potentially circular-adjacent issues are (i) Table 1 is used to select ResNet-50 on the basis of test accuracy before the same test-set size is fixed for the split experiments, and (ii) the abstract's "consistently surpasses" claim is not supported by Table 3 (SVM trails ResNet-50 at 7.5%, 10%, and 20% overall accuracy and trails KNN at 30%). These are evaluation and statistical weaknesses, not circularity: no fitted parameter is renamed a prediction, no self-citation is load-bearing, and no known result is repackaged as a derivation. The empirical claim is therefore self-contained and externally checkable, though the headline "consistently" overstates the tabulated numbers.

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

The central claim is empirical, so no invented entities are needed. The main costs are hyperparameters tuned by grid search and domain assumptions about label quality, ImageNet transfer, and split randomness.

free parameters (4)
  • SVM hyperparameters (C, kernel, gamma) = not reported
    Tuned by grid search (Section 4.3) for each training split. These directly determine the reported SVM accuracy.
  • KNN hyperparameters (number of neighbors, distance metric) = not reported
    Tuned by grid search; KNN is one of the top-performing classifiers and its parameters affect the comparison.
  • Random Forest hyperparameters (tree count, maximum depth) = not reported
    Tuned by grid search; affects the reported Random Forest results.
  • XGBoost hyperparameters = not reported
    Tuned by grid search; affects the reported XGBoost results.
assumptions (4)
  • domain assumption Ground-truth labels in the Mendeley PBC dataset are correct and clinically meaningful.
    All accuracy and precision numbers depend on these labels; the paper does not report re-annotation or adjudication.
  • domain assumption ImageNet-pretrained ResNet-50 features transfer to peripheral blood cell images without domain-specific pretraining.
    The pipeline uses ImageNet weights as the feature extractor (Sections 4.2-4.3), so the entire approach relies on this transfer.
  • domain assumption The fixed 4,000-image test set and the random split are representative and free of leakage.
    The paper does not describe patient-level or slide-level splitting; if cells from the same subject appear in both training and test sets, the numbers are optimistic.
  • domain assumption Validation accuracy can be used for model selection without using the test set.
    The test set is reused after backbone selection in Table 1; this assumption is at risk in the reported protocol.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Classifier Enhanced Deep Learning Model for Erythroblast Differentiation with Limited Data." pith.science (2026). https://pith.science/paper/ZAVTT2AT

@misc{pith2026241115592,
  author       = {Pith},
  title        = {Pith review of: Classifier Enhanced Deep Learning Model for Erythroblast Differentiation with Limited Data},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/ZAVTT2AT}},
  note         = {Machine review of arXiv:2411.15592}
}
abstract

Hematological disorders, which involve a variety of malignant conditions and genetic diseases affecting blood formation, present significant diagnostic challenges. One such major challenge in clinical settings is differentiating Erythroblast from WBCs. Our approach evaluates the efficacy of various machine learning (ML) classifiers$\unicode{x2014}$SVM, XG-Boost, KNN, and Random Forest$\unicode{x2014}$using the ResNet-50 deep learning model as a backbone in detecting and differentiating erythroblast blood smear images across training splits of different sizes. Our findings indicate that the ResNet50-SVM classifier consistently surpasses other models' overall test accuracy and erythroblast detection accuracy, maintaining high performance even with minimal training data. Even when trained on just 1% (168 images per class for eight classes) of the complete dataset, ML classifiers such as SVM achieved a test accuracy of 86.75% and an erythroblast precision of 98.9%, compared to 82.03% and 98.6% of pre-trained ResNet-50 models without any classifiers. When limited data is available, the proposed approach outperforms traditional deep learning models, thereby offering a solution for achieving higher classification accuracy for small and unique datasets, especially in resource-scarce settings.

Figures

Figures reproduced from arXiv: 2411.15592 by the authors.

Figure 1
Figure 1. Sample images from each class of the dataset. 4 Experimental Methodology All the experiments were conducted on a single Nvidia GeForce RTX-3050 GPU device with 8 GB of RAM. We have used a batch size of 64 images, leveraging CUDA libraries for optimized performance [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 2
Figure 2. Our proposed classifier enhanced ResNet-50 model architecture for the study [PITH_FULL_IMAGE:figures/full_fig_p007_2.png] view at source ↗
Figure 3
Figure 3. Test accuracy V/S percentage of the test data for the various models. Inset shows the differences between the model for higher test data [PITH_FULL_IMAGE:figures/full_fig_p009_3.png] view at source ↗
Figures from the paper (2 more)
Figure 4
Figure 4. Figure 4: Correctly predicted labels of erythroblast [PITH_FULL_IMAGE:figures/full_fig_p011_4.png]
Figure 5
Figure 5. Figure 5: Incorrect predicted labels of erythroblast 7 Conclusion This study highlights the significant impact of machine learning models in hema￾tological diagnostics. It showcases the ability of algorithms, such as SVM and ResNet-50, to accurately classify blood cells with lim…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

25 extracted references · 13 canonical work pages

  1. [1]

    Abbas, K., Banks, J., Chandran, V., Tomeo-Reyes, I., Nguyen, K.: Classification of White Blood Cell Types from Microscope Images:Techniques and Challenges. pp. 17–25 (Nov 2018)

  2. [2]

    Data in Brief 30, 105474 (2020)

    Acevedo, A., Merino, A., Alférez, S., Ángel Molina, Boldú, L., Rodel- lar, J.: A dataset of microscopic peripheral blood cell images for de- velopment of automatic recognition systems. Data in Brief 30, 105474 (2020). https://doi.org/https://doi.org/10.1016/j.dib.2020.105474, https://www.sciencedirect.com/science/article/pii/S2352340920303681

  3. [3]

    Ameri- can Journal of Hematology 38(2), 120–123 (1991)

    Adams, C.D., Kessler, J.F.: Circulating nucleated red blood cells following splenectomy in a patient with congenital dyserythropoietic anemia. Ameri- can Journal of Hematology 38(2), 120–123 (1991). https://doi.org/https: //doi.org/10.1002/ajh.2830380209, https://onlinelibrary.wiley.com/doi/ abs/10.1002/ajh.2830380209

  4. [4]

    In: 2022 International Conference on Engineering & MIS (ICEMIS)

    Alkafrawi, I.M.I., Dakhell, Z.A.: Blood Cells Classification Using Deep Learn- ing Technique. In: 2022 International Conference on Engineering & MIS (ICEMIS). pp. 1–6 (Jul 2022). https://doi.org/10.1109/ICEMIS56295.2022. 9914281, https://ieeexplore.ieee.org/document/9914281

  5. [5]

    In: Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining

    Chen, T., Guestrin, C.: Xgboost: A scalable tree boosting system. In: Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining. KDD ’16, ACM (Aug 2016).https://doi.org/10.1145/2939672. 2939785, http://dx.doi.org/10.1145/2939672.2939785

  6. [6]

    Diagnostics12(11), 2815 (Nov 2022), Classifier Enhanced DL Model for Erythroblast Diff

    Chola, C., Muaad, A.Y., Bin Heyat, M.B., Benifa, J.V.B., Naji, W.R., Hemachan- dran, K., Mahmoud, N.F., Samee, N.A., Al-Antari, M.A., Kadah, Y.M., Kim, T.S.: BCNet: A Deep Learning Computer-Aided Diagnosis Framework for Hu- man Peripheral Blood Cell Identification. Diagnostics12(11), 2815 (Nov 2022), Classifier Enhanced DL Model for Erythroblast Diff. wit...

  7. [7]

    ACM Computing Surveys 54(6), 1–25 (Jul 2021).https://doi.org/10.1145/3459665, http://dx.doi.org/10.1145/3459665

    Cunningham, P., Delany, S.J.: k-nearest neighbour classifiers - a tutorial. ACM Computing Surveys 54(6), 1–25 (Jul 2021).https://doi.org/10.1145/3459665, http://dx.doi.org/10.1145/3459665

  8. [8]

    Hematology/Oncology Clinics of North America 30(2), 433– 444 (Apr 2016)

    Das, R., Ahluwalia, J., Sachdeva, M.U.S.: Hematological Practice in India. Hematology/Oncology Clinics of North America 30(2), 433– 444 (Apr 2016). https://doi.org/10.1016/j.hoc.2015.11.009, https: //www.sciencedirect.com/science/article/pii/S0889858815001963

Show all 25 references
  1. [9]

    In: 2009 IEEE Conference on Computer Vision and Pattern Recognition

    Deng, J., Dong, W., Socher, R., Li, L.J., Li, K., Fei-Fei, L.: Imagenet: A large-scale hierarchical image database. In: 2009 IEEE Conference on Computer Vision and Pattern Recognition. pp. 248–255 (2009).https://doi.org/10.1109/CVPR.2009. 5206848

  2. [10]

    Dosovitskiy, A., Beyer, L., Kolesnikov, A., Weissenborn, D., Zhai, X., Unterthiner, T., Dehghani, M., Minderer, M., Heigold, G., Gelly, S., Uszkoreit, J., Houlsby, N.: An image is worth 16x16 words: Transformers for image recognition at scale (2021), https://arxiv.org/abs/2010.11929

  3. [11]

    Fang, T., Yuan, P., Gong, C., Jiang, Y., Yu, Y., Shang, W., Tian, C., Ye, A.: Fast label-free recognition of NRBCs by deep-learning visual ob- ject detection and single-cell Raman spectroscopy. Analyst 147(9), 1961–1967 (May 2022).https://doi.org/10.1039/D2AN00024E, https://pu...

  4. [12]

    https://doi.org/10.48550/arXiv.1512.03385, http://arxiv.org/ abs/1512.03385, arXiv:1512.03385 [cs]

    He, K., Zhang, X., Ren, S., Sun, J.: Deep Residual Learning for Image Recognition (Dec 2015). https://doi.org/10.48550/arXiv.1512.03385, http://arxiv.org/ abs/1512.03385, arXiv:1512.03385 [cs]

  5. [13]

    IEEE Intelligent Systems and their Applications 13(4), 18–28 (1998)

    Hearst, M., Dumais, S., Osuna, E., Platt, J., Scholkopf, B.: Support vector ma- chines. IEEE Intelligent Systems and their Applications 13(4), 18–28 (1998). https://doi.org/10.1109/5254.708428

  6. [14]

    Howard, J., Ruder, S.: Universal language model fine-tuning for text classification (2018), https://arxiv.org/abs/1801.06146

  7. [15]

    Huang, G., Liu, Z., van der Maaten, L., Weinberger, K.Q.: Densely connected convolutional networks (2018),https://arxiv.org/abs/1608.06993

  8. [16]

    In: 2011 18th IEEE International Conference on Image Processing

    Labati, R.D., Piuri, V.,Scotti, F.: All-idb:Theacute lymphoblastic leukemia image database for image processing. In: 2011 18th IEEE International Conference on Image Processing. pp. 2045–2048 (2011).https://doi.org/10.1109/ICIP.2011. 6115881

  9. [17]

    Louppe, G.: Understanding random forests: From theory to practice (2015)

  10. [18]

    Japanese Journal of Medical Technology73(1), 69– 77 (2024)

    NOZAKA, H., KUSHIBIKI, M., KAMATA, K., YAMAGATA, K.: Approach to recognitionofimmaturegranulocytesusingdeeplearninginperipheralbloodsmear screening: The potential of ai models using a convolution neural network for blood cell morphology classification. Japanese Journal of Medi...

  11. [19]

    Paszke, A., Gross, S., Massa, F., Lerer, A., Bradbury, J., Chanan, G., Killeen, T., Lin, Z., Gimelshein, N., Antiga, L., Desmaison, A., Köpf, A., Yang, E., DeVito, Z., Raison, M., Tejani, A., Chilamkurthy, S., Steiner, B., Fang, L., Bai, J., Chintala, S.: Pytorch: An imperativ...

  12. [20]

    Goswami et al

    Pedregosa, F., Varoquaux, G., Gramfort, A., Michel, V., Thirion, B., Grisel, O., Blondel, M., Müller, A., Nothman, J., Louppe, G., Prettenhofer, P., Weiss, R., Dubourg, V., Vanderplas, J., Passos, A., Cournapeau, D., Brucher, M., Perrot, M., Édouard Duchesnay: Scikit-learn: Ma...

  13. [21]

    Computerized Medical Imaging and Graphics: The Official Journal of the Computerized Medical Imaging Society35(4), 333–343 (Jun 2011)

    Rezatofighi, S.H., Soltanian-Zadeh, H.: Automatic recognition of five types of white blood cells in peripheral blood. Computerized Medical Imaging and Graphics: The Official Journal of the Computerized Medical Imaging Society35(4), 333–343 (Jun 2011). https://doi.org/10.1016/j...

  14. [22]

    In: 2019 Second International Conference on Ad- vanced Computational and Communication Paradigms (ICACCP)

    Shekar, B.H., Dagnew, G.: Grid search-based hyperparameter tuning and classifi- cation of microarray cancer data. In: 2019 Second International Conference on Ad- vanced Computational and Communication Paradigms (ICACCP). pp. 1–8 (2019). https://doi.org/10.1109/ICACCP.2019.8882943

  15. [23]

    Simonyan, K., Zisserman, A.: Very Deep Convolutional Networks for Large-Scale Image Recognition (Apr 2015), http://arxiv.org/abs/1409.1556, arXiv:1409.1556 [cs]

  16. [24]

    Nano Biomedicine and Engineer- ing 15(2), 126–135 (Jun 2023)

    SivaRao, B.S.S., Rao, B.S.: EfficientNet - XGBoost: An Effective White-Blood- Cell Segmentation and Classification Framework. Nano Biomedicine and Engineer- ing 15(2), 126–135 (Jun 2023). https://doi.org/10.26599/NBE.2023.9290014, https://www.sciopen.com/article/10.26599/NBE.2...

  17. [25]

    https://doi.org/10.48550/arXiv.1409.4842, http://arxiv.org/ abs/1409.4842, arXiv:1409.4842 [cs]

    Szegedy, C., Liu, W., Jia, Y., Sermanet, P., Reed, S., Anguelov, D., Er- han, D., Vanhoucke, V., Rabinovich, A.: Going Deeper with Convolutions (Sep 2014). https://doi.org/10.48550/arXiv.1409.4842, http://arxiv.org/ abs/1409.4842, arXiv:1409.4842 [cs]

Pith tools

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