Fast and Accurate Scene Parsing via Bi-direction Alignment Networks
Yanran Wu, Xiangtai Li, Chen Shi, Yunhai Tong, Yang Hua, Tao Song,, Ruhui Ma, Haibing Guan

TL;DR
This paper introduces BiAlignNet, a novel scene parsing network that aligns dual-path features bidirectionally using a learned flow field and edge-guided loss, achieving high accuracy and speed.
Contribution
It proposes a bidirectional feature alignment method with a Gated Flow Alignment Module and edge-guided loss for improved scene parsing performance.
Findings
Achieves 80.1% mIoU on Cityscapes validation set.
Runs at 30 FPS with full resolution inputs.
Outperforms previous methods in accuracy and speed.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Advanced Image and Video Retrieval Techniques · Advanced Neural Network Applications
MethodsConvolution · Flow Alignment Module
