Skip to Content
Course cluster

Computer Vision Related

Todo List

  • Representation Learning
  • Inductive Bias Learning
  • Transfer Learning
    • Domain Adaptation
  • Semi-supervised Learning
  • Self-supervised Learning

9 notes

01

Adversial Learning

2020-07-05

02

CNN backbones

2020-07-05

CNN backbones 结构介绍 LeNet5(1998) AlexNet8(2012) VGG(2014) VGG16 VGG19 GoogLeNet22(2014) Inception v1 v4 ResNet(2015) ResNet50 ResNet101 DRN 26 Semantic Segmentation $p {ij}$: 被预测为 $...

03

Contrastive Learning

2020-07-05

04

Datasets

2020-07-05

Place365 CIFAR 10 ImageNet SVHN

05

Domain Adapation

2020-07-05

Adversial GAN: $\min G\max D V(D,G)=E {x\sim p {\text{data}(x)}}[\log D(x)]+E {z\sim p z(z)}[\log (1 D(x))]$ cGAN: $\min G\max D V(D,G)=E {x\sim p {\text{data}(x|y)}}[\log D(x)]+E...

06

Few-Shot-Learning

07

Information

2020-06-16

会议 录取率为 2019 数据,截稿时间约提前 5 个月 AAAI(The AAAI Conference on Artificial Intelligence): AI, 2 初, AC 1591 20.6% IJCAI(International Joint Conference on Artificial Intelligence): AI, 8 末,...

08

Self-Supervised Learning

2020-06-18

Imagenet PASCAL VOC: 20 classes, $3\times10^4$ Imagenet 40 ILSVRC (Imagenet 1K): 1000 classes, $1.28\times 10^6$ IMAGENET: 20000 classes, $1.5\times10^7$ pretext tasks Crop Resize...

09

Semi-Supervised Learning

2020-07-05