paper-with-me

Papers

FBSNet: A Fast Bilateral Symmetrical Network for Real-Time Semantic Segmentation

2021-09-02 · Guangwei Gao, Guoan Xu, Juncheng Li, Yi Yu, Huimin Lu, Jian Yang

Real-time semantic segmentation, which can be visually understood as the pixel-level classification task on the input image, currently has broad application prospects, especially in the fast-developing fields of autonomous driving and drone navigation. However, the huge burden of calculation together with redundant parameters are still the obstacles to its technological development. In this paper, we propose a Fast Bilateral Symmetrical Network (FBSNet) to alleviate the above challenges. Specifically, FBSNet employs a symmetrical encoder-decoder structure with two branches, semantic information branch and spatial detail branch. The Semantic Information Branch (SIB) is the main branch with semantic architecture to acquire the contextual information of the input image and meanwhile acquire sufficient receptive field. While the Spatial Detail Branch (SDB) is a shallow and simple network used to establish local dependencies of each pixel for preserving details, which is essential for restoring the original resolution during the decoding phase. Meanwhile, a Feature Aggregation Module (FAM) is designed to effectively combine the output of these two branches. Experimental results of Cityscapes and CamVid show that the proposed FBSNet can strike a good balance between accuracy and efficiency. Specifically, it obtains 70.9\% and 68.9\% mIoU along with the inference speed of 90 fps and 120 fps on these two test datasets, respectively, with only 0.62 million parameters on a single RTX 2080Ti GPU. The code is available at https://github.com/IVIPLab/FBSNet.

📄 PDF Abstract BibTeX arXiv:2109.00699

Code (1)

IVIPLab/FBSNet 공식 구현 pytorch

Tasks

Autonomous DrivingDecoderDrone navigationGPUReal-Time Semantic SegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

DisAsymNet: Disentanglement of Asymmetrical Abnormality on Bilateral Mammograms using Self-adversarial Learning

2023-07-06 · Xin Wang, Tao Tan, Yuan Gao, Luyi Han 외

Asymmetry is a crucial characteristic of bilateral mammograms (Bi-MG) when abnormalities are developing. It is widely utilized by radiologists for diagnosis. The question of 'what the symmetrical Bi-MG would look like wh…

AnatomyDiagnosticDisentanglement

Real-Time Subpixel Fast Bilateral Stereo

2018-07-05 · Rui Fan, Yanan Liu, Mohammud Junaid Bocus, Lujia Wang 외

Stereo vision technique has been widely used in robotic systems to acquire 3-D information. In recent years, many researchers have applied bilateral filtering in stereo vision to adaptively aggregate the matching costs. …

GPU

Bilateral Unsymmetrical Graph Contrastive Learning for Recommendation

2024-03-22 · Jiaheng Yu, Jing Li, Yue He, Kai Zhu 외

Recent methods utilize graph contrastive Learning within graph-structured user-item interaction data for collaborative filtering and have demonstrated their efficacy in recommendation tasks. However, they ignore that the…

Collaborative FilteringContrastive LearningRelation

The Fast Bilateral Solver

2015-11-10 · Jonathan T. Barron, Ben Poole

We present the bilateral solver, a novel algorithm for edge-aware smoothing that combines the flexibility and speed of simple filtering approaches with the accuracy of domain-specific optimization algorithms. Our techniq…

ColorizationSemantic Segmentation

Fast Adaptive Bilateral Filtering

2018-11-06 · Ruturaj G. Gavaskar, Kunal. N. Chaudhury

In the classical bilateral filter, a fixed Gaussian range kernel is used along with a spatial kernel for edge-preserving smoothing. We consider a generalization of this filter, the so-called adaptive bilateral filter, wh…