paper-with-me

홈 › Papers

Clustering Plotted Data by Image Segmentation

2021-10-06 · CVPR 2022 1 · Tarek Naous, Srinjay Sarkar, Abubakar Abid, James Zou

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 other clustering methods on synthetic data to illustrate its advantages and disadvantages. We then demonstrate how our approach can be extended to higher dimensional data and illustrate its performance on real-world data. The implementation of Visual Clustering is publicly available and can be applied to any dataset in a few lines of code.

📄 PDF Abstract BibTeX arXiv:2110.05187

Code (1)

tareknaous/visual-clustering 공식 구현 tf

Tasks

ClusteringImage SegmentationInstance SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Comparative Analysis of Clustering Techniques for Personalized Food Kit Distribution

2022-12-30 · Jude Francis, Rowan K Baby, Jacob Abraham, Ajmal P. S

The Government of Kerala had increased the frequency of supply of free food kits owing to the pandemic, however, these items were static and not indicative of the personal preferences of the consumers. This paper conduct…

Clustering

Multi-Candidate Word Segmentation using Bi-directional LSTM Neural Networks

2018-05-07 · Theerapat Lapjaturapit, Kobkrit Viriyayudhakom, Thanaruk Theeramunkong

Most existing word segmentation methods output one single segmentation solution. This paper provides an analysis of word segmentation performance when more than one solutions are taken into account. Towards this investig…

SegmentationThai Word Segmentation

Clustering Approach Towards Image Segmentation: An Analytical Study

2014-07-30 · Dibya Jyoti Bora, Anil Kumar Gupta

Image processing is an important research area in computer vision. Image segmentation plays the vital rule in image processing research. There exist so many methods for image segmentation. Clustering is an unsupervised s…

ClusteringImage SegmentationSegmentationSemantic Segmentation

Y-net: Biomedical Image Segmentation and Clustering

2020-04-12 · Sharmin Pathan, Anant Tripathi

We propose a deep clustering architecture alongside image segmentation for medical image analysis. The main idea is based on unsupervised learning to cluster images on severity of the disease in the subject's sample, and…

ClusteringDeep ClusteringImage SegmentationMedical Image Analysis+3

HCFormer: Unified Image Segmentation with Hierarchical Clustering

2022-05-20 · Teppei Suzuki

Hierarchical clustering is an effective and efficient approach widely used for classical image segmentation methods. However, many existing methods using neural networks generate segmentation masks directly from per-pixe…

ClusteringImage SegmentationInstance SegmentationPanoptic Segmentation+2