paper-with-me

Papers

MiVOLO: Multi-input Transformer for Age and Gender Estimation

2023-07-10 · Maksim Kuprashevich, Irina Tolstykh

Age and gender recognition in the wild is a highly challenging task: apart from the variability of conditions, pose complexities, and varying image quality, there are cases where the face is partially or completely occluded. We present MiVOLO (Multi Input VOLO), a straightforward approach for age and gender estimation using the latest vision transformer. Our method integrates both tasks into a unified dual input/output model, leveraging not only facial information but also person image data. This improves the generalization ability of our model and enables it to deliver satisfactory results even when the face is not visible in the image. To evaluate our proposed model, we conduct experiments on four popular benchmarks and achieve state-of-the-art performance, while demonstrating real-time processing capabilities. Additionally, we introduce a novel benchmark based on images from the Open Images Dataset. The ground truth annotations for this benchmark have been meticulously generated by human annotators, resulting in high accuracy answers due to the smart aggregation of votes. Furthermore, we compare our model's age recognition performance with human-level accuracy and demonstrate that it significantly outperforms humans across a majority of age ranges. Finally, we grant public access to our models, along with the code for validation and inference. In addition, we provide extra annotations for used datasets and introduce our new benchmark.

📄 PDF Abstract BibTeX arXiv:2307.04616

Code (2)

wildchlamydia/mivolo 공식 구현 pytorch
DILiS-lab/drivers-of-predictive-aleatoric-uncertainty pytorch

Tasks

Age And Gender ClassificationAge and Gender EstimationAge EstimationFacial Attribute ClassificationGender Prediction

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
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…

Similar Papers 제목 키워드 기반

Beyond Specialization: Assessing the Capabilities of MLLMs in Age and Gender Estimation

2024-03-04 · Maksim Kuprashevich, Grigorii Alekseenko, Irina Tolstykh

Multimodal Large Language Models (MLLMs) have recently gained immense popularity. Powerful commercial models like ChatGPT-4V and Gemini, as well as open-source ones such as LLaVA, are essentially general-purpose models a…

Age And Gender ClassificationAge and Gender EstimationAge EstimationFacial Attribute Classification+2

Out of the box age estimation through facial imagery: A Comprehensive Benchmark of Vision-Language Models vs. out-of-the-box Traditional Architectures

2026-02-08 · Simiao Ren, Xingyu Shen, Ankit Raj, Albert Dai 외 arxiv

Facial age estimation plays a critical role in content moderation, age verification, and deepfake detection. However, no prior benchmark has systematically compared modern vision-language models (VLMs) with specialized a…

DeepFake DetectionAge Estimation

Joint Person Identity, Gender and Age Estimation from Hand Images using Deep Multi-Task Representation Learning

2023-03-27 · Nathanael L. Baisa

In this paper, we propose a multi-task representation learning framework to jointly estimate the identity, gender and age of individuals from their hand images for the purpose of criminal investigations since the hand im…

Age EstimationRepresentation Learning

Unified Autoregressive Modeling for Joint End-to-End Multi-Talker Overlapped Speech Recognition and Speaker Attribute Estimation

2021-07-04 · Ryo Masumura, Daiki Okamura, Naoki Makishima, Mana Ihori 외

In this paper, we present a novel modeling method for single-channel multi-talker overlapped automatic speech recognition (ASR) systems. Fully neural network based end-to-end models have dramatically improved the perform…

Age EstimationAttributeAutomatic Speech RecognitionAutomatic Speech Recognition (ASR)+2

Transfer Learning with Deep CNNs for Gender Recognition and Age Estimation

2018-11-18 · Philip Smith, Cuixian Chen

In this project, competition-winning deep neural networks with pretrained weights are used for image-based gender recognition and age estimation. Transfer learning is explored using both VGG19 and VGGFace pretrained mode…

Age EstimationData AugmentationTransfer Learning