TL;DR
This paper introduces a novel dynamic graph-based method for medical image segmentation that improves neighbor selection and integrates training of segmentation and graph networks, leading to better accuracy and more meaningful graph structures.
Contribution
It proposes a feature-distance-based neighbor selection mechanism and joint training of segmentation and graph networks, addressing limitations of previous graph-based refinement methods.
Findings
Improved segmentation accuracy on pancreas CT images.
Edges connect semantically similar image regions.
Qualitative improvements in segmentation maps.
Abstract
In recent years, deep learning based methods have shown success in essential medical image analysis tasks such as segmentation. Post-processing and refining the results of segmentation is a common practice to decrease the misclassifications originating from the segmentation network. In addition to widely used methods like Conditional Random Fields (CRFs) which focus on the structure of the segmented volume/area, a graph-based recent approach makes use of certain and uncertain points in a graph and refines the segmentation according to a small graph convolutional network (GCN). However, there are two drawbacks of the approach: most of the edges in the graph are assigned randomly and the GCN is trained independently from the segmentation network. To address these issues, we define a new neighbor-selection mechanism according to feature distances and combine the two networks in the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsGraph Convolutional Network
