Clustering Plotted Data by Image Segmentation
Tarek Naous, Srinjay Sarkar, Abubakar Abid, James Zou

TL;DR
This paper introduces Visual Clustering, a neural network-based method inspired by human visual intuition, which clusters 2D plotted data efficiently, without hyperparameters, and extends to higher dimensions with promising results.
Contribution
The paper presents a novel, hyperparameter-free clustering approach using neural networks for instance segmentation, outperforming traditional methods in speed and intuitiveness.
Findings
Faster than traditional clustering algorithms on large datasets
Strong alignment with human clustering intuition
Effective extension to higher-dimensional data
Abstract
Clustering algorithms are one of the main analytical methods to detect patterns in unlabeled data. Existing clustering methods typically treat samples in a dataset as points in a metric space and compute distances to group together similar points. In this paper, we present a wholly different way of clustering points in 2-dimensional space, inspired by how humans cluster data: by training neural networks to perform instance segmentation on plotted data. Our approach, Visual Clustering, has several advantages over traditional clustering algorithms: it is much faster than most existing clustering algorithms (making it suitable for very large datasets), it agrees strongly with human intuition for clusters, and it is by default hyperparameter free (although additional steps with hyperparameters can be introduced for more control of the algorithm). We describe the method and compare it to ten…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Clustering Algorithms Research · Image Retrieval and Classification Techniques · Advanced Image and Video Retrieval Techniques
