paper-with-me

Papers

Sparse Refinement for Efficient High-Resolution Semantic Segmentation

2024-07-26 · Zhijian Liu, Zhuoyang Zhang, Samir Khaki, Shang Yang, Haotian Tang, Chenfeng Xu, Kurt Keutzer, Song Han

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.

📄 PDF Abstract BibTeX arXiv:2407.19014

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingMixed RealitySemantic Segmentation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Terrain-Enhanced Resolution-aware Refinement Attention for Off-Road Segmentation

2025-11-03 · Seongkyu Choi, Jhonghyun An arxiv

Off-road semantic segmentation suffers from thick, inconsistent boundaries, sparse supervision for rare classes, and pervasive label noise. Designs that fuse only at low resolution blur edges and propagate local errors, …

Semantic SegmentationRoad Segmentation

CascadePSP: Toward Class-Agnostic and Very High-Resolution Segmentation via Global and Local Refinement

2020-05-06 · CVPR 2020 6 · Ho Kei Cheng, Jihoon Chung, Yu-Wing Tai, Chi-Keung Tang

State-of-the-art semantic segmentation methods were almost exclusively trained on images within a fixed resolution range. These segmentations are inaccurate for very high-resolution images since using bicubic upsampling …

4kLand Cover ClassificationScene ParsingSegmentation+1

Label Refinement Network for Coarse-to-Fine Semantic Segmentation

2017-03-01 · Md Amirul Islam, Shujon Naha, Mrigank Rochan, Neil Bruce 외

We consider the problem of semantic image segmentation using deep convolutional neural networks. We propose a novel network architecture called the label refinement network that predicts segmentation labels in a coarse-t…

Image SegmentationSegmentationSemantic Segmentation

A Deep Semantic Segmentation Network with Semantic and Contextual Refinements

2024-12-11 · Zhiyan Wang, Deyin Liu, Lin Yuanbo Wu, Song Wang 외

Semantic segmentation is a fundamental task in multimedia processing, which can be used for analyzing, understanding, editing contents of images and videos, among others. To accelerate the analysis of multimedia data, ex…

SegmentationSemantic Segmentation

Enhancing Image Matting in Real-World Scenes with Mask-Guided Iterative Refinement

2025-02-24 · Rui Liu

Real-world image matting is essential for applications in content creation and augmented reality. However, it remains challenging due to the complex nature of scenes and the scarcity of high-quality datasets. To address …

Benchmarkingfeature selectionImage Matting