paper-with-me

홈 › Papers

DNA Sequence Classification with Compressors

2024-01-25 · Şükrü Ozan

Recent studies in DNA sequence classification have leveraged sophisticated machine learning techniques, achieving notable accuracy in categorizing complex genomic data. Among these, methods such as k-mer counting have proven effective in distinguishing sequences from varied species like chimpanzees, dogs, and humans, becoming a staple in contemporary genomic research. However, these approaches often demand extensive computational resources, posing a challenge in terms of scalability and efficiency. Addressing this issue, our study introduces a novel adaptation of Jiang et al.'s compressor-based, parameter-free classification method, specifically tailored for DNA sequence analysis. This innovative approach utilizes a variety of compression algorithms, such as Gzip, Brotli, and LZMA, to efficiently process and classify genomic sequences. Not only does this method align with the current state-of-the-art in terms of accuracy, but it also offers a more resource-efficient alternative to traditional machine learning methods. Our comprehensive evaluation demonstrates the proposed method's effectiveness in accurately classifying DNA sequences from multiple species. We present a detailed analysis of the performance of each algorithm used, highlighting the strengths and limitations of our approach in various genomic contexts. Furthermore, we discuss the broader implications of our findings for bioinformatics, particularly in genomic data processing and analysis. The results of our study pave the way for more efficient and scalable DNA sequence classification methods, offering significant potential for advancements in genomic research and applications.

📄 PDF Abstract BibTeX arXiv:2401.14025

Code (1)

sukruozan/dna-sequence-classification 공식 구현

Tasks

Classification

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Modeling Analog Dynamic Range Compressors using Deep Learning and State-space Models

2024-03-24 · Hanzhi Yin, Gang Cheng, Christian J. Steinmetz, Ruibin Yuan 외

We describe a novel approach for developing realistic digital models of dynamic range compressors for digital audio production by analyzing their analog prototypes. While realistic digital dynamic compressors are potenti…

Deep LearningState Space Models

Distributed Optimization by Network Flows with Spatio-Temporal Compression

2024-08-14 · Zihao Ren, Lei Wang, Xinlei Yi, Xi Wang 외

Several data compressors have been proposed in distributed optimization frameworks of network systems to reduce communication overhead in large-scale applications. In this paper, we demonstrate that effective information…

Distributed Optimization

Approaching Rate-Distortion Limits in Neural Compression with Lattice Transform Coding

2024-03-12 · Eric Lei, Hamed Hassani, Shirin Saeedi Bidokhti

Neural compression has brought tremendous progress in designing lossy compressors with good rate-distortion (RD) performance at low complexity. Thus far, neural compression design involves transforming the source to a la…

Quantization

DZip: improved general-purpose lossless compression based on novel neural network modeling

2019-11-08 · Mohit Goyal, Kedar Tatwawadi, Shubham Chandak, Idoia Ochoa

We consider lossless compression based on statistical data modeling followed by prediction-based encoding, where an accurate statistical model for the input data leads to substantial improvements in compression. We propo…

Adapting Language Models to Compress Contexts

2023-05-24 · Alexis Chevalier, Alexander Wettig, Anirudh Ajith, Danqi Chen

Transformer-based language models (LMs) are powerful and widely-applicable tools, but their usefulness is constrained by a finite context window and the expensive computational cost of processing long text documents. We …

In-Context LearningLanguage ModelingLanguage ModellingPassage Re-Ranking+2