LGGNDec 16, 2022

GeneFormer: Learned Gene Compression using Transformer-based Context Modeling

arXiv:2212.08379v321 citationsh-index: 12
Originality Incremental advance
AI Analysis

This addresses storage issues for gene sequencing data, offering a domain-specific improvement over existing learning-based compression methods.

The paper tackled gene data compression by proposing GeneFormer, a transformer-based method that saves 29.7% bit rate compared to state-of-the-art methods and significantly accelerates decoding speed.

With the development of gene sequencing technology, an explosive growth of gene data has been witnessed. And the storage of gene data has become an important issue. Traditional gene data compression methods rely on general software like G-zip, which fails to utilize the interrelation of nucleotide sequence. Recently, many researchers begin to investigate deep learning based gene data compression method. In this paper, we propose a transformer-based gene compression method named GeneFormer. Specifically, we first introduce a modified transformer structure to fully explore the nucleotide sequence dependency. Then, we propose fixed-length parallel grouping to accelerate the decoding speed of our autoregressive model. Experimental results on real-world datasets show that our method saves 29.7% bit rate compared with the state-of-the-art method, and the decoding speed is significantly faster than all existing learning-based gene compression methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes