Understanding 2D Dilated Convolution Operation with Examples in Numpy and Tensorflow with…

Understanding 2D Dilated Convolution Operation with Examples in Numpy and Tensorflow with…

  • March 13, 2018
Table of Contents

Understanding 2D Dilated Convolution Operation with Examples in Numpy and Tensorflow with…

So from this paper. “Multi-Scale Context Aggregation by Dilated Convolutions”, I was introduced to Dilated Convolution Operation. And to be honest it is just convolution operation with modified kernel, to be exact, wider kernel.

However, to understand something fully, I need to implement it, hence the existence of this post.

Source: towardsdatascience.com

Tags :
Share :
comments powered by Disqus

Related Posts

The Building Blocks of Interpretability

The Building Blocks of Interpretability

In 2015, our early attempts to visualize how neural networks understand images led to psychedelic images. Soon after, we open sourced our code as DeepDream and it grew into a small art movement producing all sorts of amazing things. But we also continued the original line of research behind DeepDream, trying to address one of the most exciting questions in Deep Learning: how do neural networks do what they do?

Read More
Semantic Image Segmentation with DeepLab in Tensorflow

Semantic Image Segmentation with DeepLab in Tensorflow

Today, we are excited to announce the open source release of our latest and best performing semantic image segmentation model, DeepLab-v3+ [1], implemented in Tensorflow. This release includes DeepLab-v3+ models built on top of a powerful convolutional neural network (CNN) backbone architecture [2, 3] for the most accurate results, intended for server-side deployment. As part of this release, we are additionally sharing our Tensorflow model training and evaluation code, as well as models already pre-trained on the Pascal VOC 2012 and Cityscapes benchmark semantic segmentation tasks.

Read More