vtddggg's Stars
cmhungsteve/Awesome-Transformer-Attention
An ultimately comprehensive paper list of Vision Transformer/Attention, including papers, codes, and related websites
huawei-noah/Efficient-AI-Backbones
Efficient AI Backbones including GhostNet, TNT and MLP, developed by Huawei Noah's Ark Lab.
SHI-Labs/Neighborhood-Attention-Transformer
Neighborhood Attention Transformer, arxiv 2022 / CVPR 2023. Dilated Neighborhood Attention Transformer, arxiv 2022
qubvel/ttach
Image Test Time Augmentation with PyTorch!
Sense-X/UniFormer
[ICLR2022] official implementation of UniFormer
mlfoundations/wise-ft
Robust fine-tuning of zero-shot models
Alpha-VL/ConvMAE
ConvMAE: Masked Convolution Meets Masked Autoencoders
google-research/maskgit
Official Jax Implementation of MaskGIT
mlfoundations/model-soups
Model soups: averaging weights of multiple fine-tuned models improves accuracy without increasing inference time
NVlabs/GCVit
[ICML 2023] Official PyTorch implementation of Global Context Vision Transformers
dome272/MaskGIT-pytorch
Pytorch implementation of MaskGIT: Masked Generative Image Transformer (https://arxiv.org/pdf/2202.04200.pdf)
Luodian/Generalizable-Mixture-of-Experts
GMoE could be the next backbone model for many kinds of generalization task.
ViTAE-Transformer/ViTAE-Transformer
The official repo for [NeurIPS'21] "ViTAE: Vision Transformer Advanced by Exploring Intrinsic Inductive Bias" and [IJCV'22] "ViTAEv2: Vision Transformer Advanced by Exploring Inductive Bias for Image Recognition and Beyond"
Beckschen/TransMix
[CVPR 2022] This repository includes the official project for the paper: TransMix: Attend to Mix for Vision Transformers.
UCSC-VLAA/RobustCNN
[ICLR 2023] This repository includes the official implementation our paper "Can CNNs Be More Robust Than Transformers?"
microsoft/TokenMixers
hila-chefer/RobustViT
[NeurIPS 2022] Official PyTorch implementation of Optimizing Relevance Maps of Vision Transformers Improves Robustness. This code allows to finetune the explainability maps of Vision Transformers to enhance robustness.
enyac-group/supmae
This is a offical PyTorch/GPU implementation of SupMAE.
Computer-Vision-in-the-Wild/Elevater_Toolkit_IC
Toolkit for Elevater Benchmark
mrkshllr/FewTURE
Official implementation of the paper "Rethinking Generalization in Few-Shot Classification" [NeurIPS 2022]
jiawangbai/HAT
Implementation of HAT https://arxiv.org/pdf/2204.00993
mboudiaf/Mutual-Information-Variational-Bounds
A Tensorflow implementation Mutual Information estimation methods
eccv22-ood-workshop/ROBIN-dataset
ECCV 2022 Workshop: A Benchmark for Robustness to Individual Nuisances in Real-World Out-of-Distribution Shifts
mlfoundations/imagenet-captions
Release of ImageNet-Captions
shift-happens-benchmark/icml-2022
Crowdsourcing metrics and test datasets beyond ImageNet (ICML 2022 workshop)
salesforce/ensemble-of-averages
TencentARC/DTN
Official code for "Dynamic Token Normalization Improves Vision Transformer", ICLR 2022.
sunsmarterjie/beyond_masking
Beyond Masking: Demystifying Token-Based Pre-Training for Vision Transformers
hmorimitsu/maskgit-torch
A MaskGIT port from JAX to PyTorch
szx503045266/ASF-former
Adaptive Split-Fusion Transformer (ICME 2023 Oral)