paper-with-me

Papers

Temporal Ordered Clustering in Dynamic Networks: Unsupervised and Semi-supervised Learning Algorithms

2019-05-02 · Krzysztof Turowski, Jithin K. Sreedharan, Wojciech Szpankowski

In temporal ordered clustering, given a single snapshot of a dynamic network in which nodes arrive at distinct time instants, we aim at partitioning its nodes into $K$ ordered clusters $\mathcal{C}_1 \prec \cdots \prec \mathcal{C}_K$ such that for $i<j$, nodes in cluster $\mathcal{C}_i$ arrived before nodes in cluster $\mathcal{C}_j$, with $K$ being a data-driven parameter and not known upfront. Such a problem is of considerable significance in many applications ranging from tracking the expansion of fake news to mapping the spread of information. We first formulate our problem for a general dynamic graph, and propose an integer programming framework that finds the optimal clustering, represented as a strict partial order set, achieving the best precision (i.e., fraction of successfully ordered node pairs) for a fixed density (i.e., fraction of comparable node pairs). We then develop a sequential importance procedure and design unsupervised and semi-supervised algorithms to find temporal ordered clusters that efficiently approximate the optimal solution. To illustrate the techniques, we apply our methods to the vertex copying (duplication-divergence) model which exhibits some edge-case challenges in inferring the clusters as compared to other network models. Finally, we validate the performance of the proposed algorithms on synthetic and real-world networks.

📄 PDF Abstract BibTeX arXiv:1905.00672

Code (1)

krzysztof-turowski/duplication-divergence 공식 구현

Tasks

Clustering

Similar Papers 제목 키워드 기반

Multiple Instance Learning with the Optimal Sub-Pattern Assignment Metric

2017-03-27 · Quang N. Tran, Ba-Ngu Vo, Dinh Phung, Ba-Tuong Vo 외

Multiple instance data are sets or multi-sets of unordered elements. Using metrics or distances for sets, we propose an approach to several multiple instance learning tasks, such as clustering (unsupervised learning), cl…

ClusteringGeneral ClassificationMultiple Instance LearningNovelty Detection

Semi-supervised Clustering of Medical Text

2016-12-01 · WS 2016 12 · Pracheta Sahoo, Asif Ekbal, Sriparna Saha, Diego Moll{\'a} 외

Semi-supervised clustering is an attractive alternative for traditional (unsupervised) clustering in targeted applications. By using the information of a small annotated dataset, semi-supervised clustering can produce cl…

Clustering

Time-lagged Ordered Lasso for network inference

2018-12-10

Accurate gene regulatory networks can be used to explain the emergence of different phenotypes, disease mechanisms, and other biological functions. Many methods have been proposed to infer networks from gene expression d…

regression

Spatiotemporal Classification with limited labels using Constrained Clustering for large datasets

2022-10-14 · Praveen Ravirathinam, Rahul Ghosh, Ke Wang, Keyang Xuan 외

Creating separable representations via representation learning and clustering is critical in analyzing large unstructured datasets with only a few labels. Separable representations can lead to supervised models with bett…

ClusteringConstrained ClusteringRepresentation Learning

RUAD: unsupervised anomaly detection in HPC systems

2022-08-28 · Martin Molan, Andrea Borghesi, Daniele Cesarini, Luca Benini 외

The increasing complexity of modern high-performance computing (HPC) systems necessitates the introduction of automated and data-driven methodologies to support system administrators' effort toward increasing the system'…

Anomaly DetectionClusteringUnsupervised Anomaly Detection