顔の表情を通して人間の感情を分類することは、コンピュータービジョンとディープラーニングの両方の分野で大きなトピックです。人間の感情は、怒り、幸福、または価感と覚醒の価値を伴う次元的な感情など、基本的な感情タイプの1つとして分類できます。このトピックには多くの関連する課題がありますが、最も有名な課題の1つは「野生の影響の挑戦」(Aff-Wild Challenge)と呼ばれます。これは、自然界での価数と覚醒の推定に関する最初の課題です。このプロジェクトは、Aff-wild Challengeの延長です。 Aff-wildデータベースは、平均解像度607 * 359の画像を使用して作成されました。私とDimitriosは、4K解像度のin-the-wild画像を含むデータベースでトレーニングされたモデルのパフォーマンスを見つけようとしました。要件を満たす既存のデータベースがないため、このデータベースで異なるハイパーパラメーターを使用して、ディミトリオスと訓練されたニューラルネットワークモデルの助けを借りて、このデータベースをゼロから構築しました。私は、VGG16、AlexNet、ResNetなどのネットワークモデルと、Ima-geNet VGGなどの事前学習済みモデルを使用しました。さまざまなネットワークモデルの結果をAff-wildデータベースの結果と比較して、データベースに最適なモデルを活用しました。
Classifying the human emotion through facial expressions is a big topic in both the Computer Vision and Deep learning fields. Human emotion can be classified as one of the basic emotion types like being angry, happy or dimensional emotion with valence and arousal values. There are a lot of related challenges in this topic, one of the most famous challenges is called the 'Affect-in-the-wild Challenge'(Aff-Wild Challenge). It is the first challenge on the estimation of valence and arousal in-the-wild. This project is an extension of the Aff-wild Challenge. Aff-wild database was created using images with a mean resolution of 607*359, I and Dimitrios sought to find out the performance of the model that is trained on a database that contains4K resolution in-the-wild images. Since there is no existing database to satisfy the requirement, I built this database from scratch with help from Dimitrios and trained neural network models with different hyperparameters on this database. I used network models likeVGG16, AlexNet, ResNet and also some pre-trained models like Ima-geNet VGG. I compared the results of the different network models alongside the results from the Aff-wild database to exploit the optimal model for my database.