chengdazhi / Deformable-Convolution-V2-PyTorch

Deformable ConvNets V2 (DCNv2) in PyTorch
MIT License
1.44k stars 229 forks source link

Is it useful to use dcn on 1x1conv? #85

Open kirkzZ opened 2 years ago

kirkzZ commented 2 years ago

hello,is it useful to use dcn on 1x1conv?

dazhi-cheng commented 2 years ago

I would expect less effect on 1x1conv, simply because 1x1 conv is not doing much feature aggregation. Deformable conv helps mostly with dynamic feature aggregation. But still it would be interesting to see the results.

kirkzZ commented 2 years ago

Yes, from my experimental results, there is only a little increase, but there is no comparison, so I don't know whether my result is normal

dazhi-cheng commented 2 years ago

Good to know!