paper-with-me

Papers

EIT: Enhanced Interactive Transformer

2022-12-20 · Tong Zheng, Bei Li, Huiwen Bao, Tong Xiao, Jingbo Zhu

Two principles: the complementary principle and the consensus principle are widely acknowledged in the literature of multi-view learning. However, the current design of multi-head self-attention, an instance of multi-view learning, prioritizes the complementarity while ignoring the consensus. To address this problem, we propose an enhanced multi-head self-attention (EMHA). First, to satisfy the complementary principle, EMHA removes the one-to-one mapping constraint among queries and keys in multiple subspaces and allows each query to attend to multiple keys. On top of that, we develop a method to fully encourage consensus among heads by introducing two interaction models, namely inner-subspace interaction and cross-subspace interaction. Extensive experiments on a wide range of language tasks (e.g., machine translation, abstractive summarization and grammar correction, language modeling), show its superiority, with a very modest increase in model size. Our code would be available at: https://github.com/zhengkid/EIT-Enhanced-Interactive-Transformer.

📄 PDF Abstract BibTeX arXiv:2212.10197

Code (2)

zhengkid/eit-enhanced-interactive-transformer 공식 구현
uakarsh/Eit-Enhanced-Interactive-Transformer pytorch

Tasks

Abstractive Text SummarizationLanguage ModelingLanguage ModellingMachine TranslationMULTI-VIEW LEARNINGTranslation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
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…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

InterpreT: An Interactive Visualization Tool for Interpreting Transformers

2021-04-01 · EACL 2021 2 · Vasudev Lal, Arden Ma, Estelle Aflalo, Phillip Howard 외

With the increasingly widespread use of Transformer-based models for NLU/NLP tasks, there is growing interest in understanding the inner workings of these models, why they are so effective at a wide range of tasks, and h…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Sentiment Analysis

Interactive Gadolinium-Free MRI Synthesis: A Transformer with Localization Prompt Learning

2025-03-03 · Linhao Li, Changhui Su, Yu Guo, Huimao Zhang 외

Contrast-enhanced magnetic resonance imaging (CE-MRI) is crucial for tumor detection and diagnosis, but the use of gadolinium-based contrast agents (GBCAs) in clinical settings raises safety concerns due to potential hea…

DiagnosticPrompt Learning

An interactive enhanced driving dataset for autonomous driving

2026-02-24 · Haojie Feng, Peizhi Zhang, Mengjie Tian, Xinrui Zhang 외 arxiv

The evolution of autonomous driving towards full automation demands robust interactive capabilities; however, the development of Vision-Language-Action (VLA) models is constrained by the sparsity of interactive scenarios…

Autonomous Driving

ESP-PCT: Enhanced VR Semantic Performance through Efficient Compression of Temporal and Spatial Redundancies in Point Cloud Transformers

2024-09-02 · Luoyu MEI, Yun Cheng, Ruofeng Liu, Zhimeng Yin 외

Semantic recognition is pivotal in virtual reality (VR) applications, enabling immersive and interactive experiences. A promising approach is utilizing millimeter-wave (mmWave) signals to generate point clouds. However, …

Knowledge-Enhanced Hierarchical Graph Transformer Network for Multi-Behavior Recommendation

2021-10-08 · Lianghao Xia, Chao Huang, Yong Xu, Peng Dai 외

Accurate user and item embedding learning is crucial for modern recommender systems. However, most existing recommendation techniques have thus far focused on modeling users' preferences over singular type of user-item i…

Graph AttentionRecommendation Systems