paper-with-me

Papers

SSH: Single Stage Headless Face Detector

2017-08-14 · ICCV 2017 10 · Mahyar Najibi, Pouya Samangouei, Rama Chellappa, Larry Davis

We introduce the Single Stage Headless (SSH) face detector. Unlike two stage proposal-classification detectors, SSH detects faces in a single stage directly from the early convolutional layers in a classification network. SSH is headless. That is, it is able to achieve state-of-the-art results while removing the "head" of its underlying classification network -- i.e. all fully connected layers in the VGG-16 which contains a large number of parameters. Additionally, instead of relying on an image pyramid to detect faces with various scales, SSH is scale-invariant by design. We simultaneously detect faces with different scales in a single forward pass of the network, but from different layers. These properties make SSH fast and light-weight. Surprisingly, with a headless VGG-16, SSH beats the ResNet-101-based state-of-the-art on the WIDER dataset. Even though, unlike the current state-of-the-art, SSH does not use an image pyramid and is 5X faster. Moreover, if an image pyramid is deployed, our light-weight network achieves state-of-the-art on all subsets of the WIDER dataset, improving the AP by 2.5%. SSH also reaches state-of-the-art results on the FDDB and Pascal-Faces datasets while using a small input size, leading to a runtime of 50 ms/image on a GPU. The code is available at https://github.com/mahyarnajibi/SSH.

📄 PDF Abstract BibTeX arXiv:1708.03979

Code (6)

mahyarnajibi/SSH 공식 구현
RangiLyu/mmdetection_test pytorch
anhtu293/Vietnamese-Celebrity-Face-Recognition tf
open-mmlab/mmdetection pytorch
starimpact/arm_SNIPER tf
stephenkung/NIR_VIS_Face_Recognition pytorch

Tasks

General ClassificationGPU

Similar Papers 제목 키워드 기반

Going Headless? On the Boundaries of Vertical AI Firms

2026-05-18 · Muhammad Zia Hydari, Farooq Muzaffar arxiv

Vertical AI firms in accounting, law, healthcare, procurement, and similar domains historically bundled workflow, domain logic, and accountability into a single application. General-purpose AI agents are now unbundling t…

Revisiting a single-stage method for face detection

2019-02-05 · Nguyen Van Quang, Hiromasa Fujihara

Although accurate, two-stage face detectors usually require more inference time than single-stage detectors do. This paper proposes a simple yet effective single-stage model for real-time face detection with a prominentl…

Face DetectionGPU

Feature Agglomeration Networks for Single Stage Face Detection

2017-12-03 · Jialiang Zhang, Xiongwei Wu, Jianke Zhu, Steven C. H. Hoi

Recent years have witnessed promising results of face detection using deep learning. Despite making remarkable progresses, face detection in the wild remains an open research challenge especially when detecting faces at …

Face DetectionGPU

Using LIP to Gloss Over Faces in Single-Stage Face Detection Networks

2017-12-22 · ECCV 2018 9 · Siqi Yang, Arnold Wiliem, Shaokang Chen, Brian C. Lovell

This work shows that it is possible to fool/attack recent state-of-the-art face detectors which are based on the single-stage networks. Successfully attacking face detectors could be a serious malware vulnerability when …

Face Detection

Rendering on Real Silicon: GPU Render-Timing as a Passive, AI-Resistant CAPTCHA Signal

2026-07-25 · David Noever, Forrest McKee arxiv

Conventional CAPTCHAs pose puzzles that modern AI systems increasingly solve, while behavioral and cryptographic-attestation defenses carry privacy or enrollment costs. We investigate an orthogonal signal: the physical t…