일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- TCP
- 데이터 전처리
- computervision
- darknet
- cs231n lecture5
- SVM margin
- fast r-cnn
- yolo
- Faster R-CNN
- Computer Vision
- support vector machine 리뷰
- self-supervision
- DeepLearning
- pytorch c++
- libtorch
- EfficientNet
- RCNN
- cnn 역사
- yolov3
- Deep Learning
- pytorch project
- 논문분석
- SVM 이란
- 서포트벡터머신이란
- Object Detection
- SVM hard margin
- CNN
- CS231n
- pytorch
- svdd
Archives
- Today
- Total
목록deep one-class classification (1)
아롱이 탐험대

1. Motivation 위 논문은 18년도 ICML 학회에서 나온 논문이다. 이전까지의 Anomaly detection 분야는 주로 SVM (Support Vector Machine)과 SVDD (Support Vector Data Description)과 같은 전통적인 방법을 통해 해결하였다. 이 논문은 Anomaly detection을 SVDD에 기반으로 딥러닝을 적용하였다. 2. Relation works Deep One-Class Classification에서 등장하는 가장 중요한 이론인 Deep SVDD를 이해하기 위해서는 SVDD에 대한 사전 지식이 필요하다. SVDD를 간단하게 요약하면 feature space에서 정상에 해당하는 데이터를 둘러싸는 Hypersphere를 찾고, 해당 Hyp..
study/paper reviews
2021. 10. 5. 18:22