A Learning Search Algorithm for the Restricted Longest Common Subsequence Problem
Marko Djukanovi\'c, Jaume Reixach, Ana Nikolikj, Tome Eftimov,, Aleksandar Kartelj, Christian Blum

TL;DR
This paper introduces two novel heuristic methods, including a neural network-based approach, to improve solving the Restricted Longest Common Subsequence problem, with applications in bioinformatics and scientific literature analysis.
Contribution
The paper presents a hybrid learning beam search algorithm combining neural networks and probabilistic models for the RLCS problem, with real-world instance generation and explainability analysis.
Findings
Proposed methods outperform traditional heuristics in solving RLCS.
Neural network-based heuristic improves search efficiency.
Explainability analysis reveals key features influencing success.
Abstract
This paper addresses the Restricted Longest Common Subsequence (RLCS) problem, an extension of the well-known Longest Common Subsequence (LCS) problem. This problem has significant applications in bioinformatics, particularly for identifying similarities and discovering mutual patterns and important motifs among DNA, RNA, and protein sequences. Building on recent advancements in solving this problem through a general search framework, this paper introduces two novel heuristic approaches designed to enhance the search process by steering it towards promising regions in the search space. The first heuristic employs a probabilistic model to evaluate partial solutions during the search process. The second heuristic is based on a neural network model trained offline using a genetic algorithm. A key aspect of this approach is extracting problem-specific features of partial solutions and the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAlgorithms and Data Compression · Educational Technology and Assessment
MethodsSparse Evolutionary Training
