Methods › Computer Vision › Pooling Operations › Corner Pooling

Corner Pooling

12 papers tagged archive 2025-07-28

archive 2025-07-28 Description, source and code snippet are the archive's method entry.

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 (i, j) is a top-left corner. Let fₜ and fₗ be the feature maps that are the inputs to the top-left corner pooling layer, and let f_(tᵢⱼ) and f_(lᵢⱼ) be the vectors at location (i, j) in fₜ and fₗ respectively. With H ×W feature maps, the corner pooling layer first max-pools all feature vectors between (i, j) and (i, H) in fₜ to a feature vector tᵢⱼ , and max-pools all feature vectors between (i, j) and (W, j) in fₗ to a feature vector lᵢⱼ. Finally, it adds tᵢⱼ and lᵢⱼ together.

Source: CornerNet: Detecting Objects as Paired KeypointsSee Code · princeton-vl/CornerNet

Papers archive 2025-07-28

12 shown of 12, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.

Tasks archive 2025-07-28

19 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.

TaskPapers
Object Detection8
object-detection8
Object7
Keypoint Estimation2
Region Proposal2
Chart Understanding1
Decoder1
Deep Learning1
Instance Segmentation1
Management1
Metric Learning1
Position1
Real-Time Object Detection1
Semantic Segmentation1
Table Detection1
Table Recognition1
Triplet1
Visual Tracking1
Vocal Bursts Intensity Prediction1

Usage over time archive 2025-07-28

Papers per year tagged with Corner Pooling: 2018 to 2023, peak 3 3 0 2018: 1 paper 2018 2019: 3 papers 2019 2020: 3 papers 2020 2021: 2 papers 2021 2022: 1 paper 2022 2023: 2 papers 2023
Papers per year the archive tags with this method, by the paper's archive date (12 dated). Bars are counts, not a trend claim.

Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).

Categories archive 2025-07-28

Pooling Operations

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections