Few-Shot Learning (2/3): Siamese Networks

Sdílet
Vložit
  • čas přidán 29. 06. 2024
  • Next Video: • Few-Shot Learning (3/3...
    This lecture introduces the Siamese network. It can find similarities or distances in the feature space and thereby solve few-shot learning.
    Sides: github.com/wangshusen/DeepLea...
    Lectures on few-shot learning:
    1. Basic concepts: • Few-Shot Learning (1/3...
    2. Siamese networks: • Few-Shot Learning (2/3...
    3. Pretraining and fine-tuning: • Few-Shot Learning (3/3...
  • Věda a technologie

Komentáře • 40

  • @haroon180
    @haroon180 Před měsícem

    This is hands down the best explanation of Siamese networks on CZcams

  • @hp2631
    @hp2631 Před 3 lety +20

    Please upload more of these English lectures sir! Best content ever! I'm not bored listening to your careful explanations!

  • @prasadjayanti
    @prasadjayanti Před 2 lety +8

    After reading dozens of papers (including the original ones) this is the place where I got my understanding of Siamese clear. Thanks.

  • @karanacharya18
    @karanacharya18 Před rokem +3

    Mind-blowing and very-well explained. This video succeeds in giving us the intuitive aha moment when you finally understand what few-shot is and how Siamese networks are used for that! Thank you.

  • @subhrajitbhowmik7980
    @subhrajitbhowmik7980 Před rokem

    Hands down the best tutorial on Siamese Networks!

  • @antulii5390
    @antulii5390 Před 3 lety +8

    Best description of Siamese Network, can you also make video on MAML?

  • @Tiago_R_Ribeiro
    @Tiago_R_Ribeiro Před rokem

    Presentation is very well prepared graphically. Simple and with pauses. It looks easy, but it's not. Thank you, Shusen Wang,🙏

  • @gingerbrown9715
    @gingerbrown9715 Před 2 lety

    Your explanations are very easy to understand. Thank you!

  • @loveplay1983
    @loveplay1983 Před 2 lety +1

    Best tutorial that I have ever seen, much better than those technical articles or Academic thesis which are full of mathematical symbols and formulas

  • @larissabasso531
    @larissabasso531 Před 2 lety

    Best lecture. Please keep posting.Best video ever.

  • @arindamjain7536
    @arindamjain7536 Před 5 měsíci

    Best Video on this topic so far!

  • @jaylenzhang4198
    @jaylenzhang4198 Před 7 měsíci

    Thank you, very explicit explanation. 讲的太好了老师!感谢!

  • @arjunpukale3310
    @arjunpukale3310 Před 3 lety

    Best video on few shot learning

  • @wooheonhong5916
    @wooheonhong5916 Před 3 lety +3

    I'm a non-English speaker, but I understand everything.

  • @jerbijmaziz3356
    @jerbijmaziz3356 Před rokem +1

    thank you sir for all the effort you made in this clear explanation it helped me a lot in understanding Siamese network

  • @user-xe5td6eb3c
    @user-xe5td6eb3c Před 3 lety

    淺顯易懂~讚

  • @PrajwalSingh15
    @PrajwalSingh15 Před 3 lety

    Thanks for such a nice explanation.

  • @anandvardhan2514
    @anandvardhan2514 Před 2 lety

    this lecture is awesome!

  • @RomeoKienzler
    @RomeoKienzler Před rokem

    Thanks so much for the lectures!!!

  • @inuyashayagami2281
    @inuyashayagami2281 Před 2 lety

    Sweet Explanation! Thanks!

  • @sanketgadge9060
    @sanketgadge9060 Před rokem

    Holy shit, dont know why other articles are little bit harder to understand, but explained very good. Thanks a lot!

  • @user-tj4ut8ox9r
    @user-tj4ut8ox9r Před 2 lety

    What a great tutorial!

  • @ShopperPlug
    @ShopperPlug Před rokem

    Excellent explanation.

  • @VarunKumar-pz5si
    @VarunKumar-pz5si Před 3 lety

    This is freaking awesome !!!!!!!!!!!

  • @SYANG-qg4yx
    @SYANG-qg4yx Před 3 lety

    I like the detailed explaination

  • @lindadelalifiasam5878
    @lindadelalifiasam5878 Před 9 měsíci

    Thank you Wang 😊

  • @yuvarajum2594
    @yuvarajum2594 Před 2 lety

    Good description on siamese

  • @MrSnackTrack
    @MrSnackTrack Před 3 lety

    Great video! :)

  • @gemini_537
    @gemini_537 Před 3 měsíci

    I feel like autoencoder can be used for the classification task and might work better. Because autoencoder can map the input into a latent space which captures the patterns.

  • @8eck
    @8eck Před 2 lety +1

    Great explanation, thank you. I'm confused about last example of classification and support set. I was thinking that after training, model should have distance metric and present predictions for all classes provided in training before that.

  • @davidlanday2647
    @davidlanday2647 Před 2 lety +3

    In practice, what mechanism would you use to generate the support set? I ask because let's say your support set contained a bunch of rodents so it might be hard to distinguish a squirrel, whereas you have another support set with a variety of objects including your support squirrel. Obviously, you now have a choice of two support sets where using one will be harder to correctly classify your squirrel. Do we include a metric in the loss that accounts for the distances between the support images? For example, we want to help out when our support images are more similar to one another, but we don't care when our support images are already pretty dissimilar.

  • @ylazerson
    @ylazerson Před 2 lety

    gerat video - thanks!

  • @alphonseinbaraj7602
    @alphonseinbaraj7602 Před 3 lety

    nice sir..thank you

  • @user-fv1xb2cw1b
    @user-fv1xb2cw1b Před 3 lety +2

    Very similar to word embedding

  • @geoskyr966
    @geoskyr966 Před 3 měsíci

    so the training set is much bigger than the support set ? and i only use the support set to help with the classification of query images ?

  • @arjunpukale3310
    @arjunpukale3310 Před 3 lety

    Is any pytorch code available on this?

  • @bk3777
    @bk3777 Před 2 lety

    if you can provide the code for implementation then it will be great.

  • @talha_anwar
    @talha_anwar Před 3 lety

    Is triplet loss create cluster of similar images in future space?

    • @ShusenWangEng
      @ShusenWangEng  Před 3 lety +2

      Yes, its goal is to make the same class in a cluster

  • @annchao2051
    @annchao2051 Před 2 lety

    一年后的留言 这个和simCLR 是一个吗