Acharya Vasundhara, Yener Bülent, Beamer Gillian
Rensselaer Polytechnic Institute, Troy, USA.
Professor, Rensselaer Polytechnic Institute, Troy, USA.
Sci Rep. 2025 Aug 10;15(1):29274. doi: 10.1038/s41598-025-13697-7.
The development and refinement of artificial intelligence (AI) and machine learning algorithms have been an area of intense research in radiology and pathology, particularly for automated or computer-aided diagnosis. Whole Slide Imaging (WSI) has emerged as a promising tool for developing and utilizing such algorithms in diagnostic and experimental pathology. However, patch-wise analysis of WSIs often falls short of capturing the intricate cell-level interactions within local microenvironment. A robust alternative to address this limitation involves leveraging cell graph representations, thereby enabling a more detailed analysis of local cell interactions. These cell graphs encapsulate the local spatial arrangement of cells in histopathology images, a factor proven to have significant prognostic value. Graph Neural Networks (GNNs) can effectively utilize these spatial feature representations and other features, demonstrating promising performance across classification tasks of varying complexities. It is also feasible to distill the knowledge acquired by deep neural networks to smaller student models through knowledge distillation (KD), achieving goals such as model compression and performance enhancement. Traditional approaches for constructing cell graphs generally rely on edge thresholds defined by sparsity/density or the assumption that nearby cells interact. However, such methods may fail to capture biologically meaningful interactions. Additionally, existing works in knowledge distillation primarily focus on distilling knowledge between neural networks. We designed cell graphs with biologically informed edge thresholds or criteria to address these limitations, moving beyond density/sparsity-based definitions. Furthermore, we demonstrated that student models do not need to be neural networks. Even non-neural models can learn from a neural network teacher. We evaluated our approach across varying dataset complexities, including the presence or absence of distribution shifts, varying degrees of imbalance, and different levels of graph complexity for training GNNs. We also investigated whether softened probabilities obtained from calibrated logits offered better guidance than raw logits. Our experiments revealed that the teacher's guidance was effective when distribution shifts existed in the data. The teacher model demonstrated decent performance due to its higher complexity and ability to use cell graph structures and features. Its logits provided rich information and regularization to students, mitigating the risk of overfitting the training distribution. We also examined the differences in feature importance between student models trained with the teacher's logits and their counterparts trained on hard labels. In particular, the student model demonstrated a stronger emphasis on morphological features in the Tuberculosis (TB) dataset than the models trained with hard labels. This emphasis aligns closely with the features that pathologists typically prioritize for diagnostic purposes. Future work could explore designing alternative teacher models, evaluating the proposed approach on larger datasets, and investigating causal knowledge distillation as a potential extension.
人工智能(AI)和机器学习算法的发展与完善一直是放射学和病理学领域的研究热点,特别是在自动或计算机辅助诊断方面。全切片成像(WSI)已成为在诊断和实验病理学中开发和应用此类算法的一种有前景的工具。然而,对WSI进行逐块分析往往无法捕捉局部微环境中复杂的细胞水平相互作用。解决这一局限性的一个有力替代方法是利用细胞图表示,从而能够对局部细胞相互作用进行更详细的分析。这些细胞图封装了组织病理学图像中细胞的局部空间排列,这一因素已被证明具有重要的预后价值。图神经网络(GNN)可以有效地利用这些空间特征表示和其他特征,在各种复杂程度的分类任务中都表现出了良好的性能。通过知识蒸馏(KD)将深度神经网络获得的知识提炼到较小的学生模型中也是可行的,从而实现模型压缩和性能提升等目标。传统的构建细胞图的方法通常依赖于由稀疏性/密度定义的边缘阈值或附近细胞相互作用的假设。然而,这些方法可能无法捕捉到生物学上有意义的相互作用。此外,现有的知识蒸馏工作主要集中在神经网络之间的知识提炼。我们设计了具有生物学意义的边缘阈值或标准的细胞图来解决这些局限性,超越了基于密度/稀疏性的定义。此外,我们证明学生模型不一定需要是神经网络。即使是非神经模型也可以从神经网络教师那里学习。我们在不同数据集复杂度下评估了我们的方法,包括是否存在分布偏移、不同程度的不平衡以及训练GNN时不同级别的图复杂度。我们还研究了从校准后的对数its得到的软化概率是否比原始对数its提供更好的指导。我们的实验表明,当数据中存在分布偏移时,教师的指导是有效的。教师模型由于其更高的复杂度以及使用细胞图结构和特征的能力而表现出良好的性能。它的对数its为学生提供了丰富的信息和正则化,降低了过度拟合训练分布的风险。我们还研究了用教师的对数its训练的学生模型与用硬标签训练的对应模型在特征重要性上的差异。特别是,在结核病(TB)数据集中,学生模型比用硬标签训练的模型更加强调形态学特征。这种强调与病理学家通常用于诊断目的的优先特征密切相关。未来的工作可以探索设计替代的教师模型,在更大的数据集上评估所提出的方法,并研究因果知识蒸馏作为一种潜在的扩展。