paper-with-me

Papers

Efficiently Computing Piecewise Flat Embeddings for Data Clustering and Image Segmentation

2016-12-20 · Renee T. Meinhold, Tyler L. Hayes, Nathan D. Cahill

Image segmentation is a popular area of research in computer vision that has many applications in automated image processing. A recent technique called piecewise flat embeddings (PFE) has been proposed for use in image segmentation; PFE transforms image pixel data into a lower dimensional representation where similar pixels are pulled close together and dissimilar pixels are pushed apart. This technique has shown promising results, but its original formulation is not computationally feasible for large images. We propose two improvements to the algorithm for computing PFE: first, we reformulate portions of the algorithm to enable various linear algebra operations to be performed in parallel; second, we propose utilizing an iterative linear solver (preconditioned conjugate gradient) to quickly solve a linear least-squares problem that occurs in the inner loop of a nested iteration. With these two computational improvements, we show on a publicly available image database that PFE can be sped up by an order of magnitude without sacrificing segmentation performance. Our results make this technique more practical for use on large data sets, not only for image segmentation, but for general data clustering problems.

📄 PDF Abstract BibTeX arXiv:1612.06496

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringImage SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Piecewise Flat Embedding for Image Segmentation

2018-02-09 · ICCV 2015 12 · Chaowei Fang, Zicheng Liao, Yizhou Yu

We introduce a new multi-dimensional nonlinear embedding -- Piecewise Flat Embedding (PFE) -- for image segmentation. Based on the theory of sparse signal recovery, piecewise flat embedding with diverse channels attempts…

ClusteringContour DetectionImage SegmentationSegmentation+1

Learning Deep Embeddings with Histogram Loss

2016-11-02 · NeurIPS 2016 12 · Evgeniya Ustinova, Victor Lempitsky

We suggest a loss for learning deep embeddings. The new loss does not introduce parameters that need to be tuned and results in very good embeddings across a range of datasets and problems. The loss is computed by estima…

Stochastic Optimization

Compassionately Conservative Balanced Cuts for Image Segmentation

2018-03-27 · CVPR 2018 6 · Nathan D. Cahill, Tyler L. Hayes, Renee T. Meinhold, John F. Hamilton

The Normalized Cut (NCut) objective function, widely used in data clustering and image segmentation, quantifies the cost of graph partitioning in a way that biases clusters or segments that are balanced towards having lo…

Clusteringgraph partitioningImage SegmentationSegmentation+1

Supervized Segmentation with Graph-Structured Deep Metric Learning

2019-05-10 · Loic Landrieu, Mohamed Boussaha

We present a fully-supervized method for learning to segment data structured by an adjacency graph. We introduce the graph-structured contrastive loss, a loss function structured by a ground truth segmentation. It promot…

Metric LearningSegmentation

Neural Field Convolutions by Repeated Differentiation

2023-04-04 · Ntumba Elie Nsampi, Adarsh Djeacoumar, Hans-Peter Seidel, Tobias Ritschel 외

Neural fields are evolving towards a general-purpose continuous representation for visual computing. Yet, despite their numerous appealing properties, they are hardly amenable to signal processing. As a remedy, we presen…