Mask-Guided Multi-Task Network for Face Attribute Recognition
Gong Gao, Zekai Wang, Jian Zhao, Ziqi Xie, Xianhui Liu, Weidong Zhao
TL;DR
The paper addresses face attribute recognition (FAR) within a multi-task learning framework, where global feature usage can cause feature redundancy and negative transfer. It introduces the Mask-Guided Multi-Task Network (MGMTN), which leverages Adaptive Mask Learning (AML) to localize informative facial parts and Group-Global Feature Fusion (G2FF) to blend region-level and global cues. AML uses a UNet trained on FaRL-based keypoint annotations to produce eight group masks, enabling region-aware feature learning, while G2FF refines and fuses these group features with global features for robust attribute prediction. On CelebA and LFWA, MGMTN achieves state-of-the-art results and demonstrates strong part-segmentation performance (F1 around 89%), highlighting the value of region-aware learning for FAR without requiring additional pixel-level supervision during inference.
Abstract
Face Attribute Recognition (FAR) plays a crucial role in applications such as person re-identification, face retrieval, and face editing. Conventional multi-task attribute recognition methods often process the entire feature map for feature extraction and attribute classification, which can produce redundant features due to reliance on global regions. To address these challenges, we propose a novel approach emphasizing the selection of specific feature regions for efficient feature learning. We introduce the Mask-Guided Multi-Task Network (MGMTN), which integrates Adaptive Mask Learning (AML) and Group-Global Feature Fusion (G2FF) to address the aforementioned limitations. Leveraging a pre-trained keypoint annotation model and a fully convolutional network, AML accurately localizes critical facial parts (e.g., eye and mouth groups) and generates group masks that delineate meaningful feature regions, thereby mitigating negative transfer from global region usage. Furthermore, G2FF combines group and global features to enhance FAR learning, enabling more precise attribute identification. Extensive experiments on two challenging facial attribute recognition datasets demonstrate the effectiveness of MGMTN in improving FAR performance.
