Back to Search Start Over

A branch and bound irredundant graph algorithm for large-scale MLCS problems.

Authors :
Wang, Chunyang
Wang, Yuping
Cheung, Yiuming
Source :
Pattern Recognition. Nov2021, Vol. 119, pN.PAG-N.PAG. 1p.
Publication Year :
2021

Abstract

• Design a branch and bound strategy for identifying non-contributed points and non-longest paths. • Construct a much smaller DAG than those constructed by the existing algorithms. • Design a strategy for deleting points in the Hash table timely. • Propose a new data structure for storing Small-DAG to avoid topological sorting. • Propose a new algorithm for larger-scale MLCS problems with lower time and space cost. Finding the multiple longest common subsequences (MLCS) among many long sequences (i.e., the large scale MLCS problem) has many important applications, such as gene alignment, disease diagnosis, and documents similarity check, etc. It is an NP-hard problem (Maier et al., 1978). The key bottle neck of this problem is that the existing state-of-the-art algorithms must construct a huge graph (called direct acyclic graph, briefly DAG), and the computer usually has no enough space to store and handle this graph. Thus the existing algorithms cannot solve the large scale MLCS problem. In order to quickly solve the large-scale MLCS problem within limited computer resources, this paper therefore proposes a branch and bound irredundant graph algorithm called Big-MLCS, which constructs a much smaller DAG (called Small-DAG) than the existing algorithms do by a branch and bound method, and designs a new data structure to efficiently store and handle Small-DAG. By these schemes, Big-MLCS is more efficient than the existing algorithms. Also, we compare the proposed algorithm with two state-of-the-art algorithms through the experiments, and the results show that the proposed algorithm outperforms the compared algorithms and is more suitable to large-scale MLCS problems. [ABSTRACT FROM AUTHOR]

Details

Language :
English
ISSN :
00313203
Volume :
119
Database :
Academic Search Index
Journal :
Pattern Recognition
Publication Type :
Academic Journal
Accession number :
151608498
Full Text :
https://doi.org/10.1016/j.patcog.2021.108059