Monday, July 24, 2017

Densely Connected Convolutional Networks - implementations -



Recent work has shown that convolutional networks can be substantially deeper, more accurate, and efficient to train if they contain shorter connections between layers close to the input and those close to the output. In this paper, we embrace this observation and introduce the Dense Convolutional Network (DenseNet), which connects each layer to every other layer in a feed-forward fashion. Whereas traditional convolutional networks with L layers have L connections - one between each layer and its subsequent layer - our network has L(L+1)/2 direct connections. For each layer, the feature-maps of all preceding layers are used as inputs, and its own feature-maps are used as inputs into all subsequent layers. DenseNets have several compelling advantages: they alleviate the vanishing-gradient problem, strengthen feature propagation, encourage feature reuse, and substantially reduce the number of parameters. We evaluate our proposed architecture on four highly competitive object recognition benchmark tasks (CIFAR-10, CIFAR-100, SVHN, and ImageNet). DenseNets obtain significant improvements over the state-of-the-art on most of them, whilst requiring less memory and computation to achieve high performance. Code and models are available at this https URL .


From the main implementation page at: https://github.com/liuzhuang13/DenseNet

"..Other Implementations
  1. Our Caffe Implementation
  2. Our (much more) space-efficient Caffe Implementation.
  3. PyTorch Implementation (with BC structure) by Andreas Veit.
  4. PyTorch Implementation (with BC structure) by Brandon Amos.
  5. MXNet Implementation by Nicatio.
  6. MXNet Implementation (supporting ImageNet) by Xiong Lin.
  7. Tensorflow Implementation by Yixuan Li.
  8. Tensorflow Implementation by Laurent Mazare.
  9. Tensorflow Implementation (with BC structure) by Illarion Khlestov.
  10. Lasagne Implementation by Jan Schlüter.
  11. Keras Implementation by tdeboissiere.
  12. Keras Implementation by Roberto de Moura Estevão Filho.
  13. Keras Implementation (with BC structure) by Somshubra Majumdar.
  14. Chainer Implementation by Toshinori Hanya.
  15. Chainer Implementation by Yasunori Kudo.
  16. Fully Convolutional DenseNets for segmentation by Simon Jegou...."


Join the CompressiveSensing subreddit or the Google+ Community or the Facebook page and post there !
Liked this entry ? subscribe to Nuit Blanche's feed, there's more where that came from. You can also subscribe to Nuit Blanche by Email, explore the Big Picture in Compressive Sensing or the Matrix Factorization Jungle and join the conversations on compressive sensing, advanced matrix factorization and calibration issues on Linkedin.

No comments:

Printfriendly