A Novel Key Point Based MLCS Algorithm for Big Sequences Mining
Yanni Li,Bing Liu,Tihua Duan,Zhi Wang,Hui Li,Jiangtao Cui
DOI: https://doi.org/10.1109/tkde.2024.3485234
IF: 9.235
2024-01-01
IEEE Transactions on Knowledge and Data Engineering
Abstract:Mining multiple longest common subsequences ( MLCS ) from a set of sequences of length three or more over a finite alphabet (a classical NP-hard problem) is an important task in many fields, e.g., bioinformatics, computational genomics, pattern recognition, information extraction, etc. Applications in these fields often involve generating very long sequences (length $\ge$ 10,000), referred to as big sequences. Despite efforts in improving the time and space complexities of MLCS mining algorithms, both existing exact and approximate algorithms face challenges in handling big sequences due to the overwhelming size of their problem-solving graph model MLCS-DAG ( D irected A cyclic G raph), leading to the issue of memory explosion or extremely high time complexity. To bridge the gap, this paper first proposes a new identification and deletion strategy for different classes of non-critical points in the mining of MLCS , which are the points that do not contribute to their MLCS s mining in the MLCS-DAG . It then proposes a new MLCS problem-solving graph model, namely $DAG_{KP}$ (a new MLCS-DAG containing only K ey P oints). A novel parallel MLCS algorithm, called KP-MLCS ( K ey P oint based MLCS ), is also presented, which can mine and compress all MLCS s of big sequences effectively and efficiently. Extensive experiments on both synthetic and real-world biological sequences show that the proposed algorithm KP-MLCS drastically outperforms the existing state-of-the-art MLCS algorithms in terms of both efficiency and effectiveness. The source code of the proposed KP-MLCS , related test datasets, and Appendixes A-D can be found online at: https://github.com/kp-mlcs/KP-MLCS .