CVMar 22, 2021

Deep Neural Networks Learn Meta-Structures from Noisy Labels in Semantic Segmentation

arXiv:2103.11594v413 citations
Originality Incremental advance
AI Analysis

This addresses a gap in understanding learning behavior for noisy labels in segmentation, which is incremental but provides insights for improving robustness in domains like biological microscopy and natural image analysis.

The study investigates how deep neural networks (DNNs) learn from noisy labels in semantic segmentation, finding that DNNs achieve similar performance (e.g., with 10% or 90% label noise) as with ground truth, indicating they learn hidden meta-structures rather than pixel-level labels.

How deep neural networks (DNNs) learn from noisy labels has been studied extensively in image classification but much less in image segmentation. So far, our understanding of the learning behavior of DNNs trained by noisy segmentation labels remains limited. In this study, we address this deficiency in both binary segmentation of biological microscopy images and multi-class segmentation of natural images. We generate extremely noisy labels by randomly sampling a small fraction (e.g., 10%) or flipping a large fraction (e.g., 90%) of the ground truth labels. When trained with these noisy labels, DNNs provide largely the same segmentation performance as trained by the original ground truth. This indicates that DNNs learn structures hidden in labels rather than pixel-level labels per se in their supervised training for semantic segmentation. We refer to these hidden structures in labels as meta-structures. When DNNs are trained by labels with different perturbations to the meta-structure, we find consistent degradation in their segmentation performance. In contrast, incorporation of meta-structure information substantially improves performance of an unsupervised segmentation model developed for binary semantic segmentation. We define meta-structures mathematically as spatial density distributions and show both theoretically and experimentally how this formulation explains key observed learning behavior of DNNs.

Foundations

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

Your Notes