paper-with-me

Papers

Error-Correcting Neural Sequence Prediction

2019-01-21 · James O' Neill, Danushka Bollegala

We propose a novel neural sequence prediction method based on \textit{error-correcting output codes} that avoids exact softmax normalization and allows for a tradeoff between speed and performance. Instead of minimizing measures between the predicted probability distribution and true distribution, we use error-correcting codes to represent both predictions and outputs. Secondly, we propose multiple ways to improve accuracy and convergence rates by maximizing the separability between codes that correspond to classes proportional to word embedding similarities. Lastly, we introduce our main contribution called \textit{Latent Variable Mixture Sampling}, a technique that is used to mitigate exposure bias, which can be integrated into training latent variable-based neural sequence predictors such as ECOC. This involves mixing the latent codes of past predictions and past targets in one of two ways: (1) according to a predefined sampling schedule or (2) a differentiable sampling procedure whereby the mixing probability is learned throughout training by replacing the greedy argmax operation with a smooth approximation. ECOC-NSP leads to consistent improvements on language modelling datasets and the proposed Latent Variable mixture sampling methods are found to perform well for text generation tasks such as image captioning.

📄 PDF Abstract BibTeX arXiv:1901.07002

Code (0)

등록된 구현이 없습니다.

Tasks

Image CaptioningLanguage ModellingPredictionText Generation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Error-Correcting Codes For Approximate Neural Sequence Prediction

2021-11-16 · ACL ARR November 2021 11 · Anonymous

We propose a novel neural sequence prediction method based on \textit{error-correcting codes} that avoids exact softmax normalization and allows for a tradeoff between speed and performance. Error-correcting codes repres…

Language ModelingLanguage ModellingPredictionText Generation

Gated Transformer for Robust De-noised Sequence-to-Sequence Modelling

2021-11-01 · Findings (EMNLP) 2021 11 · Ayan Sengupta, Amit Kumar, Sourabh Kumar Bhattacharjee, Suman Roy

Robust sequence-to-sequence modelling is an essential task in the real world where the inputs are often noisy. Both user-generated and machine generated inputs contain various kinds of noises in the form of spelling mist…

DecoderMachine TranslationTranslation

DNA data storage, sequencing data-carrying DNA

2022-05-11 · Jasmine Quah, Omer Sella, Thomas Heinis

DNA is a leading candidate as the next archival storage media due to its density, durability and sustainability. To read (and write) data DNA storage exploits technology that has been developed over decades to sequence n…

Model Compression

Hand Action Detection from Ego-centric Depth Sequences with Error-correcting Hough Transform

2016-06-07 · Chi Xu, Lakshmi Narasimhan Govindarajan, Li Cheng

Detecting hand actions from ego-centric depth sequences is a practically challenging problem, owing mostly to the complex and dexterous nature of hand articulations as well as non-stationary camera motion. We address thi…

Action DetectionAction RecognitionTemporal Action Localization

LLM-Guided Search for Deletion-Correcting Codes

2025-04-01 · Franziska Weindel, Reinhard Heckel

Finding deletion-correcting codes of maximum size has been an open problem for over 70 years, even for a single deletion. In this paper, we propose a novel approach for constructing deletion-correcting codes. A code is a…

Large Language Model