paper-with-me

홈 › Papers

MGRR-Net: Multi-level Graph Relational Reasoning Network for Facial Action Units Detection

2022-04-04 · Xuri Ge, Joemon M. Jose, Songpei Xu, Xiao Liu, Hu Han

The Facial Action Coding System (FACS) encodes the action units (AUs) in facial images, which has attracted extensive research attention due to its wide use in facial expression analysis. Many methods that perform well on automatic facial action unit (AU) detection primarily focus on modeling various types of AU relations between corresponding local muscle areas, or simply mining global attention-aware facial features, however, neglect the dynamic interactions among local-global features. We argue that encoding AU features just from one perspective may not capture the rich contextual information between regional and global face features, as well as the detailed variability across AUs, because of the diversity in expression and individual characteristics. In this paper, we propose a novel Multi-level Graph Relational Reasoning Network (termed MGRR-Net) for facial AU detection. Each layer of MGRR-Net performs a multi-level (i.e., region-level, pixel-wise and channel-wise level) feature learning. While the region-level feature learning from local face patches features via graph neural network can encode the correlation across different AUs, the pixel-wise and channel-wise feature learning via graph attention network can enhance the discrimination ability of AU features from global face features. The fused features from the three levels lead to improved AU discriminative ability. Extensive experiments on DISFA and BP4D AU datasets show that the proposed approach achieves superior performance than the state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2204.01349

Code (0)

등록된 구현이 없습니다.

Tasks

Graph AttentionGraph Neural NetworkRelational Reasoning

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

HAIR: Hierarchical Visual-Semantic Relational Reasoning for Video Question Answering

2021-01-01 · ICCV 2021 10 · Fei Liu, Jing Liu, Weining Wang, Hanqing Lu

Relational reasoning is at the heart of video question answering. However, existing approaches suffer from several common limitations: (1) they only focus on either object-level or frame-level relational reasoning, a…

Question AnsweringRelational ReasoningVideo Question Answering

Relational Temporal Graph Reasoning for Dual-task Dialogue Language Understanding

2023-06-15 · Bowen Xing, Ivor W. Tsang

Dual-task dialog language understanding aims to tackle two correlative dialog language understanding tasks simultaneously via leveraging their inherent correlations. In this paper, we put forward a new framework, whose c…

Sentiment AnalysisSentiment Classification

Learning Reasoning Patterns for Relational Triple Extraction with Mutual Generation of Text and Graph

2022-05-01 · Findings (ACL) 2022 5 · Yubo Chen, Yunqi Zhang, Yongfeng Huang

Relational triple extraction is a critical task for constructing knowledge graphs. Existing methods focused on learning text patterns from explicit relational mentions. However, they usually suffered from ignoring relati…

Graph GenerationKnowledge GraphsRelational ReasoningSentence+1

Relationship-Aware Hierarchical 3D Scene Graph for Task Reasoning

2026-02-02 · Albert Gassol Puigjaner, Angelos Zacharia, Kostas Alexis arxiv

Representing and understanding 3D environments in a structured manner is crucial for autonomous agents to navigate and reason about their surroundings. While traditional Simultaneous Localization and Mapping (SLAM) metho…

Relational Reasoning

Edge-Centric Relational Reasoning for 3D Scene Graph Prediction

2025-11-19 · Yanni Ma, Hao Liu, Yulan Guo, Theo Gevers 외 arxiv

3D scene graph prediction aims to abstract complex 3D environments into structured graphs consisting of objects and their pairwise relationships. Existing approaches typically adopt object-centric graph neural networks, …

Relational ReasoningGraph Neural Network