Implicit Integration of Superpixel Segmentation into Fully Convolutional Networks
Teppei Suzuki

TL;DR
This paper introduces a novel method to implicitly incorporate superpixel segmentation into CNNs, enhancing detail preservation and computational efficiency without altering existing architectures.
Contribution
It proposes an end-to-end compatible superpixel integration technique that improves detail retention and speeds up CNN-based image analysis tasks.
Findings
Preserves object boundaries with superpixels during downsampling.
Speeds up architectures and improves accuracy in segmentation and depth estimation.
Compatible with various existing CNN architectures.
Abstract
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 superpixels and special operations such as graph convolution. In this paper, we propose a way to implicitly integrate a superpixel scheme into CNNs, which makes it easy to use superpixels with CNNs in an end-to-end fashion. Our proposed method hierarchically groups pixels at downsampling layers and generates superpixels. Our method can be plugged into many existing architectures without a change in their feed-forward path because our method does not use superpixels in the feed-forward path but use them to recover the lost resolution instead of bilinear upsampling. As a result, our method preserves detailed information such as object boundaries in the form of superpixels…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Medical Image Segmentation Techniques · Advanced Image Processing Techniques
