中文
相关论文

相关论文: A gentle tutorial and a structured reformulation o…

200 篇论文

We consider the minimum spanning tree problem in a setting where the edge weights are stochastic from unknown distributions, and the only available information is a single sample of each edge's weight distribution. In this setting, we…

数据结构与算法 · 计算机科学 2024-09-25 Ruben Hoeksma , Gavin Speek , Marc Uetz

We aim at finding the minimal set of fragments which achieves maximal parse accuracy in Data Oriented Parsing. Experiments with the Penn Wall Street Journal treebank show that counts of almost arbitrary fragments within parse trees are…

计算与语言 · 计算机科学 2007-05-23 Rens Bod

Finding the minimum spanning tree (MST) of a graph is an important task in computer vision, as it enables a sparse and low-cost representation of connectivity among elements (such as superpixels, points, or regions), which is useful for…

The maximum/minimum bisection problems are, given an edge-weighted graph, to find a bipartition of the vertex set into two sets whose sizes differ by at most one, such that the total weight of edges between the two sets is…

数据结构与算法 · 计算机科学 2020-09-17 Tesshu Hanaka , Yasuaki Kobayashi , Taiga Sone

Computing the Euclidean minimum spanning tree (EMST) is a computationally demanding step of many algorithms. While work-efficient serial and multithreaded algorithms for computing EMST are known, designing an efficient GPU algorithm is…

分布式、并行与集群计算 · 计算机科学 2023-09-08 Andrey Prokopenko , Piyush Sao , Damien Lebrun-Grandié

We consider a network where an infection cascade has taken place and a subset of infected nodes has been partially observed. Our goal is to reconstruct the underlying cascade that is likely to have generated these observations. We reduce…

社会与信息网络 · 计算机科学 2018-11-21 Han Xiao , Cigdem Aslay , Aristides Gionis

Learning discriminative global features plays a vital role in semantic segmentation. And most of the existing methods adopt stacks of local convolutions or non-local blocks to capture long-range context. However, due to the absence of…

计算机视觉与模式识别 · 计算机科学 2019-09-30 Lin Song , Yanwei Li , Zeming Li , Gang Yu , Hongbin Sun , Jian Sun , Nanning Zheng

Dynamic tree data structures maintain a forest while supporting insertion and deletion of edges and a broad set of queries in $O(\log n)$ time per operation. Such data structures are at the core of many modern algorithms. Recent work has…

数据结构与算法 · 计算机科学 2025-06-23 Humza Ikram , Andrew Brady , Daniel Anderson , Guy Blelloch

The aim of this paper is to characterize an important class of marked digraphs, called structurally observable graphs (SOGs), and to solve two minimum realization problems. To begin with, by exploring structural observability of large-scale…

系统与控制 · 电气工程与系统科学 2021-06-30 Shiyong Zhu , Jianquan Lu , Daniel W. C. Ho , Jinde Cao

Tree path minimum query problem is a fundamental problem while processing trees, and is used widely in minimum spanning tree verification and randomized minimum spanning tree algorithms. In this paper, we study the possibility of building…

数据结构与算法 · 计算机科学 2021-05-06 Tianqi Yang

In this paper we describe a randomized algorithm which returns a maximal spanning forest of an unknown {\em weighted} undirected graph making $O(n)$ $\mathsf{CUT}$ queries in expectation. For weighted graphs, this is optimal due to a result…

数据结构与算法 · 计算机科学 2023-06-21 Hang Liao , Deeparnab Chakrabarty

We consider a distributed detection system with communication constraints, where several nodes are arranged in an arbitrary tree topology, under the assumption of conditionally independent observations. We propose a cyclic design procedure…

信息论 · 计算机科学 2015-01-23 Alla Tarighati , Joakim Jalden

We study the problem of maximizing the number of spanning trees in a connected graph by adding at most $k$ edges from a given candidate edge set. We give both algorithmic and hardness results for this problem: - We give a greedy algorithm…

数据结构与算法 · 计算机科学 2018-07-17 Huan Li , Stacy Patterson , Yuhao Yi , Zhongzhi Zhang

We consider two problems for a directed graph $G$, which we show to be closely related. The first one is to find $k$ edge-disjoint forests in $G$ of maximal size such that the indegree of each vertex in these forests is at most $k$. We…

数据结构与算法 · 计算机科学 2025-10-16 Pavel Arkhipov , Vladimir Kolmogorov

We address the problem of building and maintaining distributed spanning trees in highly dynamic networks, in which topological events can occur at any time and any rate, and no stable periods can be assumed. In these harsh environments, we…

分布式、并行与集群计算 · 计算机科学 2013-07-23 Arnaud Casteigts , Serge Chaumette , Frédéric Guinand , Yoann Pigné

In deep neural networks, better results can often be obtained by increasing the complexity of previously developed basic models. However, it is unclear whether there is a way to boost performance by decreasing the complexity of such models.…

机器学习 · 计算机科学 2021-09-07 Junran Wu , Jianhao Li , Yicheng Pan , Ke Xu

In this paper, we present novel algorithms that efficiently compute a shortest reconfiguration sequence between two given dominating sets in trees and interval graphs under the Token Sliding model. In this problem, a graph is provided along…

数据结构与算法 · 计算机科学 2023-07-21 Jan Matyáš Křišťan , Jakub Svoboda

Given an undirected, weighted graph, the minimum spanning tree (MST) is a tree that connects all of the vertices of the graph with minimum sum of edge weights. In real world applications, network designers often seek to quickly find a…

数据结构与算法 · 计算机科学 2023-01-02 David A. Bader , Paul Burkhardt

This work introduces a kernel-independent, multilevel, adaptive algorithm for efficiently evaluating a discrete convolution kernel with a given source distribution. The method is based on linear algebraic tools such as low rank…

数值分析 · 数学 2025-07-11 Anna Yesypenko , Chao Chen , Per-Gunnar Martinsson

This work considers the problem of learning the structure of multivariate linear tree models, which include a variety of directed tree graphical models with continuous, discrete, and mixed latent variables such as linear-Gaussian models,…

机器学习 · 计算机科学 2011-11-09 Animashree Anandkumar , Kamalika Chaudhuri , Daniel Hsu , Sham M. Kakade , Le Song , Tong Zhang
‹ 上一页 1 8 9 10 下一页 ›