Tagged in

Convolutional Network

Mini Distill
Mini Distill
This is a space where I write short summaries or extended tutorials of interesting papers I've read. The language is intended to be informal as to minimize the time between reading and understanding.
More information
Followers
235
Elsewhere
More, on Medium

(PPS) Deformable Convolutional Networks

The basic idea of this paper is to give the convolution and pooling layers the ability to model different orientations and scales of objects in images. They do this by making the shape of the convolution filter learnable. For intuition, consider the…