Exploring Correlations in Multiple Facial Attributes through Graph Attention Network
Yan Zhang, Li Sun

TL;DR
This paper introduces a graph attention network to model and exploit correlations among multiple facial attributes in a multi-task learning framework, improving attribute recognition accuracy.
Contribution
It proposes a novel graph attention layer to effectively capture attribute correlations, enhancing multi-attribute facial analysis.
Findings
Improved accuracy on CelebA and LFWA datasets
Effective modeling of attribute correlations with graph attention
Competitive performance compared to existing methods
Abstract
Estimating multiple attributes from a single facial image gives comprehensive descriptions on the high level semantics of the face. It is naturally regarded as a multi-task supervised learning problem with a single deep CNN, in which lower layers are shared, and higher ones are task-dependent with the multi-branch structure. Within the traditional deep multi-task learning (DMTL) framework, this paper intends to fully exploit the correlations among different attributes by constructing a graph. The node in graph represents the feature vector from a particular branch for a given attribute, and the edge can be defined by either the prior knowledge or the similarity between two nodes in the embedding with a fully data-driven manner. We analyze that the attention mechanism actually takes effect in the latter case, and utilize the Graph Attention Layer (GAL) for exploring on the most relevant…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace recognition and analysis · Face and Expression Recognition · Brain Tumor Detection and Classification
