paper-with-me

Papers

Learning Genomic Sequence Representations using Graph Neural Networks over De Bruijn Graphs

2023-12-06 · Kacper Kapuśniak, Manuel Burger, Gunnar Rätsch, Amir Joudaki

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 developed k-mer embeddings that merge contextual and structural string information by enhancing De Bruijn graphs with structural similarity connections. Subsequently, we crafted a self-supervised method based on Contrastive Learning that employs a heterogeneous Graph Convolutional Network encoder and constructs positive pairs based on node similarities. Our embeddings consistently outperform prior techniques for Edit Distance Approximation and Closest String Retrieval tasks.

📄 PDF Abstract BibTeX arXiv:2312.03865

Code (1)

ratschlab/genomic-gnn 공식 구현 pytorch

Tasks

Contrastive LearningRetrieval

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Advances in colored k-mer sets: essentials for the curious

2024-09-08 · Camille Marchet

This paper provides a comprehensive review of recent advancements in k-mer-based data structures representing collections of several samples (sometimes called colored de Bruijn graphs) and their applications in large-sca…

Multivariate de Bruijn Graphs: A Symbolic Graph Framework for Time Series Forecasting

2025-05-28 · Mert Onur Cakiroglu, Idil Bilge Altun, Hasan Kurban, Elham Buxton 외

Time series forecasting remains a challenging task for foundation models due to temporal heterogeneity, high dimensionality, and the lack of inherent symbolic structure. In this work, we propose DRAGON (Discrete Represen…

Time SeriesTime Series Forecasting

De Bruijn goes Neural: Causality-Aware Graph Neural Networks for Time Series Data on Dynamic Graphs

2022-09-17 · Lisi Qarkaxhija, Vincenzo Perri, Ingo Scholtes

We introduce De Bruijn Graph Neural Networks (DBGNNs), a novel time-aware graph neural network architecture for time-resolved data on dynamic graphs. Our approach accounts for temporal-topological patterns that unfold in…

graph constructionGraph Neural NetworkModel SelectionNode Classification+2

Whole Genome Phylogenetic Tree Reconstruction Using Colored de Bruijn Graphs

2017-09-23

We present kleuren, a novel assembly-free method to reconstruct phylogenetic trees using the Colored de Bruijn Graph. kleuren works by constructing the Colored de Bruijn Graph and then traversing it, finding bubble struc…

Adjacency-hopping de Bruijn Sequences for Non-repetitive Coding

2023-09-06 · Bin Chen, Zhenglin Liang, Shiqian Wu

A special type of cyclic sequences named adjacency-hopping de Bruijn sequences is introduced in this paper. It is theoretically proved the existence of such sequences, and the number of such sequences is derived. These s…