paper-with-me

홈 › Papers

ProgressFace: Scale-Aware Progressive Learning for Face Detection

2020-08-01 · ECCV 2020 8 · Jiashu Zhu, Dong Li, Tiantian Han, Lu Tian, Yi Shan

Scale variation stands out as one of key challenges in face detection. Recent attempts have been made to cope with this issue by incorporating image / feature pyramids or adjusting anchor sampling / matching strategies. In this work, we propose a novel scale-aware progressive training mechanism to address large scale variations across faces. Inspired by curriculum learning, our method gradually learns large-to-small face instances. The preceding models learned with easier samples (i.e., large faces) can provide good initialization for succeeding learning with harder samples (i.e., small faces), ultimately deriving a better optimum of face detectors. Moreover, we propose an auxiliary anchor-free enhancement module to facilitate the learning of small faces by supplying positive anchors that may be not covered according to the criterion of IoU overlap. Such anchor-free module will be removed during inference and hence no extra computation cost is introduced. Extensive experimental results demonstrate the superiority of our method compared to the state-of-the-arts on the standard FDDB and WIDER FACE benchmarks. Especially, our ProgressFace-Light with MobileNet-0.25 backbone achieves 87.9% AP on the hard set of WIDER FACE, surpassing largely RetinaFace with the same backbone by 9.7%. Code and our trained face detection models are available at https://github.com/jiashu-zhu/ProgressFace.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Face Detection

Similar Papers 제목 키워드 기반

Progressive Semantic-Aware Style Transformation for Blind Face Restoration

2020-09-18 · CVPR 2021 1 · Chaofeng Chen, Xiaoming Li, Lingbo Yang, Xianhui Lin 외

Face restoration is important in face image processing, and has been widely studied in recent years. However, previous works often fail to generate plausible high quality (HQ) results for real-world low quality (LQ) face…

Blind Face RestorationFace ParsingSemantic ParsingStyle Transfer

UIA-ViT: Unsupervised Inconsistency-Aware Method based on Vision Transformer for Face Forgery Detection

2022-10-23 · Wanyi Zhuang, Qi Chu, Zhentao Tan, Qiankun Liu 외

Intra-frame inconsistency has been proved to be effective for the generalization of face forgery detection. However, learning to focus on these inconsistency requires extra pixel-level forged location annotations. Acquir…

Representation Learning

LP-DETR: Layer-wise Progressive Relations for Object Detection

2025-02-07 · Zhengjian Kang, Ye Zhang, Xiaoyu Deng, Xintao Li 외

This paper presents LP-DETR (Layer-wise Progressive DETR), a novel approach that enhances DETR-based object detection through multi-scale relation modeling. Our method introduces learnable spatial relationships between o…

DecoderObjectobject-detectionObject Detection+1

Scale-Aware Face Detection

2017-06-29 · CVPR 2017 7 · Zekun Hao, Yu Liu, Hongwei Qin, Junjie Yan 외

Convolutional neural network (CNN) based face detectors are inefficient in handling faces of diverse scales. They rely on either fitting a large single model to faces across a large scale range or multi-scale testing. Bo…

Face Detection

NeuroDx-LM: A Clinical Large-Scale Model for EEG-based Neurological Disorder Detection

2025-08-11 · Guanghao Jin, Yuan Liang, Yihan Ma, Jingpei Wu 외 arxiv

Large-scale models pre-trained on Electroencephalography (EEG) have shown promise in clinical applications such as neurological disorder detection. However, the practical deployment of EEG-based large-scale models faces …