FAR-AMTN: Attention Multi-Task Network for Face Attribute Recognition
Gong Gao, Zekai Wang, Xianhui Liu, Weidong Zhao
TL;DR
FAR-AMTN tackles the scalability and generalization challenges of multi-task face attribute recognition by introducing Weight-Shared Group-Specific Attention (WSGSA) to efficiently learn group features, Cross-Group Feature Fusion (CGFF) to enable interactions among attribute groups, and a Dynamic Weighting Strategy (DWS) to synchronize task convergence. With a ResNet50 backbone, FAR-AMTN achieves state-of-the-art accuracy on CelebA and LFWA while markedly reducing parameter count and memory usage, outpacing existing MTN approaches. The CGFF module captures nonlinear relations across attribute groups, the WSGSA module provides parameter-efficient, group-specific attention, and DWS balances gradient speeds and loss scales during training. Together these components yield superior performance and efficiency, validated by ablations that isolate each module’s contribution and by strong comparative results on benchmark FAR datasets.
Abstract
To enhance the generalization performance of Multi-Task Networks (MTN) in Face Attribute Recognition (FAR), it is crucial to share relevant information across multiple related prediction tasks effectively. Traditional MTN methods create shared low-level modules and distinct high-level modules, causing an exponential increase in model parameters with the addition of tasks. This approach also limits feature interaction at the high level, hindering the exploration of semantic relations among attributes, thereby affecting generalization negatively. In response, this study introduces FAR-AMTN, a novel Attention Multi-Task Network for FAR. It incorporates a Weight-Shared Group-Specific Attention (WSGSA) module with shared parameters to minimize complexity while improving group feature representation. Furthermore, a Cross-Group Feature Fusion (CGFF) module is utilized to foster interactions between attribute groups, enhancing feature learning. A Dynamic Weighting Strategy (DWS) is also introduced for synchronized task convergence. Experiments on the CelebA and LFWA datasets demonstrate that the proposed FAR-AMTN demonstrates superior accuracy with significantly fewer parameters compared to existing models.
