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》学习笔记的更多相关文章

  1. js学习笔记:webpack基础入门(一)

    之前听说过webpack,今天想正式的接触一下,先跟着webpack的官方用户指南走: 在这里有: 如何安装webpack 如何使用webpack 如何使用loader 如何使用webpack的开发者 ...

  2. PHP-自定义模板-学习笔记

    1.  开始 这几天,看了李炎恢老师的<PHP第二季度视频>中的“章节7:创建TPL自定义模板”,做一个学习笔记,通过绘制架构图.UML类图和思维导图,来对加深理解. 2.  整体架构图 ...

  3. PHP-会员登录与注册例子解析-学习笔记

    1.开始 最近开始学习李炎恢老师的<PHP第二季度视频>中的“章节5:使用OOP注册会员”,做一个学习笔记,通过绘制基本页面流程和UML类图,来对加深理解. 2.基本页面流程 3.通过UM ...

  4. 2014年暑假c#学习笔记目录

    2014年暑假c#学习笔记 一.C#编程基础 1. c#编程基础之枚举 2. c#编程基础之函数可变参数 3. c#编程基础之字符串基础 4. c#编程基础之字符串函数 5.c#编程基础之ref.ou ...

  5. JAVA GUI编程学习笔记目录

    2014年暑假JAVA GUI编程学习笔记目录 1.JAVA之GUI编程概述 2.JAVA之GUI编程布局 3.JAVA之GUI编程Frame窗口 4.JAVA之GUI编程事件监听机制 5.JAVA之 ...

  6. seaJs学习笔记2 – seaJs组建库的使用

    原文地址:seaJs学习笔记2 – seaJs组建库的使用 我觉得学习新东西并不是会使用它就够了的,会使用仅仅代表你看懂了,理解了,二不代表你深入了,彻悟了它的精髓. 所以不断的学习将是源源不断. 最 ...

  7. CSS学习笔记

    CSS学习笔记 2016年12月15日整理 CSS基础 Chapter1 在console输入escape("宋体") ENTER 就会出现unicode编码 显示"%u ...

  8. HTML学习笔记

    HTML学习笔记 2016年12月15日整理 Chapter1 URL(scheme://host.domain:port/path/filename) scheme: 定义因特网服务的类型,常见的为 ...

  9. DirectX Graphics Infrastructure(DXGI):最佳范例 学习笔记

    今天要学习的这篇文章写的算是比较早的了,大概在DX11时代就写好了,当时龙书11版看得很潦草,并没有注意这篇文章,现在看12,觉得是跳不过去的一篇文章,地址如下: https://msdn.micro ...

  10. ucos实时操作系统学习笔记——任务间通信(消息)

    ucos另一种任务间通信的机制是消息(mbox),个人感觉是它是queue中只有一个信息的特殊情况,从代码中可以很清楚的看到,因为之前有关于queue的学习笔记,所以一并讲一下mbox.为什么有了qu ...

随机推荐

  1. BZOJ1084或洛谷2331 [SCOI2005]最大子矩阵

    BZOJ原题链接 洛谷原题链接 注意该题的子矩阵可以是空矩阵,即可以不选,答案的下界为\(0\). 设\(f[i][j][k]\)表示前\(i\)行选择了\(j\)个子矩阵,选择的方式为\(k\)时的 ...

  2. 20172306《Java程序设计》第四周学习总结

    20172306 <Java程序设计>第四周学习总结 教材学习内容总结 第四章: 1. 类和对象的回顾:除了看书,我还上网找了一下两者的一些区别. 2. 编写类时,了解到初始化.形式参数. ...

  3. Lftp 简单使用步骤

    有一用户需要在Linux上面将数据备份至存储上面,但是不支持挂载. 只可以FTP. 找了下,Lftp 这款FTP Client 满足用户的需求. 相关资料参考:http://blog.chinauni ...

  4. url下载文件到本地

    $url = 'http://czd.111.net/extra/car2.jpg'; function download($url, $path = './huahua.jpg') { $ch = ...

  5. Web 文件上传方面的安全问题

    一. 文件上传漏洞与WebShell的关系 文件上传漏洞是指网络攻击者上传了一个可执行的文件到服务器并执行.这里上传的文件可以是木马,病毒,恶意脚本或者WebShell等.这种攻击方式是最为直接和有效 ...

  6. Netty Reator(三)Reactor 模型

    Netty Reator(三)Reactor 模型 Netty 系列目录 (https://www.cnblogs.com/binarylei/p/10117436.html) 本文介绍 DC Sch ...

  7. mybatis @SelectKey加于不加的区别

    正常情况下,我们设置表的主键自增,然后: @Insert("insert into miaosha_order (user_id, goods_id, order_id)values(#{u ...

  8. 2019.01.21 bzoj2441: [中山市选2011]小W的问题(树状数组+权值线段树)

    传送门 数据结构优化计数菜题. 题意简述:给nnn个点问有多少个www型. www型的定义: 由5个不同的点组成,满足x1<x2<x3<x4<x5,x3>x1>x2 ...

  9. 2018.10.25 洛谷P4187 [USACO18JAN]Stamp Painting(计数dp)

    传送门 其实本来想做组合数学的2333. 谁知道是道dpdpdp. 唉只能顺手做了 还是用真难则反的思想. 这题我们倒着考虑,只需要求出不合法方案数就行了. 这个显然是随便dpdpdp的. f[i]f ...

  10. php多表查询数据合并,避免foreach循环嵌套

    $memberList = $member->getMemberList(); $members = []; if (is_array($memberList)) { foreach ($mem ...