What is: Corner Pooling?
Source | CornerNet: Detecting Objects as Paired Keypoints |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
Corner Pooling is a pooling technique for object detection that seeks to better localize corners by encoding explicit prior knowledge. Suppose we want to determine if a pixel at location is a top-left corner. Let and be the feature maps that are the inputs to the top-left corner pooling layer, and let and be the vectors at location in and respectively. With feature maps, the corner pooling layer first max-pools all feature vectors between and in to a feature vector , and max-pools all feature vectors between and in to a feature vector . Finally, it adds and together.