CVJul 26, 2024

Sparse Refinement for Efficient High-Resolution Semantic Segmentation

arXiv:2407.19014v14 citationsh-index: 27
Originality Incremental advance
AI Analysis

This addresses efficiency challenges for latency-sensitive applications like autonomous driving, though it is incremental as it builds on existing segmentation models.

The paper tackles the computational complexity of high-resolution semantic segmentation by introducing SparseRefine, a method that enhances low-resolution predictions with sparse high-resolution refinements, achieving speedups of 1.5 to 3.7 times on models like HRNet-W48 and SegFormer-B5 with negligible accuracy loss.

Semantic segmentation empowers numerous real-world applications, such as autonomous driving and augmented/mixed reality. These applications often operate on high-resolution images (e.g., 8 megapixels) to capture the fine details. However, this comes at the cost of considerable computational complexity, hindering the deployment in latency-sensitive scenarios. In this paper, we introduce SparseRefine, a novel approach that enhances dense low-resolution predictions with sparse high-resolution refinements. Based on coarse low-resolution outputs, SparseRefine first uses an entropy selector to identify a sparse set of pixels with high entropy. It then employs a sparse feature extractor to efficiently generate the refinements for those pixels of interest. Finally, it leverages a gated ensembler to apply these sparse refinements to the initial coarse predictions. SparseRefine can be seamlessly integrated into any existing semantic segmentation model, regardless of CNN- or ViT-based. SparseRefine achieves significant speedup: 1.5 to 3.7 times when applied to HRNet-W48, SegFormer-B5, Mask2Former-T/L and SegNeXt-L on Cityscapes, with negligible to no loss of accuracy. Our "dense+sparse" paradigm paves the way for efficient high-resolution visual computing.

Foundations

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

Your Notes