paper-with-me

Papers

Grid Loss: Detecting Occluded Faces

2016-09-01 · Michael Opitz, Georg Waltner, Georg Poier, Horst Possegger, Horst Bischof

Detection of partially occluded objects is a challenging computer vision problem. Standard Convolutional Neural Network (CNN) detectors fail if parts of the detection window are occluded, since not every sub-part of the window is discriminative on its own. To address this issue, we propose a novel loss layer for CNNs, named grid loss, which minimizes the error rate on sub-blocks of a convolution layer independently rather than over the whole feature map. This results in parts being more discriminative on their own, enabling the detector to recover if the detection window is partially occluded. By mapping our loss layer back to a regular fully connected layer, no additional computational cost is incurred at runtime compared to standard CNNs. We demonstrate our method for face detection on several public face detection benchmarks and show that our method outperforms regular CNNs, is suitable for realtime applications and achieves state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:1609.00129

Code (0)

등록된 구현이 없습니다.

Tasks

Face Detection

Similar Papers 제목 키워드 기반

Adversarial Occlusion-aware Face Detection

2017-09-15 · Yujia Chen, Lingxiao Song, Ran He

Occluded face detection is a challenging detection task due to the large appearance variations incurred by various real-world occlusions. This paper introduces an Adversarial Occlusion-aware Face Detector (AOFD) by simul…

Face DetectionOccluded Face Detection

Pain Detection in Masked Faces during Procedural Sedation

2022-11-12 · Y. Zarghami, S. Mafeld, A. Conway, B. Taati

Pain monitoring is essential to the quality of care for patients undergoing a medical procedure with sedation. An automated mechanism for detecting pain could improve sedation dose titration. Previous studies on facial p…

Medical Procedure

Attention-based Partial Face Recognition

2021-06-11 · Stefan Hörmann, Zeyuan Zhang, Martin Knoche, Torben Teepe 외

Photos of faces captured in unconstrained environments, such as large crowds, still constitute challenges for current face recognition approaches as often faces are occluded by objects or people in the foreground. Howeve…

Face Recognition

Teacher-Student Training and Triplet Loss for Facial Expression Recognition under Occlusion

2020-08-03 · Mariana-Iuliana Georgescu, Radu Tudor Ionescu

In this paper, we study the task of facial expression recognition under strong occlusion. We are particularly interested in cases where 50% of the face is occluded, e.g. when the subject wears a Virtual Reality (VR) head…

Facial Expression RecognitionFacial Expression Recognition (FER)Knowledge DistillationTriplet

Graph-Instructed Neural Networks for Sparse Grid-Based Discontinuity Detectors

2024-01-24 · Francesco Della Santa, Sandra Pieraccini

In this paper, we present a novel approach for detecting the discontinuity interfaces of a discontinuous function. This approach leverages Graph-Instructed Neural Networks (GINNs) and sparse grids to address discontinuit…