paper-with-me

홈 › Papers

PoNet: Pooling Network for Efficient Token Mixing in Long Sequences

2021-10-06 · ICLR 2022 4 · Chao-Hong Tan, Qian Chen, Wen Wang, Qinglin Zhang, Siqi Zheng, Zhen-Hua Ling

Transformer-based models have achieved great success in various NLP, vision, and speech tasks. However, the core of Transformer, the self-attention mechanism, has a quadratic time and memory complexity with respect to the sequence length, which hinders applications of Transformer-based models to long sequences. Many approaches have been proposed to mitigate this problem, such as sparse attention mechanisms, low-rank matrix approximations and scalable kernels, and token mixing alternatives to self-attention. We propose a novel Pooling Network (PoNet) for token mixing in long sequences with linear complexity. We design multi-granularity pooling and pooling fusion to capture different levels of contextual information and combine their interactions with tokens. On the Long Range Arena benchmark, PoNet significantly outperforms Transformer and achieves competitive accuracy, while being only slightly slower than the fastest model, FNet, across all sequence lengths measured on GPUs. We also conduct systematic studies on the transfer learning capability of PoNet and observe that PoNet achieves 95.7% of the accuracy of BERT on the GLUE benchmark, outperforming FNet by 4.5% relative. Comprehensive ablation analysis demonstrates effectiveness of the designed multi-granularity pooling and pooling fusion for token mixing in long sequences and efficacy of the designed pre-training tasks for PoNet to learn transferable contextualized language representations.

📄 PDF Abstract BibTeX arXiv:2110.02442

Code (1)

lxchtan/ponet 공식 구현 pytorch

Tasks

Transfer Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Weight Decay 설명 없음
WordPiece 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

DON-LSTM: Multi-Resolution Learning with DeepONets and Long Short-Term Memory Neural Networks

2023-10-03 · Katarzyna Michałowska, Somdatta Goswami, George Em Karniadakis, Signe Riemer-Sørensen

Deep operator networks (DeepONets, DONs) offer a distinct advantage over traditional neural networks in their ability to be trained on multi-resolution data. This property becomes especially relevant in real-world scenar…

Mixing Times of Glauber Dynamics on Masked Language Models

2026-05-11 · Suvadip Sana, Sami Wolf, Neer Mehta, Alina Shah 외 arxiv

Masked language models (MLMs) define local conditional distributions over tokens but do not, in general, correspond to any consistent joint distribution over sequences. This raises a fundamental question: what global dis…

SFANet: Spatial-Frequency Attention Network for Weather Forecasting

2024-05-29 · Jiaze Wang, Hao Chen, Hongcan Xu, Jinpeng Li 외

Weather forecasting plays a critical role in various sectors, driving decision-making and risk management. However, traditional methods often struggle to capture the complex dynamics of meteorological systems, particular…

Decision MakingWeather Forecasting

Unmixing-Guided Spatial-Spectral Mamba with Clustering Tokens for Hyperspectral Image Classification

2026-04-10 · Yimin Zhu, Lincoln Linlin Xu arxiv

Although hyperspectral image (HSI) classification is critical for supporting various environmental applications, it is a challenging task due to the spectral-mixture effect, the spatial-spectral heterogeneity and the dif…

Hyperspectral Image Classification

MTM: A Multi-Scale Token Mixing Transformer for Irregular Multivariate Time Series Classification

2025-09-22 · Shuhan Zhong, Weipeng Zhuo, Sizhe Song, Guanyao Li 외 arxiv

Irregular multivariate time series (IMTS) is characterized by the lack of synchronized observations across its different channels. In this paper, we point out that this channel-wise asynchrony can lead to poor channel-wi…

Time Series Classification