GeneFormer: Learned Gene Compression using Transformer-based Context Modeling
Zhanbei Cui, Yu Liao, Tongda Xu, Yan Wang

TL;DR
GeneFormer is a transformer-based gene data compression method that leverages sequence dependencies and parallel decoding to achieve higher compression efficiency and faster decoding speeds than existing methods.
Contribution
The paper introduces a novel transformer architecture with fixed-length parallel grouping for gene compression, improving both compression rate and decoding speed.
Findings
saves 29.7% bit rate compared to state-of-the-art
significantly faster decoding speed
fully explores nucleotide sequence dependency
Abstract
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…
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
TopicsGene expression and cancer classification · Algorithms and Data Compression
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
