Comparative evaluation of deep learning architectures for microbial colony classification in microbiological imaging
摘要
Visual interpretation of microbial colonies on agar plates is an essential task for experienced microbiologists. In high-throughput workflows and large-scale screening, automated image-based methods can provide decision-support capabilities in standardized laboratory imaging setups and consistency. Deep Learning (DL) can support automated identification, but comparative evidence across widely used Convolutional Neural Networks (CNNs) on the same dataset remains limited.
MethodsThis study performed a head-to-head comparison of six CNN architectures—AlexNet, SqueezeNet 1.1, ResNet18, ShuffleNetV2, EfficientNetB0, and MobileNetV2—for microbial colony classification. Using the public AGAR dataset, we processed 5,269 plate images and used the provided annotations to extract 86,045 colony crops from 4,424 countable plates representing five species (Bacillus subtilis (B. subtilis), Escherichia coli (E. coli), Pseudomonas aeruginosa (P. aeruginosa), Staphylococcus aureus (S. aureus), and Candida albicans (C. albicans)). Crops were resized to 224 × 224 and augmented (random rotation, horizontal flip, and color jitter). All models were trained under a unified protocol (Adam, learning rate
MobileNetV2 achieved the highest test accuracy (99.40%), followed closely by EfficientNetB0 (99.38%), ShuffleNetV2 (99.19%), and ResNet18 (99.16%), while SqueezeNet 1.1 also showed strong performance (99.09%) and AlexNet yielded the lowest accuracy (98.74%). These findings indicate that, although modern lightweight architectures performed best, ResNet18 and SqueezeNet 1.1 remained highly competitive under the unified evaluation protocol.
ConclusionModern CNN architectures, especially MobileNetV2 and EfficientNetB0, offer accurate microbial colony classification on standardized colony crops. They show promise for improving automated microbiological image analysis. This approach could facilitate integration into medical equipment, reduce manual labor, expedite diagnosis, and save costs.