paper-with-me

홈 › Papers

QANet: Combining Local Convolution with Global Self-Attention for Reading Comprehension

2018-04-23 · ICLR 2018 1 · Adams Wei Yu, David Dohan, Minh-Thang Luong, Rui Zhao, Kai Chen, Mohammad Norouzi, Quoc V. Le

Current end-to-end machine reading and question answering (Q\&A) models are primarily based on recurrent neural networks (RNNs) with attention. Despite their success, these models are often slow for both training and inference due to the sequential nature of RNNs. We propose a new Q\&A architecture called QANet, which does not require recurrent networks: Its encoder consists exclusively of convolution and self-attention, where convolution models local interactions and self-attention models global interactions. On the SQuAD dataset, our model is 3x to 13x faster in training and 4x to 9x faster in inference, while achieving equivalent accuracy to recurrent models. The speed-up gain allows us to train the model with much more data. We hence combine our model with data generated by backtranslation from a neural machine translation model. On the SQuAD dataset, our single model, trained with augmented data, achieves 84.6 F1 score on the test set, which is significantly better than the best published F1 score of 81.8.

📄 PDF Abstract BibTeX arXiv:1804.09541

Code (15)

BangLiu/QANet-PyTorch pytorch
Francois-Aubet/EQuANt tf
TSLNIHAOGIT/QANet_keras_debug tf
Tao-Mind/QDD_Net tf
ajoshi80/QANet pytorch
allenai/allennlp-reading-comprehension
andy840314/QANet-pytorch- pytorch
annaorosz/my_qanet_implementation tf
benywon/ComQA pytorch
ewrfcas/QANet_keras tf
lottens/QA-SQuAD pytorch
mirbostani/QA-KD-AL pytorch
ni9elf/QANet tf
shikhar1sharma/NLP-Resources
yuriak/PPDAI tf

Tasks

Machine TranslationQuestion AnsweringReading ComprehensionTranslation

Methods 이 논문이 사용한 방법론

How can I recover my Cash App account? Immediate Recovery process 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Searching for TrioNet: Combining Convolution with Local and Global Self-Attention

2021-11-15 · Huaijin Pi, Huiyu Wang, Yingwei Li, Zizhang Li 외

Recently, self-attention operators have shown superior performance as a stand-alone building block for vision models. However, existing self-attention models are often hand-designed, modified from CNNs, and obtained by s…

Neural Architecture Search

MonoViT: Self-Supervised Monocular Depth Estimation with a Vision Transformer

2022-08-06 · Chaoqiang Zhao, Youmin Zhang, Matteo Poggi, Fabio Tosi 외

Self-supervised monocular depth estimation is an attractive solution that does not require hard-to-source depth labels for training. Convolutional neural networks (CNNs) have recently achieved great success in this task.…

Depth EstimationDepth PredictionMonocular Depth EstimationUnsupervised Monocular Depth Estimation

QANet -- Quality Assurance Network for Image Segmentation

2019-04-09 · Assaf Arbelle, Eliav Elul, Tammy Riklin Raviv

We introduce a novel Deep Learning framework, which quantitatively estimates image segmentation quality without the need for human inspection or labeling. We refer to this method as a Quality Assurance Network -- QANet. …

Cell SegmentationImage SegmentationInstance SegmentationSegmentation+1

E-Branchformer: Branchformer with Enhanced merging for speech recognition

2022-09-30 · Kwangyoun Kim, Felix Wu, Yifan Peng, Jing Pan 외

Conformer, combining convolution and self-attention sequentially to capture both local and global information, has shown remarkable performance and is currently regarded as the state-of-the-art for automatic speech recog…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

MAX-AST: COMBINING CONVOLUTION, LOCAL AND GLOBAL SELF-ATTENTIONS FOR AUDIO EVENT CLASSIFICATION

2024-04-14 · ICASSP 2024 4 · Tony Alex, Sara Ahmed, Armin Mustafa, Muhammad Awais 외

In the domain of audio transformer architectures, prior research has extensively investigated isotropic architectures that capture the global context through full self-attention and hierarchical architectures that prog…

Audio Classification