Image Classification (CNN)
image classification and convolutional neural networks
Last updated
Was this helpful?
image classification and convolutional neural networks
Last updated
Was this helpful?
Recent Advances in Convolutional Neural Networks
: official pytorch toolkit for vision
: lots of pretrained models in pytorch
: lots of augmentation implementations
: lots of augmentation implementations
Vanilla Convolution
1x1 Convolution
Transpose Convolution
Dilated Convolution
Deformable Convolution
LeNet
AlexNet
Cross Entropy Loss
Focal Loss
Conventional: Random Crop, ...
Pseudo Labeling
Vanilla Image Classification
Few-shot Image Classification
Zero-shot Image Classification
VGG
GoogLeNet (Inception v1)
Inception v2, Inception v3
ResNet
Inception v4, Inception ResNet
SqueezeNet
WideResNet
DenseNet
ResNeXt
MobileNet
NASNet
SE-ResNet
Res2Net
EfficientNet
HRNet
Cutout
AutoAugment
Fast AutoAugment
RandAugment
Mixup
Data Distillation