paper-with-me

홈 › Papers

The Neurally-Guided Shape Parser: Grammar-based Labeling of 3D Shape Regions with Approximate Inference

2021-06-22 · CVPR 2022 1 · R. Kenny Jones, Aalia Habib, Rana Hanocka, Daniel Ritchie

We propose the Neurally-Guided Shape Parser (NGSP), a method that learns how to assign fine-grained semantic labels to regions of a 3D shape. NGSP solves this problem via MAP inference, modeling the posterior probability of a label assignment conditioned on an input shape with a learned likelihood function. To make this search tractable, NGSP employs a neural guide network that learns to approximate the posterior. NGSP finds high-probability label assignments by first sampling proposals with the guide network and then evaluating each proposal under the full likelihood. We evaluate NGSP on the task of fine-grained semantic segmentation of manufactured 3D shapes from PartNet, where shapes have been decomposed into regions that correspond to part instance over-segmentations. We find that NGSP delivers significant performance improvements over comparison methods that (i) use regions to group per-point predictions, (ii) use regions as a self-supervisory signal or (iii) assign labels to regions under alternative formulations. Further, we show that NGSP maintains strong performance even with limited labeled data or noisy input shape regions. Finally, we demonstrate that NGSP can be directly applied to CAD shapes found in online repositories and validate its effectiveness with a perceptual study.

📄 PDF Abstract BibTeX arXiv:2106.12026

Code (1)

rkjones4/ngsp 공식 구현 pytorch

Tasks

Semantic Segmentation

Similar Papers 제목 키워드 기반

Incremental Tree Substitution Grammar for Parsing and Sentence Prediction

2013-01-01 · TACL 2013 1 · Federico Sangati, Frank Keller

In this paper, we present the first incremental parser for Tree Substitution Grammar (TSG). A TSG allows arbitrarily large syntactic fragments to be combined into complete trees; we show how constraints (including lexica…

Language ModelingLanguage ModellingMachine TranslationPrediction+3

A Sound and Complete Left-Corner Parsing for Minimalist Grammars

2018-07-01 · WS 2018 7 · Milo{\v{s}} Stanojevi{\'c}, Edward Stabler

This paper presents a left-corner parser for minimalist grammars. The relation between the parser and the grammar is transparent in the sense that there is a very simple 1-1 correspondence between derivations and parses.…

Relation

Generalized Earley Parser: Bridging Symbolic Grammars and Sequence Data for Future Prediction

2018-06-09 · ICML 2018 7 · Siyuan Qi, Baoxiong Jia, Song-Chun Zhu

Future predictions on sequence data (e.g., videos or audios) require the algorithms to capture non-Markovian and compositional properties of high-level semantics. Context-free grammars are natural choices to capture such…

Activity PredictionFuture prediction

Happy-GLL: modular, reusable and complete top-down parsers for parameterized nonterminals

2023-03-14 · L. Thomas van Binsbergen, Damian Frolich

Parser generators and parser combinator libraries are the most popular tools for producing parsers. Parser combinators use the host language to provide reusable components in the form of higher-order functions with parse…

Span-Based LCFRS-2 Parsing

2020-07-01 · WS 2020 7 · Milo{\v{s}} Stanojevi{\'c}, Mark Steedman

The earliest models for discontinuous constituency parsers used mildly context-sensitive grammars, but the fashion has changed in recent years to grammar-less transition-based parsers that use strong neural probabilistic…

Sentence