-
The goal of this issue is to track new self-supervised methods and to which extent they are implemented in Lightly.
See also our [#papers channel](https://discord.com/channels/752876370337726585/81…
-
Implement self supervised fine tuning on intern-xcomposer for the desktop
-
We need to check datasets used in the paper [EventPoint: Self-Supervised Interest Point Detection and Description for Event-based Camera](https://openaccess.thecvf.com/content/WACV2023/papers/Huang_Ev…
-
hi , thanks your great work
can you share with us
1. supervised learning or self-supervised learning?
2. how to prepare the data?
thank you
-
Dear Authors,
We are conducting a study to evaluate Video Self-Supervised models holistically and would like to include your EVEREST model too. Can you please share the Kinetics-400 pretrained VIT-B …
-
Hi,
is it possible to train transformer in self-superised way? since I need to initiate TST with number of class which I dont have.
thank you
regards
-
# Semi-supervised Learning
![image](https://user-images.githubusercontent.com/65707664/92304127-4c374b80-efb6-11ea-8e11-41b16de4dc4c.png)
Source: http://jalammar.github.io/illustrated-bert/
# S…
-
我在Code中好像没发现Self-Supervised的代码,有劳您能提供一下吗,十分感谢。
Could u upload code of self-supervised to represent embedding.Thanks.
-
## Audio SSL
SSL的思想可以抽象为让模型学习对应的数据的内在空间结构和表达,SSL在audio上的效果要差于NLP和CV,这体现在:
1. 现实生活中音频的不确定性,比如人与人之间、甚至是个人的不同时期,不同情绪下说话的差异,气息、声调都有区别,录音设备的不同和摆放方式也会导致数据的差异,这使得SSL较难学到声音的潜在结构;
2. 不同噪声对音频的叠加干扰,会扭曲SSL学习…
-
Hello,
I have carefully read your P2C paper and code. I noticed that your network is trained separately for each category. This differs from many other point cloud completion methods where multi-ca…