paper-with-me

홈 › Papers

SCALP: Superpixels with Contour Adherence using Linear Path

2019-03-17 · Rémi Giraud, Vinh-Thong Ta, Nicolas Papadakis

Superpixel decomposition methods are generally used as a pre-processing step to speed up image processing tasks. They group the pixels of an image into homogeneous regions while trying to respect existing contours. For all state-of-the-art superpixel decomposition methods, a trade-off is made between 1) computational time, 2) adherence to image contours and 3) regularity and compactness of the decomposition. In this paper, we propose a fast method to compute Superpixels with Contour Adherence using Linear Path (SCALP) in an iterative clustering framework. The distance computed when trying to associate a pixel to a superpixel during the clustering is enhanced by considering the linear path to the superpixel barycenter. The proposed framework produces regular and compact superpixels that adhere to the image contours. We provide a detailed evaluation of SCALP on the standard Berkeley Segmentation Dataset. The obtained results outperform state-of-the-art methods in terms of standard superpixel and contour detection metrics.

📄 PDF Abstract BibTeX arXiv:1903.07149

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringContour DetectionSuperpixels

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Robust superpixels using color and contour features along linear path

2019-03-17 · Rémi Giraud, Vinh-Thong Ta, Nicolas Papadakis

Superpixel decomposition methods are widely used in computer vision and image processing applications. By grouping homogeneous pixels, the accuracy can be increased and the decrease of the number of elements to process c…

Superpixels

Contour-Constrained Superpixels for Image and Video Processing

2017-07-01 · CVPR 2017 7 · Se-Ho Lee, Won-Dong Jang, Chang-Su Kim

A novel contour-constrained superpixel (CCS) algorithm is proposed in this work. We initialize superpixels and regions in a regular grid and then refine the superpixel label of each region hierarchically from block to pi…

ObjectSuperpixels

Adaptive strategy for superpixel-based region-growing image segmentation

2018-03-17 · Mahaman Sani Chaibou, Pierre-Henri Conze, Karim Kalti, Basel Solaiman 외

This work presents a region-growing image segmentation approach based on superpixel decomposition. From an initial contour-constrained over-segmentation of the input image, the image segmentation is achieved by iterative…

Image SegmentationSegmentationSemantic SegmentationSuperpixels

Peekaboo - Where are the Objects? Structure Adjusting Superpixels

2018-02-08 · Georg Maierhofer, Daniel Heydecker, Angelica I. Aviles-Rivero, Samar M. Alsaleh 외

This paper addresses the search for a fast and meaningful image segmentation in the context of $k$-means clustering. The proposed method builds on a widely-used local version of Lloyd's algorithm, called Simple Linear It…

ClusteringImage SegmentationSemantic SegmentationSuperpixels

Hierarchical Piecewise-Constant Super-regions

2016-05-19 · Imanol Luengo, Mark Basham, Andrew P. French

Recent applications in computer vision have come to heavily rely on superpixel over-segmentation as a pre-processing step for higher level vision tasks, such as object recognition, image labelling or image segmentation. …

DenoisingFormImage SegmentationObject Recognition+3