paper-with-me

홈 › Papers

Fast and Accurate Scene Parsing via Bi-direction Alignment Networks

2021-05-25 · Yanran Wu, Xiangtai Li, Chen Shi, Yunhai Tong, Yang Hua, Tao Song, Ruhui Ma, Haibing Guan

In this paper, we propose an effective method for fast and accurate scene parsing called Bidirectional Alignment Network (BiAlignNet). Previously, one representative work BiSeNet~\cite{bisenet} uses two different paths (Context Path and Spatial Path) to achieve balanced learning of semantics and details, respectively. However, the relationship between the two paths is not well explored. We argue that both paths can benefit each other in a complementary way. Motivated by this, we propose a novel network by aligning two-path information into each other through a learned flow field. To avoid the noise and semantic gaps, we introduce a Gated Flow Alignment Module to align both features in a bidirectional way. Moreover, to make the Spatial Path learn more detailed information, we present an edge-guided hard pixel mining loss to supervise the aligned learning process. Our method achieves 80.1\% and 78.5\% mIoU in validation and test set of Cityscapes while running at 30 FPS with full resolution inputs. Code and models will be available at \url{https://github.com/jojacola/BiAlignNet}.

📄 PDF Abstract BibTeX arXiv:2105.11651

Code (1)

jojacola/BiAlignNet 공식 구현 pytorch

Tasks

Scene ParsingSemantic Segmentation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Flow Alignment Module Flow Alignment Module, or FAM, is a flow-based align module for scene parsing to learn Semantic Flow between feature maps of adjacent levels and broadcast high-level…

Similar Papers 제목 키워드 기반

Semantic Flow for Fast and Accurate Scene Parsing

2020-02-24 · ECCV 2020 8 · Xiangtai Li, Ansheng You, Zhen Zhu, Houlong Zhao 외

In this paper, we focus on designing effective method for fast and accurate scene parsing. A common practice to improve the performance is to attain high resolution feature maps with strong semantic representation. Two s…

Optical Flow EstimationReal-Time Semantic SegmentationScene ParsingSemantic Segmentation

Shift-Reduce Constituent Parsing with Neural Lookahead Features

2016-12-02 · TACL 2017 1 · Jiangming Liu, Yue Zhang

Transition-based models can be fast and accurate for constituent parsing. Compared with chart-based models, they leverage richer features by extracting history information from a parser stack, which spans over non-local …

Sentence

Robust Incremental Neural Semantic Graph Parsing

2017-04-24 · ACL 2017 7 · Jan Buys, Phil Blunsom

Parsing sentences to linguistically-expressive semantic representations is a key goal of Natural Language Processing. Yet statistical parsing has focused almost exclusively on bilexical dependencies or domain-specific lo…

Abstract Meaning RepresentationAMR ParsingDecoderGPU

Exemplar-Based Face Parsing

2013-06-01 · CVPR 2013 6 · Brandon M. Smith, Li Zhang, Jonathan Brandt, Zhe Lin 외

In this work, we propose an exemplar-based face image segmentation algorithm. We take inspiration from previous works on image parsing for general scenes. Our approach assumes a database of exemplar face images, each of …

Face AlignmentFace ParsingImage SegmentationScene Parsing+2

Hierarchical Context Alignment with Disentangled Geometric and Temporal Modeling for Semantic Occupancy Prediction

2024-12-11 · Bohan Li, Xin Jin, Jiajun Deng, Yasheng Sun 외

Camera-based 3D Semantic Occupancy Prediction (SOP) is crucial for understanding complex 3D scenes from limited 2D image observations. Existing SOP methods typically aggregate contextual features to assist the occupancy …

3D Semantic Occupancy PredictionLIDAR Semantic SegmentationRepresentation LearningSemantic Segmentation