资源算法 deformable-convolution-Neural-Network

deformable-convolution-Neural-Network

2020-04-01 | |  41 |   0 |   0

deformable-convolution-Neural-Network

A good example of deformable convolutional network for mnist classification

Paper Reference: Deformabel convolutional netwokrs -- Jifeng Dai, Haozhi Qi, Yuwen Xiong, Yi Li, et al. 5 Jun 2017

Code Reference: https://github.com/felixlaumon/deform-conv

The code is written by keras with tensorflow backend. (Theano backend does not work)

Deformable convolutional networks can reduce the effect of geometric transformation on image classification accuracy. In which, the additional convolutional layers are used to learn unknown affine transformations. On the other hand, this structure increases training cost -- time consumption and computational source.

A review of bilinear interpolation is also presented in this repository and I also explian how to realize this algorithm with tensorflow code library. Please refer to tf_map_coords.pptx file.

In cnn.py I defined a deform_cnn function. You can easily construct your own network structures by using this function.

Any discussion about CNN model is welcome and please send email to me: xingshuli600@gmail.com.


上一篇: pytorch-deform-conv-v2

下一篇:deformableConvolution_2D

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

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

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

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