paper-with-me

홈 › Papers

Differentiable Window for Dynamic Local Attention

2020-06-24 · ACL 2020 6 · Thanh-Tung Nguyen, Xuan-Phi Nguyen, Shafiq Joty, Xiao-Li Li

We propose Differentiable Window, a new neural module and general purpose component for dynamic window selection. While universally applicable, we demonstrate a compelling use case of utilizing Differentiable Window to improve standard attention modules by enabling more focused attentions over the input regions. We propose two variants of Differentiable Window, and integrate them within the Transformer architecture in two novel ways. We evaluate our proposed approach on a myriad of NLP tasks, including machine translation, sentiment analysis, subject-verb agreement and language modeling. Our experimental results demonstrate consistent and sizable improvements across all tasks.

📄 PDF Abstract BibTeX arXiv:2006.13561

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingMachine TranslationSentiment AnalysisTranslation

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 설명 없음
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…
Multi-Head Attention 설명 없음
Adam 설명 없음
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 제목 키워드 기반

Learning When Not to Attend Globally

2025-12-27 · Xuan Luo, Kailai Zhang, Xifeng Yan arxiv

When reading books, humans focus primarily on the current page, flipping back to recap prior context only when necessary. Similarly, we demonstrate that Large Language Models (LLMs) can learn to dynamically determine whe…

Sparse Sinkhorn Attention

2020-02-26 · ICML 2020 1 · Yi Tay, Dara Bahri, Liu Yang, Donald Metzler 외

We propose Sparse Sinkhorn Attention, a new efficient and sparse method for learning to attend. Our method is based on differentiable sorting of internal representations. Concretely, we introduce a meta sorting network t…

Document ClassificationImage GenerationLanguage ModelingLanguage Modelling+1

Deep Joint Entity Disambiguation with Local Neural Attention

2017-04-17 · EMNLP 2017 9 · Octavian-Eugen Ganea, Thomas Hofmann

We propose a novel deep learning model for joint document-level entity disambiguation, which leverages learned neural representations. Key components are entity embeddings, a neural attention mechanism over local context…

Deep LearningEntity Disambiguation

Looking Beyond the Window: Global-Local Aligned CLIP for Training-free Open-Vocabulary Semantic Segmentation

2026-03-24 · ByeongCheol Lee, Hyun Seok Seong, Sangeek Hyun, Gilhan Park 외 arxiv

A sliding-window inference strategy is commonly adopted in recent training-free open-vocabulary semantic segmentation methods to overcome limitation of the CLIP in processing high-resolution images. However, this approac…

Semantic Segmentation

On the Connection between Local Attention and Dynamic Depth-wise Convolution

2021-06-08 · ICLR 2022 4 · Qi Han, Zejia Fan, Qi Dai, Lei Sun 외

Vision Transformer (ViT) attains state-of-the-art performance in visual recognition, and the variant, Local Vision Transformer, makes further improvements. The major component in Local Vision Transformer, local attention…

object-detectionObject DetectionPositionSemantic Segmentation