CVLGMay 26, 2021

Sli2Vol: Annotate a 3D Volume from a Single Slice with Self-Supervised Learning

arXiv:2105.12722v220 citationsHas Code
Originality Incremental advance
AI Analysis

This enables efficient 3D segmentation from minimal annotations for medical imaging, addressing a domain-specific bottleneck where fully supervised methods struggle.

The paper tackles semi-automatic 3D segmentation by propagating 2D slice annotations using a self-supervised affinity matrix, achieving Dice scores over 80 on most benchmarks across 8 datasets without parameter tuning.

The objective of this work is to segment any arbitrary structures of interest (SOI) in 3D volumes by only annotating a single slice, (i.e. semi-automatic 3D segmentation). We show that high accuracy can be achieved by simply propagating the 2D slice segmentation with an affinity matrix between consecutive slices, which can be learnt in a self-supervised manner, namely slice reconstruction. Specifically, we compare the proposed framework, termed as Sli2Vol, with supervised approaches and two other unsupervised/ self-supervised slice registration approaches, on 8 public datasets (both CT and MRI scans), spanning 9 different SOIs. Without any parameter-tuning, the same model achieves superior performance with Dice scores (0-100 scale) of over 80 for most of the benchmarks, including the ones that are unseen during training. Our results show generalizability of the proposed approach across data from different machines and with different SOIs: a major use case of semi-automatic segmentation methods where fully supervised approaches would normally struggle. The source code will be made publicly available at https://github.com/pakheiyeung/Sli2Vol.

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