《A computer-aided healthcare system for cataract classification and grading based on fundus image analysis》学习笔记
Abstract
This paper presents a fundus image analysis based computer aided system for automatic classification and grading of cataract, which provides great potentials to reduce the burden of well-experienced ophthalmologists (the scarce resources) and help cataract patients in under-developed areas to know timely their cataract conditions and obtain treatment suggestions from doctors. The system is composed of fundus image pre-processing, image feature extraction, and automatic cataract classification and grading. The wavelet transform and the sketch based methods are investigated to extract from fundus image the features suitable for cataract classification and grading. After feature extraction, a multiclass discriminant analysis algorithm is used for cataract classification, including two-class (cataract or non-cataract) classification and cataract grading in mild, moderate, and severe. A real-world dataset, including fundus image samples with mild, moderate, and severe cataract, is used for training and testing. The preliminary results show that, for the wavelet transform based method, the correct classification rates of two-class classification and cataract grading are 90.9% and 77.1%, respectively. The correct classification rates of two-class classification and cataract grading are 86.1% and 74.0% for the sketch based method, which is comparable to the wavelet transform based method. The pilot study demonstrates that our research on fundus image analysis for cataract classification and grading is very helpful for improving the efficiency of fundus image review and ophthalmic healthcare quality. We believe that this work can serve as an important reference for the development of similar health information system to solve other medical diagnosis problems.
本文提出的眼底图像分析是基于计算机帮助系统的,这种系统是对于白内障的自动分级和分类系统,这种方法对于降低经验丰富眼科医师(稀缺资源)的负担具有很大的潜力,同时能帮助白内障患者在欠发达地区及时了解他们的白内障的患病请款以及获得医生的治疗建议。该系统是由眼底图像预处理,图像特征提取和自动白内障分类和分级组成。使用小波变换和基于轮辐方法从眼底图像中提取特征的方法适用于对白内障的分类分级。特征提取后,多类判别分析算法用于白内障的分类,包括两类(白内障或不是白内障)分类和轻微,中度和严重三个分级。一个真实的数据集显示,使用基于小波变换的方法,对于两类分类和分级的正确率分别是90.9%和77.1%,而使用基于轮辐的方法,对于两类分类和分级的正确率分别是86.1%和74.0%,这是与基于小波变换方法的对比。试点研究表明,我们研究眼底图像从而对白内障分类分级这样做对分析改善眼底图像审查和眼科医疗服务质量的效率非常有帮助。我们相信,这项工作可以作为类似的卫生信息系统的发展,以解决其他医疗诊断问题的重要参考。
1. Introduction
Its goal is to reduce the burden of scarce resources and improve the effectiveness and efficiency of fundus image review, through which to enable active and enhanced healthcare services.
本系统的目标就是要降低眼科医生的负担,并且提高对眼底图片检查的有效性和效率,通过它来活跃和增强医疗服务。
目标
segmentation and location of retinal structures 视网膜结构的分割和位置
retinal lesions 视网膜病变
vessels 血管
optic disc 视神经盘
fovea 视网膜的中心凹
diagnose systems for specific retina-related diseases 特定的视网膜相关疾病的诊断系统
microaneurysms 为动脉瘤
diabetic retinopathy 糖尿病视网膜病变
age-related macular degeneration 老年性黄斑变性
glaucoma 青光眼
cardiovascular diseases 心血管疾病
nuclear cataract 老年性核硬化性白内障
cortical cataract 皮质性白内障
posterior sub-capsular cataract 后囊下白内障
2. The framework of computer-aided cataract classification and grading system
介绍了系统的基本框架

3. Cataract feature extraction and classification
3.1Feature extraction based on wavelet transform
哈尔小波变换(Haar wavelet transform)
3.2. Feature extraction based on the sketch method with discrete cosine transform
4. Initial result evaluation
训练和测试数据集中有445张眼底图片,对应的没有,轻度,中度,重度分别有199,148,71,27张,以下第3节中所描述的特征抽取方法中,多级的判别分析是用于分类和白内障的分级。多费希尔分类算法是由从数据组中随机选择70%的样品,然后通过使用其他30%的样品进行测试训练。通过重复训练和测试过程100次,获得的上述分类分级方法的整体性能。
5. The real-world application
三个部分两个阶段两点优势
6. Conclusions
《A computer-aided healthcare system for cataract classification and grading based on fundus image analysis》学习笔记的更多相关文章
- js学习笔记:webpack基础入门(一)
之前听说过webpack,今天想正式的接触一下,先跟着webpack的官方用户指南走: 在这里有: 如何安装webpack 如何使用webpack 如何使用loader 如何使用webpack的开发者 ...
- PHP-自定义模板-学习笔记
1. 开始 这几天,看了李炎恢老师的<PHP第二季度视频>中的“章节7:创建TPL自定义模板”,做一个学习笔记,通过绘制架构图.UML类图和思维导图,来对加深理解. 2. 整体架构图 ...
- PHP-会员登录与注册例子解析-学习笔记
1.开始 最近开始学习李炎恢老师的<PHP第二季度视频>中的“章节5:使用OOP注册会员”,做一个学习笔记,通过绘制基本页面流程和UML类图,来对加深理解. 2.基本页面流程 3.通过UM ...
- 2014年暑假c#学习笔记目录
2014年暑假c#学习笔记 一.C#编程基础 1. c#编程基础之枚举 2. c#编程基础之函数可变参数 3. c#编程基础之字符串基础 4. c#编程基础之字符串函数 5.c#编程基础之ref.ou ...
- JAVA GUI编程学习笔记目录
2014年暑假JAVA GUI编程学习笔记目录 1.JAVA之GUI编程概述 2.JAVA之GUI编程布局 3.JAVA之GUI编程Frame窗口 4.JAVA之GUI编程事件监听机制 5.JAVA之 ...
- seaJs学习笔记2 – seaJs组建库的使用
原文地址:seaJs学习笔记2 – seaJs组建库的使用 我觉得学习新东西并不是会使用它就够了的,会使用仅仅代表你看懂了,理解了,二不代表你深入了,彻悟了它的精髓. 所以不断的学习将是源源不断. 最 ...
- CSS学习笔记
CSS学习笔记 2016年12月15日整理 CSS基础 Chapter1 在console输入escape("宋体") ENTER 就会出现unicode编码 显示"%u ...
- HTML学习笔记
HTML学习笔记 2016年12月15日整理 Chapter1 URL(scheme://host.domain:port/path/filename) scheme: 定义因特网服务的类型,常见的为 ...
- DirectX Graphics Infrastructure(DXGI):最佳范例 学习笔记
今天要学习的这篇文章写的算是比较早的了,大概在DX11时代就写好了,当时龙书11版看得很潦草,并没有注意这篇文章,现在看12,觉得是跳不过去的一篇文章,地址如下: https://msdn.micro ...
- ucos实时操作系统学习笔记——任务间通信(消息)
ucos另一种任务间通信的机制是消息(mbox),个人感觉是它是queue中只有一个信息的特殊情况,从代码中可以很清楚的看到,因为之前有关于queue的学习笔记,所以一并讲一下mbox.为什么有了qu ...
随机推荐
- BZOJ 3329 - Xorequ - 数位DP, 矩乘
Solution 发现 $x \ xor \ 2x = 3x$ 仅当 $x$ 的二进制中没有相邻的 $1$ 对于第一个问题就可以进行数位DP 了. 但是对于第二个问题, 我们只能通过递推 打表 来算 ...
- qrcode解决方案大全
QRCODE解决方案 1.delphi原生QRCode.pas 2.delphi编写http服务器实现QRcode请求生成图片,http下载 3.delphi编写cgi程序,加载到apache服务器 ...
- DP:0
小故事: A * "1+1+1+1+1+1+1+1 =?" * A : "上面等式的值是多少" B : *计算* "8!" A *在上面等式 ...
- Python中sys和os模块的区别
sys: This module provides access to some variables used or maintained by the interpreter and to func ...
- 查看tomcat运行日志
1.先到tomcat的logs目录下我这边是:/usr/local/apache-tomcat-7.0.73/logs 2.tail -f catalina.out 3.这样,前端有请求时候,就会输出 ...
- Java第15章笔记
字符串的概述 1.什么是字符串:零个或多个字符组成的有限序列 2.如何使用字符串:(使用字符串分为两步) 1)定义并初始化字符串 2)使用字符,对字符串进行一些处理 ...
- python console 设立快捷键 学习源码 用到英语
arbitrary---随意 iterable----迭代 invalid syntax -----无效的语法 subscriptable ----可索引访问的
- CLE的使用笔记
CLE官网http://www.srplab.com/cn/index.html 下载CLE for Android,解压文件,拷贝 starcore_android_rX.X.jar到工程的libs ...
- VBA编程中的 sheet1 与 sheets(1)的区别
[自己理解]sheet1是一个专有名词,不是任何对象的属性,只能单独使用,特指代码所在工作簿的那个sheet1(和顺序无关,是固定的一个表,sheets(1)则和顺序有关). 参考资料: 1.代码中一 ...
- java.lang.ClassNotFoundException: org.apache.juli.logging.LogFactory的解决办法
Tomcat7早就出来正式版,但是一直都没有用过,尤其是针对于我还一直在用Myeclipse6.5的人来说,它在配置tomcat的时候没有tomcat7的选项,所以就报了错误信息. java.lang ...