paper-with-me

Papers

Multi-label Learning with Missing Values using Combined Facial Action Unit Datasets

2020-08-17 · Jaspar Pahl, Ines Rieger, Dominik Seuss

Facial action units allow an objective, standardized description of facial micro movements which can be used to describe emotions in human faces. Annotating data for action units is an expensive and time-consuming task, which leads to a scarce data situation. By combining multiple datasets from different studies, the amount of training data for a machine learning algorithm can be increased in order to create robust models for automated, multi-label action unit detection. However, every study annotates different action units, leading to a tremendous amount of missing labels in a combined database. In this work, we examine this challenge and present our approach to create a combined database and an algorithm capable of learning under the presence of missing labels without inferring their values. Our approach shows competitive performance compared to recent competitions in action unit detection.

📄 PDF Abstract BibTeX arXiv:2008.07234

Code (0)

등록된 구현이 없습니다.

Tasks

Action Unit DetectionMissing LabelsMissing ValuesMulti-Label Learning

Similar Papers 제목 키워드 기반

Adapting Fairness Interventions to Missing Values

2023-05-30 · NeurIPS 2023 11

Missing values in real-world data pose a significant and unique challenge to algorithmic fairness. Different demographic groups may be unequally affected by missing data, and the standard procedure for handling missing v…

FairnessMissing Values

Gaussian Processes for Missing Value Imputation

2022-04-10 · Bahram Jafrasteh, Daniel Hernández-Lobato, Simón Pedro Lubián-López, Isabel Benavente-Fernández

Missing values are common in many real-life datasets. However, most of the current machine learning methods can not handle missing values. This means that they should be imputed beforehand. Gaussian Processes (GPs) are n…

Gaussian ProcessesImputationMissing ValuesVariational Inference

An Innovative Imputation and Classification Approach for Accurate Disease Prediction

2016-03-10 · Yelipe UshaRani, P. Sammulal

Imputation of missing attribute values in medical datasets for extracting hidden knowledge from medical datasets is an interesting research topic of interest which is very challenging. One cannot eliminate missing values…

AttributeClassificationClusteringDimensionality Reduction+4

Optimal Clustering with Missing Values

2019-02-26 · Shahin Boluki, Siamak Zamani Dadaneh, Xiaoning Qian, Edward R. Dougherty

Missing values frequently arise in modern biomedical studies due to various reasons, including missing tests or complex profiling technologies for different omics measurements. Missing values can complicate the applicati…

ClusteringImputationMissing Values

openXDATA: A Tool for Multi-Target Data Generation and Missing Label Completion

2020-07-27 · Felix Weninger, Yue Zhang, Rosalind W. Picard

A common problem in machine learning is to deal with datasets with disjoint label spaces and missing labels. In this work, we introduce the openXDATA tool that completes the missing labels in partially labelled or unlabe…

Missing Labels