paper-with-me

Papers

Learning Semantic Neural Tree for Human Parsing

2019-12-20 · ECCV 2020 8 · Ruyi Ji, Dawei Du, Libo Zhang, Longyin Wen, Yanjun Wu, Chen Zhao, Feiyue Huang, Siwei Lyu

The majority of existing human parsing methods formulate the task as semantic segmentation, which regard each semantic category equally and fail to exploit the intrinsic physiological structure of human body, resulting in inaccurate results. In this paper, we design a novel semantic neural tree for human parsing, which uses a tree architecture to encode physiological structure of human body, and designs a coarse to fine process in a cascade manner to generate accurate results. Specifically, the semantic neural tree is designed to segment human regions into multiple semantic subregions (e.g., face, arms, and legs) in a hierarchical way using a new designed attention routing module. Meanwhile, we introduce the semantic aggregation module to combine multiple hierarchical features to exploit more context information for better performance. Our semantic neural tree can be trained in an end-to-end fashion by standard stochastic gradient descent (SGD) with back-propagation. Several experiments conducted on four challenging datasets for both single and multiple human parsing, i.e., LIP, PASCAL-Person-Part, CIHP and MHP-v2, demonstrate the effectiveness of the proposed method. Code can be found at https://isrc.iscas.ac.cn/gitlab/research/sematree.

📄 PDF Abstract BibTeX arXiv:1912.09622

Code (0)

등록된 구현이 없습니다.

Tasks

Human ParsingSemantic Segmentation

Similar Papers 제목 키워드 기반

Error-Aware Interactive Semantic Parsing of OpenStreetMap

2021-06-22 · ACL (splurobonlp) 2021 8 · Michael Staniek, Stefan Riezler

In semantic parsing of geographical queries against real-world databases such as OpenStreetMap (OSM), unique correct answers do not necessarily exist. Instead, the truth might be lying in the eye of the user, who needs t…

Semantic Parsing

TreePiece: Faster Semantic Parsing via Tree Tokenization

2023-03-30 · Sid Wang, Akshat Shrivastava, Sasha Livshits

Autoregressive (AR) encoder-decoder neural networks have proved successful in many NLP problems, including Semantic Parsing -- a task that translates natural language to machine-readable parse trees. However, the sequent…

DecoderSemantic Parsing

SmBoP: Semi-autoregressive Bottom-up Semantic Parsing

2020-10-23 · ACL (spnlp) 2021 8 · Ohad Rubin, Jonathan Berant

The de-facto standard decoding method for semantic parsing in recent years has been to autoregressively decode the abstract syntax tree of the target program using a top-down depth-first traversal. In this work, we propo…

Semantic Parsing

StructVAE: Tree-structured Latent Variable Models for Semi-supervised Semantic Parsing

2018-06-20 · ACL 2018 7 · Pengcheng Yin, Chunting Zhou, Junxian He, Graham Neubig

Semantic parsing is the task of transducing natural language (NL) utterances into formal meaning representations (MRs), commonly represented as tree structures. Annotating NL utterances with their corresponding MRs is ex…

Code GenerationSemantic Parsing

Peking: Profiling Syntactic Tree Parsing Techniques for Semantic Graph Parsing

2014-08-01 · SEMEVAL 2014 8 · Yantao Du, Fan Zhang, Weiwei Sun, Xiaojun Wan
Dependency Parsing