• 文献检索
  • 文档翻译
  • 深度研究
  • 学术资讯
  • Suppr Zotero 插件Zotero 插件
  • 邀请有礼
  • 套餐&价格
  • 历史记录
应用&插件
Suppr Zotero 插件Zotero 插件浏览器插件Mac 客户端Windows 客户端微信小程序
定价
高级版会员购买积分包购买API积分包
服务
文献检索文档翻译深度研究API 文档MCP 服务
关于我们
关于 Suppr公司介绍联系我们用户协议隐私条款
关注我们

Suppr 超能文献

核心技术专利:CN118964589B侵权必究
粤ICP备2023148730 号-1Suppr @ 2026

文献检索

告别复杂PubMed语法,用中文像聊天一样搜索,搜遍4000万医学文献。AI智能推荐,让科研检索更轻松。

立即免费搜索

文件翻译

保留排版,准确专业,支持PDF/Word/PPT等文件格式,支持 12+语言互译。

免费翻译文档

深度研究

AI帮你快速写综述,25分钟生成高质量综述,智能提取关键信息,辅助科研写作。

立即免费体验

使用混合深度学习架构对高血压性视网膜病变进行严重程度分级。

Severity grading of hypertensive retinopathy using hybrid deep learning architecture.

作者信息

Suman Supriya, Tiwari Anil Kumar, Sachan Shreya, Singh Kuldeep, Meena Seema, Kumar Sakshi

机构信息

Interdisciplinary Research Division: Smart Healthcare, Indian Institute of Technology, Jodhpur, 342030, Rajasthan, India.

Department of Electrical Engineering, Indian Institute of Technology Jodhpur, 342030, Rajasthan, India.

出版信息

Comput Methods Programs Biomed. 2025 Apr;261:108585. doi: 10.1016/j.cmpb.2025.108585. Epub 2025 Jan 15.

DOI:10.1016/j.cmpb.2025.108585
PMID:39862474
Abstract

BACKGROUND AND OBJECTIVES

Hypertensive Retinopathy (HR) is a retinal manifestation resulting from persistently elevated blood pressure. Severity grading of HR is essential for patient risk stratification, effective management, progression monitoring, timely intervention, and minimizing the risk of vision impairment. Computer-aided diagnosis and artificial intelligence (AI) systems play vital roles in the diagnosis and grading of HR. Over the years, very limited research has been conducted for the grading of HR. Nevertheless, there are no publicly available datasets for HR grading. Moreover, one of the key challenges observed is high-class imbalance.

METHODS

To address these issues, in this paper, we develop "HRSG: Expert-Annotated Hypertensive Retinopathy Severity Grading" dataset, classifying HR severity into four distinct classes: normal, mild, moderate, and severe. Further, to enhance the grading performance on limited datasets, this paper introduces a novel hybrid architecture that combines the strengths of pretrained ResNet-50 via transfer learning, and a modified Vision Transformer (ViT) architecture enhanced with a combination of global self-attention and locality self-attention mechanisms. The locality self-attention addresses the common issue of a lack of inductive bias in ViT architecture. This architecture effectively captures both local and global contextual information, resulting in a robust and resilient classification model. To overcome class imbalance, Decouple Representation and Classifier (DRC) - based training approach is proposed. This method improves the model's ability to learn effective features while preserving the original dataset's distribution, leading to better diagnostic accuracy.

RESULTS

Performance evaluation results show the competence of the proposed method in accurately grading the severity of HR. The proposed method achieved an average accuracy of 0.9688, sensitivity of 0.9435, specificity of 0.9766, F1-score of 0.9442, and precision of 0.9474. The comparative results indicate that the proposed method outperforms existing HR methods, state-of-the-art CNN models, and baseline pretrained ViT models. Additionally, we compared our method with a CNNViT model, which combines a shallow CNN architecture with 3 convolution blocks consisting of a convolution layer, a batch normalization layer, a max pooling layer, and lightweight ViT architecture, due to limited datasets. In comparison with the CNNViT, the proposed method achieved superior performance, demonstrating its effectiveness.

CONCLUSION

The experimental results demonstrate the efficacy of the proposed method in accurately grading HR severity.

摘要

背景与目的

高血压性视网膜病变(HR)是血压持续升高导致的一种视网膜表现。HR的严重程度分级对于患者风险分层、有效管理、病情进展监测、及时干预以及降低视力损害风险至关重要。计算机辅助诊断和人工智能(AI)系统在HR的诊断和分级中发挥着重要作用。多年来,针对HR分级的研究非常有限。然而,目前尚无公开可用的HR分级数据集。此外,观察到的一个关键挑战是高度的类别不平衡。

方法

为了解决这些问题,在本文中,我们开发了“HRSG:专家标注的高血压性视网膜病变严重程度分级”数据集,将HR严重程度分为四个不同类别:正常、轻度、中度和重度。此外,为了提高在有限数据集上的分级性能,本文引入了一种新颖的混合架构,该架构通过迁移学习结合了预训练的ResNet - 50的优势,以及一种经过改进的视觉Transformer(ViT)架构,该架构通过全局自注意力和局部自注意力机制的组合得到增强。局部自注意力解决了ViT架构中缺乏归纳偏置的常见问题。这种架构有效地捕捉了局部和全局上下文信息,从而产生了一个强大且有弹性的分类模型。为了克服类别不平衡,提出了基于解耦表示和分类器(DRC)的训练方法。该方法提高了模型学习有效特征的能力,同时保留了原始数据集的分布,从而获得了更好的诊断准确性。

结果

性能评估结果表明了所提出方法在准确分级HR严重程度方面的能力。所提出的方法实现了平均准确率为0.9688、灵敏度为0.9435、特异性为0.9766、F1分数为0.9442以及精确率为0.9474。比较结果表明,所提出的方法优于现有的HR方法、当前最先进的卷积神经网络(CNN)模型和基线预训练的ViT模型。此外,由于数据集有限,我们将我们的方法与一个CNNViT模型进行了比较,该模型结合了一个具有3个由卷积层、批归一化层、最大池化层组成的卷积块的浅层CNN架构和轻量级ViT架构。与CNNViT相比,所提出的方法取得了更好的性能,证明了其有效性。

结论

实验结果证明了所提出方法在准确分级HR严重程度方面的有效性。

相似文献

1
Severity grading of hypertensive retinopathy using hybrid deep learning architecture.使用混合深度学习架构对高血压性视网膜病变进行严重程度分级。
Comput Methods Programs Biomed. 2025 Apr;261:108585. doi: 10.1016/j.cmpb.2025.108585. Epub 2025 Jan 15.
2
Enhanced Pneumonia Detection in Chest X-Rays Using Hybrid Convolutional and Vision Transformer Networks.使用混合卷积和视觉Transformer网络增强胸部X光片中的肺炎检测
Curr Med Imaging. 2025;21:e15734056326685. doi: 10.2174/0115734056326685250101113959.
3
ResViT FusionNet Model: An explainable AI-driven approach for automated grading of diabetic retinopathy in retinal images.ResViT融合网络模型:一种用于视网膜图像中糖尿病视网膜病变自动分级的可解释人工智能驱动方法。
Comput Biol Med. 2025 Mar;186:109656. doi: 10.1016/j.compbiomed.2025.109656. Epub 2025 Jan 16.
4
MediDRNet: Tackling category imbalance in diabetic retinopathy classification with dual-branch learning and prototypical contrastive learning.MediDRNet:使用双分支学习和原型对比学习解决糖尿病视网膜病变分类中的类别不平衡问题。
Comput Methods Programs Biomed. 2024 Aug;253:108230. doi: 10.1016/j.cmpb.2024.108230. Epub 2024 May 17.
5
Computer-aided diagnostic system for hypertensive retinopathy: A review.计算机辅助诊断系统在高血压性视网膜病变中的应用:综述。
Comput Methods Programs Biomed. 2023 Oct;240:107627. doi: 10.1016/j.cmpb.2023.107627. Epub 2023 Jun 2.
6
Mobile-HR: An Ophthalmologic-Based Classification System for Diagnosis of Hypertensive Retinopathy Using Optimized MobileNet Architecture.移动人力资源:一种基于眼科的高血压视网膜病变诊断分类系统,采用优化的MobileNet架构
Diagnostics (Basel). 2023 Apr 17;13(8):1439. doi: 10.3390/diagnostics13081439.
7
A deep learning approach to direct immunofluorescence pattern recognition in autoimmune bullous diseases.深度学习方法在自身免疫性大疱性疾病中的直接免疫荧光模式识别。
Br J Dermatol. 2024 Jul 16;191(2):261-266. doi: 10.1093/bjd/ljae142.
8
Innovative Approach for Diabetic Retinopathy Severity Classification: An AI-Powered Tool using CNN-Transformer Fusion.糖尿病视网膜病变严重程度分类的创新方法:一种使用卷积神经网络-Transformer融合的人工智能工具
J Biomed Phys Eng. 2025 Apr 1;15(2):137-158. doi: 10.31661/jbpe.v0i0.2408-1811. eCollection 2025 Apr.
9
Artificial intelligence based classification and prediction of medical imaging using a novel framework of inverted and self-attention deep neural network architecture.基于人工智能的医学影像分类与预测:使用一种新颖的倒置与自注意力深度神经网络架构框架
Sci Rep. 2025 Mar 13;15(1):8724. doi: 10.1038/s41598-025-93718-7.
10
Decision support system for detection of hypertensive retinopathy using arteriovenous ratio.基于动静脉比的高血压性视网膜病变检测决策支持系统。
Artif Intell Med. 2018 Aug;90:15-24. doi: 10.1016/j.artmed.2018.06.004. Epub 2018 Jul 2.