paper-with-me

Papers

Refining Semantic Segmentation with Superpixel by Transparent Initialization and Sparse Encoder

2020-10-09 · Zhiwei Xu, Thalaiyasingam Ajanthan, Richard Hartley

Although deep learning greatly improves the performance of semantic segmentation, its success mainly lies in object central areas without accurate edges. As superpixels are a popular and effective auxiliary to preserve object edges, in this paper, we jointly learn semantic segmentation with trainable superpixels. We achieve it with fully-connected layers with Transparent Initialization (TI) and efficient logit consistency using a sparse encoder. The proposed TI preserves the effects of learned parameters of pretrained networks. This avoids a significant increase of the loss of pretrained networks, which otherwise may be caused by inappropriate parameter initialization of the additional layers. Meanwhile, consistent pixel labels in each superpixel are guaranteed by logit consistency. The sparse encoder with sparse matrix operations substantially reduces both the memory requirement and the computational complexity. We demonstrated the superiority of TI over other parameter initialization methods and tested its numerical stability. The effectiveness of our proposal was validated on PASCAL VOC 2012, ADE20K, and PASCAL Context showing enhanced semantic segmentation edges. With quantitative evaluations on segmentation edges using performance ratio and F-measure, our method outperforms the state-of-the-art.

📄 PDF Abstract BibTeX arXiv:2010.04363

Code (1)

zwxu064/TransInit 공식 구현 pytorch

Tasks

SegmentationSemantic SegmentationSuperpixels

Similar Papers 제목 키워드 기반

Hierarchical Histogram Threshold Segmentation - Auto-terminating High-detail Oversegmentation

2024-01-01 · CVPR 2024 1 · Thomas V. Chang, Simon Seibt, Bartosz von Rymon Lipinski

Superpixels play a crucial role in image processing by partitioning an image into clusters of pixels with similar visual attributes. This facilitates subsequent image processing tasks offering computational advantage…

SegmentationSemantic SegmentationSuperpixels

Co-occurrence Background Model with Superpixels for Robust Background Initialization

2020-03-29 · Wenjun Zhou, Yuheng Deng, Bo Peng, Dong Liang 외

Background initialization is an important step in many high-level applications of video processing,ranging from video surveillance to video inpainting.However,this process is often affected by practical challenges such a…

SegmentationSuperpixels

Superpixel Segmentation with Fully Convolutional Networks

2020-03-29 · CVPR 2020 6 · Fengting Yang, Qian Sun, Hailin Jin, Zihan Zhou

In computer vision, superpixels have been widely used as an effective way to reduce the number of image primitives for subsequent processing. But only a few attempts have been made to incorporate them into deep neural ne…

Disparity EstimationSegmentationStereo MatchingSuperpixels

Robust Semantic Segmentation with Superpixel-Mix

2021-08-02 · Gianni Franchi, Nacim Belkhir, Mai Lan Ha, Yufei Hu 외

Along with predictive performance and runtime speed, reliability is a key requirement for real-world semantic segmentation. Reliability encompasses robustness, predictive uncertainty and reduced bias. To improve reliabil…

Data AugmentationSegmentationSemantic SegmentationSemi-Supervised Semantic Segmentation+1

Cascaded Scene Flow Prediction using Semantic Segmentation

2017-07-26 · Zhile Ren, Deqing Sun, Jan Kautz, Erik B. Sudderth

Given two consecutive frames from a pair of stereo cameras, 3D scene flow methods simultaneously estimate the 3D geometry and motion of the observed scene. Many existing approaches use superpixels for regularization, but…

3D geometryAutonomous DrivingGeneral ClassificationOptical Flow Estimation+3