paper-with-me

Papers

Bilateral attention decoder: A lightweight decoder for real-time semantic segmentation

2021-01-30 · Chengli Peng, Jiayi Ma, Chen Chen, Xiaojie Guo

The encoder–decoder structure has been introduced into semantic segmentation to improve the spatial accuracy of the network by fusing high- and low-level feature maps. However, recent state-of-the-art encoder–decoder-based methods can hardly attain the real-time requirement due to their complex and inefficient decoders. To address this issue, in this paper, we propose a lightweight bilateral attention decoder for real-time semantic segmentation. It consists of two blocks and can fuse different level feature maps via two steps, i.e., information refinement and information fusion. In the first step, we propose a channel attention branch to refine the high-level feature maps and a spatial attention branch for the low-level ones. The refined high-level feature maps can capture more exact semantic information and the refined low-level ones can capture more accurate spatial information, which significantly improves the information capturing ability of these feature maps. In the second step, we develop a new fusion module named pooling fusing block to fuse the refined high- and low-level feature maps. This fusion block can take full advantages of the high- and low-level feature maps, leading to high-quality fusion results. To verify the efficiency of the proposed bilateral attention decoder, we adopt a lightweight network as the backbone and compare our proposed method with other state-of-the-art real-time semantic segmentation methods on the Cityscapes and Camvid datasets. Experimental results demonstrate that our proposed method can achieve better performance with a higher inference speed. Moreover, we compare our proposed network with several state-of-the-art non-real-time semantic segmentation methods and find that our proposed network can also attain better segmentation performance.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderReal-Time Semantic SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Boosting Salient Object Detection with Transformer-based Asymmetric Bilateral U-Net

2021-08-17 · Yu Qiu, Yun Liu, Le Zhang, Jing Xu

Existing salient object detection (SOD) methods mainly rely on U-shaped convolution neural networks (CNNs) with skip connections to combine the global contexts and local spatial details that are crucial for locating sali…

DecoderObjectobject-detectionObject Detection+1

LEDNet: A Lightweight Encoder-Decoder Network for Real-Time Semantic Segmentation

2019-05-07 · Yu Wang, Quan Zhou, Jia Liu, Jian Xiong 외

LEDNet: A Lightweight Encoder-Decoder Network for Real-time Semantic Segmentation

DecoderReal-Time Semantic SegmentationSegmentationSemantic Segmentation

Attention-Guided Lightweight Network for Real-Time Segmentation of Robotic Surgical Instruments

2019-10-24 · Zhen-Liang Ni, Gui-Bin Bian, Zeng-Guang Hou, Xiao-Hu Zhou 외

The real-time segmentation of surgical instruments plays a crucial role in robot-assisted surgery. However, it is still a challenging task to implement deep learning models to do real-time segmentation for surgical instr…

Decoder

CD-CTFM: A Lightweight CNN-Transformer Network for Remote Sensing Cloud Detection Fusing Multiscale Features

2023-06-12 · Wenxuan Ge, Xubing Yang, Li Zhang

Clouds in remote sensing images inevitably affect information extraction, which hinder the following analysis of satellite images. Hence, cloud detection is a necessary preprocessing procedure. However, the existing meth…

Cloud DetectionDecoder

Cross-Stage Attention Propagation for Efficient Semantic Segmentation

2026-04-07 · Beoungwoo Kang arxiv

Recent lightweight semantic segmentation methods have made significant progress by combining compact backbones with efficient decoder heads. However, most multi-scale decoders compute attention independently at each feat…

Semantic Segmentation