paper-with-me

Papers

Transformers with convolutional context for ASR

2019-04-26 · Abdelrahman Mohamed, Dmytro Okhonko, Luke Zettlemoyer

The recent success of transformer networks for neural machine translation and other NLP tasks has led to a surge in research work trying to apply it for speech recognition. Recent efforts studied key research questions around ways of combining positional embedding with speech features, and stability of optimization for large scale learning of transformer networks. In this paper, we propose replacing the sinusoidal positional embedding for transformers with convolutionally learned input representations. These contextual representations provide subsequent transformer blocks with relative positional information needed for discovering long-range relationships between local concepts. The proposed system has favorable optimization characteristics where our reported results are produced with fixed learning rate of 1.0 and no warmup steps. The proposed model achieves a competitive 4.7% and 12.9% WER on the Librispeech `test clean'' and `test other'' subsets when no extra LM text is provided.

📄 PDF Abstract BibTeX arXiv:1904.11660

Code (4)

George0828Zhang/simulst pytorch
insop/pytorch-hackathon pytorch
sooftware/Fairseq-Listen-Attend-Spell pytorch
sooftware/OpenSpeech pytorch

Tasks

Image ClassificationMachine Translationspeech-recognitionSpeech RecognitionTranslation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

CvT: Introducing Convolutions to Vision Transformers

2021-03-29 · ICCV 2021 10 · Haiping Wu, Bin Xiao, Noel Codella, Mengchen Liu 외

We present in this paper a new architecture, named Convolutional vision Transformer (CvT), that improves Vision Transformer (ViT) in performance and efficiency by introducing convolutions into ViT to yield the best of bo…

Image Classification

On Convolutional Vision Transformers for Yield Prediction

2024-02-08 · Alvin Inderka, Florian Huber, Volker Steinhage

While a variety of methods offer good yield prediction on histogrammed remote sensing data, vision Transformers are only sparsely represented in the literature. The Convolution vision Transformer (CvT) is being tested to…

Prediction

Enhancing compact convolutional transformers with super attention

2025-08-26 · Simpenzwe Honore Leandre, Natenaile Asmamaw Shiferaw, Dillip Rout arxiv

In this paper, we propose a vision model that adopts token mixing, sequence-pooling, and convolutional tokenizers to achieve state-of-the-art performance and efficient inference in fixed context-length tasks. In the CIFA…

Data Augmentation

Medical Image Segmentation via Cascaded Attention Decoding

2023-01-03 · Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV) 2023 1 · Md Mostafijur Rahman, Radu Marculescu

Transformers have shown great promise in medical image segmentation due to their ability to capture long-range dependencies through self-attention. However, they lack the ability to learn the local (contextual) relations…

DecoderImage SegmentationMedical Image SegmentationPolyp Segmentation+1

Cost Aggregation with 4D Convolutional Swin Transformer for Few-Shot Segmentation

2022-07-22 · Sunghwan Hong, Seokju Cho, Jisu Nam, Stephen Lin 외

This paper presents a novel cost aggregation network, called Volumetric Aggregation with Transformers (VAT), for few-shot segmentation. The use of transformers can benefit correlation map aggregation through self-attenti…

DecoderFew-Shot Semantic SegmentationInductive BiasSemantic correspondence