Label conditioned segmentation
Tianyu Ma, Benjamin C. Lee, Mert R. Sabuncu

TL;DR
This paper introduces label conditioned segmentation (LCS), a method that enables efficient multi-class segmentation with large label sets by conditioning a single-channel network on class labels, improving accuracy and flexibility.
Contribution
The paper proposes a novel label conditioned segmentation approach that reduces computational costs and enhances accuracy for large label sets in semantic segmentation tasks.
Findings
LCS can segment images with many classes more efficiently than baseline methods.
Label conditioning improves segmentation accuracy of backbone architectures.
LCS can generate fine-grained labels during inference from coarse training labels.
Abstract
Semantic segmentation is an important task in computer vision that is often tackled with convolutional neural networks (CNNs). A CNN learns to produce pixel-level predictions through training on pairs of images and their corresponding ground-truth segmentation labels. For segmentation tasks with multiple classes, the standard approach is to use a network that computes a multi-channel probabilistic segmentation map, with each channel representing one class. In applications where the image grid size (e.g., when it is a 3D volume) and/or the number of labels is relatively large, the standard (baseline) approach can become prohibitively expensive for our computational resources. In this paper, we propose a simple yet effective method to address this challenge. In our approach, the segmentation network produces a single-channel output, while being conditioned on a single class label, which…
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
TopicsAdvanced Neural Network Applications · Machine Learning and Data Classification · Advanced Image and Video Retrieval Techniques
