paper-with-me

홈 › Papers

Spectral Clustering with Imbalanced Data

2013-09-09 · Jing Qian, Venkatesh Saligrama

Spectral clustering is sensitive to how graphs are constructed from data particularly when proximal and imbalanced clusters are present. We show that Ratio-Cut (RCut) or normalized cut (NCut) objectives are not tailored to imbalanced data since they tend to emphasize cut sizes over cut values. We propose a graph partitioning problem that seeks minimum cut partitions under minimum size constraints on partitions to deal with imbalanced data. Our approach parameterizes a family of graphs, by adaptively modulating node degrees on a fixed node set, to yield a set of parameter dependent cuts reflecting varying levels of imbalance. The solution to our problem is then obtained by optimizing over these parameters. We present rigorous limit cut analysis results to justify our approach. We demonstrate the superiority of our method through unsupervised and semi-supervised experiments on synthetic and real data sets.

📄 PDF Abstract BibTeX arXiv:1309.2303

Code (0)

등록된 구현이 없습니다.

Tasks

Clusteringgraph partitioning

Similar Papers 제목 키워드 기반

Clustering and Community Detection with Imbalanced Clusters

2016-08-26 · Cem Aksoylar, Jing Qian, Venkatesh Saligrama

Spectral clustering methods which are frequently used in clustering and community detection applications are sensitive to the specific graph constructions particularly when imbalanced clusters are present. We show that r…

ClusteringCommunity Detectiongraph partitioning

A Linkage-based Doubly Imbalanced Graph Learning Framework for Face Clustering

2021-07-06 · Huafeng Yang, Qijie Shen, Xingjian Chen, Fangyi Zhang 외

In recent years, benefiting from the expressive power of Graph Convolutional Networks (GCNs), significant breakthroughs have been made in face clustering area. However, rare attention has been paid to GCN-based clusterin…

ClusteringFace ClusteringGraph Learningimage-classification+1

A Spectral-Spatial-Dependent Global Learning Framework for Insufficient and Imbalanced Hyperspectral Image Classification

2021-05-29 · Qiqi Zhu, Weihuan Deng, Zhuo Zheng, Yanfei Zhong 외

Deep learning techniques have been widely applied to hyperspectral image (HSI) classification and have achieved great success. However, the deep neural network model has a large parameter space and requires a large numbe…

ClassificationHyperspectral Image Classificationimage-classificationImage Classification

Scalable Exemplar-based Subspace Clustering on Class-Imbalanced Data

2018-09-01 · ECCV 2018 9 · Chong You, Chi Li, Daniel P. Robinson, Rene Vidal

Subspace clustering methods based on expressing each data point as a linear combination of a few other data points (e.g., sparse subspace clustering) have become a popular tool for unsupervised learning due to their empi…

Clusteringimage-classificationImage Classification

RDEC: Integrating Regularization into Deep Embedded Clustering for Imbalanced Datasets

2018-12-06 · Yaling Tao, Kentaro Takagi, Kouta Nakata

Clustering is a fundamental machine learning task and can be used in many applications. With the development of deep neural networks (DNNs), combining techniques from DNNs with clustering has become a new research direct…

Clustering