paper-with-me

Papers

Scalable Simple Linear Iterative Clustering (SSLIC) Using a Generic and Parallel Approach

2018-06-22 · Bradley C. Lowekamp, David T. Chen, Ziv Yaniv, Terry S. Yoo

Superpixel algorithms have proven to be a useful initial step for segmentation and subsequent processing of images, reducing computational complexity by replacing the use of expensive per-pixel primitives with a higher-level abstraction, superpixels. They have been successfully applied both in the context of traditional image analysis and deep learning based approaches. In this work, we present a generalized implementation of the simple linear iterative clustering (SLIC) superpixel algorithm that has been generalized for n-dimensional scalar and multi-channel images. Additionally, the standard iterative implementation is replaced by a parallel, multi-threaded one. We describe the implementation details and analyze its scalability using a strong scaling formulation. Quantitative evaluation is performed using a 3D image, the Visible Human cryosection dataset, and a 2D image from the same dataset. Results show good scalability with runtime gains even when using a large number of threads that exceeds the physical number of available cores (hyperthreading).

📄 PDF Abstract BibTeX arXiv:1806.08741

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringSuperpixels

Similar Papers 제목 키워드 기반

Superpixels and Polygons Using Simple Non-Iterative Clustering

2017-07-01 · CVPR 2017 7 · Radhakrishna Achanta, Sabine Susstrunk

We present an improved version of the Simple Linear Iterative Clustering (SLIC) superpixel segmentation. Unlike SLIC, our algorithm is non-iterative, enforces connectivity from the start, requires lesser memory, and is f…

ClusteringSuperpixels

Scalable Kernel Clustering: Approximate Kernel k-means

2014-02-16 · Radha Chitta, Rong Jin, Timothy C. Havens, Anil K. Jain

Kernel-based clustering algorithms have the ability to capture the non-linear structure in real world data. Among various kernel-based clustering algorithms, kernel k-means has gained popularity due to its simple iterati…

Clustering

Fuzzy SLIC: Fuzzy Simple Linear Iterative Clustering

2020-08-21

Most superpixel methods are sensitive to noise and cannot control the superpixel number precisely. To solve these problems, in this paper, we propose a robust superpixel method called fuzzy simple linear iterative cluste…

ClusteringComputational EfficiencySuperpixels

Scalable and Adaptive Spectral Embedding for Attributed Graph Clustering

2024-08-11 · Yunhui Liu, Tieke He, Qing Wu, Tao Zheng 외

Attributed graph clustering, which aims to group the nodes of an attributed graph into disjoint clusters, has made promising advancements in recent years. However, most existing methods face challenges when applied to la…

ClusteringGraph Clustering

DSSLIC: Deep Semantic Segmentation-based Layered Image Compression

2018-06-08 · Mohammad Akbari, Jie Liang, Jingning Han

Deep learning has revolutionized many computer vision fields in the last few years, including learning-based image compression. In this paper, we propose a deep semantic segmentation-based layered image compression (DSSL…

Image CompressionImage RetrievalMS-SSIMSegmentation+2