中文
相关论文

相关论文: Augmented Thresholds for MONI

200 篇论文

MONI (Rossi et al., {\it JCB} 2022) is a BWT-based compressed index for computing the matching statistics and maximal exact matches (MEMs) of a pattern (usually a DNA read) with respect to a highly repetitive text (usually a database of…

数据结构与算法 · 计算机科学 2023-11-09 Adrián Goga , Lore Depuydt , Nathaniel K. Brown , Jan Fostier , Travis Gagie , Gonzalo Navarro

Finding maximal exact matches (MEMs) between strings is an important task in bioinformatics, but it is becoming increasingly challenging as geneticists switch to pangenomic references. Fortunately, we are usually interested only in the…

数据结构与算法 · 计算机科学 2024-07-02 Travis Gagie

Suppose we are asked to index a text $T [0..n - 1]$ such that, given a pattern $P [0..m - 1]$, we can quickly report the maximal substrings of $P$ that each occur in $T$ at least $k$ times. We first show how we can add $O (r \log n)$ bits…

数据结构与算法 · 计算机科学 2022-12-22 Igor Tatarnikov , Ardavan Shahrabi Farahani , Sana Kashgouli , Travis Gagie

Genome-to-genome comparisons require designating anchor points, which are given by Maximum Exact Matches (MEMs) between their sequences. For large genomes this is a challenging problem and the performance of existing solutions, even in…

数据结构与算法 · 计算机科学 2018-05-24 Szymon Grabowski , Wojciech Bieniecki

Computing the matching statistics of patterns with respect to a text is a fundamental task in bioinformatics, but a formidable one when the text is a highly compressed genomic database. Bannai et al. gave an efficient solution for this…

Motivation: The availability of thousands of invidual genomes of one species should boost rapid progress in personalized medicine or understanding of the interaction between genotype and phenotype, to name a few applications. A key…

计算工程、金融与科学 · 计算机科学 2017-03-03 Agnieszka Danek , Sebastian Deorowicz , Szymon Grabowski

In this paper, we describe a new type of match between a pattern and a text that aren't necessarily maximal in the query, but still contain useful matching information: locally maximal exact matches (LEMs). There are usually a large amount…

数据结构与算法 · 计算机科学 2025-05-22 Ahsan Sanaullah , Degui Zhi , Shaojie Zhang

Motivation: The pan-genome can be stored as elastic-degenerate (ED) string, a recently introduced compact representation of multiple overlapping sequences. However, a search over the ED string does not indicate which individuals (if any)…

数据结构与算法 · 计算机科学 2020-04-16 Aleksander Cisłak , Szymon Grabowski

Deep learning is slowly, but steadily, hitting a memory bottleneck. While the tensor computation in top-of-the-line GPUs increased by 32x over the last five years, the total available memory only grew by 2.5x. This prevents researchers from…

机器学习 · 计算机科学 2021-04-06 Aashaka Shah , Chao-Yuan Wu , Jayashree Mohan , Vijay Chidambaram , Philipp Krähenbühl

Embedding techniques have become essential components of large databases in the deep learning era. By encoding discrete entities, such as words, items, or graph nodes, into continuous vector spaces, embeddings facilitate more efficient…

信息检索 · 计算机科学 2024-10-18 Shiwei Li , Zhuoqi Hu , Xing Tang , Haozhao Wang , Shijie Xu , Weihong Luo , Yuhua Li , Xiuqiang He , Ruixuan Li

State-of-the-art entity matching (EM) methods are hard to interpret, and there is significant value in bringing explainable AI to EM. Unfortunately, most popular explainability methods do not work well out of the box for EM and need…

数据库 · 计算机科学 2022-08-17 Nils Barlaug

We present MELODI, a novel memory architecture designed to efficiently process long documents using short context windows. The key principle behind MELODI is to represent short-term and long-term memory as a hierarchical compression scheme…

机器学习 · 计算机科学 2024-10-07 Yinpeng Chen , DeLesley Hutchins , Aren Jansen , Andrey Zhmoginov , David Racz , Jesper Andersen

Generalized Entity Matching (GEM), which aims at judging whether two records represented in different formats refer to the same real-world entity, is an essential task in data management. The prompt tuning paradigm for pre-trained language…

计算与语言 · 计算机科学 2024-05-09 Yikuan Xia , Jiazun Chen , Xinchi Li , Jun Gao

How to reduce compute and memory requirements of neural networks (NNs) without sacrificing performance? Many recent works use sparse Mixtures of Experts (MoEs) to build resource-efficient large language models (LMs). Here we introduce…

机器学习 · 计算机科学 2023-11-22 Róbert Csordás , Kazuki Irie , Jürgen Schmidhuber

One significant challenge to scaling entity resolution algorithms to massive datasets is understanding how performance changes after moving beyond the realm of small, manually labeled reference datasets. Unlike traditional machine learning…

机器学习 · 统计学 2015-09-15 Matt Barnes , Kyle Miller , Artur Dubrawski

Mixture-of-Experts (MoE) large language models (LLM) have memory requirements that often exceed the GPU memory capacity, requiring costly parameter movement from secondary memories to the GPU for expert computation. In this work, we present…

机器学习 · 计算机科学 2024-05-30 Taehyun Kim , Kwanseok Choi , Youngmock Cho , Jaehoon Cho , Hyuk-Jae Lee , Jaewoong Sim

Multi-table entity matching (MEM) addresses the limitations of dual-table approaches by enabling simultaneous identification of equivalent entities across multiple data sources without unique identifiers. However, existing methods relying…

计算与语言 · 计算机科学 2026-04-24 Yingkai Tang , Taoyu Su , Wenyuan Zhang , Xiaoyang Guo , Tingwen Liu

Many approaches in the field of machine learning and data analysis rely on the assumption that the observed data lies on lower-dimensional manifolds. This assumption has been verified empirically for many real data sets. To make use of this…

机器学习 · 计算机科学 2022-09-27 Erik Thordsen , Erich Schubert

There now exist compact indexes that can efficiently list all the occurrences of a pattern in a dataset consisting of thousands of genomes, or even all the occurrences of all the pattern's maximal exact matches (MEMs) with respect to the…

数据结构与算法 · 计算机科学 2022-09-20 Adrián Goga , Andrej Baláž , Alessia Petescia , Travis Gagie

In recent years, pangenomes received increasing attention from the scientific community for their ability to incorporate population variation information and alleviate reference genome bias. Maximal Exact Matches (MEMs) and Maximal Unique…

数据结构与算法 · 计算机科学 2022-05-04 Sara Giuliani , Giuseppe Romana , Massimiliano Rossi
‹ 上一页 1 2 3 10 下一页 ›