paper-with-me

Papers

A new Sinkhorn algorithm with Deletion and Insertion operations

2021-11-29 · Luc Brun, Benoit Gaüzère, Sébastien Bougleux, Florian Yger

This technical report is devoted to the continuous estimation of an epsilon-assignment. Roughly speaking, an epsilon assignment between two sets V1 and V2 may be understood as a bijective mapping between a sub part of V1 and a sub part of V2 . The remaining elements of V1 (not included in this mapping) are mapped onto an epsilon pseudo element of V2 . We say that such elements are deleted. Conversely, the remaining elements of V2 correspond to the image of the epsilon pseudo element of V1. We say that these elements are inserted. As a result our method provides a result similar to the one of the Sinkhorn algorithm with the additional ability to reject some elements which are either inserted or deleted. It thus naturally handles sets V1 and V2 of different sizes and decides mappings/insertions/deletions in a unified way. Our algorithms are iterative and differentiable and may thus be easily inserted within a backpropagation based learning framework such as artificial neural networks.

📄 PDF Abstract BibTeX arXiv:2111.14565

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Neural Edit Operations for Biological Sequences

2018-12-01 · NeurIPS 2018 12 · Satoshi Koide, Keisuke Kawano, Takuro Kutsuna

The evolution of biological sequences, such as proteins or DNAs, is driven by the three basic edit operations: substitution, insertion, and deletion. Motivated by the recent progress of neural network models for biologic…

Protein Secondary Structure Prediction

Insertion-Deletion Transformer

2020-01-15 · Laura Ruis, Mitchell Stern, Julia Proskurnia, William Chan

We propose the Insertion-Deletion Transformer, a novel transformer-based neural architecture and training method for sequence generation. The model consists of two phases that are executed iteratively, 1) an insertion ph…

Translation

Linked Array Tree: A Constant-Time Search Structure for Big Data

2025-04-01 · Songpeng Liu

As data volumes continue to grow rapidly, traditional search algorithms, like the red-black tree and B+ Tree, face increasing challenges in performance, especially in big data scenarios with intensive storage access. Thi…

Beyond Masks: Efficient, Flexible Diffusion Language Models via Deletion-Insertion Processes

2026-03-04 · Fangyu Ding, Ding Ding, Sijin Chen, Kaibo Wang 외 arxiv

While Masked Diffusion Language Models (MDLMs) relying on token masking and unmasking have shown promise in language modeling, their computational efficiency and generation flexibility remain constrained by the masking p…

Computational Efficiency

Deep Learning-Based Detection for Marker Codes over Insertion and Deletion Channels

2024-01-02 · Guochen Ma, Xiaopeng Jiao, Jianjun Mu, Hui Han 외

Marker code is an effective coding scheme to protect data from insertions and deletions. It has potential applications in future storage systems, such as DNA storage and racetrack memory. When decoding marker codes, perf…