中文
相关论文

相关论文: Hamilton-Jacobi equations on graphs with applicati…

200 篇论文

Approximating the graph diameter is a basic task of both theoretical and practical interest. A simple folklore algorithm can output a 2-approximation to the diameter in linear time by running BFS from an arbitrary vertex. It has been open…

计算复杂性 · 计算机科学 2021-11-16 Mina Dalirrooyfard , Ray Li , Virginia Vassilevska Williams

Learning the graph underlying a networked system from nodal signals is crucial to downstream tasks in graph signal processing and machine learning. The presence of hidden nodes whose signals are not observable might corrupt the estimated…

机器学习 · 计算机科学 2025-09-19 Hoang-Son Nguyen , Hoi-To Wai

For many important network types (e.g., sensor networks in complex harsh environments and social networks) physical coordinate systems (e.g., Cartesian), and physical distances (e.g., Euclidean), are either difficult to discern or…

社会与信息网络 · 计算机科学 2023-12-05 Anura P. Jayasumana , Randy Paffenroth , Gunjan Mahindre , Sridhar Ramasamy , Kelum Gajamannage

Using the theory of $L^p$-graphons (Borgs et al, 2014), we derive and rigorously justify the continuum limit for systems of differential equations on sparse random graphs. Specifically, we show that the solutions of the initial value…

动力系统 · 数学 2017-05-16 Dmitry Kaliuzhnyi-Verbovetskyi , Georgi S. Medvedev

The radius and diameter are fundamental graph parameters. They are defined as the minimum and maximum of the eccentricities in a graph, respectively, where the eccentricity of a vertex is the largest distance from the vertex to another…

数据结构与算法 · 计算机科学 2015-06-08 Amir Abboud , Virginia Vassilevska Williams , Joshua Wang

In graph signal processing, data samples are associated to vertices on a graph, while edge weights represent similarities between those samples. We propose a convex optimization problem to learn sparse well connected graphs from data. We…

信号处理 · 电气工程与系统科学 2020-04-21 Eduardo Pavez , Antonio Ortega

Let $p$ be a real number greater than one and let $G$ be a connected graph of bounded degree. In this paper we introduce the $p$-harmonic boundary of $G$. We use this boundary to characterize the graphs $G$ for which the constant functions…

泛函分析 · 数学 2010-09-20 Michael J. Puls

In this paper, we prove tight sufficient conditions for traceability and Hamiltonicity of connected graphs with given minimum degree, in terms of Wiener index and Harary index. We also prove some result on Hamiltonicity of balanced…

组合数学 · 数学 2017-01-30 Hongbo Hua , Bo Ning

We investigate the problem of reconstructing a set $P\subseteq \mathbb{R}$ of distinct points, where the only information available about $P$ consists of the distances between some of the pairs of points. More precisely, we examine which…

组合数学 · 数学 2025-02-24 Richard Montgomery , Rajko Nenadov , Julien Portier , Tibor Szabó

We present a simple, yet effective, approach to Semi-Supervised Learning. Our approach is based on estimating density-based distances (DBD) using a shortest path calculation on a graph. These Graph-DBD estimates can then be used in any…

机器学习 · 计算机科学 2012-02-20 Avleen S. Bijral , Nathan Ratliff , Nathan Srebro

We present a framework for approximating the metric TSP based on a novel use of matchings. Traditionally, matchings have been used to add edges in order to make a given graph Eulerian, whereas our approach also allows for the removal of…

数据结构与算法 · 计算机科学 2015-03-19 Tobias Mömke , Ola Svensson

We consider the homogenization of Hamilton-Jacobi equations and degenerate Bellman equations in stationary, ergodic, unbounded environments. We prove that, as the microscopic scale tends to zero, the equation averages to a deterministic…

偏微分方程分析 · 数学 2011-08-22 Scott N. Armstrong , Panagiotis E. Souganidis

We discuss an extension of the Hamilton-Jacobi theory to nonholonomic mechanics with a particular interest in its application to exactly integrating the equations of motion. We give an intrinsic proof of a nonholonomic analogue of the…

数学物理 · 物理学 2011-08-15 Tomoki Ohsawa , Anthony M. Bloch

We study graph orientations that minimize the entropy of the in-degree sequence. The problem of finding such an orientation is an interesting special case of the minimum entropy set cover problem previously studied by Halperin and Karp…

数据结构与算法 · 计算机科学 2008-10-28 Jean Cardinal , Samuel Fiorini , Gwenaël Joret

Graph coarsening is a technique for solving large-scale graph problems by working on a smaller version of the original graph, and possibly interpolating the results back to the original graph. It has a long history in scientific computing…

机器学习 · 计算机科学 2023-06-16 Yifan Chen , Rentian Yao , Yun Yang , Jie Chen

We present a \emph{deterministic exact algorithm} for the \emph{minimum $k$-cut problem} on simple graphs. Our approach combines the \emph{principal sequence of partitions (PSP)}, derived canonically from ideal loads, with a single level of…

数据结构与算法 · 计算机科学 2025-12-23 Mohit Daga

Algebraic data structures are the main subroutine for maintaining distances in fully dynamic graphs in subquadratic time. However, these dynamic algebraic algorithms generally cannot maintain the shortest paths, especially against adaptive…

数据结构与算法 · 计算机科学 2023-11-28 Anastasiia Alokhina , Jan van den Brand

In this thesis I propose an algorithm to heuristically calculate different distance measures on uncertain graphs (i.e. graphs where edges only exist with a certain probability) and apply this to the heuristic calculation of harmonic…

离散数学 · 计算机科学 2024-09-27 Daniel Ketels

In the decremental $(1+\epsilon)$-approximate Single-Source Shortest Path (SSSP) problem, we are given a graph $G=(V,E)$ with $n = |V|, m = |E|$, undergoing edge deletions, and a distinguished source $s \in V$, and we are asked to process…

数据结构与算法 · 计算机科学 2020-01-30 Maximilian Probst Gutenberg , Christian Wulff-Nilsen

In graph theory, the longest path problem is the problem of finding a simple path of maximum length in a given graph. For some small classes of graphs, the problem can be solved in polynomial time [2, 4], but it remains NP-hard on general…

数据结构与算法 · 计算机科学 2014-09-15 Lajos L. Pongrácz