Scholay

学术搜索 · AI 审稿 · LaTeX 协作

An MDL-Based Genetic Algorithm for Genome Sequence Compression

作者:M. Zohaib Nawaz, M. Saqib Nawaz, Philippe Fournier‐Viger, Vincent S. Tseng · 年份:2024 · DOI:10.1109/bibm62325.2024.10821914 · 被引用次数:4 · 研究领域:Algorithms and Data Compression

The exponential growth of genomic data has posed significant challenges for lossless compression of genome sequences. While recent reference-free genome compressors have shown promising results, they often fail to fully leverage the inherent sequential structure of genome sequences, require substantial computational resources and lack (or have limited) interpretability. This paper presents a novel genome compression method that employs the Minimum Description Length (MDL) principle, which is based on the idea that the best model for a given dataset is the one that provides the shortest description of that dataset. The proposed compressor, called GMG (Genetic algorithm for MDL-based Genome compression), integrates a genetic algorithm to identify optimal k-mers (patterns) in a model to best compress the genome data. Experimental results across various datasets demonstrate that GMG outperforms state-of-the-art genome compressors in terms of bits-per-base compression and computational efficiency. Furthermore, it is demonstrated that the optimal patterns identified by GMG for compression can also be utilized for genome classification, offering a multifunctional advantage over previous compressors. GMG is freely available at github.com/MuhammadzohaibNawaz/GMG