paper-with-me

Papers

On Separate Normalization in Self-supervised Transformers

2023-09-22 · NeurIPS 2023 11 · Xiaohui Chen, Yinkai Wang, Yuanqi Du, Soha Hassoun, Li-Ping Liu

Self-supervised training methods for transformers have demonstrated remarkable performance across various domains. Previous transformer-based models, such as masked autoencoders (MAE), typically utilize a single normalization layer for both the [CLS] symbol and the tokens. We propose in this paper a simple modification that employs separate normalization layers for the tokens and the [CLS] symbol to better capture their distinct characteristics and enhance downstream task performance. Our method aims to alleviate the potential negative effects of using the same normalization statistics for both token types, which may not be optimally aligned with their individual roles. We empirically show that by utilizing a separate normalization layer, the [CLS] embeddings can better encode the global contextual information and are distributed more uniformly in its anisotropic space. When replacing the conventional normalization layer with the two separate layers, we observe an average 2.7% performance improvement over the image, natural language, and graph domains.

📄 PDF Abstract BibTeX arXiv:2309.12931

Code (1)

tufts-ml/SepNorm 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Transformers without Normalization

2025-03-13 · CVPR 2025 1 · Jiachen Zhu, Xinlei Chen, Kaiming He, Yann Lecun 외

Normalization layers are ubiquitous in modern neural networks and have long been considered essential. This work demonstrates that Transformers without normalization can achieve the same or better performance using a rem…

Self-Supervised Learning

Looped Transformers with Layer Normalization Provably Learn the Power Method

2026-05-30 · Lyumin Wu, Chenyang Zhang, Yuan Cao arxiv

Transformers have achieved remarkable success across a wide range of applications, and a growing body of work suggests that part of their strength comes from their ability to learn and execute algorithmic procedures. How…

SeeDNorm: Self-Rescaled Dynamic Normalization

2025-10-26 · Wenrui Cai, Defa Zhu, Qingjie Liu, Qiyang Min arxiv

Normalization layer constitutes an essential component in neural networks. In transformers, the predominantly used RMSNorm constrains vectors to a unit hypersphere, followed by dimension-wise rescaling through a learnabl…

Betrayed by Attention: A Simple yet Effective Approach for Self-supervised Video Object Segmentation

2023-11-29 · Shuangrui Ding, Rui Qian, Haohang Xu, Dahua Lin 외

In this paper, we propose a simple yet effective approach for self-supervised video object segmentation (VOS). Our key insight is that the inherent structural dependencies present in DINO-pretrained Transformers can be l…

ClusteringObjectObject DiscoverySegmentation+4

Mamba-ST: State Space Model for Efficient Style Transfer

2024-09-16 · IEEE/CVF Winter Conference on Applications of Computer Vision (WACV) 2025 2 · Filippo Botti, Alex Ergasti, Leonardo Rossi, Tomaso Fontanini 외

The goal of style transfer is, given a content image and a style source, generating a new image preserving the content but with the artistic representation of the style source. Most of the state-of-the-art architectures …

MambaStyle Transfer