paper-with-me

홈 › Papers

Classification Using Proximity Catch Digraphs (Technical Report)

2017-05-22 · Artür Manukyan, Elvan Ceyhan

We employ random geometric digraphs to construct semi-parametric classifiers. These data-random digraphs are from parametrized random digraph families called proximity catch digraphs (PCDs). A related geometric digraph family, class cover catch digraph (CCCD), has been used to solve the class cover problem by using its approximate minimum dominating set. CCCDs showed relatively good performance in the classification of imbalanced data sets, and although CCCDs have a convenient construction in $\mathbb{R}^d$, finding minimum dominating sets is NP-hard and its probabilistic behaviour is not mathematically tractable except for $d=1$. On the other hand, a particular family of PCDs, called \emph{proportional-edge} PCDs (PE-PCDs), has mathematical tractable minimum dominating sets in $\mathbb{R}^d$; however their construction in higher dimensions may be computationally demanding. More specifically, we show that the classifiers based on PE-PCDs are prototype-based classifiers such that the exact minimum number of prototypes (equivalent to minimum dominating sets) are found in polynomial time on the number of observations. We construct two types of classifiers based on PE-PCDs. One is a family of hybrid classifiers depend on the location of the points of the training data set, and another type is a family of classifiers solely based on class covers. We assess the classification performance of our PE-PCD based classifiers by extensive Monte Carlo simulations, and compare them with that of other commonly used classifiers. We also show that, similar to CCCD classifiers, our classifiers are relatively better in classification in the presence of class imbalance.

📄 PDF Abstract BibTeX arXiv:1705.07600

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classification

Similar Papers 제목 키워드 기반

Parameter Free Clustering with Cluster Catch Digraphs (Technical Report)

2019-12-26 · Artür Manukyan, Elvan Ceyhan

We propose clustering algorithms based on a recently developed geometric digraph family called cluster catch digraphs (CCDs). These digraphs are used to devise clustering methods that are hybrids of density-based and gra…

Clustering

Cluster Catch Digraphs with the Nearest Neighbor Distance

2025-01-09 · Rui Shi, Nedret Billor, Elvan Ceyhan

We introduce a new method for clustering based on Cluster Catch Digraphs (CCDs). The new method addresses the limitations of RK-CCDs by employing a new variant of spatial randomness test that employs the nearest neighbor…

Clustering

Outlier Detection with Cluster Catch Digraphs

2024-09-17 · Rui Shi, Nedret Billor, Elvan Ceyhan

This paper introduces a novel family of outlier detection algorithms based on Cluster Catch Digraphs (CCDs), specifically tailored to address the challenges of high dimensionality and varying cluster shapes, which deteri…

ClusteringOutlier Detection

Outlyingness Scores with Cluster Catch Digraphs

2025-01-09 · Rui Shi, Nedret Billor, Elvan Ceyhan

This paper introduces two novel, outlyingness scores (OSs) based on Cluster Catch Digraphs (CCDs): Outbound Outlyingness Score (OOS) and Inbound Outlyingness Score (IOS). These scores enhance the interpretability of outl…

Outlier Detection

Digraph Inception Convolutional Networks

2020-12-01 · NeurIPS 2020 12 · Zekun Tong, Yuxuan Liang, Changsheng Sun, Xinke Li 외

Graph Convolutional Networks (GCNs) have shown promising results in modeling graph-structured data. However, they have difficulty with processing digraphs because of two reasons: 1) transforming directed to undirected gr…