paper-with-me

홈 › Papers

Understanding attention-based encoder-decoder networks: a case study with chess scoresheet recognition

2024-04-23 · Sergio Y. Hayashi, Nina S. T. Hirata

Deep neural networks are largely used for complex prediction tasks. There is plenty of empirical evidence of their successful end-to-end training for a diversity of tasks. Success is often measured based solely on the final performance of the trained network, and explanations on when, why and how they work are less emphasized. In this paper we study encoder-decoder recurrent neural networks with attention mechanisms for the task of reading handwritten chess scoresheets. Rather than prediction performance, our concern is to better understand how learning occurs in these type of networks. We characterize the task in terms of three subtasks, namely input-output alignment, sequential pattern recognition, and handwriting recognition, and experimentally investigate which factors affect their learning. We identify competition, collaboration and dependence relations between the subtasks, and argue that such knowledge might help one to better balance factors to properly train a network.

📄 PDF Abstract BibTeX arXiv:2406.06538

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderDiversityHandwriting Recognition

Similar Papers 제목 키워드 기반

Encoder-decoder with Focus-mechanism for Sequence Labelling Based Spoken Language Understanding

2016-08-06 · Su Zhu, Kai Yu

This paper investigates the framework of encoder-decoder with attention for sequence labelling based spoken language understanding. We introduce Bidirectional Long Short Term Memory - Long Short Term Memory networks (BLS…

Decoderspeech-recognitionSpeech RecognitionSpoken Language Understanding

CTRAN: CNN-Transformer-based Network for Natural Language Understanding

2023-03-19 · Mehrdad Rafiepour, Javad Salimi Sartakhti

Intent-detection and slot-filling are the two main tasks in natural language understanding. In this study, we propose CTRAN, a novel encoder-decoder CNN-Transformer-based architecture for intent-detection and slot-fillin…

DecoderIntent DetectionLanguage ModelingLanguage Modelling+4

Review Networks for Caption Generation

2016-05-25 · NeurIPS 2016 12 · Zhilin Yang, Ye Yuan, Yuexin Wu, Ruslan Salakhutdinov 외

We propose a novel extension of the encoder-decoder framework, called a review network. The review network is generic and can enhance any existing encoder- decoder model: in this paper, we consider RNN decoders with both…

Caption GenerationDecoderImage Captioning

Understanding How Encoder-Decoder Architectures Attend

2021-10-28 · NeurIPS 2021 12 · Kyle Aitken, Vinay V Ramasesh, Yuan Cao, Niru Maheswaranathan

Encoder-decoder networks with attention have proven to be a powerful way to solve many sequence-to-sequence tasks. In these networks, attention aligns encoder and decoder states and is often used for visualizing network …

Decoder

Attention as a Guide for Simultaneous Speech Translation

2022-12-15 · Sara Papi, Matteo Negri, Marco Turchi

The study of the attention mechanism has sparked interest in many fields, such as language modeling and machine translation. Although its patterns have been exploited to perform different tasks, from neural network under…

DecoderLanguage ModelingLanguage ModellingMachine Translation+1