资源算法TF-SENet

TF-SENet

2020-02-06 | |  28 |   0 |   0

SE_ResNet and SE_ResNeXt model for Tensorflow with pre-trained weights on ImageNet

This repository contains code of the un-official re-implement of SE_ResNe?t50 and SE_ResNe?t101 model. Here is the authors' implementation in Caffe.

SENet is one state-of-the-art convolutional neural network architecture, where dynamic channelwise feature recalibration have been introduced to improve the representational capacity of CNN. More details can be found in the original paper: Squeeze-and-Excitation Networks.

In order to accelerate further research based on SE_ResNet and SE_ResNeXt, I would like to share the pre-trained weights on ImageNet for them, you can download from Google Drive. The pre-trained weights are converted from official weights in Caffe using MMdnn with other post-processing. And the outputs of all the network using the converted weights has almost the same outputs as original Caffe network (errors<1e-5). All rights related to the pre-trained weights belongs to the original author of SENet.

This code and the pre-trained weights only can be used for research purposes.

The canonical input image size for this SE_ResNe?t is 224x224, each pixel value should in range [-128,128](BGR order), and the input preprocessing routine is quite simple, only normalization through mean channel subtraction was used. According to the official open-source version in Caffe, SE-ResNe?t models got to 22.37%(SE-ResNet-50) and 20.97%(SE-ResNeXt-50) on ImageNet-1k for the single crop top-1 validation error.

The codes was tested under Tensorflow 1.6, Python 3.5, Ubuntu 16.04.

BTW, other scaffold need to be build for training from scratch. You can refer to resnet/imagenet_main for adding weight decay to the loss manually.

Apache License 2.0


上一篇:SENet-tensorflow-slim

下一篇:mcnSENets

用户评价
全部评价

热门资源

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...