paper-with-me

Papers

FuSS: Fusing Superpixels for Improved Segmentation Consistency

2022-06-06 · Ian Nunes, Matheus B. Pereira, Hugo Oliveira, Jefersson A. dos Santos, Marcus Poggi

In this work, we propose two different approaches to improve the semantic consistency of Open Set Semantic Segmentation. First, we propose a method called OpenGMM that extends the OpenPCS framework using a Gaussian Mixture of Models to model the distribution of pixels for each class in a multimodal manner. The second approach is a post-processing which uses superpixels to enforce highly homogeneous regions to behave equally, rectifying erroneous classified pixels within these regions, we also proposed a novel superpixel method called FuSS. All tests were performed on ISPRS Vaihingen and Potsdam datasets, and both methods were capable to improve quantitative and qualitative results for both datasets. Besides that, the post-process with FuSS achieved state-of-the-art results for both datasets. The official implementation is available at: \url{https://github.com/iannunes/FuSS}.

📄 PDF Abstract BibTeX arXiv:2206.02714

Code (1)

iannunes/fuss 공식 구현 pytorch

Tasks

Semantic SegmentationSuperpixels

Similar Papers 제목 키워드 기반

Improved Image Boundaries for Better Video Segmentation

2016-05-12 · Anna Khoreva, Rodrigo Benenson, Fabio Galasso, Matthias Hein 외

Graph-based video segmentation methods rely on superpixels as starting point. While most previous work has focused on the construction of the graph edges and weights as well as solving the graph partitioning problem, thi…

graph partitioningSegmentationSuperpixelsVideo Segmentation+1

Federated Unsupervised Semantic Segmentation

2025-05-29 · Evangelos Charalampakis, Vasileios Mygdalis, Ioannis Pitas

This work explores the application of Federated Learning (FL) in Unsupervised Semantic image Segmentation (USS). Recent USS methods extract pixel-level features using frozen visual foundation models and refine them throu…

Federated LearningImage SegmentationSegmentationSemantic Segmentation+1

View-Consistent 4D Light Field Superpixel Segmentation

2019-10-01 · ICCV 2019 10 · Numair Khan, Qian Zhang, Lucas Kasser, Henry Stone 외

Many 4D light field processing applications rely on superpixel segmentations, for which occlusion-aware view consistency is important. Yet, existing methods often enforce consistency by propagating clusters from a centra…

ClusteringSuperpixels

Superpixel-Based Tracking-By-Segmentation Using Markov Chains

2017-07-01 · CVPR 2017 7 · Donghun Yeo, Jeany Son, Bohyung Han, Joon Hee Han

We propose a simple but effective tracking-by-segmentation algorithm using Absorbing Markov Chain (AMC) on superpixel segmentation, where target state is estimated by a combination of bottom-up and top-down approaches, …

graph constructionSegmentationSuperpixels

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