paper-with-me

Papers

Transformers perform adaptive partial pooling

2026-02-03 · Vsevolod Kapatsinski arxiv

Any language model must decide what to say in novel contexts based on information from similar contexts. But what about contexts that are not novel but merely infrequent? In hierarchical regression, the model's predictions for behavior in a context are affected by observations from similar contexts to the extent that 1) the current context is infrequent and 2) different contexts behave similarly. This is called adaptive partial pooling. This paper shows that next-word predictions of a transformer (GPT2) are affected by observations from outside the current context, but this pooling reduces with more training. Pooling is affected by context frequency, context number (type frequency) and context variability in a qualitatively similar way to hierarchical regression. However, there is a "sweet spot" in training at which the transformer best matches the behavior of hierarchical regression. This is the point at which the effect of context frequency on pooling is at maximum.

📄 PDF Abstract BibTeX arXiv:2602.03980

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Adaptive Transformers in RL

2020-04-08 · Shakti Kumar, Jerrod Parker, Panteha Naderian

Recent developments in Transformers have opened new interesting areas of research in partially observable reinforcement learning tasks. Results from late 2019 showed that Transformers are able to outperform LSTMs on both…

Partially Observable Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

PPT: Token Pruning and Pooling for Efficient Vision Transformers

2023-10-03 · Xinjian Wu, Fanhu Zeng, Xiudong Wang, Xinghao Chen

Vision Transformers (ViTs) have emerged as powerful models in the field of computer vision, delivering superior performance across various vision tasks. However, the high computational complexity poses a significant barr…

Efficient ViTs

Convolutional Neural Networks for Time-dependent Classification of Variable-length Time Series

2022-07-08 · Azusa Sawada, Taiki Miyagawa, Akinori F. Ebihara, Shoji Yachida 외

Time series data are often obtained only within a limited time range due to interruptions during observation process. To classify such partial time series, we need to account for 1) the variable-length data drawn from 2)…

Time SeriesTime Series Analysis

ConvFormer: Plug-and-Play CNN-Style Transformers for Improving Medical Image Segmentation

2023-09-09 · Xian lin, Zengqiang Yan, Xianbo Deng, Chuansheng Zheng 외

Transformers have been extensively studied in medical image segmentation to build pairwise long-range dependence. Yet, relatively limited well-annotated medical image data makes transformers struggle to extract diverse g…

Image SegmentationMedical Image SegmentationSemantic Segmentation

Keep It SimPool: Who Said Supervised Transformers Suffer from Attention Deficit?

2023-09-13 · ICCV 2023 1 · Bill Psomas, Ioannis Kakogeorgiou, Konstantinos Karantzalos, Yannis Avrithis

Convolutional networks and vision transformers have different forms of pairwise interactions, pooling across layers and pooling at the end of the network. Does the latter really need to be different? As a by-product of p…

Image ClassificationImage RetrievalMetric LearningObject Discovery+3