中文
相关论文

相关论文: Analysis of Kelner and Levin graph sparsification …

200 篇论文

Spectral algorithms are graph partitioning algorithms that partition a node set of a graph into groups by using a spectral embedding map. Clustering techniques based on the algorithms are referred to as spectral clustering and are widely…

机器学习 · 计算机科学 2021-09-08 Tomohiko Mizutani

We consider the problem of estimating the spectral density of the normalized adjacency matrix of an $n$-node undirected graph. We provide a randomized algorithm that, with $O(n\epsilon^{-2})$ queries to a degree and neighbor oracle and in…

数据结构与算法 · 计算机科学 2024-06-12 Yujia Jin , Ishani Karmarkar , Christopher Musco , Aaron Sidford , Apoorv Vikram Singh

Recent work in Deep Learning has re-imagined the representation of data as functions mapping from a coordinate space to an underlying continuous signal. When such functions are approximated by neural networks this introduces a compelling…

机器学习 · 统计学 2022-08-09 Jonathan Richard Schwarz , Yee Whye Teh

We study algorithms for spectral graph sparsification. The input is a graph $G$ with $n$ vertices and $m$ edges, and the output is a sparse graph $\tilde{G}$ that approximates $G$ in an algebraic sense. Concretely, for all vectors $x$ and…

数据结构与算法 · 计算机科学 2013-11-19 Ioannis Koutis , Alex Levin , Richard Peng

We study the problem of graph and hypergraph sparsification in insertion-only data streams. The input is a hypergraph $H=(V, E, w)$ with $n$ nodes, $m$ hyperedges, and rank $r$, and the goal is to compute a hypergraph $\widehat{H}$ that…

数据结构与算法 · 计算机科学 2025-10-22 Vincent Cohen-Addad , David P. Woodruff , Shenghao Xie , Samson Zhou

Network sparsification methods play an important role in modern network analysis when fast estimation of computationally expensive properties (such as the diameter, centrality indices, and paths) is required. We propose a method of network…

社会与信息网络 · 计算机科学 2016-01-22 Emmanuel John , Ilya Safro

This paper is aimed to present the importance and implementation of an incremental call graph plugin. An algorithm is proposed for the call graph implementation which has better overall performance than the algorithm that has been proposed…

编程语言 · 计算机科学 2013-03-06 Rajasekhara Babu , Krishnakumar V. , George Abraham , Kiransinh Borasia

We address the issue of recovering the structure of large sparse directed acyclic graphs from noisy observations of the system. We propose a novel procedure based on a specific formulation of the l1-norm regularized maximum likelihood,…

统计理论 · 数学 2017-10-09 Magali Champion , Victor Picheny , Matthieu Vignes

As a generalization of the use of graphs to describe pairwise interactions, simplicial complexes can be used to model higher-order interactions between three or more objects in complex systems. There has been a recent surge in activity for…

计算几何 · 计算机科学 2019-02-04 Braxton Osting , Sourabh Palande , Bei Wang

We propose a streaming algorithm for the binary classification of data based on crowdsourcing. The algorithm learns the competence of each labeller by comparing her labels to those of other labellers on the same tasks and uses this…

机器学习 · 统计学 2016-02-24 Thomas Bonald , Richard Combes

Based on an idea in [4] we propose a new iterative multiplicative filtering algorithm for label assignment matrices which can be used for the supervised partitioning of data. Starting with a row-normalized matrix containing the averaged…

数值分析 · 数学 2018-12-10 Ronny Bergmann , Jan Henrik Fitschen , Johannes Persch , Gabriele Steidl

Recently, sparsity-based algorithms are proposed for super-resolution spectrum estimation. However, to achieve adequately high resolution in real-world signal analysis, the dictionary atoms have to be close to each other in frequency,…

机器学习 · 统计学 2015-06-05 Yiyuan She , Huanghuang Li , Jiangping Wang , Dapeng Wu

Stochastic optimization algorithms update models with cheap per-iteration costs sequentially, which makes them amenable for large-scale data analysis. Such algorithms have been widely studied for structured sparse models where the sparsity…

机器学习 · 计算机科学 2019-05-10 Baojian Zhou , Feng Chen , Yiming Ying

Undirected graphs are often used to describe high dimensional distributions. Under sparsity conditions, the graph can be estimated using $\ell_1$-penalization methods. We propose and study the following method. We combine a multiple…

机器学习 · 统计学 2012-01-11 Shuheng Zhou , Philipp Rutimann , Min Xu , Peter Buhlmann

For any undirected and weighted graph $G=(V,E,w)$ with $n$ vertices and $m$ edges, we call a sparse subgraph $H$ of $G$, with proper reweighting of the edges, a $(1+\varepsilon)$-spectral sparsifier if \[…

数据结构与算法 · 计算机科学 2017-02-28 Yin Tat Lee , He Sun

Recently, a class of algorithms combining classical fixed point iterations with repeated random sparsification of approximate solution vectors has been successfully applied to eigenproblems with matrices as large as $10^{108} \times…

数值分析 · 数学 2025-04-28 Jonathan Weare , Robert J. Webber

The sheer increase in the size of graph data has created a lot of interest into developing efficient distributed graph processing frameworks. Popular existing frameworks such as Graphlab and Pregel rely on balanced graph partitioning in…

数据结构与算法 · 计算机科学 2014-08-21 Charalampos E. Tsourakakis

This paper explores sparsification methods as a form of regularization in Graph Neural Networks (GNNs) to address high memory usage and computational costs in large-scale graph applications. Using techniques from Network Science and Machine…

机器学习 · 计算机科学 2026-02-12 Charlotte Cambier van Nooten , Christos Aronis , Yuliya Shapovalova , Lucia Cavallaro

We consider the problem of estimating the inverse covariance matrix by maximizing the likelihood function with a penalty added to encourage the sparsity of the resulting matrix. We propose a new approach based on the split Bregman method to…

机器学习 · 统计学 2015-03-17 Gui-Bo Ye , Jian-Feng Cai , Xiaohui Xie

Graph partitioning plays a vital role in distributedlarge-scale web graph analytics, such as pagerank and labelpropagation. The quality and scalability of partitioning strategyhave a strong impact on such communication- and…

分布式、并行与集群计算 · 计算机科学 2022-01-04 Deyu Kong , Xike Xie , Zhuoxu Zhang