CVJun 6, 2024

Frequency-based Matcher for Long-tailed Semantic Segmentation

arXiv:2406.03917v13 citations
Originality Incremental advance
AI Analysis

This work addresses the long-tailed distribution problem in semantic segmentation, which is crucial for applications like autonomous driving and virtual reality, but it is incremental as it builds on existing transformer methods.

The authors tackled long-tailed semantic segmentation by establishing three datasets and a benchmark, and proposed a transformer-based frequency-based matcher that addresses oversuppression through one-to-many matching, achieving unspecified performance gains.

The successful application of semantic segmentation technology in the real world has been among the most exciting achievements in the computer vision community over the past decade. Although the long-tailed phenomenon has been investigated in many fields, e.g., classification and object detection, it has not received enough attention in semantic segmentation and has become a non-negligible obstacle to applying semantic segmentation technology in autonomous driving and virtual reality. Therefore, in this work, we focus on a relatively under-explored task setting, long-tailed semantic segmentation (LTSS). We first establish three representative datasets from different aspects, i.e., scene, object, and human. We further propose a dual-metric evaluation system and construct the LTSS benchmark to demonstrate the performance of semantic segmentation methods and long-tailed solutions. We also propose a transformer-based algorithm to improve LTSS, frequency-based matcher, which solves the oversuppression problem by one-to-many matching and automatically determines the number of matching queries for each class. Given the comprehensiveness of this work and the importance of the issues revealed, this work aims to promote the empirical study of semantic segmentation tasks. Our datasets, codes, and models will be publicly available.

Code Implementations1 repo
Foundations

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

Your Notes