Date | Network | Paper | Code |
---|---|---|---|
1409 | VGG | Very Deep Convolutional Networks for Large-Scale Image Recognition | |
1512 | ResNet | Deep Residual Learning for Image Recognition | |
1409 | InceptionV1 | Going Deeper with Convolutions | |
1502 | InceptionV2 | Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift | |
1512 | InceptionV3 | Rethinking the Inception Architecture for Computer Vision | |
1602 | InceptionV4 | Inception-v4, Inception-ResNet and the Impact of Residual Connections on Learning | |
1602 | InceptionResNetV2 | Inception-v4, Inception-ResNet and the Impact of Residual Connections on Learning | |
1608 | DenseNet | Densely Connected Convolutional Networks | |
1610 | Xecption | Xception: Deep Learning with Depthwise Separable Convolutions | |
1704 | MobileNet | MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications | |
1707 | NASNet | Learning Transferable Architectures for Scalable Image Recognition |
Date | Network | Paper | Code |
---|---|---|---|
1311 | RCNN | Rich feature hierarchies for accurate object detection and semantic segmentation | |
1504 | Fast RCNN | Fast R-CNN | |
1506 | Faster RCNN | Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks | PyTorch |
1512 | SSD | SSD: Single Shot MultiBox Detector | |
1506 | YOLO_V1 | You Only Look Once: Unified, Real-Time Object Detection | |
1612 | YOLO_V2 | YOLO9000: Better, Faster, Stronger | |
1804 | YOLO_V3 | YOLOv3: An Incremental Improvement | |
1708 | RetinaNet | Focal Loss for Dense Object Detection | PyTorch |
Date | Network | Paper | Code |
---|---|---|---|
1703 | MaskRCNN | Mask R-CNN | PyTorch |
Date | Network | Paper | Code |
---|---|---|---|
1503 | FaceNet | FaceNet: A Unified Embedding for Face Recognition and Clustering |
Date | Network | Paper | Code |
---|---|---|---|
1609 | SRGAN | Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network | |
1809 | ESRGAN | ESRGAN: Enhanced Super-Resolution Generative Adversarial Networks | PyTorch |