Improving Detection of Person Class Using Dense Pooling
Nouman Ahmad

TL;DR
This paper introduces a novel dense pooling technique that transforms images into UV representations to enhance person detection accuracy in deep learning models, achieving state-of-the-art results on COCO dataset.
Contribution
The paper proposes a new dense pooling method that converts images into UV space, improving ROI feature extraction for better person detection.
Findings
Significant improvement in person detection accuracy.
Effective transformation into UV images enhances feature extraction.
Achieved state-of-the-art results on COCO dataset.
Abstract
Lately, the continuous development of deep learning models by many researchers in the area of computer vision has attracted more researchers to further improve the accuracy of these models. FasterRCNN [32] has already provided a state-of-the-art approach to improve the accuracy and detection of 80 different objects given in the COCO dataset. To further improve the performance of person detection we have conducted a different approach which gives the state-of-the-art conclusion. An ROI is a step in FasterRCNN that extract the features from the given image with a fixed size and transfer into for further classification. To enhance the ROI performance, we have conducted an approach that implements dense pooling and converts the image into a 3D model to further transform into UV(ultra Violet) images which makes it easy to extract the right features from the images. To implement our 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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace recognition and analysis · Face and Expression Recognition
