paper-with-me

홈 › Papers

PSRR-MaxpoolNMS: Pyramid Shifted MaxpoolNMS with Relationship Recovery

2021-05-27 · CVPR 2021 1 · Tianyi Zhang, Jie Lin, Peng Hu, Bin Zhao, Mohamed M. Sabry Aly

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 PSRR-MaxpoolNMS, to completely replace GreedyNMS at all stages in all detectors. By introducing a simple Relationship Recovery module and a Pyramid Shifted MaxpoolNMS module, our PSRR-MaxpoolNMS is able to approximate GreedyNMS more precisely than MaxpoolNMS. Comprehensive experiments show that our approach outperforms MaxpoolNMS by a large margin, and it is proven faster than GreedyNMS with comparable accuracy. For the first time, PSRR-MaxpoolNMS provides a fully parallelizable solution for customized hardware design, which can be reused for accelerating NMS everywhere.

📄 PDF Abstract BibTeX arXiv:2105.12990

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject Detection

Similar Papers 제목 키워드 기반

MaxpoolNMS: Getting Rid of NMS Bottlenecks in Two-Stage Object Detectors

2019-06-01 · CVPR 2019 6 · Lile Cai, Bin Zhao, Zhe Wang, Jie Lin 외

Modern convolutional object detectors have improved the detection accuracy significantly, which in turn inspired the development of dedicated hardware accelerators to achieve real-time performance by exploiting inherent …

BenchmarkingGeneral ClassificationObjectobject-detection+2

Geometrical determinant of nonlinear synaptic integration in human cortical pyramidal neurons

2024-08-10 · Jaeyoung Yoon

Neurons integrate synaptic inputs and convert them to action potential output at electrically distant locations. The computational power of a neuron is hence enhanced by subcellular compartmentalization and nonlinear syn…

Memory-Efficient Sparse Pyramid Attention Networks for Whole Slide Image Analysis

2024-06-13 · Weiyi Wu, Chongyang Gao, Xinwen Xu, Siting Li 외

Whole Slide Images (WSIs) are crucial for modern pathological diagnosis, yet their gigapixel-scale resolutions and sparse informative regions pose significant computational challenges. Traditional dense attention mechani…

whole slide images

Parallel Multi-Dimensional LSTM, With Application to Fast Biomedical Volumetric Image Segmentation

2015-06-24 · NeurIPS 2015 12 · Marijn F. Stollenga, Wonmin Byeon, Marcus Liwicki, Juergen Schmidhuber

Convolutional Neural Networks (CNNs) can be shifted across 2D images or 3D videos to segment them. They have a fixed input size and typically perceive only small local contexts of the pixels to be classified as foregroun…

Brain Image SegmentationImage SegmentationSemantic Segmentation

Peri-midFormer: Periodic Pyramid Transformer for Time Series Analysis

2024-11-07 · Qiang Wu, Gechang Yao, Zhixi Feng, Shuyuan Yang

Time series analysis finds wide applications in fields such as weather forecasting, anomaly detection, and behavior recognition. Previous methods attempted to model temporal variations directly using 1D time series. Howe…

Anomaly DetectionClassificationImputationTime Series+3