AICurious Logo

What is: Local Importance-based Pooling?

SourceLIP: Local Importance-based Pooling
Year2000
Data SourceCC BY-SA - https://paperswithcode.com

Local Importance-based Pooling (LIP) is a pooling layer that can enhance discriminative features during the downsampling procedure by learning adaptive importance weights based on inputs. By using a learnable network GG in FF, the importance function now is not limited in hand-crafted forms and able to learn the criterion for the discriminativeness of features. Also, the window size of LIP is restricted to be not less than stride to fully utilize the feature map and avoid the issue of fixed interval sampling scheme. More specifically, the importance function in LIP is implemented by a tiny fully convolutional network, which learns to produce the importance map based on inputs in an end-to-end manner.