SSA-Seg: Semantic and Spatial Adaptive Pixel-level Classifier for Semantic Segmentation
Xiaowen Ma, Zhenliang Ni, Xinghao Chen

TL;DR
SSA-Seg introduces a novel adaptive classifier for semantic segmentation that dynamically adjusts prototypes based on semantic and spatial cues, significantly enhancing boundary accuracy and recognition without high computational costs.
Contribution
The paper proposes SSA-Seg, a new adaptive classifier that improves semantic segmentation by dynamically adjusting prototypes using coarse masks and multi-domain distillation.
Findings
Significant performance improvement on three benchmarks.
Enhanced boundary accuracy and fine-grained recognition.
Minimal increase in computational cost.
Abstract
Vanilla pixel-level classifiers for semantic segmentation are based on a certain paradigm, involving the inner product of fixed prototypes obtained from the training set and pixel features in the test image. This approach, however, encounters significant limitations, \ie, feature deviation in the semantic domain and information loss in the spatial domain. The former struggles with large intra-class variance among pixel features from different images, while the latter fails to utilize the structured information of semantic objects effectively. This leads to blurred mask boundaries as well as a deficiency of fine-grained recognition capability. In this paper, we propose a novel Semantic and Spatial Adaptive Classifier (SSA-Seg) to address the above challenges. Specifically, we employ the coarse masks obtained from the fixed prototypes as a guide to adjust the fixed prototype towards the…
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
Taxonomy
TopicsImage Retrieval and Classification Techniques · Medical Image Segmentation Techniques · Advanced Image and Video Retrieval Techniques
MethodsSparse Evolutionary Training
