SERE: Exploring Feature Self-relation for Self-supervised Transformer

10 Jun 2022  ·  Zhong-Yu Li, ShangHua Gao, Ming-Ming Cheng ·

Learning representations with self-supervision for convolutional networks (CNN) has been validated to be effective for vision tasks. As an alternative to CNN, vision transformers (ViT) have strong representation ability with spatial self-attention and channel-level feedforward networks. Recent works reveal that self-supervised learning helps unleash the great potential of ViT. Still, most works follow self-supervised strategies designed for CNN, e.g., instance-level discrimination of samples, but they ignore the properties of ViT. We observe that relational modeling on spatial and channel dimensions distinguishes ViT from other networks. To enforce this property, we explore the feature SElf-RElation (SERE) for training self-supervised ViT. Specifically, instead of conducting self-supervised learning solely on feature embeddings from multiple views, we utilize the feature self-relations, i.e., spatial/channel self-relations, for self-supervised learning. Self-relation based learning further enhances the relation modeling ability of ViT, resulting in stronger representations that stably improve performance on multiple downstream tasks. Our source code is publicly available at: https://github.com/MCG-NKU/SERE.

PDF Abstract
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Semantic Segmentation ImageNet-S SERE (ViT-B/16, 100ep, 224x224, SSL+FT) mIoU (val) 63.0 # 2
mIoU (test) 63.3 # 1
Semantic Segmentation ImageNet-S SERE (ViT-B/16, 100ep, 224x224, SSL) mIoU (val) 48.6 # 12
mIoU (test) 48.2 # 11
Semantic Segmentation ImageNet-S SERE (ViT-S/16, 100ep, 224x224, SSL, mmseg) mIoU (val) 41.0 # 15
mIoU (test) 40.5 # 13
Semantic Segmentation ImageNet-S SERE (ViT-S/16, 100ep, 224x224, SSL+FT) mIoU (val) 58.9 # 7
mIoU (test) 57.8 # 6
Semantic Segmentation ImageNet-S SERE (ViT-S/16, 100ep, 224x224, SSL) mIoU (val) 41.0 # 15
mIoU (test) 40.2 # 15
Semantic Segmentation ImageNet-S SERE (ViT-S/16, 100ep, 224x224, SSL+FT, mmseg) mIoU (val) 59.4 # 6
mIoU (test) 59.0 # 5

Methods


No methods listed for this paper. Add relevant methods here