paper-with-me

Papers

WavSpA: Wavelet Space Attention for Boosting Transformers' Long Sequence Learning Ability

2022-10-05 · Yufan Zhuang, Zihan Wang, Fangbo Tao, Jingbo Shang

Transformer and its variants are fundamental neural architectures in deep learning. Recent works show that learning attention in the Fourier space can improve the long sequence learning capability of Transformers. We argue that wavelet transform shall be a better choice because it captures both position and frequency information with linear time complexity. Therefore, in this paper, we systematically study the synergy between wavelet transform and Transformers. We propose Wavelet Space Attention (WavSpA) that facilitates attention learning in a learnable wavelet coefficient space which replaces the attention in Transformers by (1) applying forward wavelet transform to project the input sequences to multi-resolution bases, (2) conducting attention learning in the wavelet coefficient space, and (3) reconstructing the representation in input space via backward wavelet transform. Extensive experiments on the Long Range Arena demonstrate that learning attention in the wavelet space using either fixed or adaptive wavelets can consistently improve Transformer's performance and also significantly outperform learning in Fourier space. We further show our method can enhance Transformer's reasoning extrapolation capability over distance on the LEGO chain-of-reasoning task.

📄 PDF Abstract BibTeX arXiv:2210.01989

Code (1)

EvanZhuang/wavspa jax

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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…
Adam 설명 없음

Similar Papers 제목 키워드 기반

FEWT: Improving Humanoid Robot Perception with Frequency-Enhanced Wavelet-based Transformers

2025-09-14 · Jiaxin Huang, Hanyu Liu, Yunsheng Ma, Jian Shen 외 arxiv

The embodied intelligence bridges the physical world and information space. As its typical physical embodiment, humanoid robots have shown great promise through robot learning algorithms in recent years. In this study, a…

Multiscale Attention via Wavelet Neural Operators for Vision Transformers

2023-03-22 · Anahita Nekoozadeh, Mohammad Reza Ahmadzadeh, Zahra Mardani

Transformers have achieved widespread success in computer vision. At their heart, there is a Self-Attention (SA) mechanism, an inductive bias that associates each token in the input with every other token through a weigh…

Inductive BiasOperator learning

Wavelet Decomposition of Gradient Boosting

2018-05-07 · Shai Dekel, Oren Elisha, Ohad Morgan

In this paper we introduce a significant improvement to the popular tree-based Stochastic Gradient Boosting algorithm using a wavelet decomposition of the trees. This approach is based on harmonic analysis and approximat…

Multi-Scale Wavelet Transformers for Operator Learning of Dynamical Systems

2026-02-01 · Xuesong Wang, Michael Groom, Rafael Oliveira, He Zhao 외 arxiv

Recent years have seen a surge in data-driven surrogates for dynamical systems that can be orders of magnitude faster than numerical solvers. However, many machine learning-based models such as neural operators exhibit s…

Weather Forecasting

WaveRoRA: Wavelet Rotary Route Attention for Multivariate Time Series Forecasting

2024-10-30 · Aobo Liang, Yan Sun, Nadra Guizani

In recent years, Transformer-based models (Transformers) have achieved significant success in multivariate time series forecasting (MTSF). However, previous works focus on extracting features either from the time domain …

Multivariate Time Series ForecastingTime SeriesTime Series Forecasting