自動影響認識は、教育、ゲーム、ソフトウェア開発、自動車、医療などの多くの分野で適用されますが、実際のデータセットでかなりのパフォーマンスを達成することは簡単な作業ではありません。実世界のデータセットは、合成データセットよりも実際のシナリオをよりよく表しますが、前者のデータセットは不完全なラベルの問題に悩まされています。半教師あり学習に触発されて、この論文では、第4回Affective Behavior Analysis in-the-wild(ABAW)2022コンペティションでのマルチタスク学習チャレンジへの提出を紹介します。この課題で考慮される3つのタスクは、感情覚醒(VA)推定、表現の6つの基本(怒り、嫌悪、恐怖、幸福、悲しみ、驚き)、中立、および「その他」のカテゴリと12のアクションユニットへの分類です。 (AU)番号AU-{01,2,4,6,7,10,12,15,23,24,25,26 SS-MFARというタイトルの私たちの方法半教師ありマルチタスク顔面影響認識は、各式クラスの適応しきい値と不完全なラベルの半教師あり学習とともに、各タスクのタスク固有の分類器を備えた深い残余ネットワークを使用します。ソースコードはhttps://github.com/1980x/ABAW2022DMACSで入手できます。
Automatic affect recognition has applications in many areas such as education, gaming, software development, automotives, medical care, etc. but it is non trivial task to achieve appreciable performance on in-the-wild data sets. In-the-wild data sets though represent real-world scenarios better than synthetic data sets, the former ones suffer from the problem of incomplete labels. Inspired by semi-supervised learning, in this paper, we introduce our submission to the Multi-Task-Learning Challenge at the 4th Affective Behavior Analysis in-the-wild (ABAW) 2022 Competition. The three tasks that are considered in this challenge are valence-arousal(VA) estimation, classification of expressions into 6 basic (anger, disgust, fear, happiness, sadness, surprise), neutral, and the 'other' category and 12 action units(AU) numbered AU-{1,2,4,6,7,10,12,15,23,24,25,26}. Our method Semi-supervised Multi-task Facial Affect Recognition titled SS-MFAR uses a deep residual network with task specific classifiers for each of the tasks along with adaptive thresholds for each expression class and semi-supervised learning for the incomplete labels. Source code is available at https://github.com/1980x/ABAW2022DMACS.