当前位置:网站首页>Retinal Vessel Segmentation via a Semantics and Multi-Scale Aggregation Network
Retinal Vessel Segmentation via a Semantics and Multi-Scale Aggregation Network
2022-07-29 09:05:00 【Salty salty】
subject : Retinal vessel segmentation based on semantic and multi-scale aggregation network 2020
author : Xu Rui School of software, Dalian University of technology
Data sets :CHASE_DB1 and HRF
meeting :ICASSP 2020-2020 IEEE acoustics 、 International Conference on speech and signal processing (ICASSP)
Purpose : Improve the segmentation accuracy of capillaries .
Method : First, the higher-order semantic information with stronger representation ability is gathered through the semantic aggregation module , And then get a strong feature expression , To accurately segment capillaries and blood vessel junctions . In addition, a multi-scale aggregation module is designed , Parallel branches with different expansion rates are used to extract multi-scale information .
Model :

It mainly includes a codec network followed by a multi-scale aggregation module , Each layer of coding is convoluted twice ->BN->ReLU, After that maxpool Evacuate to the next floor , The deeper the semantic features extracted, the more helpful it is to correctly identify capillaries ; The low-level features contain rich spatial information, which is helpful to accurately locate the location of capillaries . And conventional UNet The difference is that this paper explores a new decoding network to integrate the above information . The decoding part is composed of semantic aggregation modules at different levels , Each aggregation module contains a horizontal connection using spatial information , And contains several skip connection Connect deep semantic information . Because semantic information has better robustness to light and pathological changes , Therefore, with the help of semantic information aggregated at a deep level, the benefits of identifying capillaries and vascular connections can be improved . In addition, this paper also introduces a multi-scale aggregation module to solve the problem of large-scale change , By aggregating features of different scales , It is a powerful feature of retinal angiogenesis .
Semantic aggregation module

Including two convolutions and cascading concatination node,concatenation node It will be connected to the coding module of the horizontal same layer , At the same time, it will pass skip connection Connected to all levels of the decoding module . During the connection process, it passes 1x1 Convolution completes the matching of scales ; Cascading features will also pass 1x1 conv Do channel compression , Then two 3x3 Convolution is used to learn more representative features .
Multi scale aggregation module :
It mainly includes parallel multi branch convolution with different expansion rates to learn information of different scales , The top branch only contains 1x1 Convolution compression channel to d dimension , The latter branch passes 1x1conv Then it will undergo cavity convolution with different expansion rates , Finally, the output of different branches is concatenate And with input Add up add As the output .
Loss function : In addition to the main loss function Lm Also added 5 Auxiliary loss function L1-L5 In depth Supervision , Therefore, the total loss function is a linear combination of the above loss functions .
experiment :
All training data in the experiment go through the following preprocessing steps :
(1) Gray scale transformation
(2)CLAHE
(3) Gamma transform
The evaluation index :AUC,PR,ACC.
Experiment 1 : Ablation Experiment

The baseline model of the results of the ablation experiment is 5 Layer depth UNet Model , Explore the role of semantic aggregation module and multi-scale aggregation module in turn
It can be seen from the ablation implementation that any module is helpful to improve the segmentation performance ; Combine the two modules , This paper can further improve the segmentation performance .
Experiment two :
Compared with some at present SOTA A comparison of the results , You can see that compared with these methods , The network proposed in this paper has achieved the highest score on these three evaluation indicators of the two data sets .
therefore , We can conclude that : This paper proposes a deep network in retinal vascular segmentation CHASE_DB1 and HRF The most advanced performance has been achieved on public data sets .
summary : The semantic aggregation module effectively aggregates the deep-seated semantic information , Help identify weak capillaries and vascular connections ; The multi-scale aggregation module can effectively combine the multi-scale information , It is helpful to solve the problem of large retinal vascular scale .
边栏推荐
- Leetcode deduction topic summary (topic No.: 53, 3, 141, interview question 022, the entry node of the link in the sword finger offer chain, 20, 19, Niuke NC1, 103, 1143, Niuke 127)
- 2022 question bank and answers of operation certificate examination for main principals of hazardous chemical business units
- 2022电工(初级)考题模拟考试平台操作
- C language -- 23 two-dimensional array
- Sword finger offer 50. the first character that appears only once
- md
- Analysis of zorder sampling partition process in Hudi - "deepnova developer community"
- C language function output I love you
- ERROR 1045 (28000): Access denied for user ‘ODBC‘@‘localhost‘ (using password: NO)
- 文件上传及拓展
猜你喜欢
数据表示与计算(进制)

6.2 function-parameters

How does xjson implement four operations?

LeetCode刷题(6)

Summary of some experiences in the process of R & D platform splitting

BI data analysis practitioners learn financial knowledge from scratch? What introductory books are recommended
![A little knowledge [synchronized]](/img/4d/4a8beee749328b5867b59740fd7e78.png)
A little knowledge [synchronized]

RESTful 风格详解

Leetcode: interview question 08.14. Boolean operation

QT learning: use non TS files such as json/xml to realize multilingual internationalization
随机推荐
Sudoku (DFS)
[from_bilibili_dr_can][[advanced control theory] 9_ State observer design] [learning record]
[performance optimization methodology series] III. core idea of performance optimization (2)
Notes on network principles (five layer network)
Emmet syntax
状态压缩dp
2022 R2 mobile pressure vessel filling test question simulation test platform operation
SAP sm30 brings out description or custom logical relationship
What is the difference between the pre training model and the traditional method in sorting?
What are the backup and recovery methods of gbase 8s database
LeetCode刷题(6)
C# 使用数据库对ListView控件数据绑定
A little knowledge [synchronized]
Sword finger offer 27. image of binary tree
解决Base64 报错 Illegal base64 character
No duplicate data in the same field of different databases
01背包关于从二维优化到一维
MySQL statement mind map
What are the backup and recovery methods of gbase 8s database
(视频+图文)机器学习入门系列-第3章 逻辑回归