Scaling Semantic Segmentation Beyond 1K Classes on a Single GPU
Shipra Jain, Danda Paudel Pani, Martin Danelljan, Luc Van Gool

TL;DR
This paper introduces a scalable semantic segmentation training method that handles over 1,200 classes on a single GPU by reducing output complexity and approximating ground-truth probabilities, achieving high accuracy.
Contribution
It presents a novel embedding-based approach that reduces memory overhead and enables scaling existing models to many classes without additional hardware.
Findings
Achieves comparable or better mIoU on standard datasets
Demonstrates effectiveness on a dataset with 1284 classes
Requires only one GPU for training large class sets
Abstract
The state-of-the-art object detection and image classification methods can perform impressively on more than 9k and 10k classes, respectively. In contrast, the number of classes in semantic segmentation datasets is relatively limited. This is not surprising when the restrictions caused by the lack of labeled data and high computation demand for segmentation are considered. In this paper, we propose a novel training methodology to train and scale the existing semantic segmentation models for a large number of semantic classes without increasing the memory overhead. In our embedding-based scalable segmentation approach, we reduce the space complexity of the segmentation model's output from O(C) to O(1), propose an approximation method for ground-truth class probability, and use it to compute cross-entropy loss. The proposed approach is general and can be adopted by any state-of-the-art…
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 · Multimodal Machine Learning Applications · Machine Learning and Data Classification
