中文
相关论文

相关论文: Fully Dynamic de Bruijn Graphs

200 篇论文

Fully dynamic graph is a data structure that (1) supports edge insertions and deletions and (2) answers problem specific queries. The time complexity of (1) and (2) are referred to as the update time and the query time respectively. There…

数据结构与算法 · 计算机科学 2014-04-30 Yoichi Iwata , Keigo Oka

Many optimization problems can be naturally represented as (hyper) graphs, where vertices correspond to variables and edges to tasks, whose cost depends on the values of the adjacent variables. Capitalizing on the structure of the graph,…

计算机科学中的逻辑 · 计算机科学 2015-04-13 Nicklas Hoch , Ugo Montanari , Matteo Sammartino

Incorporating Euclidean symmetries (e.g. rotation equivariance) as inductive biases into graph neural networks has improved their generalization ability and data efficiency in unbounded physical dynamics modeling. However, in various…

机器学习 · 计算机科学 2024-06-25 Zinan Zheng , Yang Liu , Jia Li , Jianhua Yao , Yu Rong

In this study, we introduce novel methodologies designed to adapt original data in response to the dynamics of persistence diagrams along Wasserstein gradient flows. Our research focuses on the development of algorithms that translate…

代数拓扑 · 数学 2024-12-06 Minghua Wang , Jinhui Xu

Graphs are arguably one of the most fundamental data-structure used in many domains such as block-chain, networks etc. Theoretically and practically, improving Graph performance is one of the most studied and omnipresent research problems.…

分布式、并行与集群计算 · 计算机科学 2023-10-05 Gaurav Bhardwaj , Sathya Peri , Pratik Shetty

Given a static vertex-selection problem (e.g. independent set, dominating set) on a graph, we can define a corresponding temporally satisfying reconfiguration problem on a temporal graph which asks for a sequence of solutions to the…

数据结构与算法 · 计算机科学 2025-09-22 Tom Davot , Jessica Enright , Laura Larios-Jones

Learning the embeddings for urban regions from human mobility data can reveal the functionality of regions, and then enables the correlated but distinct tasks such as crime prediction. Human mobility data contains rich but abundant…

人工智能 · 计算机科学 2022-05-10 Shangbin Wu , Xu Yan , Xiaoliang Fan , Shirui Pan , Shichao Zhu , Chuanpan Zheng , Ming Cheng , Cheng Wang

This paper proposes a new algorithm for simultaneous graph matching and clustering. For the first time in the literature, these two problems are solved jointly and synergetically without relying on any training data, which brings advantages…

计算机视觉与模式识别 · 计算机科学 2021-10-22 Maximilian Krahn , Florian Bernard , Vladislav Golyanik

Graph-based models form a fundamental aspect of data representation in Data Sciences and play a key role in modeling complex networked systems. In particular, recently there is an ever-increasing interest in modeling dynamic complex…

数据结构与算法 · 计算机科学 2015-09-18 Klaus Wehmuth , Artur Ziviani , Eric Fleury

Deploying dynamic heterogeneous graph embeddings in production faces key challenges of scalability, data freshness, and cold-start. This paper introduces a practical, two-stage solution that balances deep graph representation with…

信息检索 · 计算机科学 2025-12-16 Mabiao Long , Jiaxi Liu , Yufeng Li , Hao Xiong , Junchi Yan , Kefan Wang , Yi Cao , Jiandong Ding

The de Bruijn graph plays an important role in bioinformatics, especially in the context of de novo assembly. However, the representation of the de Bruijn graph in memory is a computational bottleneck for many assemblers. Recent papers…

定量方法 · 定量生物学 2014-10-07 Rayan Chikhi , Antoine Limasset , Shaun Jackman , Jared Simpson , Paul Medvedev

Dynamic temporal graphs represent evolving relations between entities, e.g. interactions between social network users or infection spreading. We propose an extension of graph echo state networks for the efficient processing of dynamic…

机器学习 · 计算机科学 2022-10-31 Domenico Tortorella , Alessio Micheli

The rapid expansion of genomic sequence data calls for new methods to achieve robust sequence representations. Existing techniques often neglect intricate structural details, emphasizing mainly contextual information. To address this, we…

机器学习 · 计算机科学 2023-12-08 Kacper Kapuśniak , Manuel Burger , Gunnar Rätsch , Amir Joudaki

Graph matching is a challenging problem with very important applications in a wide range of fields, from image and video analysis to biological and biomedical problems. We propose a robust graph matching algorithm inspired in…

最优化与控制 · 数学 2013-11-26 Marcelo Fiori , Pablo Sprechmann , Joshua Vogelstein , Pablo Musé , Guillermo Sapiro

Modelling long-range dependencies is critical for scene understanding tasks in computer vision. Although CNNs have excelled in many vision tasks, they are still limited in capturing long-range structured relationships as they typically…

计算机视觉与模式识别 · 计算机科学 2022-09-16 Li Zhang , Dan Xu , Anurag Arnab , Philip H. S. Torr

Graph Neural Networks (GNNs) play a crucial role in various fields. However, most existing deep graph learning frameworks assume pre-stored static graphs and do not support training on graph streams. In contrast, many real-world graphs are…

分布式、并行与集群计算 · 计算机科学 2023-12-01 Yuchen Zhong , Guangming Sheng , Tianzuo Qin , Minjie Wang , Quan Gan , Chuan Wu

We propose an adaptive control strategy for the simultaneous estimation of topology and synchronization in complex dynamical networks with unknown, time-varying topology. Our approach transforms the problem of time-varying topology…

多智能体系统 · 计算机科学 2024-09-16 Nana Wang , Esteban Restrepo , Dimos V. Dimarogonas

DynamicGEM is an open-source Python library for learning node representations of dynamic graphs. It consists of state-of-the-art algorithms for defining embeddings of nodes whose connections evolve over time. The library also contains the…

机器学习 · 计算机科学 2018-11-28 Palash Goyal , Sujit Rokka Chhetri , Ninareh Mehrabi , Emilio Ferrara , Arquimedes Canedo

Answering connectivity queries is fundamental to fully dynamic graphs where edges and vertices are inserted and deleted frequently. Existing work proposes data structures and algorithms with worst-case guarantees. We propose a new data…

数据结构与算法 · 计算机科学 2022-07-19 Qing Chen , Oded Lachish , Sven Helmer , Michael Böhlen

Dynamic networks represent the complex and evolving interrelationships between real-world entities. Given the scale and variability of these networks, finding an optimal slicing interval is essential for meaningful analysis. Nonuniform…

人机交互 · 计算机科学 2024-04-10 Seokweon Jung , DongHwa Shin , Hyeon Jeon , Jinwook Seo