paper-with-me

Papers

Imputer: Sequence Modelling via Imputation and Dynamic Programming

2020-02-20 · ICML 2020 1 · William Chan, Chitwan Saharia, Geoffrey Hinton, Mohammad Norouzi, Navdeep Jaitly

This paper presents the Imputer, a neural sequence model that generates output sequences iteratively via imputations. The Imputer is an iterative generative model, requiring only a constant number of generation steps independent of the number of input or output tokens. The Imputer can be trained to approximately marginalize over all possible alignments between the input and output sequences, and all possible generation orders. We present a tractable dynamic programming training algorithm, which yields a lower bound on the log marginal likelihood. When applied to end-to-end speech recognition, the Imputer outperforms prior non-autoregressive models and achieves competitive results to autoregressive models. On LibriSpeech test-other, the Imputer achieves 11.1 WER, outperforming CTC at 13.0 WER and seq2seq at 12.5 WER.

📄 PDF Abstract BibTeX arXiv:2002.08926

Code (1)

rosinality/imputer-pytorch pytorch

Tasks

Imputationspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Fine-tuning -- a Transfer Learning approach

2024-11-06 · Joseph Arul Raj, Linglong Qian, Zina Ibrahim

Secondary research use of Electronic Health Records (EHRs) is often hampered by the abundance of missing data in this valuable resource. Missingness in EHRs occurs naturally as a result of the data recording practices du…

ImputationTransfer Learning

Multiple data-driven missing imputation

2025-07-03 · Sergii Kavun arxiv

This paper introduces KZImputer, a novel adaptive imputation method for univariate time series designed for short to medium-sized missed points (gaps) (1-5 points and beyond) with tailored strategies for segments at the …

Time Series Analysis

STAMImputer: Spatio-Temporal Attention MoE for Traffic Data Imputation

2025-06-09 · Yiming Wang, Hao Peng, Senzhang Wang, Haohua Du 외

Traffic data imputation is fundamentally important to support various applications in intelligent transportation systems such as traffic flow prediction. However, existing time-to-space sequential methods often fail to e…

Graph AttentionImputationMixture-of-ExpertsTraffic Data Imputation

Curriculum-Aware Interpolate-then-Refine: Learned Physiological Time-Series Imputation under Realistic Missingness

2026-08-21 · Yu-Chao Huang, Haochen Zhang, Nicholas Konz, Tianlong Chen arxiv

Imputing physiological time series (arterial blood pressure, blood glucose, etc.) is essential for addressing the missingness that pervades clinical data. Yet modern imputation methods perform poorly in this domain: a re…

ITI-IQA: a Toolbox for Heterogeneous Univariate and Multivariate Missing Data Imputation Quality Assessment

2024-07-16 · Pedro Pons-Suñer, Laura Arnal, J. Ramón Navarro-Cerdán, François Signol

Missing values are a major challenge in most data science projects working on real data. To avoid losing valuable information, imputation methods are used to fill in missing values with estimates, allowing the preservati…

ImputationMissing Values