paper-with-me

홈 › Papers

PatchBMI-Net: Lightweight Facial Patch-based Ensemble for BMI Prediction

2023-11-29 · Parshuram N. Aarotale, Twyla Hill, Ajita Rattani

Due to an alarming trend related to obesity affecting 93.3 million adults in the United States alone, body mass index (BMI) and body weight have drawn significant interest in various health monitoring applications. Consequently, several studies have proposed self-diagnostic facial image-based BMI prediction methods for healthy weight monitoring. These methods have mostly used convolutional neural network (CNN) based regression baselines, such as VGG19, ResNet50, and Efficient-NetB0, for BMI prediction from facial images. However, the high computational requirement of these heavy-weight CNN models limits their deployment to resource-constrained mobile devices, thus deterring weight monitoring using smartphones. This paper aims to develop a lightweight facial patch-based ensemble (PatchBMI-Net) for BMI prediction to facilitate the deployment and weight monitoring using smartphones. Extensive experiments on BMI-annotated facial image datasets suggest that our proposed PatchBMI-Net model can obtain Mean Absolute Error (MAE) in the range [3.58, 6.51] with a size of about 3.3 million parameters. On cross-comparison with heavyweight models, such as ResNet-50 and Xception, trained for BMI prediction from facial images, our proposed PatchBMI-Net obtains equivalent MAE along with the model size reduction of about 5.4x and the average inference time reduction of about 3x when deployed on Apple-14 smartphone. Thus, demonstrating performance efficiency as well as low latency for on-device deployment and weight monitoring using smartphone applications.

📄 PDF Abstract BibTeX arXiv:2311.18102

Code (0)

등록된 구현이 없습니다.

Tasks

DiagnosticPrediction

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Residual Connection 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

PAtt-Lite: Lightweight Patch and Attention MobileNet for Challenging Facial Expression Recognition

2023-06-16 · Jia Le Ngwe, Kian Ming Lim, Chin Poo Lee, Thian Song Ong

Facial Expression Recognition (FER) is a machine learning problem that deals with recognizing human facial expressions. While existing work has achieved performance improvements in recent years, FER in the wild and under…

Facial Expression Recognition (FER)

Occlusion-guided compact template learning for ensemble deep network-based pose-invariant face recognition

2019-03-12 · Yuhang Wu, Ioannis A. Kakadiaris

Concatenation of the deep network representations extracted from different facial patches helps to improve face recognition performance. However, the concatenated facial template increases in size and contains redundant …

Face RecognitionFace VerificationRobust Face Recognition

Knowing When to Quit: Selective Cascaded Regression with Patch Attention for Real-Time Face Alignment

2021-08-01 · Gil Shapira, Noga Levy, Ishay Goldin, Roy J. Jevnisek

Facial landmarks (FLM) estimation is a critical component in many face-related applications. In this work, we aim to optimize for both accuracy and speed and explore the trade-off between them. Our key observation is tha…

Face AlignmentGPUregression

HSEmotion Team at the 6th ABAW Competition: Facial Expressions, Valence-Arousal and Emotion Intensity Prediction

2024-03-18 · Andrey V. Savchenko

This article presents our results for the sixth Affective Behavior Analysis in-the-wild (ABAW) competition. To improve the trustworthiness of facial analysis, we study the possibility of using pre-trained deep models tha…

An Ensemble with Shared Representations Based on Convolutional Networks for Continually Learning Facial Expressions

2021-03-05 · Henrique Siqueira, Pablo Barros, Sven Magg, Stefan Wermter

Social robots able to continually learn facial expressions could progressively improve their emotion recognition capability towards people interacting with them. Semi-supervised learning through ensemble predictions is a…

Emotion Recognition