paper-with-me

Papers

Stochastic Cluster Embedding

2021-08-18 · Zhirong Yang, Yuwei Chen, Denis Sedov, Samuel Kaski, Jukka Corander

Neighbor Embedding (NE) aims to preserve pairwise similarities between data items and has been shown to yield an effective principle for data visualization. However, even the best existing NE methods such as Stochastic Neighbor Embedding (SNE) may leave large-scale patterns hidden, for example clusters, despite strong signals being present in the data. To address this, we propose a new cluster visualization method based on the Neighbor Embedding principle. We first present a family of Neighbor Embedding methods that generalizes SNE by using non-normalized Kullback-Leibler divergence with a scale parameter. In this family, much better cluster visualizations often appear with a parameter value different from the one corresponding to SNE. We also develop an efficient software that employs asynchronous stochastic block coordinate descent to optimize the new family of objective functions. Our experimental results demonstrate that the method consistently and substantially improves the visualization of data clusters compared with the state-of-the-art NE approaches.

📄 PDF Abstract BibTeX arXiv:2108.08003

Code (1)

rozyangno/sce 공식 구현

Tasks

Data Visualization

Similar Papers 제목 키워드 기반

Perfect Clustering for Stochastic Blockmodel Graphs via Adjacency Spectral Embedding

2013-10-02 · Vince Lyzinski, Daniel Sussman, Minh Tang, Avanti Athreya 외

Vertex clustering in a stochastic blockmodel graph has wide applicability and has been the subject of extensive research. In thispaper, we provide a short proof that the adjacency spectral embedding can be used to obtain…

Clustering

Stochastic Neighbor Embedding separates well-separated clusters

2017-02-09 · Uri Shaham, Stefan Steinerberger

Stochastic Neighbor Embedding and its variants are widely used dimensionality reduction techniques -- despite their popularity, no theoretical results are known. We prove that the optimal SNE embedding of well-separated …

Dimensionality Reduction

ClusterEA: Scalable Entity Alignment with Stochastic Training and Normalized Mini-batch Similarities

2022-05-20 · Yunjun Gao, Xiaoze Liu, Junyang Wu, Tianyi Li 외

Entity alignment (EA) aims at finding equivalent entities in different knowledge graphs (KGs). Embedding-based approaches have dominated the EA task in recent years. Those methods face problems that come from the geometr…

Entity AlignmentEntity EmbeddingsKnowledge Graphs

Supervised Stochastic Neighbor Embedding Using Contrastive Learning

2023-09-15 · Yi Zhang

Stochastic neighbor embedding (SNE) methods $t$-SNE, UMAP are two most popular dimensionality reduction methods for data visualization. Contrastive learning, especially self-supervised contrastive learning (SSCL), has sh…

Contrastive LearningData VisualizationDimensionality Reduction

Scaling Graph Clustering with Distributed Sketches

2020-07-24 · Benjamin W. Priest, Alec Dunton, Geoffrey Sanders

The unsupervised learning of community structure, in particular the partitioning vertices into clusters or communities, is a canonical and well-studied problem in exploratory graph analysis. However, like most graph anal…

ClusteringGraph ClusteringStochastic Block Model