PSRR-MaxpoolNMS: Pyramid Shifted MaxpoolNMS with Relationship Recovery
Tianyi Zhang, Jie Lin, Peng Hu, Bin Zhao, Mohamed M. Sabry Aly

TL;DR
This paper introduces PSRR-MaxpoolNMS, a parallelizable method that replaces GreedyNMS in object detection, achieving faster speeds and comparable accuracy through a novel relationship recovery and pyramid shifted approach.
Contribution
The paper presents PSRR-MaxpoolNMS, a new fully parallelizable NMS method that improves accuracy and speed over existing MaxpoolNMS and can replace GreedyNMS at all detection stages.
Findings
Outperforms MaxpoolNMS significantly in accuracy.
Faster than GreedyNMS with similar accuracy.
Enables hardware acceleration for NMS processes.
Abstract
Non-maximum Suppression (NMS) is an essential postprocessing step in modern convolutional neural networks for object detection. Unlike convolutions which are inherently parallel, the de-facto standard for NMS, namely GreedyNMS, cannot be easily parallelized and thus could be the performance bottleneck in convolutional object detection pipelines. MaxpoolNMS is introduced as a parallelizable alternative to GreedyNMS, which in turn enables faster speed than GreedyNMS at comparable accuracy. However, MaxpoolNMS is only capable of replacing the GreedyNMS at the first stage of two-stage detectors like Faster-RCNN. There is a significant drop in accuracy when applying MaxpoolNMS at the final detection stage, due to the fact that MaxpoolNMS fails to approximate GreedyNMS precisely in terms of bounding box selection. In this paper, we propose a general, parallelizable and configurable approach…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Sparse and Compressive Sensing Techniques
