paper-with-me

홈 › Papers

BiSeNet: Bilateral Segmentation Network for Real-time Semantic Segmentation

2018-08-02 · ECCV 2018 9 · Changqian Yu, Jingbo Wang, Chao Peng, Changxin Gao, Gang Yu, Nong Sang

Semantic segmentation requires both rich spatial information and sizeable receptive field. However, modern approaches usually compromise spatial resolution to achieve real-time inference speed, which leads to poor performance. In this paper, we address this dilemma with a novel Bilateral Segmentation Network (BiSeNet). We first design a Spatial Path with a small stride to preserve the spatial information and generate high-resolution features. Meanwhile, a Context Path with a fast downsampling strategy is employed to obtain sufficient receptive field. On top of the two paths, we introduce a new Feature Fusion Module to combine features efficiently. The proposed architecture makes a right balance between the speed and segmentation performance on Cityscapes, CamVid, and COCO-Stuff datasets. Specifically, for a 2048x1024 input, we achieve 68.4% Mean IOU on the Cityscapes test dataset with speed of 105 FPS on one NVIDIA Titan XP card, which is significantly faster than the existing methods with comparable performance.

📄 PDF Abstract BibTeX arXiv:1808.00897

Code (21)

AmrElsersy/PointPainting pytorch
Asthestarsfalll/BiSeNet-MegEngine pytorch
Blaizzy/BiSeNet-Implementation tf
CodePlay2016/BiSENet-TF tf
CoinCheung/BiSeNet pytorch
GuangyanZhang/SCNN-Deeplabv3-bisenet-icnet paddle
PaddlePaddle/PaddleSeg paddle
SharifElfouly/easy-model-zoo pytorch
Shuai-Xie/BiSeNet-CCP pytorch
akinoriosamura/TorchSeg-mirror pytorch
hm7455/Anti-collision_Semantic-segmentation_ tf
justld/BisNetV1_paddle paddle
kirilcvetkov92/Semantic-Segmentation
kritiksoman/GIMP-ML pytorch
ooooverflow/BiSeNet pytorch
osmr/imgclsmob mxnet
pdoublerainbow/bisenet-tensorflow tf
renhaa/semantic-diffusion pytorch
yakhyo/face-parsing pytorch
ycszen/TorchSeg pytorch
zh320/realtime-semantic-segmentation-pytorch pytorch

Tasks

Dichotomous Image SegmentationReal-Time Semantic SegmentationSegmentationSemantic SegmentationThermal Image Segmentation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Average Pooling 설명 없음
Residual Connection 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Batch Normalization 설명 없음
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…

Similar Papers 제목 키워드 기반

BiSeNet V2: Bilateral Network with Guided Aggregation for Real-time Semantic Segmentation

2020-04-05 · Changqian Yu, Changxin Gao, Jingbo Wang, Gang Yu 외

The low-level details and high-level semantics are both essential to the semantic segmentation task. However, to speed up the model inference, current approaches almost always sacrifice the low-level details, which leads…

Real-Time Semantic SegmentationSegmentationSemantic Segmentation

MCFNet: Multi-scale Covariance Feature Fusion Network for Real-time Semantic Segmentation

2023-12-12 · Xiaojie Fang, Xingguo Song, Xiangyin Meng, Xu Fang 외

The low-level spatial detail information and high-level semantic abstract information are both essential to the semantic segmentation task. The features extracted by the deep network can obtain rich semantic information,…

Real-Time Semantic SegmentationSegmentationSemantic Segmentation

The revenge of BiSeNet: Efficient Multi-Task Image Segmentation

2024-04-15 · Gabriele Rosi, Claudia Cuttano, Niccolò Cavagnero, Giuseppe Averta 외

Recent advancements in image segmentation have focused on enhancing the efficiency of the models to meet the demands of real-time applications, especially on edge devices. However, existing research has primarily concent…

Image SegmentationPanoptic SegmentationSegmentationSemantic Segmentation

Enhanced Seam Segmentation for Automated Welding Robot in Construction Through Transfer Learning: Addressing Limitations of Bilateral Segmentation Network

2026-07-07 · Keonvin Park, Yong Ann Voeurn, Hyeokjun Kweon, Doyun Lee arxiv

Reliable seam segmentation is essential for autonomous robotic welding in construction, where harsh illumination, specular reflections, and thin weld geometries often degrade segmentation performance. This study proposes…

Transfer Learning

Rethinking BiSeNet For Real-time Semantic Segmentation

2021-04-27 · CVPR 2021 1 · Mingyuan Fan, Shenqi Lai, Junshi Huang, Xiaoming Wei 외

BiSeNet has been proved to be a popular two-stream network for real-time segmentation. However, its principle of adding an extra path to encode spatial information is time-consuming, and the backbones borrowed from pretr…

DecoderDichotomous Image Segmentationimage-classificationImage Classification+4