Prioritized Sampling

PrIme Sample Attention

Introduced by Cao et al. in Prime Sample Attention in Object Detection

PrIme Sample Attention (PISA) directs the training of object detection frameworks towards prime samples. These are samples that play a key role in driving the detection performance. The authors define Hierarchical Local Rank (HLR) as a metric of importance. Specifically, they use IoU-HLR to rank positive samples and ScoreHLR to rank negative samples in each mini-batch. This ranking strategy places the positive samples with highest IoUs around each object and the negative samples with highest scores in each cluster to the top of the ranked list and directs the focus of the training process to them via a simple re-weighting scheme. The authors also devise a classification-aware regression loss to jointly optimize the classification and regression branches. Particularly, this loss would suppress those samples with large regression loss, thus reinforcing the attention to prime samples.

Source: Prime Sample Attention in Object Detection

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Object Detection 2 12.50%
Automated Theorem Proving 2 12.50%
Language Modelling 2 12.50%
Selection bias 1 6.25%
Multi-Armed Bandits 1 6.25%
Retrieval 1 6.25%
Sentence 1 6.25%
Text Generation 1 6.25%
Time Series Analysis 1 6.25%

Components


Component Type
🤖 No Components Found You can add them if they exist; e.g. Mask R-CNN uses RoIAlign

Categories