九大卷积神经网络 ( CNN ) 的 PyTorch 实现

下图来源:https://github.com/hoya012/deep_learning_object_detection

52个目标检测模型

以下内容来源:https://github.com/shanglianlm0525/PyTorch-Networks

典型网络

典型的卷积神经网络包括:AlexNet、VGG、ResNet; InceptionV1、InceptionV2、InceptionV3、InceptionV4、Inception-ResNet

  • AlexNet: ImageNet Classification with Deep Convolutional Neural Networks, Alex Krizhevsky, 2012

  • VGG: Very Deep Convolutional Networks for Large-Scale Image Recognition,Karen Simonyan,2014

  • ResNet: Deep Residual Learning for Image Recognition, He-Kaiming, 2015

  • InceptionV1: Going deeper with convolutions , Christian Szegedy , 2014

  • InceptionV2 and InceptionV3: Rethinking the Inception Architecture for Computer Vision , Christian Szegedy ,2015

  • InceptionV4 and Inception-ResNet: Inception-v4, Inception-ResNet and the Impact of Residual Connections on Learning , Christian Szegedy ,2016

  • DenseNet: Densely Connected Convolutional Networks, 2017

  • ResNeXt: Aggregated Residual Transformations for Deep Neural Networks,2017


轻量级网络

轻量级网络包括:GhostNet、MobileNets、MobileNetV2、MobileNetV3、ShuffleNet、ShuffleNet V2、SqueezeNet Xception MixNet GhostNet

  • MobileNets: MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications

  • MobileNetV2: Inverted Residuals and Linear Bottlenecks

  • MobileNetV3:Searching for MobileNetV3

  • ShuffleNet: An Extremely Efficient Convolutional Neural Network for Mobile Devices

  • ShuffleNet V2: Practical Guidelines for Efficient CNN Architecture Design

  • SqueezeNet:AlexNet-level accuracy with 50x fewer parameters and < 0.5MB Model Size

  • Xception: Deep Learning with Depthwise Separable Convolutions

  • MixNet: Mixed Depthwise Convolutional Kernels


目标检测网络

目标检测网络包括:SSD、YOLO、YOLOv2、YOLOv3、FCOS、FPN、RetinaNet Objects as Points、FSAF、CenterNet FoveaBox


语义分割网络

语义分割网络包括:FCN、Fast-SCNN、LEDNet、LRNNet、FisheyeMODNet


实例分割网络

实例分割网络包括:PolarMask。
PolarMask: Single Shot Instance Segmentation with Polar Representation ,2019


人脸检测和识别网络

人脸检测和识别网络包括:FaceBoxes、LFFD、VarGFaceNet。


人体姿态识别网络

人体姿态识别网络包括:Stacked Hourglass、Networks Simple Baselines、LPN。
StackedHG: Stacked Hourglass Networks for Human Pose Estimation ,2016

Simple Baselines:Simple Baselines for Human Pose Estimation and Tracking

LPN: Simple and Lightweight Human Pose Estimation


注意力机制网络

注意力机制网络包括:SE Net、scSE、NL Net、GCNet、CBAM。


人像分割网络

人像分割网络包括:SINet。

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。