paper-with-me

홈 › Papers

Manifold SLIC: A Fast Method to Compute Content-Sensitive Superpixels

2016-06-01 · CVPR 2016 6 · Yong-Jin Liu, Cheng-Chi Yu, Min-Jing Yu, Ying He

Superpixels are perceptually meaningful atomic regions that can effectively capture image features. Among various methods for computing uniform superpixels, simple linear iterative clustering (SLIC) is popular due to its simplicity and high performance. In this paper, we extend SLIC to compute content-sensitive superpixels, i.e., small superpixels in content-dense regions (e.g., with high intensity or color variation) and large superpixels in content-sparse regions. Rather than the conventional SLIC method that clusters pixels in R5, we map the image I to a 2-dimensional manifold M in R5, whose area elements are a good measure of the content density in I. We propose an efficient method to compute restricted centroidal Voronoi tessellation (RCVT) --- a uniform tessellation --- on M, which induces the content-sensitive superpixels in I. Unlike other algorithms that characterize content-sensitivity by geodesic distances, manifold SLIC tackles the problem by measuring areas of Voronoi cells on M, which can be computed at a very low cost. As a result, it runs 10 times faster than the state-of-the-art content-sensitive superpixels algorithm. We evaluate manifold SLIC and seven representative methods on the BSDS500 benchmark and observe that our method outperforms the existing methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringSuperpixels

Similar Papers 제목 키워드 기반

Fast Computation of Content-Sensitive Superpixels and Supervoxels Using Q-Distances

2019-10-01 · ICCV 2019 10 · Zipeng Ye, Ran Yi, Minjing Yu, Yong-Jin Liu 외

State-of-the-art researches model the data of images and videos as low-dimensional manifolds and generate superpixels/supervoxels in a content-sensitive way, which is achieved by computing geodesic centroidal Voronoi tes…

Superpixels

Content-Sensitive Supervoxels via Uniform Tessellations on Video Manifolds

2018-06-01 · CVPR 2018 6 · Ran Yi, Yong-Jin Liu, Yu-Kun Lai

Supervoxels are perceptually meaningful atomic regions in videos, obtained by grouping voxels that exhibit coherence in both appearance and motion. In this paper, we propose content-sensitive supervoxels (CSS), which are…

SLOSH: Set LOcality Sensitive Hashing via Sliced-Wasserstein Embeddings

2021-12-11 · Yuzhe Lu, Xinran Liu, Andrea Soltoggio, Soheil Kolouri

Learning from set-structured data is an essential problem with many applications in machine learning and computer vision. This paper focuses on non-parametric and data-independent learning from set-structured data using …

Retrieval

Fast alignment of heterogeneous images in sliced Wasserstein distance

2025-03-17 · Yunpeng Shi, Amit Singer, Eric J. Verbeke

Many applications of computer vision rely on the alignment of similar but non-identical images. We present a fast algorithm for aligning heterogeneous images based on optimal transport. Our approach combines the speed of…

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