CVAILGMay 19, 2022

Semi-Supervised Learning for Image Classification using Compact Networks in the BioMedical Context

arXiv:2205.09678v12 citationsh-index: 20
Originality Incremental advance
AI Analysis

This work addresses the need for accurate and efficient deep learning models on resource-constrained devices in biomedicine, though it is incremental as it combines existing methods.

The paper tackles the problem of low accuracy in compact neural networks for biomedical image classification by applying semi-supervised learning techniques, achieving performance similar to standard-sized networks, with specific combinations like data distillation with MixNet yielding the best results.

The development of mobile and on the edge applications that embed deep convolutional neural models has the potential to revolutionise biomedicine. However, most deep learning models require computational resources that are not available in smartphones or edge devices; an issue that can be faced by means of compact models. The problem with such models is that they are, at least usually, less accurate than bigger models. In this work, we study how this limitation can be addressed with the application of semi-supervised learning techniques. We conduct several statistical analyses to compare performance of deep compact architectures when trained using semi-supervised learning methods for tackling image classification tasks in the biomedical context. In particular, we explore three families of compact networks, and two families of semi-supervised learning techniques for 10 biomedical tasks. By combining semi-supervised learning methods with compact networks, it is possible to obtain a similar performance to standard size networks. In general, the best results are obtained when combining data distillation with MixNet, and plain distillation with ResNet-18. Also, in general, NAS networks obtain better results than manually designed networks and quantized networks. The work presented in this paper shows the benefits of apply semi-supervised methods to compact networks; this allow us to create compact models that are not only as accurate as standard size models, but also faster and lighter. Finally, we have developed a library that simplifies the construction of compact models using semi-supervised learning methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes