Notice
Recent Posts
Recent Comments
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
- 스택
- Deeplearning
- center loss
- deep learning
- Knowledge Distillation
- Python
- Threshold
- Object Tracking
- 논문 구현
- Object Detection
- re-identification
- 임계처리
- 딥러닝
- attention
- Computer Vision
- 알고리즘
- cv2
- point cloud
- 3D
- numpy
- 큐
- flame
- 프로그래머스
- OpenCV
- 파이썬
- level2
- reconstruction
- 자료구조
- NLP
- transformer
Archives
- Today
- Total
목록Swin Transformer (1)
공돌이 공룡의 서재
[논문 리뷰] Swin Transformer
Swin Transformer: Hierarchical Vision Transformer using Shifted Windows https://arxiv.org/abs/2103.14030 [1] Introduction Transformer는 NLP에서는 좋은 성능을 갖지만, Visual domain에 적용할 때 왜 어려운가?로 시작하고 있다. 이에 대한 원인으로 2가지를 제시하고 있다. scale : NLP에서는 word token을 사용하고, 크기가 고정적이지만, visual element는 스케일에 따라 다양하다. 다양하게 될 때 문제는 attention을 적용할 때 문제가 생긴다는 점이다. 기존 transformer 기반 모델들은 고정적인 크기로 가정하기 때문이다. high resolution : ..
딥러닝/Vision
2021. 8. 21. 03:24