理想的な条件下での顔認識は、ディープラーニングの進歩により、現在では十分に解決された問題と見なされています。ただし、閉塞状態の顔を認識することは依然として課題です。既存の技術では、口と鼻の両方がマスクで覆われている顔を認識できないことがよくあります。これは現在、COVID-19パンデミックでは非常に一般的です。この問題に取り組むための一般的なアプローチには、1)認識中にマスクされた領域から情報を破棄すること、および2)認識前にマスクされた領域を復元することが含まれます。マスクされた顔とマスクのない対応物から抽出された特徴間の一貫性を考慮した作品はほとんどありません。これにより、マスクされた顔を認識するようにトレーニングされたモデルが、マスクのない顔でパフォーマンスの低下を示すことがよくありました。この論文では、マスクされた顔とマスクのない顔の両方を同様に認識するために、Face Feature Rectification Network(FFR-Net)という名前の統合フレームワークを提案します。最先端の認識モデルによって抽出された特徴を空間次元とチャネル次元の両方で修正するための修正ブロックを導入し、修正された特徴空間でマスクされた顔とそのマスクのない対応物との間の距離を最小化します。実験は、私たちの統一されたフレームワークが、マスクされた顔とマスクのない顔の両方を効果的に認識するための修正された特徴空間を学習し、最先端の結果を達成できることを示しています。プロジェクトコード:https://github.com/haoosz/FFR-Net
Face recognition under ideal conditions is now considered a well-solved problem with advances in deep learning. Recognizing faces under occlusion, however, still remains a challenge. Existing techniques often fail to recognize faces with both the mouth and nose covered by a mask, which is now very common under the COVID-19 pandemic. Common approaches to tackle this problem include 1) discarding information from the masked regions during recognition and 2) restoring the masked regions before recognition. Very few works considered the consistency between features extracted from masked faces and from their mask-free counterparts. This resulted in models trained for recognizing masked faces often showing degraded performance on mask-free faces. In this paper, we propose a unified framework, named Face Feature Rectification Network (FFR-Net), for recognizing both masked and mask-free faces alike. We introduce rectification blocks to rectify features extracted by a state-of-the-art recognition model, in both spatial and channel dimensions, to minimize the distance between a masked face and its mask-free counterpart in the rectified feature space. Experiments show that our unified framework can learn a rectified feature space for recognizing both masked and mask-free faces effectively, achieving state-of-the-art results. Project code: https://github.com/haoosz/FFR-Net