Recent Posts
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- dl
- classification
- ML
- Depth estimation
- computervision
- cs
- SSL
- FineGrained
- Torch
- 머신러닝
- GAN
- 딥러닝
- algorithm
- FGVC
- web
- nerf
- CV
- PRML
- 3d
- pytorch
- nlp
- Python
- math
- Front
- 알고리즘
- clean code
- 자료구조
- REACT
- Vision
- Meta Learning
- Today
- Total
KalelPark's LAB
[ Computer Vision ] Siamese-ennead CNN이란? 본문
Siamese Neural Network [ 샴 네트워크 ]
- 쌍둥이들이 비슷한 생김새를 가질 뿐만 아니라, 신체의 일부를 공유하는 Network입니다.
- Few-shot에서 자주 보이는 모델입니다.
Training
- 두 개의 입력 데이터(Imput1, Input2)를 준비합니다.
- 각 입력에 대한 임베딩 값(Embedding1, Embedding2)를 활용합니다.
- 임베딩 사이의 거리를 계산하고, 두 입력이 같은 클래스에 속하면 거리를 가깝게, 다른 클래스에 속하면 거리를 멀게 학습시킵니다.
참고
https://tyami.github.io/deep%20learning/Siamese-neural-networks/
'Data Science > Common' 카테고리의 다른 글
[ Computer Vision ] PSNR, SSIM이란? (0) | 2023.01.28 |
---|---|
[ Computer Vision ] Attention, Transformer 이해하기 (2) | 2023.01.14 |
[ Computer Vision ] All about Activation Function (0) | 2023.01.01 |
[ Computer Vision ] All about Classification Metrics (0) | 2022.12.30 |
[ Computer Vision ] Jigsaw Generator 구현 (0) | 2022.12.05 |
Comments