gaasher / data2vec2.0_vision
Implementation of Dat2Vec2.0 for vision
☆18Updated 2 years ago
Alternatives and similar repositories for data2vec2.0_vision
Users that are interested in data2vec2.0_vision are comparing it to the libraries listed below
Sorting:
- Simple MAE (masked autoencoders) with pytorch and pytorch-lightning.☆43Updated last year
- PyTorch implementation of "data2vec: A General Framework for Self-supervised Learning in Speech, Vision and Language" from Meta AI☆177Updated last year
- ☆33Updated 4 years ago
- Code repository for the ICLR 2022 paper "FlexConv: Continuous Kernel Convolutions With Differentiable Kernel Sizes" https://openreview.ne…☆115Updated 2 years ago
- 1D Wasserstein Statistical Loss in Pytorch☆28Updated 4 years ago
- Code repository of the paper "Modelling Long Range Dependencies in ND: From Task-Specific to a General Purpose CNN" https://arxiv.org/abs…☆184Updated this week
- Masked Spectrogram Modeling using Masked Autoencoders for Learning General-purpose Audio Representations☆90Updated 10 months ago
- [ICLR 2023, Oral] SimPer: Simple Self-Supervised Learning of Periodic Targets☆125Updated last year
- [AAAI 2023 (Oral)] CrissCross: Self-Supervised Audio-Visual Representation Learning with Relaxed Cross-Modal Synchronicity☆24Updated last year
- A simple cross attention that updates both the source and target in one step☆172Updated last year
- Implementations of Recent Papers in Computer Vision☆38Updated 2 years ago
- Implementation of Nyström Self-attention, from the paper Nyströmformer☆135Updated last month
- Implementation of "compositional attention" from MILA, a multi-head attention variant that is reframed as a two-step attention process wi…☆50Updated 3 years ago
- Implementation of Uniformer, a simple attention and 3d convolutional net that achieved SOTA in a number of video classification tasks, de…☆99Updated 3 years ago
- Code of "Deep invariant networks with differentiable augmentation layers"☆18Updated 2 years ago
- TF/Keras code for DiffStride, a pooling layer with learnable strides.☆124Updated 3 years ago
- A repository to house some personal attempts to beat some state-of-the-art for medical datasets☆98Updated last year
- TF 2.x implementation of MoCo v1 (Momentum Contrast for Unsupervised Visual Representation Learning, CVPR 2020) and MoCo v2 (Improved Bas…☆27Updated 4 years ago
- Experimental implementation for a sparse-dictionary based version of the VQ-VAE2 paper☆34Updated last year
- Official repository for "Orthogonal Projection Loss" (ICCV'21)☆121Updated 3 years ago
- Implementation of Perceiver, General Perception with Iterative Attention, in Pytorch☆37Updated 3 years ago
- A practical implementation of GradNorm, Gradient Normalization for Adaptive Loss Balancing, in Pytorch☆93Updated last year
- PyTorch implementation of "Self-Supervised Classification Network" from ECCV 2022☆48Updated 2 years ago
- A project to improve out-of-distribution detection (open set recognition) and uncertainty estimation by changing a few lines of code in y…☆45Updated 2 years ago
- A Contrastive Learning Boost from Intermediate Pre-Trained Representations☆42Updated 7 months ago
- PyTorch implementation of Representation Learning with Contrastive Predictive Coding by Van den Oord et al. (2018)