Computer Vision53 GoogLeNet = Inception v1 (2014) 논문 리뷰 GoogLeNet은 VGGNet와 마찬가지로 2014년 ImageNet Large Scale Visual Recognition Challenge (ILSVRC)에서 성공적인 결과를 달성한 모델이다. 또 다른 이름으로는 Inception v1 model이라고도 한다. (링크)GoogLeNet의 논문 이름은 Going Deeper with Convolutions이라는 심플한 이름이다. 저자는 굉장히 많은데 Christian Szegedy, Wei Liu, Yangqing Jia, 그리고 그 외 6인이다. AbstractILSVRC 2014의 classification과 detection을 해결하기 위해서 Inception이라는 deep convolutional neural network를 제안한다. 가장.. 2024. 4. 3. VGGNet (2014) 논문 리뷰 VGGNet은 2014년 ImageNet Large Scale Visual Recognition Challenge (ILSVRC)에서 성공적인 결과를 달성한 모델이다. VGGNet의 논문 이름은 VeryDeep Convolutional Networks for Large-Scale Image Recognition로 Karen Simonyan과 Andrew Zisserman이 작성했다. Abstract Large-scale image recognition을 해결하기 위해서 convolutional network의 depth를 집중적으로 연구하여 accuracy를 어떤 영향을 주는지를 연구했다. 3 x 3의 작은 convolution filter를 가지고도 depth를 충분히 쌓는다면 좋은 결과를 도출할 수 .. 2024. 4. 1. AlexNet (2012) 논문 리뷰 AlexNet은 2012년 ImageNet Large Scale Visual Recognition Challenge (ILSVRC)에서 우승한 현대 CNN 모델의 시초격인 모델이다. AlexNet의 논문 이름은 ImageNet Classification with Deep Convolutional Neural Networks로 Alex Krizhevsky, Ilya Sutskever, Geoffrey E. Hinton 3인이 작성했다. Abstract ImageNet LSVRC-2010에서 제공하는 1000개의 클래스를 가진120만의 high-resolution 이미지들을 분류하기 위해 Large deep convolutional neural network을 학습했다. 테스트 데이터에 대해서 top-1과 .. 2024. 2. 28. Introduction to Generative Models 이 포스트에서는 여러가지 생성모델의 발전 흐름과 간략한 분류를 정리하고자 한다.우선 생성 모델, Generative Models의 정의를 알아야 한다.생성 모델의 정의영문 위키의 generative model 문서를 보면 다음과 같이 정의한다. a generative model is a model of the conditional probability of the observable X, given a target ya discriminative model is a model of the conditional probability of the target Y, given an observation x 또는 A generative model is a statistical model of the joint .. 2024. 2. 26. Computer Vision 소개 Computer Vision의 개념 컴퓨터 비전이란 Agent 혹은 컴퓨터가 사람처럼 이미지를 인식하도록 만든다. 사진, 그림, 동영상 등이 인지 대상이다. 반면에 Computer Graphics는 컴퓨터를 사용해 이미지를 그려내는 과정이다. 게임에서 보이는 그래픽이나 영화에서의 CG 등이 이에 속한다. Types of Computer Vision Low-level일수록 pixel 단위로 이미지를 처리하고, High-level로 갈수록 이미지 전반을 하나의 entity로 묶어서 처리한다. Low-level Image Processing: Resize, Color Jitter, Blur, Rotate 등 Feature Extraction: Edge Detection, Segmentation by Color.. 2024. 2. 21. 이전 1 ··· 6 7 8 9 다음