中文
相关论文

相关论文: Hypergraph Cuts with Edge-Dependent Vertex Weights

200 篇论文

We study p-Laplacians and spectral clustering for a recently proposed hypergraph model that incorporates edge-dependent vertex weights (EDVW). These weights can reflect different importance of vertices within a hyperedge, thus conferring…

机器学习 · 计算机科学 2023-02-17 Yu Zhu , Santiago Segarra

The minimum $s$-$t$ cut problem in graphs is one of the most fundamental problems in combinatorial optimization, and graph cuts underlie algorithms throughout discrete mathematics, theoretical computer science, operations research, and data…

数据结构与算法 · 计算机科学 2020-01-10 Nate Veldt , Austin R. Benson , Jon Kleinberg

We propose a novel method to co-cluster the vertices and hyperedges of hypergraphs with edge-dependent vertex weights (EDVWs). In this hypergraph model, the contribution of every vertex to each of its incident hyperedges is represented…

数据结构与算法 · 计算机科学 2021-02-23 Yu Zhu , Boning Li , Santiago Segarra

In recent years, hypergraph generalizations of many graph cut problems have been introduced and analyzed as a way to better explore and understand complex systems and datasets characterized by multiway relationships. Recent work has made…

数据结构与算法 · 计算机科学 2021-07-05 Austin R. Benson , Jon Kleinberg , Nate Veldt

Hypergraphs naturally arise when studying group relations and have been widely used in the field of machine learning. To the best of our knowledge, the recently proposed edge-dependent vertex weights (EDVW) modeling is one of the most…

社会与信息网络 · 计算机科学 2026-02-24 Zihao Li , Dongqi Fu , Hengyu Liu , Jingrui He

In hypergraphs, an edge that crosses a cut (i.e., a bipartition of nodes) can be split in several ways, depending on how many nodes are placed on each side of the cut. A cardinality-based splitting function assigns a nonnegative cost of…

计算复杂性 · 计算机科学 2025-04-08 Florian Adriaens , Vedangi Bengali , Iiro Kumpulainen , Nikolaj Tatti , Nate Veldt

We introduce a variant of the multiway cut that we call the min-max connected multiway cut. Given a graph $G=(V,E)$ and a set $\Gamma\subseteq V$ of $t$ terminals, partition $V$ into $t$ parts such that each part is connected and contains…

数据结构与算法 · 计算机科学 2026-05-05 Hans Raj Tiwary , Petr Kolman

A minimum $s$-$t$ cut in a hypergraph is a bipartition of vertices that separates two nodes $s$ and $t$ while minimizing a hypergraph cut function. The cardinality-based hypergraph cut function assigns a cut penalty to each hyperedge based…

数据结构与算法 · 计算机科学 2024-09-25 Vedangi Bengali , Nate Veldt

In cut sparsification, all cuts of a hypergraph $H=(V,E,w)$ are approximated within $1\pm\epsilon$ factor by a small hypergraph $H'$. This widely applied method was generalized recently to a setting where the cost of cutting each hyperedge…

数据结构与算法 · 计算机科学 2024-02-20 Yotam Kenneth , Robert Krauthgamer

Motivated by hypergraph decomposition algorithms, we introduce the notion of edge-induced vertex-cuts and compare it with the well-known notions of edge-cuts and vertex-cuts. We investigate the complexity of computing minimum edge-induced…

离散数学 · 计算机科学 2007-05-23 Marko Samer , Stefan Szeider

Hypergraphs have gained increasing attention in the machine learning community lately due to their superiority over graphs in capturing super-dyadic interactions among entities. In this work, we propose a novel approach for the partitioning…

机器学习 · 计算机科学 2020-11-17 Deepak Maurya , Balaraman Ravindran

The splitting-off operation in undirected graphs is a fundamental reduction operation that detaches all edges incident to a given vertex and adds new edges between the neighbors of that vertex while preserving their degrees. Lov\'asz (1974)…

数据结构与算法 · 计算机科学 2024-02-19 Kristóf Bérczi , Karthekeyan Chandrasekaran , Tamás Király , Shubhang Kulkarni

The hypergraph minimum cut problem aims to partition its vertices into two blocks while minimizing the total weight of the cut hyperedges. This fundamental problem arises in network reliability, VLSI design, and community detection. We…

数据结构与算法 · 计算机科学 2025-05-01 Adil Chhabra , Christian Schulz , Bora Uçar , Loris Wilwert

The subgraph-centric programming model is a promising approach and has been applied in many state-of-the-art distributed graph computing frameworks. However, traditional graph partition algorithms have significant difficulties in processing…

分布式、并行与集群计算 · 计算机科学 2021-07-08 Shuai Zhang , Zite Jiang , Xingzhong Hou , Zhen Guan , Mengting Yuan , Haihang You

We prove essentially tight lower bounds, conditionally to the Exponential Time Hypothesis, for two fundamental but seemingly very different cutting problems on surface-embedded graphs: the Shortest Cut Graph problem and the Multiway Cut…

计算复杂性 · 计算机科学 2021-02-18 Vincent Cohen-Addad , Éric Colin de Verdière , Daniel Marx , Arnaud de Mesmay

In the problem (Unweighted) Max-Cut we are given a graph $G = (V,E)$ and asked for a set $S \subseteq V$ such that the number of edges from $S$ to $V \setminus S$ is maximal. In this paper we consider an even harder problem: (Weighted)…

数据结构与算法 · 计算机科学 2022-10-14 Hauke Brinkop , Klaus Jansen

We introduce and study Weighted Min $(s,t)$-Cut Prevention, where we are given a graph $G=(V,E)$ with vertices $s$ and $t$ and an edge cost function and the aim is to choose an edge set $D$ of total cost at most $d$ such that $G$ has no…

数据结构与算法 · 计算机科学 2021-07-12 Niels Grüttemeier , Christian Komusiewicz , Nils Morawietz , Frank Sommer

We consider a the minimum k-way cut problem for unweighted graphs with a size bound s on the number of cut edges allowed. Thus we seek to remove as few edges as possible so as to split a graph into k components, or report that this requires…

离散数学 · 计算机科学 2011-01-27 Ken-ichi Kawarabayashi , Mikkel Thorup

Hyperspectral image (HSI) classification is a topic of active research. One of the main challenges of HSI classification is the lack of reliable labelled samples. Various semi-supervised and unsupervised classification methods are proposed…

计算机视觉与模式识别 · 计算机科学 2022-06-15 Rohan Agarwal , Aman Aziz , Aditya Suraj Krishnan , Aditya Challa , Sravan Danda

Many load balancing problems that arise in scientific computing applications ask to partition a graph with weights on the vertices and costs on the edges into a given number of almost equally-weighted parts such that the maximum boundary…

数据结构与算法 · 计算机科学 2007-05-23 David Steurer
‹ 上一页 1 2 3 10 下一页 ›