paper-with-me

Papers

Interactive Image Segmentation using Label Propagation through Complex Networks

2019-01-09 · Fabricio Aparecido Breve

Interactive image segmentation is a topic of many studies in image processing. In a conventional approach, a user marks some pixels of the object(s) of interest and background, and an algorithm propagates these labels to the rest of the image. This paper presents a new graph-based method for interactive segmentation with two stages. In the first stage, nodes representing pixels are connected to their $k$-nearest neighbors to build a complex network with the small-world property to propagate the labels quickly. In the second stage, a regular network in a grid format is used to refine the segmentation on the object borders. Despite its simplicity, the proposed method can perform the task with high accuracy. Computer simulations are performed using some real-world images to show its effectiveness in both two-classes and multi-classes problems. It is also applied to all the images from the Microsoft GrabCut dataset for comparison, and the segmentation accuracy is comparable to those achieved by some state-of-the-art methods, while it is faster than them. In particular, it outperforms some recent approaches when the user input is composed only by a few "scribbles" draw over the objects. Its computational complexity is only linear on the image size at the best-case scenario and linearithmic in the worst case.

📄 PDF Abstract BibTeX arXiv:1901.02573

Code (0)

등록된 구현이 없습니다.

Tasks

Image SegmentationInteractive SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Simple Interactive Image Segmentation using Label Propagation through kNN graphs

2020-02-13 · Fabricio Aparecido Breve

Many interactive image segmentation techniques are based on semi-supervised learning. The user may label some pixels from each object and the SSL algorithm will propagate the labels from the labeled to the unlabeled pixe…

Image SegmentationObjectSegmentationSemantic Segmentation

Cascaded Sparse Feature Propagation Network for Interactive Segmentation

2022-03-10 · Chuyu Zhang, Chuanyang Hu, Hui Ren, Yongfei Liu 외

We aim to tackle the problem of point-based interactive segmentation, in which the key challenge is to propagate the user-provided annotations to unlabeled regions efficiently. Existing methods tackle this challenge by u…

Foreground SegmentationInteractive SegmentationSegmentationSemantic Segmentation

Content-based Propagation of User Markings for Interactive Segmentation of Patterned Images

2018-09-06 · Vedrana Andersen Dahl, Monica Jane Emerson, Camilla Himmelstrup Trinderup, Anders Bjorholm Dahl

Efficient and easy segmentation of images and volumes is of great practical importance. Segmentation problems that motivate our approach originate from microscopy imaging commonly used in materials science, medicine, and…

ClassificationClusteringGeneral ClassificationImage Segmentation+3

Efficient Full Image Interactive Segmentation by Leveraging Within-image Appearance Similarity

2020-07-16 · Mykhaylo Andriluka, Stefano Pellegrini, Stefan Popov, Vittorio Ferrari

We propose a new approach to interactive full-image semantic segmentation which enables quickly collecting training data for new datasets with previously unseen semantic classes (A demo is available at https://youtu.be/y…

Interactive SegmentationSemantic Segmentation

Fast Interactive Video Object Segmentation with Graph Neural Networks

2021-03-05 · Viktor Varga, András Lőrincz

Pixelwise annotation of image sequences can be very tedious for humans. Interactive video object segmentation aims to utilize automatic methods to speed up the process and reduce the workload of the annotators. Most cont…

Graph Neural NetworkInteractive Video Object SegmentationObjectSemantic Segmentation+2