Search papers, labs, and topics across Lattice.
This paper introduces PC-Seg, a novel framework for 3D segmentation of optical coherence tomography (OCT) images that leverages sparse 2D annotations to significantly reduce the need for labor-intensive voxel-wise labeling. By employing a single 2D model to establish cross-view consistency across B-scans and orthogonal slices, PC-Seg generates reliable volumetric pseudo-labels that are distilled into a 3D model, enhancing segmentation accuracy. Experimental results on the MSHC and Duke DME datasets reveal that PC-Seg achieves performance on par with fully supervised methods while utilizing only 0.7% of the training data for labels, outperforming existing semi-supervised techniques.
Achieving fully supervised segmentation accuracy with only 0.7% of the training data labeled could revolutionize OCT image analysis.
Volumetric segmentation of optical coherence tomography (OCT) images is essential for diagnosing ocular diseases but requires labor-intensive voxel-wise annotations. While semi-supervised learning (SSL) can reduce annotation costs, most existing methods process data slice by slice and fail to exploit the inherent 3D spatial context. We propose PC-Seg, a progressive cross-view consistency framework that learns high-accuracy 3D segmentation models from sparse 2D annotations. Unlike conventional multi-view approaches, PC-Seg uses a single 2D model to learn cross-view consistency from standard B-scans and orthogonal slices, thereby generating reliable volumetric pseudo-labels. These pseudo-labels are then distilled into a 3D model, followed by a co-training stage in which the 2D and 3D models mutually refine each other through ensemble pseudo-labeling. Experiments on the MSHC and Duke DME datasets demonstrate that PC-Seg achieves accuracy comparable to fully supervised learning while using labels for only about 0.7% of the training data, outperforming state-of-the-art semi-supervised and retinal layer segmentation methods. Our code is publicly available at https://github.com/gsisaoki/pc-seg-official.