paper-with-me

홈 › Papers

Quickshift++: Provably Good Initializations for Sample-Based Mean Shift

2018-05-21 · ICML 2018 7 · Heinrich Jiang, Jennifer Jang, Samory Kpotufe

We provide initial seedings to the Quick Shift clustering algorithm, which approximate the locally high-density regions of the data. Such seedings act as more stable and expressive cluster-cores than the singleton modes found by Quick Shift. We establish statistical consistency guarantees for this modification. We then show strong clustering performance on real datasets as well as promising applications to image segmentation.

📄 PDF Abstract BibTeX arXiv:1805.07909

Code (1)

google/quickshift 공식 구현

Tasks

ClusteringImage SegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

How to scale hyperparameters for quickshift image segmentation

2022-01-23 · Damien Garreau

Quickshift is a popular algorithm for image segmentation, used as a preprocessing step in many applications. Unfortunately, it is quite challenging to understand the hyperparameters' influence on the number and shape of …

Image SegmentationSemantic SegmentationSuperpixels

Good Initializations of Variational Bayes for Deep Models

2018-10-18 · Simone Rossi, Pietro Michiardi, Maurizio Filippone

Stochastic variational inference is an established way to carry out approximate Bayesian inference for deep models. While there have been effective proposals for good initializations for loss minimization in deep learnin…

Bayesian InferenceGeneral ClassificationregressionVariational Inference

IQP Born Machines under Data-dependent and Agnostic Initialization Strategies

2026-03-15 · Sacha Lerch, Joseph Bowles, Ricard Puig, Erik Armengol 외 arxiv

Quantum circuit Born machines based on instantaneous quantum polynomial-time (IQP) circuits are natural candidates for quantum generative modeling, both because of their probabilistic structure and because IQP sampling i…

Quantum Machine Learning

Fast and Provably Good Seedings for k-Means

2016-12-01 · NeurIPS 2016 12 · Olivier Bachem, Mario Lucic, Hamed Hassani, Andreas Krause

Seeding - the task of finding initial cluster centers - is critical in obtaining high-quality clusterings for k-Means. However, k-means++ seeding, the state of the art algorithm, does not scale well to massive datasets a…

Clustering

Distributed and Provably Good Seedings for k-Means in Constant Rounds

2017-08-01 · ICML 2017 8 · Olivier Bachem, Mario Lucic, Andreas Krause

The k-Means++ algorithm is the state of the art algorithm to solve k-Means clustering problems as the computed clusterings are O(log k) competitive in expectation. However, its seeding step requires k inherently seq…

Clustering