中文
相关论文

相关论文: Computing $\vec{\mathcal{S}}$-DAGs and Parity Game…

200 篇论文

Structural parameters of graphs, such as treewidth, play a central role in the study of the parameterized complexity of graph problems. Motivated by the study of parametrized algorithms on phylogenetic networks, scanwidth was introduced…

计算复杂性 · 计算机科学 2026-02-09 Jannik Schestag , Norbert Zeh

The study of structural graph width parameters like tree-width, clique-width and rank-width has been ongoing during the last five decades, and their algorithmic use has also been increasing [Cygan et al., 2015]. New width parameters…

数据结构与算法 · 计算机科学 2025-01-23 Flavia Bonomo-Braberman , Eric Brandwein , Carolina Lucía González , Agustín Sansone

The metric dimension has been introduced independently by Harary, Melter and Slater in 1975 to identify vertices of a graph G using its distances to a subset of vertices of G. A resolving set X of a graph G is a subset of vertices such…

数据结构与算法 · 计算机科学 2023-03-21 Nicolas Bousquet , Quentin Deschamps , Aline Parreau

We develop a framework for applying treewidth-based dynamic programming on graphs with "hybrid structure", i.e., with parts that may not have small treewidth but instead possess other structural properties. Informally, this is achieved by…

数据结构与算法 · 计算机科学 2019-08-28 Eduard Eiben , Robert Ganian , Thekla Hamm , O-joung Kwon

Research on the similarity of a graph to being a tree - called the treewidth of the graph - has seen an enormous rise within the last decade, but a practically fast algorithm for this task has been discovered only recently by Tamaki (ESA…

数据结构与算法 · 计算机科学 2019-05-06 Max Bannach , Sebastian Berndt

The computation of the winning set for parity objectives and for Streett objectives in graphs as well as in game graphs are central problems in computer-aided verification, with application to the verification of closed systems with strong…

数据结构与算法 · 计算机科学 2019-03-14 Krishnendu Chatterjee , Monika Henzinger , Veronika Loitzenbauer

We show that the eccentricities, diameter, radius, and Wiener index of an undirected $n$-vertex graph with nonnegative edge lengths can be computed in time $O(n\cdot \binom{k+\lceil\log n\rceil}{k} \cdot 2^k k^2 \log n)$, where $k$ is the…

数据结构与算法 · 计算机科学 2018-05-21 Karl Bringmann , Thore Husfeldt , Måns Magnusson

We give an algorithm that takes as input an $n$-vertex graph $G$ and an integer $k$, runs in time $2^{O(k^2)} n^{O(1)}$, and outputs a tree decomposition of $G$ of width at most $k$, if such a decomposition exists. This resolves the…

数据结构与算法 · 计算机科学 2023-08-21 Tuukka Korhonen , Daniel Lokshtanov

The Metric Dimension problem asks for a minimum-sized resolving set in a given (unweighted, undirected) graph $G$. Here, a set $S \subseteq V(G)$ is resolving if no two distinct vertices of $G$ have the same distance vector to $S$. The…

数据结构与算法 · 计算机科学 2021-02-22 Shaohua Li , Marcin Pilipczuk

We prove that the (divisorial) gonality of a finite connected graph is lower bounded by its treewidth. We show that equality holds for grid graphs and complete multipartite graphs. We prove that the treewidth lower bound also holds for…

组合数学 · 数学 2022-01-04 Josse van Dobben de Bruyn , Dion Gijswijt

Learning graphical structures based on Directed Acyclic Graphs (DAGs) is a challenging problem, partly owing to the large search space of possible graphs. A recent line of work formulates the structure learning problem as a continuous…

机器学习 · 计算机科学 2021-01-12 Ignavier Ng , AmirEmad Ghassami , Kun Zhang

For a graph $G$, let $\Pi(G)$ denote the set of all potential maximal cliques of $G$. For each subset $\Pi$ of $\Pi(G)$, let $\tw(G, \Pi)$ denote the smallest $k$ such that there is a tree-decomposition of $G$ of width $k$ whose bags all…

数据结构与算法 · 计算机科学 2019-10-25 Hisao Tamaki

Mainly motivated by the problem of modelling directional dependence relationships for multivariate count data in high-dimensional settings, we present a new algorithm, called learnDAG, for learning the structure of directed acyclic graphs…

统计方法学 · 统计学 2024-06-10 Thi Kim Hue Nguyen , Monica Chiogna , Davide Risso

We introduce the concept of a \emph{cycle pattern} for directed graphs as functions from the set of cycles to the set $\{-,0,+\}$. The key example for such a pattern is derived from a weight function, giving rise to the sign of the total…

计算机科学与博弈论 · 计算机科学 2025-03-25 Georg Loho , Matthew Maat , Mateusz Skomra

A directed acyclic graph (DAG) is the most common graphical model for representing causal relationships among a set of variables. When restricted to using only observational data, the structure of the ground truth DAG is identifiable only…

数据结构与算法 · 计算机科学 2018-09-12 AmirEmad Ghassami , Saber Salehkaleybar , Negar Kiyavash , Kun Zhang

Greedy algorithms have long been a workhorse for learning graphical models, and more broadly for learning statistical models with sparse structure. In the context of learning directed acyclic graphs, greedy algorithms are popular despite…

机器学习 · 计算机科学 2021-11-01 Goutham Rajendran , Bohdan Kivva , Ming Gao , Bryon Aragam

Recently directed acyclic graph (DAG) structure learning is formulated as a constrained continuous optimization problem with continuous acyclicity constraints and was solved iteratively through subproblem optimization. To further improve…

机器学习 · 计算机科学 2021-06-15 Yue Yu , Tian Gao , Naiyu Yin , Qiang Ji

It is well known that the treewidth of a graph $G$ corresponds to the node search number where a team of cops is pursuing a robber that is lazy, visible and has the ability to move at infinite speed via unguarded path. In recent papers,…

数据结构与算法 · 计算机科学 2021-01-28 Guillaume Mescoff , Christophe Paul , Dimitrios Thilikos

The twin-width of a graph measures its distance to co-graphs and generalizes classical width concepts such as tree-width or rank-width. Since its introduction in 2020 (Bonnet et. al. 2020), a mass of new results has appeared relating twin…

组合数学 · 数学 2024-11-21 Irene Heinrich , Simon Raßmann

We propose a novel score-based approach to learning a directed acyclic graph (DAG) from observational data. We adapt a recently proposed continuous constrained optimization formulation to allow for nonlinear relationships between variables…

机器学习 · 计算机科学 2020-02-19 Sébastien Lachapelle , Philippe Brouillard , Tristan Deleu , Simon Lacoste-Julien