中文
相关论文

相关论文: Generalized Metric Repair on Graphs

200 篇论文

Many modern data analysis algorithms either assume that or are considerably more efficient if the distances between the data points satisfy a metric. These algorithms include metric learning, clustering, and dimensionality reduction.…

数据结构与算法 · 计算机科学 2018-07-23 Anna C. Gilbert , Rishi Sonthalia

Many modern data-intensive computational problems either require, or benefit from distance or similarity data that adhere to a metric. The algorithms run faster or have better performance guarantees. Unfortunately, in real applications, the…

机器学习 · 统计学 2017-10-31 Anna C. Gilbert , Lalit Jain

Metric data plays an important role in various settings such as metric-based indexing, clustering, classification, and approximation algorithms in general. Due to measurement error, noise, or an inability to completely gather all the data,…

计算几何 · 计算机科学 2018-07-24 Chenglin Fan , Benjamin Raichel , Gregory Van Buskirk

In this work we provide a new technique to design fast approximation algorithms for graph problems where the points of the graph lie in a metric space. Specifically, we present a sampling approach for such metric graphs that, using a…

数据结构与算法 · 计算机科学 2018-07-26 Hossein Esfandiari , Michael Mitzenmacher

We study a large family of graph covering problems, whose definitions rely on distances, for graphs of bounded cyclomatic number (that is, the minimum number of edges that need to be removed from the graph to destroy all cycles). These…

离散数学 · 计算机科学 2025-09-03 Dibyayan Chakraborty , Florent Foucaud , Anni Hakanen

Error-tolerant graph matching gathers an important family of problems. These problems aim at finding correspondences between two graphs while integrating an error model. In the Graph Edit Distance (GED) problem, the insertion/deletion of…

离散数学 · 计算机科学 2021-04-19 Romain Raveaux

This paper introduces the \emph{$d$-distance matching problem}, in which we are given a bipartite graph $G=(S,T;E)$ with $S=\{s_1,\dots,s_n\}$, a weight function on the edges and an integer $d\in\mathbb Z_+$. The goal is to find a maximum…

组合数学 · 数学 2023-01-24 Péter Madarasi

The Max-Cut problem is a fundamental NP-hard problem, which is attracting attention in the field of quantum computation these days. Regarding the approximation algorithm of the Max-Cut problem, algorithms based on semidefinite programming…

数据结构与算法 · 计算机科学 2022-03-01 Eiichiro Sato

Graphs are used in almost every scientific discipline to express relations among a set of objects. Algorithms that compare graphs, and output a closeness score, or a correspondence among their nodes, are thus extremely important. Despite…

离散数学 · 计算机科学 2020-11-17 Sam Safavi , José Bento

One way to define the Matching Cut problem is: Given a graph $G$, is there an edge-cut $M$ of $G$ such that $M$ is an independent set in the line graph of $G$? We propose the more general Conflict-Free Cut problem: Together with the graph…

数据结构与算法 · 计算机科学 2023-11-03 Johannes Rauch , Dieter Rautenbach , Uéverton S. Souza

The problem of sparsifying a graph or a hypergraph while approximately preserving its cut structure has been extensively studied and has many applications. In a seminal work, Bencz\'ur and Karger (1996) showed that given any $n$-vertex…

数据结构与算法 · 计算机科学 2021-06-22 Yu Chen , Sanjeev Khanna , Ansh Nagda

General factors are a generalization of matchings. Given a graph $G$ with a set $\pi(v)$ of feasible degrees, called a degree constraint, for each vertex $v$ of $G$, the general factor problem is to find a (spanning) subgraph $F$ of $G$…

离散数学 · 计算机科学 2024-05-24 Shuai Shao , Stanislav Živný

An instance of the Connected Maximum Cut problem consists of an undirected graph G = (V, E) and the goal is to find a subset of vertices S $\subseteq$ V that maximizes the number of edges in the cut \delta(S) such that the induced graph…

数据结构与算法 · 计算机科学 2015-07-03 MohammadTaghi Hajiaghayi , Guy Kortsarz , Robert MacDavid , Manish Purohit , Kanthi Sarpatwar

The sparsest cut problem consists of identifying a small set of edges that breaks the graph into balanced sets of vertices. The normalized cut problem balances the total degree, instead of the size, of the resulting sets. Applications of…

社会与信息网络 · 计算机科学 2017-02-17 Arlei Silva , Ambuj Singh , Ananthram Swami

Removing overlaps is a central task in domains such as scheduling, visibility, and map labelling. This can be modelled using graphs, where overlap removals correspond to enforcing a certain sparsity constraint on the graph structure. We…

计算几何 · 计算机科学 2026-04-08 Nicolás Honorato-Droguett , Kazuhiro Kurita , Tesshu Hanaka , Hirotaka Ono , Alexander Wolff

The maximum independent set problem is one of the most important problems in graph algorithms and has been extensively studied in the line of research on the worst-case analysis of exact algorithms for NP-hard problems. In the weighted…

数据结构与算法 · 计算机科学 2021-08-31 Sen Huang , Mingyu Xiao , Xiaoyu Chen

This paper addresses the problem of sparse recovery with graph constraints in the sense that we can take additive measurements over nodes only if they induce a connected subgraph. We provide explicit measurement constructions for several…

信息论 · 计算机科学 2011-08-03 Meng Wang , Weiyu Xu , Enrique Mallada , Ao Tang

Network alignment generalizes and unifies several approaches for forming a matching or alignment between the vertices of two graphs. We study a mathematical programming framework for network alignment problem and a sparse variation of it…

最优化与控制 · 数学 2011-11-03 Mohsen Bayati , David F. Gleich , Amin Saberi , Ying Wang

For a graph $G$ spanning a metric space, the dilation of a pair of points is the ratio of their distance in the shortest path graph metric to their distance in the metric space. Given a graph $G$ and a budget $k$, a classic problem is to…

计算几何 · 计算机科学 2025-06-06 Sariel Har-Peled , Eliot W. Robson

Given a weighted graph $G$ and an error parameter $\epsilon > 0$, the {\em graph sparsification} problem requires sampling edges in $G$ and giving the sampled edges appropriate weights to obtain a sparse graph $G_{\epsilon}$ (containing…

数据结构与算法 · 计算机科学 2010-04-26 Ramesh Hariharan , Debmalya Panigrahi
‹ 上一页 1 2 3 10 下一页 ›