paper-with-me

Papers

DoDo-Code: a Deep Levenshtein Distance Embedding-based Code for IDS Channel and DNA Storage

2023-12-20 · Alan J. X. Guo, Sihan Sun, Xiang Wei, Mengyi Wei, Xin Chen

Recently, DNA storage has emerged as a promising data storage solution, offering significant advantages in storage density, maintenance cost efficiency, and parallel replication capability. Mathematically, the DNA storage pipeline can be viewed as an insertion, deletion, and substitution (IDS) channel. Because of the mathematical terra incognita of the Levenshtein distance, designing an IDS-correcting code is still a challenge. In this paper, we propose an innovative approach that utilizes deep Levenshtein distance embedding to bypass these mathematical challenges. By representing the Levenshtein distance between two sequences as a conventional distance between their corresponding embedding vectors, the inherent structural property of Levenshtein distance is revealed in the friendly embedding space. Leveraging this embedding space, we introduce the DoDo-Code, an IDS-correcting code that incorporates deep embedding of Levenshtein distance, deep embedding-based codeword search, and deep embedding-based segment correcting. To address the requirements of DNA storage, we also present a preliminary algorithm for long sequence decoding. As far as we know, the DoDo-Code is the first IDS-correcting code designed using plausible deep learning methodologies, potentially paving the way for a new direction in error-correcting code research. It is also the first IDS code that exhibits characteristics of being `optimal' in terms of redundancy, significantly outperforming the mainstream IDS-correcting codes of the Varshamov-Tenengolts code family in code rate.

📄 PDF Abstract BibTeX arXiv:2312.12717

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Levenshtein Distance Embedding with Poisson Regression for DNA Storage

2023-12-13 · Xiang Wei, Alan J. X. Guo, Sihan Sun, Mengyi Wei 외

Efficient computation or approximation of Levenshtein distance, a widely-used metric for evaluating sequence similarity, has attracted significant attention with the emergence of DNA storage and other biological applicat…

regression

Differentiable Phylogenetics via Hyperbolic Embeddings with Dodonaphy

2023-09-21 · Matthew Macaulay, Mathieu Fourment

Motivation: Navigating the high dimensional space of discrete trees for phylogenetics presents a challenging problem for tree optimisation. To address this, hyperbolic embeddings of trees offer a promising approach to en…

Decoder

Deep Squared Euclidean Approximation to the Levenshtein Distance for DNA Storage

2022-07-11 · Alan J. X. Guo, Cong Liang, Qing-Hu Hou

Storing information in DNA molecules is of great interest because of its advantages in longevity, high storage density, and low maintenance cost. A key step in the DNA storage pipeline is to efficiently cluster the retri…

Clustering

Do's and Don'ts: Learning Desirable Skills with Instruction Videos

2024-06-01 · Hyunseung Kim, Byungkun Lee, Hojoon Lee, Dongyoon Hwang 외

Unsupervised skill discovery is a learning paradigm that aims to acquire diverse behaviors without explicit rewards. However, it faces challenges in learning complex behaviors and often leads to learning unsafe or undesi…

continuous-controlContinuous ControlNavigate

Dodo: Dynamic Contextual Compression for Decoder-only LMs

2023-10-03 · Guanghui Qin, Corby Rosset, Ethan C. Chau, Nikhil Rao 외

Transformer-based language models (LMs) are inefficient in long contexts. We propose Dodo, a solution for context compression. Instead of one vector per token in a standard transformer model, Dodo represents text with a …

DecoderLanguage ModelingLanguage ModellingQuestion Answering