paper-with-me

Papers

PyramidBox++: High Performance Detector for Finding Tiny Face

2019-03-31 · Zhihang Li, Xu Tang, Junyu Han, Jingtuo Liu, Ran He

With the rapid development of deep convolutional neural network, face detection has made great progress in recent years. WIDER FACE dataset, as a main benchmark, contributes greatly to this area. A large amount of methods have been put forward where PyramidBox designs an effective data augmentation strategy (Data-anchor-sampling) and context-based module for face detector. In this report, we improve each part to further boost the performance, including Balanced-data-anchor-sampling, Dual-PyramidAnchors and Dense Context Module. Specifically, Balanced-data-anchor-sampling obtains more uniform sampling of faces with different sizes. Dual-PyramidAnchors facilitate feature learning by introducing progressive anchor loss. Dense Context Module with dense connection not only enlarges receptive filed, but also passes information efficiently. Integrating these techniques, PyramidBox++ is constructed and achieves state-of-the-art performance in hard set.

📄 PDF Abstract BibTeX arXiv:1904.00386

Code (4)

2023-MindSpore-4/Code6/tree/main/PyramidBox
Mind23-2/MindCode-5/tree/main/PyramidBox mindspore
MindSpore-paper-code-2/code2/tree/main/PyramidBox mindspore
code-implementation1/Code6/tree/main/PyramidBox mindspore

Tasks

Data AugmentationFace DetectionVocal Bursts Intensity Prediction

Similar Papers 제목 키워드 기반

PyramidBox: A Context-assisted Single Shot Face Detector

2018-03-21 · ECCV 2018 9 · Xu Tang, Daniel K. Du, Zeqiang He, Jingtuo Liu

Face detection has been well studied for many years and one of remaining challenges is to detect small, blurred and partially occluded faces in uncontrolled environment. This paper proposes a novel context-assisted singl…

Face Detection

Robust and High Performance Face Detector

2019-01-06 · Yundong Zhang, Xiang Xu, Xiaotao Liu

In recent years, face detection has experienced significant performance improvement with the boost of deep convolutional neural networks. In this report, we reimplement the state-of-the-art detector SRN and apply some tr…

Data AugmentationFace DetectionVocal Bursts Intensity Prediction

Visible and Clear: Finding Tiny Objects in Difference Map

2024-05-18 · Bing Cao, Haiyu Yao, Pengfei Zhu, QinGhua Hu

Tiny object detection is one of the key challenges in the field of object detection. The performance of most generic detectors dramatically decreases in tiny object detection tasks. The main challenge lies in extracting …

Objectobject-detectionObject Detection

TinyFormer: Preserving Tiny Objects in YOLO-DETR Hybrid Real-time Detectors

2026-05-24 · Jun-Wei Hsieh, Meng-Yu Kao, Ghufron Wahyu Kurniawan, Kuan-Chuan Peng arxiv

YOLO-series and DETR-based detectors struggle with tiny-object detection. YOLO-style models benefit from efficient dense prediction, but their large-stride backbones may suppress tiny instances in deep feature maps and m…

Object LocalizationObject Detection

TinyDet: Accurate Small Object Detection in Lightweight Generic Detectors

2023-04-07 · Shaoyu Chen, Tianheng Cheng, Jiemin Fang, Qian Zhang 외

Small object detection requires the detection head to scan a large number of positions on image feature maps, which is extremely hard for computation- and energy-efficient lightweight generic detectors. To accurately det…

object-detectionObject DetectionSmall Object Detection