paper-with-me

Papers

Self-Supervised Learning with Swin Transformers

2021-05-10 · Zhenda Xie, Yutong Lin, Zhuliang Yao, Zheng Zhang, Qi Dai, Yue Cao, Han Hu

We are witnessing a modeling shift from CNN to Transformers in computer vision. In this work, we present a self-supervised learning approach called MoBY, with Vision Transformers as its backbone architecture. The approach basically has no new inventions, which is combined from MoCo v2 and BYOL and tuned to achieve reasonably high accuracy on ImageNet-1K linear evaluation: 72.8% and 75.0% top-1 accuracy using DeiT-S and Swin-T, respectively, by 300-epoch training. The performance is slightly better than recent works of MoCo v3 and DINO which adopt DeiT as the backbone, but with much lighter tricks. More importantly, the general-purpose Swin Transformer backbone enables us to also evaluate the learnt representations on downstream tasks such as object detection and semantic segmentation, in contrast to a few recent approaches built on ViT/DeiT which only report linear evaluation results on ImageNet-1K due to ViT/DeiT not tamed for these dense prediction tasks. We hope our results can facilitate more comprehensive evaluation of self-supervised learning methods designed for Transformer architectures. Our code and models are available at https://github.com/SwinTransformer/Transformer-SSL, which will be continually enriched.

📄 PDF Abstract BibTeX arXiv:2105.04553

Code (6)

SwinTransformer/Transformer-SSL 공식 구현 pytorch
2023-MindSpore-4/Code10/tree/main/SwinTransformer mindspore
2023-MindSpore-4/Code9/tree/main/SwinTransformer mindspore
2024-MindSpore-1/Code4/tree/main/SwinTransformer mindspore
alibaba/EasyCV pytorch
microsoft/Swin-Transformer pytorch

Tasks

Linear evaluationobject-detectionObject DetectionSelf-Supervised Image ClassificationSelf-Supervised LearningSemantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
MoCo v3 MoCo v3 aims to stabilize training of self-supervised ViTs. MoCo v3 is an incremental improvement of MoCo v1/2. Two crops are used for each image under random data…
AdamW AdamW is a stochastic optimization method that modifies the typical implementation of weight decay in Adam, by decoupling [weight…
DropPath Just as dropout prevents co-adaptation of activations, DropPath prevents co-adaptation of parallel paths in networks such as…
MoBY 설명 없음

Similar Papers 제목 키워드 기반

Self-Supervised Pre-Training of Swin Transformers for 3D Medical Image Analysis

2021-11-29 · CVPR 2022 1 · Yucheng Tang, Dong Yang, Wenqi Li, Holger Roth 외

Vision Transformers (ViT)s have shown great performance in self-supervised learning of global and local representations that can be transferred to downstream applications. Inspired by these results, we introduce a novel …

AnatomyComputed Tomography (CT)Medical Image AnalysisMedical Image Segmentation+2

Cross-Shaped Windows Transformer with Self-supervised Pretraining for Clinically Significant Prostate Cancer Detection in Bi-parametric MRI

2023-04-30 · Yuheng Li, Jacob Wynne, Jing Wang, Richard L. J. Qiu 외

Biparametric magnetic resonance imaging (bpMRI) has demonstrated promising results in prostate cancer (PCa) detection using convolutional neural networks (CNNs). Recently, transformers have achieved competitive performan…

Self-Supervised Learning

HiViT: Hierarchical Vision Transformer Meets Masked Image Modeling

2022-05-30 · Xiaosong Zhang, Yunjie Tian, Wei Huang, Qixiang Ye 외

Recently, masked image modeling (MIM) has offered a new methodology of self-supervised pre-training of vision transformers. A key idea of efficient implementation is to discard the masked image patches (or tokens) throug…

Transfer Learning

Comparison of Image Processing Models in Quark Gluon Jet Classification

2026-01-29 · Daeun Kim, Jiwon Lee, Wonjun Jeong, Hyeongwoo Noh 외 arxiv

We present a comprehensive comparison of convolutional and transformer-based models for distinguishing quark and gluon jets using simulated jet images from Pythia 8. By encoding jet substructure into a three-channel repr…

Self-Supervised Learning

SwinMM: Masked Multi-view with Swin Transformers for 3D Medical Image Segmentation

2023-07-24 · YiQing Wang, Zihan Li, Jieru Mei, Zihao Wei 외

Recent advancements in large-scale Vision Transformers have made significant strides in improving pre-trained models for medical image segmentation. However, these methods face a notable challenge in acquiring a substant…

Contrastive LearningImage ReconstructionImage SegmentationMedical Image Analysis+3