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. 怎么隐藏服务器的IP地址?

    服务器一般很少会使用公网地址,直接放置在互联网上使用. 一般是设置成局域网的私网地址,并通过路由器的端口映射,发布在互联网:内部的NAT转换,相当于隐藏了路由器,外网访问并不知道具体服务器的IP地址. ...

  2. 神啊!PS是你这样用的吗?

    对于古典油画名作,人们总是持欣赏的态度去观看.能流传至今的作品,也都是当时的名作. 不过,乌克兰艺术家 Alexey Kondakov 却不是这样的,在他手中,那些世界名画也不过是他恶搞的素材罢了. ...

  3. base64编码是什么

    首先明确一点base64 是一种编码格式.就想utf-8一样,能在电脑上表示所有字符,或者换句话说通过编码能让电脑理解你想要标识的字符(因为电脑只知道0和1 ) 就像ascII 中 0100 0001

  4. ajax 跨域请求没有带上cookie 解决办法

    公司项目前后端分离.. 前端全部html 静态页面.. 后端java 接口服务 由于前后端分离,出现跨域问题. 为了解决,我们使用jsonp 方式请求接口服务,暂时解决了跨域问题(使用jquery a ...

  5. JSAAS 平台实现 微信类似的TOKEN机制

    在企业微信中,我们在调用微信接口时,我们需要首先获取token,然后根据token,调用API接口方法.这个token是有生命周期的,微信的token默认的生命周期是7200秒. 因此这个token可 ...

  6. p标签在div中垂直居中,并且div高度随着p标签文字内容的变化而变化

    1.div设置flex布局 div{ display: flex; align-items: center; } 2.div不要设置height,设置min-height

  7. s4-7 生成树协议

    Spanning Tree :为了可靠,采用冗余结构:但是透明网桥 会产生无休止循环的问题 冗余交换拓扑可能带来的问题  广播风暴  多帧传送  MAC地址库不稳定 生成树协议  STP:sp ...

  8. idea关于tab的设置

    新手使用,一不小心tab显示在右面了,这不学习下给搞正常点. settings===>Editor=====>Editor Tabs; Palacement设置的是tab显示的部位: Ta ...

  9. IntelliJ IDEA 2017版 spring-boot 2.0.3 邮件发送搭建,概念梳理 (一)

    邮件发送功能总结        第一部分 背景   一.使用场景 (1)注册验证    注册各大网站,通常需要输入邮件地址,在注册成功后,会发送一封邮箱验证的邮件,点击确认,证明这个邮箱是用户自己的 ...

  10. 音频管理器(AudioManager)

    MainActivity.java package com.wwj.serviceandboardcast;   import android.app.Activity; import android ...