Cervical Cell Image Classification-Based Knowledge Distillation
Vicky Ani,Muhammad Mohsin Waqas +1 more
TL;DR: Wang et al. as mentioned in this paper introduced a multi-exit classification network, where a global context module is embedded in each exit branch, and a self-distillation method is then proposed to fuse contextual information; deep classifiers in the student network guide shallow classifiers to learn, and multiple classifier outputs are fused using an average integration strategy to form a classifier with strong generalization performance.
read more
Abstract: Current deep-learning-based cervical cell classification methods suffer from parameter redundancy and poor model generalization performance, which creates challenges for the intelligent classification of cervical cytology smear images. In this paper, we establish a method for such classification that combines transfer learning and knowledge distillation. This new method not only transfers common features between different source domain data, but also realizes model-to-model knowledge transfer using the unnormalized probability output between models as knowledge. A multi-exit classification network is then introduced as the student network, where a global context module is embedded in each exit branch. A self-distillation method is then proposed to fuse contextual information; deep classifiers in the student network guide shallow classifiers to learn, and multiple classifier outputs are fused using an average integration strategy to form a classifier with strong generalization performance. The experimental results show that the developed method achieves good results using the SIPaKMeD dataset. The accuracy, sensitivity, specificity, and F-measure of the five classifications are 98.52%, 98.53%, 98.68%, 98.59%, respectively. The effectiveness of the method is further verified on a natural image dataset.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
A systematic review of deep learning-based cervical cytology screening: from cell identification to whole slide image analysis
Peng Jiang,Xuekong Li,Hui Shen,Yuqi Chen,Lang Wang,Hua Chen,Jing Feng,Juan Liu +7 more
TL;DR: This paper surveys more than 80 publications since 2016 to provide a systematic and comprehensive review of DL-based cervical cytology screening and discusses the present obstacles and promising directions for future research in automated cervical cytological screening.
28
<scp>VTCNet</scp>: A Feature Fusion <scp>DL</scp> Model Based on <scp>CNN</scp> and <scp>ViT</scp> for the Classification of Cervical Cells
Mingzhe Li,Ningfeng Que,Juanhua Zhang,Pingfang Du,Yin Dai +4 more
TL;DR: This study introduces VTCNet, a deep learning model combining CNN and ViT for cervical cell classification, achieving high accuracy (97.16%) on the SIPaKMeD dataset and outperforming traditional ML and shallow DL models on the Herlev dataset.
3
CerviLearnNet: Advancing Cervical Cancer Diagnosis with Reinforcement Learning-Enhanced Convolutional Networks
TL;DR: Researchers propose CerviLearnNet, a reinforcement learning-enhanced convolutional network for cervical cancer diagnosis, achieving high accuracy on two public datasets, SipaKMeD and Herlev, outperforming previous methods in classifying cervical cancer as early cellular change.
3
SiamPKHT: Hyperspectral Siamese Tracking Based on Pyramid Shuffle Attention and Knowledge Distillation
Kun Qian,Shiqing Wang,Shoujin Zhang,Jianlu Shen +3 more
- 01 Dec 2023
TL;DR: A hyperspectral object tracking algorithm callled SiamPKHT is proposed, which leverages the SiamCAR model by incorporating pyramid shuffle attention (PSA) and knowledge distillation (KD), which achieves better performance compared to the baseline method (SiamCAR) and other state-of-the-art HOT algorithms.
1
Optimal Knowledge Distillation through Non-Heuristic Control of Dark Knowledge
Darian M. Onchiş,Codruta Istin,Ioan Samuila +2 more
TL;DR: This paper introduces a method to control "dark knowledge" values through non-heuristic control, improving knowledge distillation for multi-class classification tasks by quantifying relevance with an inductive proof and incremental decision tree, mitigating catastrophic forgetting.
References
Deep Residual Learning for Image Recognition
Kaiming He,Xiangyu Zhang,Shaoqing Ren,Jian Sun +3 more
- 27 Jun 2016
TL;DR: In this article, the authors proposed a residual learning framework to ease the training of networks that are substantially deeper than those used previously, which won the 1st place on the ILSVRC 2015 classification task.
Global cancer statistics 2018: GLOBOCAN estimates of incidence and mortality worldwide for 36 cancers in 185 countries
Freddie Bray,Jacques Ferlay,Isabelle Soerjomataram,Rebecca L. Siegel,Lindsey A. Torre,Ahmedin Jemal +5 more
TL;DR: A status report on the global burden of cancer worldwide using the GLOBOCAN 2018 estimates of cancer incidence and mortality produced by the International Agency for Research on Cancer, with a focus on geographic variability across 20 world regions.
80.7K
Model compression
Cristian Buciluǎ,Rich Caruana,Alexandru Niculescu-Mizil +2 more
- 20 Aug 2006
TL;DR: This work presents a method for "compressing" large, complex ensembles into smaller, faster models, usually without significant loss in performance.
3K
Knowledge Distillation: A Survey
TL;DR: A comprehensive survey of knowledge distillation from the perspectives of knowledge categories, training schemes, teacher-student architecture, distillation algorithms, performance comparison and applications can be found in this paper.
2.4K
GCNet: Non-Local Networks Meet Squeeze-Excitation Networks and Beyond
Yue Cao,Jiarui Xu,Stephen Lin,Fangyun Wei,Han Hu +4 more
- 25 Apr 2019
TL;DR: A simplified network based on a query-independent formulation, which maintains the accuracy of NLNet but with significantly less computation is created, and this simplified design shares similar structure with Squeeze-Excitation Network (SENet), which generally outperforms both simplified NLNet and SENet on major benchmarks for various recognition tasks.