paper-with-me

홈 › Papers

AGRNet: Adaptive Graph Representation Learning and Reasoning for Face Parsing

2021-01-18 · Gusi Te, Wei Hu, Yinglu Liu, Hailin Shi, Tao Mei

Face parsing infers a pixel-wise label to each facial component, which has drawn much attention recently. Previous methods have shown their success in face parsing, which however overlook the correlation among facial components. As a matter of fact, the component-wise relationship is a critical clue in discriminating ambiguous pixels in facial area. To address this issue, we propose adaptive graph representation learning and reasoning over facial components, aiming to learn representative vertices that describe each component, exploit the component-wise relationship and thereby produce accurate parsing results against ambiguity. In particular, we devise an adaptive and differentiable graph abstraction method to represent the components on a graph via pixel-to-vertex projection under the initial condition of a predicted parsing map, where pixel features within a certain facial region are aggregated onto a vertex. Further, we explicitly incorporate the image edge as a prior in the model, which helps to discriminate edge and non-edge pixels during the projection, thus leading to refined parsing results along the edges. Then, our model learns and reasons over the relations among components by propagating information across vertices on the graph. Finally, the refined vertex features are projected back to pixel grids for the prediction of the final parsing map. To train our model, we propose a discriminative loss to penalize small distances between vertices in the feature space, which leads to distinct vertices with strong semantics. Experimental results show the superior performance of the proposed model on multiple face parsing datasets, along with the validation on the human parsing task to demonstrate the generalizability of our model.

📄 PDF Abstract BibTeX arXiv:2101.07034

Code (0)

등록된 구현이 없습니다.

Tasks

Face ParsingGraph Representation LearningHuman ParsingRepresentation Learning

Similar Papers 제목 키워드 기반

Edge-aware Graph Representation Learning and Reasoning for Face Parsing

2020-07-22 · ECCV 2020 8 · Gusi Te, Yinglu Liu, Wei Hu, Hailin Shi 외

Face parsing infers a pixel-wise label to each facial component, which has drawn much attention recently. Previous methods have shown their efficiency in face parsing, which however overlook the correlation among differe…

Face ParsingGraph Representation LearningRepresentation Learning

DREAM: Adaptive Reinforcement Learning based on Attention Mechanism for Temporal Knowledge Graph Reasoning

2023-04-08 · Shangfei Zheng, Hongzhi Yin, Tong Chen, Quoc Viet Hung Nguyen 외

Temporal knowledge graphs (TKGs) model the temporal evolution of events and have recently attracted increasing attention. Since TKGs are intrinsically incomplete, it is necessary to reason out missing elements. Although …

Knowledge GraphsMissing Elementsreinforcement-learningReinforcement Learning+2

Learn to Think: Bootstrapping LLM Reasoning Capability Through Graph Learning

2025-05-09 · Hang Gao, Chenhao Zhang, Tie Wang, Junsuo Zhao 외

Large Language Models (LLMs) have achieved remarkable success across various domains. However, they still face significant challenges, including high computational costs for training and limitations in solving complex re…

Graph LearningGraph Neural NetworkRepresentation Learning

Monocular Depth Estimation via Neural Network with Learnable Algebraic Group and Ring Structures

2026-04-27 · Qianlei Wang, Kexun Chen, Shaolin Zhang, Hongli Gao 외 arxiv

Monocular depth estimation (MDE) has witnessed remarkable progress driven by Convolutional Neural Networks and transformer-based architectures. However, these approaches typically treat the problem as a generic image-to-…

Monocular Depth Estimation

Less is More: Hop-Wise Graph Attention for Scalable and Generalizable Learning on Circuits

2024-03-02 · Chenhui Deng, Zichao Yue, Cunxi Yu, Gokce Sarar 외

While graph neural networks (GNNs) have gained popularity for learning circuit representations in various electronic design automation (EDA) tasks, they face challenges in scalability when applied to large graphs and exh…

Graph Attention