paper-with-me

Papers

Effectiveness of Detection-based and Regression-based Approaches for Estimating Mask-Wearing Ratio

2021-11-25 · Khanh-Duy Nguyen, Huy H. Nguyen, Trung-Nghia Le, Junichi Yamagishi, Isao Echizen

Estimating the mask-wearing ratio in public places is important as it enables health authorities to promptly analyze and implement policies. Methods for estimating the mask-wearing ratio on the basis of image analysis have been reported. However, there is still a lack of comprehensive research on both methodologies and datasets. Most recent reports straightforwardly propose estimating the ratio by applying conventional object detection and classification methods. It is feasible to use regression-based approaches to estimate the number of people wearing masks, especially for congested scenes with tiny and occluded faces, but this has not been well studied. A large-scale and well-annotated dataset is still in demand. In this paper, we present two methods for ratio estimation that leverage either a detection-based or regression-based approach. For the detection-based approach, we improved the state-of-the-art face detector, RetinaFace, used to estimate the ratio. For the regression-based approach, we fine-tuned the baseline network, CSRNet, used to estimate the density maps for masked and unmasked faces. We also present the first large-scale dataset, the ``NFM dataset,'' which contains 581,108 face annotations extracted from 18,088 video frames in 17 street-view videos. Experiments demonstrated that the RetinaFace-based method has higher accuracy under various situations and that the CSRNet-based method has a shorter operation time thanks to its compactness.

📄 PDF Abstract BibTeX arXiv:2111.12888

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject Detectionregression

Similar Papers 제목 키워드 기반

Ellipse Regression with Predicted Uncertainties for Accurate Multi-View 3D Object Estimation

2020-12-27 · Wenbo Dong, Volkan Isler

Convolutional neural network (CNN) based architectures, such as Mask R-CNN, constitute the state of the art in object detection and segmentation. Recently, these methods have been extended for model-based segmentation wh…

Objectobject-detectionObject Detectionregression

Using Depth for Pixel-Wise Detection of Adversarial Attacks in Crowd Counting

2019-11-26 · Weizhe Liu, Mathieu Salzmann, Pascal Fua

State-of-the-art methods for counting people in crowded scenes rely on deep networks to estimate crowd density. While effective, deep learning approaches are vulnerable to adversarial attacks, which, in a crowd-counting …

Crowd CountingDensity Estimation

Contrasting Deep Learning Models for Direct Respiratory Insufficiency Detection Versus Blood Oxygen Saturation Estimation

2024-07-30 · Marcelo Matheus Gauy, Natalia Hitomi Koza, Ricardo Mikio Morita, Gabriel Rocha Stanzione 외

We contrast high effectiveness of state of the art deep learning architectures designed for general audio classification tasks, refined for respiratory insufficiency (RI) detection and blood oxygen saturation (SpO2) esti…

Audio ClassificationBinary ClassificationregressionSpO2 estimation

BART-based inference for Poisson processes

2020-05-16 · Stamatina Lamprinakou, Mauricio Barahona, Seth Flaxman, Sarah Filippi 외

The effectiveness of Bayesian Additive Regression Trees (BART) has been demonstrated in a variety of contexts including non-parametric regression and classification. A BART scheme for estimating the intensity of inhomoge…

regression

MaskPlus: Improving Mask Generation for Instance Segmentation

2019-07-15 · Shichao Xu, Shuyue Lan, Qi Zhu

Instance segmentation is a promising yet challenging topic in computer vision. Recent approaches such as Mask R-CNN typically divide this problem into two parts -- a detection component and a mask generation branch, and …

Instance SegmentationSegmentationSemantic Segmentation