Enhancing Histopathological Image Classification via Integrated HOG and Deep Features with Robust Noise Performance
Ifeanyi Ezuma, Ugochukwu Ugwu
TL;DR
This work tackles automated histopathology image classification under challenging imaging conditions by evaluating a fine-tuned InceptionResNet-v2 as both a classifier and a feature extractor on the LC25000 dataset. It advances the field by proposing a fusion of traditional HOG features with deep representations and by assessing robustness to signal-to-noise ratio variations using multiple ML models, including Neural Networks, GBM, KNN, and SVM. The key findings show that deep-feature pipelines outperform the plain pre-trained network, with the Neural Network achieving an AUC of 99.99% and accuracy of 99.84%, while HOG integration provides additional gains for several models; however, the benefits are nuanced under higher noise. Overall, the integrated feature strategy delivers high accuracy and resilience, supporting more reliable automated histopathology classification in real-world, noisy imaging environments.
Abstract
The era of digital pathology has advanced histopathological examinations, making automated image analysis essential in clinical practice. This study evaluates the classification performance of machine learning and deep learning models on the LC25000 dataset, which includes five classes of histopathological images. We used the fine-tuned InceptionResNet-v2 network both as a classifier and for feature extraction. Our results show that the fine-tuned InceptionResNet-v2 achieved a classification accuracy of 96.01\% and an average AUC of 96.8\%. Models trained on deep features from InceptionResNet-v2 outperformed those using only the pre-trained network, with the Neural Network model achieving an AUC of 99.99\% and accuracy of 99.84\%. Evaluating model robustness under varying SNR conditions revealed that models using deep features exhibited greater resilience, particularly GBM and KNN. The combination of HOG and deep features showed enhanced performance, however, less so in noisy environments.
