paper-with-me

홈 › Papers

Discovering Bands from Graphs

2019-04-09 · Nikolaj Tatti

Discovering the underlying structure of a given graph is one of the fundamental goals in graph mining. Given a graph, we can often order vertices in a way that neighboring vertices have a higher probability of being connected to each other. This implies that the edges form a band around the diagonal in the adjacency matrix. Such structure may rise for example if the graph was created over time: each vertex had an active time interval during which the vertex was connected with other active vertices. The goal of this paper is to model this phenomenon. To this end, we formulate an optimization problem: given a graph and an integer $K$, we want to order graph vertices and partition the ordered adjacency matrix into $K$ bands such that bands closer to the diagonal are more dense. We measure the goodness of a segmentation using the log-likelihood of a log-linear model, a flexible family of distributions containing many standard distributions. We divide the problem into two subproblems: finding the order and finding the bands. We show that discovering bands can be done in polynomial time with isotonic regression, and we also introduce a heuristic iterative approach. For discovering the order we use Fiedler order accompanied with a simple combinatorial refinement. We demonstrate empirically that our heuristic works well in practice.

📄 PDF Abstract BibTeX arXiv:1904.04403

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Mining

Similar Papers 제목 키워드 기반

Approximation algorithms for confidence bands for time series

2021-12-12 · Nikolaj Tatti

Confidence intervals are a standard technique for analyzing data. When applied to time series, confidence intervals are computed for each time point separately. Alternatively, we can compute confidence bands, where we ar…

Time SeriesTime Series Analysis

Evaluating structure learning algorithms with a balanced scoring function

2019-05-29 · Anthony C. Constantinou

Several structure learning algorithms have been proposed towards discovering causal or Bayesian Network (BN) graphs. The validity of these algorithms tends to be evaluated by assessing the relationship between the learnt…

Discovering Locally Maximal Bipartite Subgraphs

2022-11-18 · Dominik Dürrschnabel, Tom Hanika, Gerd Stumme

Induced bipartite subgraphs of maximal vertex cardinality are an essential concept for the analysis of graphs. Yet, discovering them in large graphs is known to be computationally hard. Therefore, we consider in this wor…

Many Circuits, One Mechanism: Input Variation and Evaluation Granularity in Circuit Discovery

2026-06-04 · Alireza Bayat Makou, Jingcheng Niu, Subhabrata Dutta, Iryna Gurevych arxiv

Circuit discovery methods identify subgraphs that explain specific model behaviors, and structural differences between discovered circuits are commonly interpreted as evidence of distinct mechanisms. We test this assumpt…

UrbanDS: A Graph-Guided LLM Multi-Agent System for Data-Intensive Urban Tasks

2026-07-29 · Zhilun Zhou, Jianghao Yu, Yuming Lin, yongjun yang 외 arxiv

Large language model (LLM) agents have been widely applied in automating data science tasks. However, existing methods typically rely on a limited set of provided datasets, and they face challenges in data-intensive scen…