paper-with-me

Papers

Improving the Behaviour of Vision Transformers with Token-consistent Stochastic Layers

2021-12-30 · Nikola Popovic, Danda Pani Paudel, Thomas Probst, Luc van Gool

We introduce token-consistent stochastic layers in vision transformers, without causing any severe drop in performance. The added stochasticity improves network calibration, robustness and strengthens privacy. We use linear layers with token-consistent stochastic parameters inside the multilayer perceptron blocks, without altering the architecture of the transformer. The stochastic parameters are sampled from the uniform distribution, both during training and inference. The applied linear operations preserve the topological structure, formed by the set of tokens passing through the shared multilayer perceptron. This operation encourages the learning of the recognition task to rely on the topological structures of the tokens, instead of their values, which in turn offers the desired robustness and privacy of the visual features. The effectiveness of the token-consistent stochasticity is demonstrated on three different applications, namely, network calibration, adversarial robustness, and feature privacy, by boosting the performance of the respective established baselines.

📄 PDF Abstract BibTeX arXiv:2112.15111

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial RobustnessTransfer Learning

Similar Papers 제목 키워드 기반

Random Quadratic Form on a Sphere: Synchronization by Common Noise

2026-03-06 · Maximilian Engel, Anna Shalova arxiv

We introduce the Random Quadratic Form (RQF): a stochastic differential equation which formally corresponds to the gradient flow of a random quadratic functional on a sphere. While the one-point dynamics of the system is…

Sub-token ViT Embedding via Stochastic Resonance Transformers

2023-10-06 · Dong Lao, Yangchao Wu, Tian Yu Liu, Alex Wong 외

Vision Transformer (ViT) architectures represent images as collections of high-dimensional vectorized tokens, each corresponding to a rectangular non-overlapping patch. This representation trades spatial granularity for …

Depth EstimationDepth PredictionImage RetrievalObject Discovery+5

Keypoint Action Tokens Enable In-Context Imitation Learning in Robotics

2024-03-28 · Norman Di Palo, Edward Johns

We show that off-the-shelf text-based Transformers, with no additional training, can perform few-shot in-context visual imitation learning, mapping visual observations to action sequences that emulate the demonstrator's …

Imitation Learning

Dynamic Token Normalization Improves Vision Transformers

2021-12-05 · ICLR 2022 4 · Wenqi Shao, Yixiao Ge, Zhaoyang Zhang, Xuyuan Xu 외

Vision Transformer (ViT) and its variants (e.g., Swin, PVT) have achieved great success in various computer vision tasks, owing to their capability to learn long-range contextual information. Layer Normalization (LN) is …

Inductive BiasListOpsobject-detectionObject Detection

Rényi Entropy: A New Token Pruning Metric for Vision Transformers

2026-03-29 · Wei-Yuan Su, Ruijie Zhang, Zheng Zhang arxiv

Vision Transformers (ViTs) achieve state-of-the-art performance but suffer from the $O(N^2)$ complexity of self-attention, making inference costly for high-resolution inputs. To address this bottleneck, token pruning has…