msracver / Deformable-ConvNets

Deformable Convolutional Networks
MIT License
4.05k stars 957 forks source link

Active Convolution another CVPR 2017 paper which share the same idea #24

Closed gaopeng-eugene closed 7 years ago

gaopeng-eugene commented 7 years ago

For anyone who are interested in this topic, I recommend another paper Active Convolution: Learning the Shape of Convolution for Image Classification. You can find the caffe implementation by googling.

Best Wishes

daijifeng001 commented 7 years ago

The paper is put on Arxiv after our paper. Although it looks similar, it has not learned image-specific deformation and did not achieve good results on complex vision tasks (e.g., semantic segmentation and object detection). We would discuss the paper in revision.

gaopeng-eugene commented 7 years ago

Yes. I totally agree with what you say. Without your paper, I can't understand this beautiful idea.

Best