Difference between revisions of "Publications/zhao.20.icpr.2"
From LRDE
(Created page with "{{Publication | published = true | date = 2020-11-02 | authors = Zhou Zhao, Nicolas Boutry, Élodie Puybareau, Thierry Géraud | title = Do not Treat Boundaries and Regions Di...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
| title = Do not Treat Boundaries and Regions Differently: An Example on Heart Left Atrial Segmentation |
| title = Do not Treat Boundaries and Regions Differently: An Example on Heart Left Atrial Segmentation |
||
| booktitle = Proceedings of the 25th International Conference on Pattern Recognition (ICPR) |
| booktitle = Proceedings of the 25th International Conference on Pattern Recognition (ICPR) |
||
− | | pages = |
+ | | pages = 7447 to 7453 |
+ | | address = Milan, Italy |
||
⚫ | | abstract = Atrial fibrillation is the most common heart rhythm disease. Due to a lack of understanding in matter of underlying atrial structures, current treatments are still not satisfying. Recently, with the popularity of deep learning, many segmentation methods based on fully convolutional networks have been proposed to analyze atrial structures, especially from late gadolinium-enhanced magnetic resonance imaging. |
||
+ | | publisher = IEEE |
||
⚫ | | abstract = Atrial fibrillation is the most common heart rhythm disease. Due to a lack of understanding in matter of underlying atrial structures, current treatments are still not satisfying. Recently, with the popularity of deep learning, many segmentation methods based on fully convolutional networks have been proposed to analyze atrial structures, especially from late gadolinium-enhanced magnetic resonance imaging. However, two problems still occur: 1) segmentation results include the atrial- like background; 2) boundaries are very hard to segment. Most segmentation approaches design a specific network that mainly focuses on the regions, to the detriment of the boundaries. Therefore, this paper proposes an attention full convolutional network framework based on the ResNet-101 architecture, which focuses on boundaries as much as on regions. The additional attention module is added to have the network pay more attention on regions and then to reduce the impact of the misleading similarity of neighboring tissues. We also use a hybrid loss composed of a region loss and a boundary loss to treat boundaries and regions at the same time. We demonstrate the efficiency of the proposed approach on the MICCAI 2018 Atrial Segmentation Challenge public dataset. |
||
| lrdepaper = http://www.lrde.epita.fr/dload/papers/zhao.20.icpr.2.pdf |
| lrdepaper = http://www.lrde.epita.fr/dload/papers/zhao.20.icpr.2.pdf |
||
| lrdeprojects = Olena |
| lrdeprojects = Olena |
||
Line 13: | Line 15: | ||
| type = inproceedings |
| type = inproceedings |
||
| id = zhao.20.icpr.2 |
| id = zhao.20.icpr.2 |
||
+ | | identifier = doi:10.1109/ICPR48806.2021.9412755 |
||
| bibtex = |
| bibtex = |
||
@InProceedings<nowiki>{</nowiki> zhao.20.icpr.2, |
@InProceedings<nowiki>{</nowiki> zhao.20.icpr.2, |
||
Line 21: | Line 24: | ||
booktitle = <nowiki>{</nowiki>Proceedings of the 25th International Conference on |
booktitle = <nowiki>{</nowiki>Proceedings of the 25th International Conference on |
||
Pattern Recognition (ICPR)<nowiki>}</nowiki>, |
Pattern Recognition (ICPR)<nowiki>}</nowiki>, |
||
− | year = |
+ | year = 2021, |
− | pages = <nowiki>{</nowiki><nowiki>}</nowiki>, |
+ | pages = <nowiki>{</nowiki>7447--7453<nowiki>}</nowiki>, |
+ | month = jan, |
||
+ | address = <nowiki>{</nowiki>Milan, Italy<nowiki>}</nowiki>, |
||
+ | publisher = <nowiki>{</nowiki>IEEE<nowiki>}</nowiki>, |
||
abstract = <nowiki>{</nowiki>Atrial fibrillation is the most common heart rhythm |
abstract = <nowiki>{</nowiki>Atrial fibrillation is the most common heart rhythm |
||
disease. Due to a lack of understanding in matter of |
disease. Due to a lack of understanding in matter of |
||
Line 45: | Line 51: | ||
regions at the same time. We demonstrate the efficiency of |
regions at the same time. We demonstrate the efficiency of |
||
the proposed approach on the MICCAI 2018 Atrial |
the proposed approach on the MICCAI 2018 Atrial |
||
− | Segmentation Challenge public dataset.<nowiki>}</nowiki> |
+ | Segmentation Challenge public dataset.<nowiki>}</nowiki>, |
+ | doi = <nowiki>{</nowiki>10.1109/ICPR48806.2021.9412755<nowiki>}</nowiki> |
||
<nowiki>}</nowiki> |
<nowiki>}</nowiki> |
||
Latest revision as of 10:59, 8 September 2021
- Authors
- Zhou Zhao, Nicolas Boutry, Élodie Puybareau, Thierry Géraud
- Where
- Proceedings of the 25th International Conference on Pattern Recognition (ICPR)
- Place
- Milan, Italy
- Type
- inproceedings
- Publisher
- IEEE
- Projects
- Olena
- Keywords
- Image
- Date
- 2020-11-02
Abstract
Atrial fibrillation is the most common heart rhythm disease. Due to a lack of understanding in matter of underlying atrial structures, current treatments are still not satisfying. Recently, with the popularity of deep learning, many segmentation methods based on fully convolutional networks have been proposed to analyze atrial structures, especially from late gadolinium-enhanced magnetic resonance imaging. However, two problems still occur: 1) segmentation results include the atrial- like background; 2) boundaries are very hard to segment. Most segmentation approaches design a specific network that mainly focuses on the regions, to the detriment of the boundaries. Therefore, this paper proposes an attention full convolutional network framework based on the ResNet-101 architecture, which focuses on boundaries as much as on regions. The additional attention module is added to have the network pay more attention on regions and then to reduce the impact of the misleading similarity of neighboring tissues. We also use a hybrid loss composed of a region loss and a boundary loss to treat boundaries and regions at the same time. We demonstrate the efficiency of the proposed approach on the MICCAI 2018 Atrial Segmentation Challenge public dataset.
Documents
Bibtex (lrde.bib)
@InProceedings{ zhao.20.icpr.2, author = {Zhou Zhao and Nicolas Boutry and \'Elodie Puybareau and Thierry G\'eraud}, title = {Do not Treat Boundaries and Regions Differently: {A}n Example on Heart Left Atrial Segmentation}, booktitle = {Proceedings of the 25th International Conference on Pattern Recognition (ICPR)}, year = 2021, pages = {7447--7453}, month = jan, address = {Milan, Italy}, publisher = {IEEE}, abstract = {Atrial fibrillation is the most common heart rhythm disease. Due to a lack of understanding in matter of underlying atrial structures, current treatments are still not satisfying. Recently, with the popularity of deep learning, many segmentation methods based on fully convolutional networks have been proposed to analyze atrial structures, especially from late gadolinium-enhanced magnetic resonance imaging. However, two problems still occur: 1) segmentation results include the atrial- like background; 2) boundaries are very hard to segment. Most segmentation approaches design a specific network that mainly focuses on the regions, to the detriment of the boundaries. Therefore, this paper proposes an attention full convolutional network framework based on the ResNet-101 architecture, which focuses on boundaries as much as on regions. The additional attention module is added to have the network pay more attention on regions and then to reduce the impact of the misleading similarity of neighboring tissues. We also use a hybrid loss composed of a region loss and a boundary loss to treat boundaries and regions at the same time. We demonstrate the efficiency of the proposed approach on the MICCAI 2018 Atrial Segmentation Challenge public dataset.}, doi = {10.1109/ICPR48806.2021.9412755} }