← Search

Tam Minh Nguyen

6 accepted papers

2023

A Primal-Dual Framework for Transformers and Neural Networks

ICLR 2023top-25%

Self-attention is key to the remarkable success of transformers in sequence modeling tasks including many applications in natural language processing and computer vision. Like neural network layers, these attention mechanisms are often developed by heuristics and experience. To provide a principled…

Cited by 18SourcePDFScholar
2023

Mitigating Over-smoothing in Transformers via Regularized Nonlocal Functionals

NeurIPS 2023poster

Transformers have achieved remarkable success in a wide range of natural language processing and computer vision applications. However, the representation capacity of a deep transformer model is degraded due to the over-smoothing issue in which the token representations become identical when the mod…

Cited by 12SourcePDFScholar
2022

FourierFormer: Transformer Meets Generalized Fourier Integral Theorem

NeurIPS 2022accept

Multi-head attention empowers the recent success of transformers, the state-of-the-art models that have achieved remarkable success in sequence modeling and beyond. These attention mechanisms compute the pairwise dot products between the queries and keys, which results from the use of unnormalized G…

Cited by 41SourcePDFScholar
2022

Improving Transformer with an Admixture of Attention Heads

NeurIPS 2022accept

Transformers with multi-head self-attention have achieved remarkable success in sequence modeling and beyond. However, they suffer from high computational and memory complexities for computing the attention matrix at each head. Recently, it has been shown that those attention matrices lie on a low-d…

Cited by 29SourcePDFScholar
2022

Improving Transformers with Probabilistic Attention Keys

ICML 2022spotlight

Multi-head attention is a driving force behind state-of-the-art transformers, which achieve remarkable performance across a variety of natural language processing (NLP) and computer vision tasks. It has been observed that for many applications, those attention heads learn redundant embedding, and mo…