-
There is a new paper from Facebook AI called **Barlow Twins: Self-Supervised Learning via Redundancy Reduction**
Let's add the model to lightly :)
We have a (not perfect yet) running version her…
-
Hi!
I am currently learning SSL, and I found your code very helpful! I wonder if your CLD method could work for barlow twins (https://github.com/facebookresearch/barlowtwins)? In theory yes, but ba…
-
Is there any plan to (flexibly) incorporate other SSL techniques? Barlow Twins does not require large batch sizes (in contrast to SimCLR), and can be easily implemented with a custom loss function usi…
-
Can I use this code base to run the methods over multispectral images.
i have to take care of transformations differently.
Data will be .tif file rather .png
Backbones will be slightly different …
-
- AI News
- ICCV 2021 review가 나왔어요. Rebuttal 하시는 분들 모두 파이팅!
- ICASSP 2021: 6월 6일 ~ 11일
- CVPR 2021: 6월 19일 ~ 25일
- Best paper candidate: http://cvpr2021.thecvf.com/node/290 (고려대 김창수 교수님 …
-
Hello,
If you can please help in understanding the Barlows redundancy fact mentioned in the paper, I am a bit confused to grasp it. I found someone else also asking about it on Reddit.
Here is t…
-
Please confirm your versions of fastai, timm, kornia, fastcore, and nbdev prior to reporting a bug
- torch 1.7.0, torchvision 0.8.1, fastai 2.2.5, using latest self_supervised build as of 4/15.
**…
-
Erre kíváncsi lennék:
Exploring Weight Agnostic Neural Networks
Tuesday, August 27, 2019
Posted by Adam Gaier, Student Researcher and David Ha, Staff Research Scientist, Google Research, Tokyo
…
-
Hello Barlow Twins Team!
First off, great work on the paper and providing a reference implementation of the concept! I have a couple of question regarding the projector network and it's usage. I kn…
-
# Figure out best way to refactor models
The current setup makes it hard to implement new and upcoming models. Additionally, there is a lot of code which is repeated between the different implement…