中文
相关论文

相关论文: Linear Time Construction of Indexable Founder Bloc…

200 篇论文

Spectral partitioning is a simple, nearly-linear time, algorithm to find sparse cuts, and the Cheeger inequalities provide a worst-case guarantee for the quality of the approximation found by the algorithm. Local graph partitioning…

数据结构与算法 · 计算机科学 2012-11-07 Shayan Oveis Gharan , Luca Trevisan

A graph is temporally connected if there exists a strict temporal path, i.e. a path whose edges have strictly increasing labels, from every vertex $u$ to every other vertex $v$. In this paper we study temporal design problems for undirected…

数据结构与算法 · 计算机科学 2022-05-03 Nina Klobas , George B. Mertzios , Hendrik Molter , Paul G. Spirakis

Given a fully dynamic graph, represented as a stream of edge insertions and deletions, how can we obtain and incrementally update a lossless summary of its current snapshot? As large-scale graphs are prevalent, concisely representing them…

数据库 · 计算机科学 2020-06-18 Jihoon Ko , Yunbum Kook , Kijung Shin

A recent paradigm shift in bioinformatics from a single reference genome to a pangenome brought with it several graph structures. These graph structures must implement operations, such as efficient construction from multiple genomes and…

数据结构与算法 · 计算机科学 2023-06-27 Andrej Baláž , Alessia Petescia

Many problems in computer vision and robotics can be phrased as non-linear least squares optimization problems represented by factor graphs, for example, simultaneous localization and mapping (SLAM), structure from motion (SfM), motion…

机器人学 · 计算机科学 2019-09-04 Jing Dong , Zhaoyang Lv

The Multiple Sequence Alignment (MSA) is a computational abstraction that represents a partial summary either of indel history, or of structural similarity. Taking the former view (indel history), it is possible to use formal automata…

种群与进化 · 定量生物学 2015-06-04 Oscar Westesson , Gerton Lunter , Benedict Paten , Ian Holmes

We show fully polynomial time randomized approximation schemes (FPRAS) for counting matchings of a given size, or more generally sampling/counting monomer-dimer systems in planar, not-necessarily-bipartite, graphs. While perfect matchings…

数据结构与算法 · 计算机科学 2023-04-04 Yeganeh Alimohammadi , Nima Anari , Kirankumar Shiragur , Thuy-Duong Vuong

Multiple Sequence Alignment (MSA) is one of the most computationally intensive tasks in Computational Biology. Existing best known solutions for multiple sequence alignment take several hours (in some cases days) of computation time to…

分布式、并行与集群计算 · 计算机科学 2009-01-20 Fahad Saeed , Ashfaq Khokhar

The exploration of network structures through the lens of graph theory has become a cornerstone in understanding complex systems across diverse fields. Identifying densely connected subgraphs within larger networks is crucial for uncovering…

统计计算 · 统计学 2024-05-21 Wanru Guo

The classical Sankoff algorithm for the simultaneous folding and alignment of homologous RNA sequences is highly influential, but it suffers from two major limitations in efficiency and modeling power. First, it takes $O(n^6)$ for two…

生物大分子 · 定量生物学 2023-07-20 Sizhen Li , Ning Dai , He Zhang , Apoorv Malik , David H. Mathews , Liang Huang

A pangenome captures the genetic diversity across multiple individuals simultaneously, providing a more comprehensive reference for genome analysis than a single linear genome, which may introduce allele bias. A widely adopted pangenome…

数据结构与算法 · 计算机科学 2026-02-16 Xingfu Li , Yongping Wang

This paper begins with considering the identification of sparse linear time-invariant networks described by multivariable ARX models. Such models possess relatively simple structure thus used as a benchmark to promote further research. With…

系统与控制 · 计算机科学 2016-10-03 J. Jin , Y. Yuan , W. Pan , D. L. T. Pham , C. J. Tomlin , A. Webb , J. Goncalves

We study graphons as a non-parametric generalization of stochastic block models, and show how to obtain compactly represented estimators for sparse networks in this framework. Our algorithms and analysis go beyond previous work in several…

统计理论 · 数学 2016-02-25 Christian Borgs , Jennifer T. Chayes , Henry Cohn , Shirshendu Ganguly

Hierarchical structure and repetition are prevalent in graphs originating from nature or engineering. These patterns can be represented by a class of parametric-structure graphs, which are defined by templates that generate structure by way…

数据结构与算法 · 计算机科学 2020-11-16 Tal Ben-Nun , Lukas Gianinazzi , Torsten Hoefler , Yishai Oltchik

Recurrent neural network (RNN) and self-attention mechanism (SAM) are the de facto methods to extract spatial-temporal information for temporal graph learning. Interestingly, we found that although both RNN and SAM could lead to a good…

机器学习 · 计算机科学 2023-02-24 Weilin Cong , Si Zhang , Jian Kang , Baichuan Yuan , Hao Wu , Xin Zhou , Hanghang Tong , Mehrdad Mahdavi

In length-constrained minimum spanning tree (MST) we are given an $n$-node graph $G = (V,E)$ with edge weights $w : E \to \mathbb{Z}_{\geq 0}$ and edge lengths $l: E \to \mathbb{Z}_{\geq 0}$ along with a root node $r \in V$ and a…

数据结构与算法 · 计算机科学 2026-02-12 D Ellis Hershkowitz , Richard Z Huang

Motivated by hyper-reliable low-latency communication in 6G, we consider error control coding for short block lengths in multi-antenna fading channels. In general, the channel fading coefficients are unknown at both the transmitter and…

信号处理 · 电气工程与系统科学 2025-05-13 Sai Dinesh Kancharana , Madhusudan Kumar Sinha , Arun Pachai Kannu

This work considers the problem of output-sensitive listing of occurrences of $2k$-cycles for fixed constant $k\geq 2$ in an undirected host graph with $m$ edges and $t$ $2k$-cycles. Recent work of Jin and Xu (and independently Abboud,…

数据结构与算法 · 计算机科学 2024-12-16 Virginia Vassilevska Williams , Alek Westover

Protein structure prediction often hinges on multiple sequence alignments (MSAs), which underperform on low-homology and orphan proteins. We introduce PLAME, a lightweight MSA design framework that leverages evolutionary embeddings from…

The run time complexity of state-of-the-art inference algorithms in graph-based dependency parsing is super-linear in the number of input words (n). Recently, pruning algorithms for these models have shown to cut a large portion of the…

计算与语言 · 计算机科学 2016-06-09 Effi Levi , Roi Reichart , Ari Rappoport