paper-with-me

홈 › Papers

Adaptive Learning of Rank-One Models for Efficient Pairwise Sequence Alignment

2020-11-09 · NeurIPS 2020 12 · Govinda M. Kamath, Tavor Z. Baharav, Ilan Shomorony

Pairwise alignment of DNA sequencing data is a ubiquitous task in bioinformatics and typically represents a heavy computational burden. State-of-the-art approaches to speed up this task use hashing to identify short segments (k-mers) that are shared by pairs of reads, which can then be used to estimate alignment scores. However, when the number of reads is large, accurately estimating alignment scores for all pairs is still very costly. Moreover, in practice, one is only interested in identifying pairs of reads with large alignment scores. In this work, we propose a new approach to pairwise alignment estimation based on two key new ingredients. The first ingredient is to cast the problem of pairwise alignment estimation under a general framework of rank-one crowdsourcing models, where the workers' responses correspond to k-mer hash collisions. These models can be accurately solved via a spectral decomposition of the response matrix. The second ingredient is to utilise a multi-armed bandit algorithm to adaptively refine this spectral estimator only for read pairs that are likely to have large alignments. The resulting algorithm iteratively performs a spectral decomposition of the response matrix for adaptively chosen subsets of the read pairs.

📄 PDF Abstract BibTeX arXiv:2011.04832

Code (1)

TavorB/adaptiveSpectral 공식 구현

Similar Papers 제목 키워드 기반

Optimizing Preference Alignment with Differentiable NDCG Ranking

2024-10-17 · Jiacong Zhou, Xianyun Wang, Jun Yu

Aligning large language models with human preferences improves interaction quality and safety by ensuring outputs better reflect human values. A promising strategy involves Reinforcement Learning from Human Feedback (RLH…

Learning-To-Rank

Robust Time-Series Retrieval Using Probabilistic Adaptive Segmental Alignment

2016-09-26 · Shahriar Shariat, Vladimir Pavlovic

Traditional pairwise sequence alignment is based on matching individual samples from two sequences, under time monotonicity constraints. However, in many application settings matching subsequences (segments) instead of i…

Computational EfficiencyEEGElectroencephalogram (EEG)General Classification+3

Pairwise heuristic sequence alignment algorithm based on deep reinforcement learning

2020-10-26 · Yong Joon Song, Dong Jin Ji, Hye In Seo, Gyu Bum Han 외

Various methods have been developed to analyze the association between organisms and their genomic sequences. Among them, sequence alignment is the most frequently used for comparative analysis of biological genomes. How…

Deep Reinforcement LearningMultiple Sequence Alignmentreinforcement-learningReinforcement Learning+1

Beyond Pairwise: Empowering LLM Alignment With Ranked Choice Modeling

2025-10-24 · Yuxuan Tang, Yifan Feng arxiv

Alignment of large language models (LLMs) has predominantly relied on pairwise preference optimization, where annotators select the better of two responses to a prompt. While simple, this approach overlooks the opportuni…

Active Ranking using Pairwise Comparisons

2011-09-16 · NeurIPS 2011 12 · Kevin G. Jamieson, Robert D. Nowak

This paper examines the problem of ranking a collection of objects using pairwise comparisons (rankings of two objects). In general, the ranking of $n$ objects can be identified by standard sorting methods using $n log_2…