paper-with-me

Papers

Superpixel-based Semantic Segmentation Trained by Statistical Process Control

2017-06-30 · Hyojin Park, Jisoo Jeong, Youngjoon Yoo, Nojun Kwak

Semantic segmentation, like other fields of computer vision, has seen a remarkable performance advance by the use of deep convolution neural networks. However, considering that neighboring pixels are heavily dependent on each other, both learning and testing of these methods have a lot of redundant operations. To resolve this problem, the proposed network is trained and tested with only 0.37% of total pixels by superpixel-based sampling and largely reduced the complexity of upsampling calculation. The hypercolumn feature maps are constructed by pyramid module in combination with the convolution layers of the base network. Since the proposed method uses a very small number of sampled pixels, the end-to-end learning of the entire network is difficult with a common learning rate for all the layers. In order to resolve this problem, the learning rate after sampling is controlled by statistical process control (SPC) of gradients in each layer. The proposed method performs better than or equal to the conventional methods that use much more samples on Pascal Context, SUN-RGBD dataset.

📄 PDF Abstract BibTeX arXiv:1706.10071

Code (1)

HYOJINPARK/HP-SPS caffe2

Tasks

Semantic Segmentation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Feedforward semantic segmentation with zoom-out features

2014-12-02 · CVPR 2015 6 · Mohammadreza Mostajabi, Payman Yadollahpour, Gregory Shakhnarovich

We introduce a purely feed-forward architecture for semantic segmentation. We map small image elements (superpixels) to rich feature representations extracted from a sequence of nested regions of increasing extent. These…

SegmentationSemantic SegmentationStructured PredictionSuperpixels

Composite Statistical Inference for Semantic Segmentation

2013-06-01 · CVPR 2013 6 · Fuxin Li, Joao Carreira, Guy Lebanon, Cristian Sminchisescu

In this paper we present an inference procedure for the semantic segmentation of images. Different from many CRF approaches that rely on dependencies modeled with unary and pairwise pixel or superpixel potentials, our me…

SegmentationSemantic SegmentationSuperpixels

Superpixel Anything: A general object-based framework for accurate yet regular superpixel segmentation

2025-09-16 · Julien Walther, Rémi Giraud, Michaël Clément arxiv

Superpixels are widely used in computer vision to simplify image representation and reduce computational complexity. While traditional methods rely on low-level features, deep learning-based approaches leverage high-leve…

Superpixel Segmentation Based on Spatially Constrained Subspace Clustering

2020-12-11 · Hua Li, Yuheng Jia, Runmin Cong, Wenhui Wu 외

Superpixel segmentation aims at dividing the input image into some representative regions containing pixels with similar and consistent intrinsic properties, without any prior knowledge about the shape and size of each s…

ClusteringSegmentationSuperpixels

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 o…

SegmentationSemantic SegmentationSuperpixels