其他分享
首页 > 其他分享> > Octave Convolution卷积

Octave Convolution卷积

作者:互联网

Octave Convolution卷积

MXNet implementation 实现for:

Drop an Octave: Reducing Spatial Redundancy in Convolutional Neural Networks with Octave Convolution

ImageNet

Ablation

https://github.com/facebookresearch/OctConv

 

 

 Note:

笔记:

Others

 

Citation

@article{chen2019drop,

  title={Drop an Octave: Reducing Spatial Redundancy in Convolutional Neural Networks with Octave Convolution},

  author={Chen, Yunpeng and Fan, Haoqi and Xu, Bing and Yan, Zhicheng and Kalantidis, Yannis and Rohrbach, Marcus and Yan, Shuicheng and Feng, Jiashi},

  journal={Proceedings of the IEEE International Conference on Computer Vision},

  year={2019}

}

Third-party Implementations

 

Reference

[1] He K, et al "Identity Mappings in Deep Residual Networks".

[2] Christian S, et al "Rethinking the Inception Architecture for Computer Vision"

[3] Zhang H, et al. "mixup: Beyond empirical risk minimization.".

License

The code and the models are MIT licensed, as found in the LICENSE file.

 

标签:Convolution,卷积,Top,API,Octave,imagenet,MXNet
来源: https://www.cnblogs.com/wujianming-110117/p/14535306.html