Cosine similarity is between 1 and -1 and not just between 0 and 1.
@DeepFindr2 жыл бұрын
Oh yes, stupid mistake. Cosine is obviously also between -1 and 1. Thanks for pointing this out!
@DeepFindr2 жыл бұрын
This will however not affect the general concept of this loss, because the exp will scale all negative terms into [0,1].
@BooBar252110 күн бұрын
Thank you. I learned today about this topic and you overview was very helpful
@HafeezUllah2 жыл бұрын
man you have delivered the lecture extremely well
@buh3572 жыл бұрын
I recently discovered self-supervised learning. And starting to work on it. Your video helped me a lot. Thank you for the great explanation.
@thegimel2 жыл бұрын
Great video on a very interesting subject. I've read the Supervied Contrastive Learning paper recently since I'm trying to use it in a problem I'm working on. Excited to watch the next video! P.S. It would be cool if you could do a video (or series) on N-shot learning (few-, one- and zero-shot).
@DeepFindr2 жыл бұрын
Thank you :) Thanks for the recommendation, I put it on the list!
@rajeshve72116 ай бұрын
Fantastic explanation. You made it look easy!
@zhuangzhuanghe5302 жыл бұрын
This video is the best video I've ever seen
@DeepFindr2 жыл бұрын
Thanks!!
@amortalbeing2 жыл бұрын
Loved this. Keep up the great work. Thanks lot
@DeepFindr2 жыл бұрын
Thank you!
@Rfhbe12 жыл бұрын
Hi. Thank you for video. I found defect in NT-Xent Loss formula: temperature should be in exponent. Also when you plug numbers into a formula you should add to the denominator what's in the numerator. Have a nice day!
@DeepFindr2 жыл бұрын
Yeah, thanks for pointing out! I messed some things up regarding NT-Xent :D will do some corrections in the next part :)
@mhadnanali2 жыл бұрын
looking forward to implementation.
@mafiamustafa2 жыл бұрын
another amazing video
@謝佳雯-p6r10 ай бұрын
Thank you for this vedio. I learned alot.
@jamesgalante79672 жыл бұрын
Damn. You’re a good teacher
@DeepFindr2 жыл бұрын
Thanks, appreciated!!
@nikosspyrou38902 жыл бұрын
Great video!! Could you make also a video that will show us an implementation on how to do contrastive learning for semantic segmentation problem?
@DeepFindr2 жыл бұрын
Thanks! Soon I'll upload the implementation for point clouds. It should be quite similar, just using other layer types. Or do you refer to any special variants of CL for semantic segmentation?
@nikosspyrou38902 жыл бұрын
Thanks for your reply! Actually I would like to see experimentally an example of image segmentation dataset in which the contrastive loss(for example infoLoss) with a combination of a supervised loss such as cross entropy boost the performance of segmentation
@DeepFindr2 жыл бұрын
I have to see if I find time, but it's certainly noted. Thanks for the suggestion!
@sakib.94192 жыл бұрын
sucha good video
@hussainmujtaba6382 жыл бұрын
amazing content
@DeepFindr2 жыл бұрын
Thank you!
@SuperRich122 жыл бұрын
Thank you!
@Sciencehub-oq5go Жыл бұрын
Great video. Thanks. Could you please comment on some of the handlings of False Negatives?
@vignatej663 Жыл бұрын
but the loss at 12:50 has to be 0.8/(0.8+0.2). As denominator has a sigma, I don't know why u did not add a 0.8 to denominator.
@DeepFindr Жыл бұрын
Yeah as mentioned in the second part I had some errors there :\
@The_Night_Knight Жыл бұрын
@@DeepFindr What if we used disentangled variational autoencoders to rotate 2d images by 3d means not just changing the color or rotation? The model would be able to generalize far better for far more different 3d angles with less data.
@PrajwalSingh152 жыл бұрын
Awesome explanation thanks, just a small query about how long this series will be and the expected frequency of each release?
@DeepFindr2 жыл бұрын
Thanks! I plan to upload the hands on part in latest 2 weeks. That will be final part of this introduction :)
@eranjitkumar112 жыл бұрын
Thanks for your videos. Can you create a tutorial video on Deep Graph Infomax (maybe on the Cora dataset)? This will (besides be useful for me ;) ) tie up with your last subject on GNN with contrastive learning.
@DeepFindr2 жыл бұрын
Yep, I've read the paper. Will note it down :) but the list is getting very loooong :D
@kornellewychan2 жыл бұрын
great
@badrinathroysam5159 Жыл бұрын
The temperature term seems to be misplaced
@DeepFindr Жыл бұрын
Yes, pls see correction at the beginning of the second part :)