본문 바로가기
  • 책상 밖 세상을 경험할 수 있는 Playground를 제공하고, 수동적 학습에서 창조의 삶으로의 전환을 위한 새로운 라이프 스타일을 제시합니다.

Computer Vision127

[2024-1] 백승우 - (DeepSORT) SIMPLE ONLINE AND REALTIME TRACKING WITH A DEEP ASSOCIATION METRIC Simple Online and Realtime Tracking with a Deep Association MetricSimple Online and Realtime Tracking (SORT) is a pragmatic approach to multiple object tracking with a focus on simple, effective algorithms. In this paper, we integrate appearance information to improve the performance of SORT. Due to this extension we arearxiv.org0. AbstractSORT은 간단하고 효과적인 알고리즘에 중점을 둔 MOT(Multi object tracking)에 .. 2024. 5. 7.
[2024-1] 염제원 - Siamese Neural Networks for One-Shot Image Recognition https://www.cs.cmu.edu/~rsalakhu/papers/oneshot1.pdf 1-1. Upsides of this approachCapable of learning generic image features useful for making predictions about unknown class distributions even when very few examples are  available.Easily trained using standard optimization techniques on pairs sampled  from the source data.Provide a competitive approach that does not rely upon domain-specific  k.. 2024. 5. 6.
[2024-1] 김경훈 - PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation Link : https://arxiv.org/abs/1612.00593 PointNet: Deep Learning on Point Sets for 3D Classification and SegmentationPoint cloud is an important type of geometric data structure. Due to its irregular format, most researchers transform such data to regular 3D voxel grids or collections of images. This, however, renders data unnecessarily voluminous and causes issues. In tarxiv.org 0. 개요Point cloud.. 2024. 4. 30.
[2024-1] 주서영 - Don't Decay the Learning Rate, Increase the Batch Size Abstract 모델은 generalizaion(일반화)를 시키는 것이 목표인데 이 논문은 그 방법 중 학습률(learning rate)와 배치 크기(batch size)에 대해 다룬다. 일반적으로 학습률을 감소시키는 대신 훈련 중에 배치 크기를 증가시키는 방법을 제안했다. 최적화(Optimization) 방법 중 SGD, SGD momentum, Nesterov momentum, Adam을 쓸 때에 동등한 테스트 정확도를 달성하면서 배치 크기를 증가시킴에 따라 parameter 업데이트 수를 줄이고, 훈련 시간을 단축했다. 1. Introduction 확률적 경사 하강법(SGD)은 딥러닝에서 가장 널리 사용되는 최적화 기법이지만 큰 배치 크기로 훈련할 때 테스트 세트의 정확도가 떨어지는 일반화 문제가 .. 2024. 4. 12.