paper-with-me

홈 › Papers

Attention-Based Clustering: Learning a Kernel from Context

2020-10-02 · Samuel Coward, Erik Visse-Martindale, Chithrupa Ramesh

In machine learning, no data point stands alone. We believe that context is an underappreciated concept in many machine learning methods. We propose Attention-Based Clustering (ABC), a neural architecture based on the attention mechanism, which is designed to learn latent representations that adapt to context within an input set, and which is inherently agnostic to input sizes and number of clusters. By learning a similarity kernel, our method directly combines with any out-of-the-box kernel-based clustering approach. We present competitive results for clustering Omniglot characters and include analytical evidence of the effectiveness of an attention-based approach for clustering.

📄 PDF Abstract BibTeX arXiv:2010.01040

Code (1)

DramaCow/ABC 공식 구현 pytorch

Tasks

BIG-bench Machine LearningClustering

Similar Papers 제목 키워드 기반

On Robustness of Kernel Clustering

2016-06-06 · NeurIPS 2016 12 · Bowei Yan, Purnamrita Sarkar

Clustering is one of the most important unsupervised problems in machine learning and statistics. Among many existing algorithms, kernel k-means has drawn much research attention due to its ability to find non-linear clu…

Clustering

Robust Multiple Kernel k-means Clustering using Min-Max Optimization

2018-03-06 · Seojin Bang, Yao-Liang Yu, Wei Wu

Multiple kernel learning is a type of multiview learning that combines different data modalities by capturing view-specific patterns using kernels. Although supervised multiple kernel learning has been extensively studie…

ClusteringDisease PredictionMultiview Learning

Recovery Guarantees for Kernel-based Clustering under Non-parametric Mixture Models

2021-10-18 · Leena Chennuru Vankadara, Sebastian Bordt, Ulrike Von Luxburg, Debarghya Ghoshdastidar

Despite the ubiquity of kernel-based clustering, surprisingly few statistical guarantees exist beyond settings that consider strong structural assumptions on the data generation process. In this work, we take a step towa…

Clustering

Multi-view Clustering via Unified Multi-kernel Learning and Matrix Factorization

2024-12-12 · Chenxing Jia, Mingjie Cai, Hamido Fujita

Multi-view clustering has become increasingly important due to the multi-source character of real-world data. Among existing multi-view clustering methods, multi-kernel clustering and matrix factorization-based multi-vie…

Clustering

Hybrid Random Features

2021-10-08 · ICLR 2022 4 · Krzysztof Choromanski, Haoxian Chen, Han Lin, Yuanzhe Ma 외

We propose a new class of random feature methods for linearizing softmax and Gaussian kernels called hybrid random features (HRFs) that automatically adapt the quality of kernel estimation to provide most accurate approx…

Benchmarking