princeton-vl / CornerNet

BSD 3-Clause "New" or "Revised" License
2.36k stars 475 forks source link

What is the general operation of the backward of corner pooling? #66

Closed CasonTsai closed 4 years ago

CasonTsai commented 5 years ago

excuse me,I am currently reading about the code of corner pooling layer,I think I understand the forward of the corner pooling ,but i don't quite understand the backward ,could you Explain the general process of backward? image

heilaw commented 5 years ago

It's similar to the conventional max pooling. The gradients back propagate through the neurons that achieve the maximum values.