paper-with-me

Papers

Superpixel Convolutional Networks using Bilateral Inceptions

2015-11-20 · Raghudeep Gadde, Varun Jampani, Martin Kiefel, Daniel Kappler, Peter V. Gehler

In this paper we propose a CNN architecture for semantic image segmentation. We introduce a new 'bilateral inception' module that can be inserted in existing CNN architectures and performs bilateral filtering, at multiple feature-scales, between superpixels in an image. The feature spaces for bilateral filtering and other parameters of the module are learned end-to-end using standard backpropagation techniques. The bilateral inception module addresses two issues that arise with general CNN segmentation architectures. First, this module propagates information between (super) pixels while respecting image edges, thus using the structured information of the problem for improved results. Second, the layer recovers a full resolution segmentation result from the lower resolution solution of a CNN. In the experiments, we modify several existing CNN architectures by inserting our inception module between the last CNN (1x1 convolution) layers. Empirical results on three different datasets show reliable improvements not only in comparison to the baseline networks, but also in comparison to several dense-pixel prediction techniques such as CRFs, while being competitive in time.

📄 PDF Abstract BibTeX arXiv:1511.06739

Code (1)

raghudeep/bilateralinceptions 공식 구현

Tasks

Image SegmentationSegmentationSemantic SegmentationSuperpixels

Similar Papers 제목 키워드 기반

A Video Representation Using Temporal Superpixels

2013-06-01 · CVPR 2013 6 · Jason Chang, Donglai Wei, John W. Fisher III

We develop a generative probabilistic model for temporally consistent superpixels in video sequences. In contrast to supervoxel methods, object parts in different frames are tracked by the same temporal superpixel. We ex…

Superpixels

GoogLe2Net: Going Transverse with Convolutions

2023-01-01 · Yuanpeng He

Capturing feature information effectively is of great importance in vision tasks. With the development of convolutional neural networks (CNNs), concepts like residual connection and multiple scales promote continual perf…

image-classificationImage Classificationvalid

Residual Feature-Reutilization Inception Network for Image Classification

2024-12-27 · Yuanpeng He, Wenjie Song, Lijian Li, Tianxiang Zhan 외

Capturing feature information effectively is of great importance in the field of computer vision. With the development of convolutional neural networks (CNNs), concepts like residual connection and multiple scales promot…

Classificationimage-classificationImage Classification

Superpixel Segmentation via Convolutional Neural Networks with Regularized Information Maximization

2020-02-17 · Teppei Suzuki

We propose an unsupervised superpixel segmentation method by optimizing a randomly-initialized convolutional neural network (CNN) in inference time. Our method generates superpixels via CNN from a single image without an…

SegmentationSuperpixels

Implicit Integration of Superpixel Segmentation into Fully Convolutional Networks

2021-03-05 · Teppei Suzuki

Superpixels are a useful representation to reduce the complexity of image data. However, to combine superpixels with convolutional neural networks (CNNs) in an end-to-end fashion, one requires extra models to generate su…

Depth EstimationMonocular Depth EstimationSegmentationSemantic Segmentation+1