Vision Transformer Attention

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ต.ค. 2024

ความคิดเห็น • 15

  • @fabriziotempo7718
    @fabriziotempo7718 8 หลายเดือนก่อน +2

    finally someone explaining key,values,query notation in a simple and clear way. god may bless you.

  • @kobic8
    @kobic8 ปีที่แล้ว +1

    thank you so much for this video, you also plan to make an explained video for the SWIN transformer? and relate it to these wonderfoul vids?

    • @escvm
      @escvm  ปีที่แล้ว +1

      Hi! Thank you so much! Yes, you are right: ViT was only the beginning. It'd be very interesting to touch works such as the Swin transformer or DeiT. I'll keep in mind for future videos.

  • @thiswasme5452
    @thiswasme5452 2 ปีที่แล้ว +1

    Wow Thanks for sharing !!

  • @wolfisraging
    @wolfisraging 3 ปีที่แล้ว

    Great video! Waiting for more :)

  • @midhunr3176
    @midhunr3176 2 ปีที่แล้ว +1

    Great!!

  • @user-wr4yl7tx3w
    @user-wr4yl7tx3w ปีที่แล้ว

    Great video

  • @Mai-he2hv
    @Mai-he2hv 2 ปีที่แล้ว

    is dino practical to use for segmentation of overlapping objects

    • @escvm
      @escvm  2 ปีที่แล้ว

      Yes, absolutely. I don't know how better than other more common solutions. You can start reading the section on segmentation of the original paper: arxiv.org/pdf/2104.14294.pdf

    • @Mai-he2hv
      @Mai-he2hv 2 ปีที่แล้ว

      @@escvm is there a way to fine-tune dino. also what do you recommend doing to use the model for instance segmentation

    • @escvm
      @escvm  2 ปีที่แล้ว

      @@Mai-he2hv Absolutely! You should simply load weights from the torch hub and fine-tune them with a training loop. You can refer to "vision_transformers.py" to load weights and create the model.

    • @escvm
      @escvm  2 ปีที่แล้ว

      Yes, you can do instance segmentation with transformers. Check this CVPR paper out: openaccess.thecvf.com/content/CVPR2021/papers/Wang_End-to-End_Video_Instance_Segmentation_With_Transformers_CVPR_2021_paper.pdf

  • @AltafHussain-gk2xe
    @AltafHussain-gk2xe 2 ปีที่แล้ว

    Sir there is no link in the discription?

    • @escvm
      @escvm  2 ปีที่แล้ว

      Hi Altaf! Yes, it's in the video description. Anyway, this's the link of the notebook: github.com/EscVM/EscVM_YT/blob/master/Notebooks/2%20-%20PT1.X%20DeepAI-Quickie/pt_1_vit_attention.ipynb