Papers › PoNet: Pooling Network for Efficient Token Mixing in Long Sequences

PoNet: Pooling Network for Efficient Token Mixing in Long Sequences

6 Oct 2021ICLR 2022 4arXiv:2110.02442archive 2025-07-28

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.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2110.02442")

Code

Syntology Ran 0 of 11 code samples harvested from 1 repository linked to this paper; 11 have no recorded run.

By repository: found in paper text by Syntology: 11 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

lxchtan/ponet officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 0 ran; 0 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

11unverified

Licence: 11 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from erksch/fnet-pytorch. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

concat_lines_until_max erksch/fnet-pytorch/training/data_preparation.py found in paper text by Syntology unverified MIT recorded; this copy not marked cleared · pointer only · 7a5d3cdb6ed5812d · report
convert_encoder erksch/fnet-pytorch/convert_jax_checkpoint.py found in paper text by Syntology unverified MIT recorded; this copy not marked cleared · pointer only · aed785e96913727a · report
get_config_from_statedict erksch/fnet-pytorch/fnet.py found in paper text by Syntology unverified MIT recorded; this copy not marked cleared · pointer only · eb505d6b0c682ecf · report
get_hits erksch/fnet-pytorch/training/pretraining.py found in paper text by Syntology unverified MIT recorded; this copy not marked cleared · pointer only · b4a5c940a3986725 · report
get_input erksch/fnet-pytorch/verify_conversion.py found in paper text by Syntology unverified MIT recorded; this copy not marked cleared · pointer only · 5eccccd396511ac2 · report
get_loss erksch/fnet-pytorch/training/pretraining.py found in paper text by Syntology unverified MIT recorded; this copy not marked cleared · pointer only · 8f2cc35ebde28dfb · report
jax_init_params erksch/fnet-pytorch/verify_conversion.py found in paper text by Syntology unverified MIT recorded; this copy not marked cleared · pointer only · afb6a62075edd740 · report
load_config erksch/fnet-pytorch/training/load_config.py found in paper text by Syntology unverified MIT recorded; this copy not marked cleared · pointer only · b25c0106e8a92528 · report
load_jax_checkpoint erksch/fnet-pytorch/convert_jax_checkpoint.py found in paper text by Syntology unverified MIT recorded; this copy not marked cleared · pointer only · aafd51fb0aa641e2 · report
samples_to_batch erksch/fnet-pytorch/training/data_preparation.py found in paper text by Syntology unverified MIT recorded; this copy not marked cleared · pointer only · 8b2a4406d6a846ad · report
to_torch erksch/fnet-pytorch/convert_jax_checkpoint.py found in paper text by Syntology unverified MIT recorded; this copy not marked cleared · pointer only · 7fb57f0edc23a95b · report

Tasks

Transfer Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionAttention DropoutBERTBPEDense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerLinear Warmup With Linear DecayMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformerWeight DecayWordPiece

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections