IVCVLGJun 2, 2023

Robust and Generalisable Segmentation of Subtle Epilepsy-causing Lesions: a Graph Convolutional Approach

arXiv:2306.01375v27 citationsh-index: 45
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving detection accuracy for drug-resistant epilepsy lesions to aid clinical workflows, though it is incremental as it builds on existing segmentation methods with novel adaptations.

The paper tackled the problem of detecting subtle epilepsy-causing lesions (focal cortical dysplasia) in MRI data, which are often missed by experts, by proposing a graph convolutional network with auxiliary losses. The result was a significant improvement in specificity from 49% to 71% at 67% sensitivity, with an AUC increase from 0.64 to 0.74 on a multi-centre dataset of 1015 participants.

Focal cortical dysplasia (FCD) is a leading cause of drug-resistant focal epilepsy, which can be cured by surgery. These lesions are extremely subtle and often missed even by expert neuroradiologists. "Ground truth" manual lesion masks are therefore expensive, limited and have large inter-rater variability. Existing FCD detection methods are limited by high numbers of false positive predictions, primarily due to vertex- or patch-based approaches that lack whole-brain context. Here, we propose to approach the problem as semantic segmentation using graph convolutional networks (GCN), which allows our model to learn spatial relationships between brain regions. To address the specific challenges of FCD identification, our proposed model includes an auxiliary loss to predict distance from the lesion to reduce false positives and a weak supervision classification loss to facilitate learning from uncertain lesion masks. On a multi-centre dataset of 1015 participants with surface-based features and manual lesion masks from structural MRI data, the proposed GCN achieved an AUC of 0.74, a significant improvement against a previously used vertex-wise multi-layer perceptron (MLP) classifier (AUC 0.64). With sensitivity thresholded at 67%, the GCN had a specificity of 71% in comparison to 49% when using the MLP. This improvement in specificity is vital for clinical integration of lesion-detection tools into the radiological workflow, through increasing clinical confidence in the use of AI radiological adjuncts and reducing the number of areas requiring expert review.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes