paper-with-me

Papers

Real-time Semantic Segmentation with Context Aggregation Network

2020-11-02 · Michael Ying Yang, Saumya Kumaar, Ye Lyu, Francesco Nex

With the increasing demand of autonomous systems, pixelwise semantic segmentation for visual scene understanding needs to be not only accurate but also efficient for potential real-time applications. In this paper, we propose Context Aggregation Network, a dual branch convolutional neural network, with significantly lower computational costs as compared to the state-of-the-art, while maintaining a competitive prediction accuracy. Building upon the existing dual branch architectures for high-speed semantic segmentation, we design a cheap high resolution branch for effective spatial detailing and a context branch with light-weight versions of global aggregation and local distribution blocks, potent to capture both long-range and local contextual dependencies required for accurate semantic segmentation, with low computational overheads. We evaluate our method on two semantic segmentation datasets, namely Cityscapes dataset and UAVid dataset. For Cityscapes test set, our model achieves state-of-the-art results with mIOU of 75.9%, at 76 FPS on an NVIDIA RTX 2080Ti and 8 FPS on a Jetson Xavier NX. With regards to UAVid dataset, our proposed network achieves mIOU score of 63.5% with high execution speed (15 FPS).

📄 PDF Abstract BibTeX arXiv:2011.00993

Code (0)

등록된 구현이 없습니다.

Tasks

Real-Time Semantic SegmentationScene UnderstandingSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Batch Normalization 설명 없음
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution
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…
Average Pooling 설명 없음
Sigmoid Activation 설명 없음

Similar Papers 제목 키워드 기반

Deep Multi-Branch Aggregation Network for Real-Time Semantic Segmentation in Street Scenes

2022-03-08 · Xi Weng, Yan Yan, Genshun Dong, Chang Shu 외

Real-time semantic segmentation, which aims to achieve high segmentation accuracy at real-time inference speed, has received substantial attention over the past few years. However, many state-of-the-art real-time semanti…

DecoderGPUReal-Time Semantic SegmentationSegmentation+1

FarSee-Net: Real-Time Semantic Segmentation by Efficient Multi-scale Context Aggregation and Feature Space Super-resolution

2020-03-09 · Zhanpeng Zhang, Kaipeng Zhang

Real-time semantic segmentation is desirable in many robotic applications with limited computation resources. One challenge of semantic segmentation is to deal with the object scale variations and leverage the context. H…

GPUReal-Time Semantic SegmentationSemantic SegmentationSuper-Resolution

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

Real-Time Semantic Segmentation via Auto Depth, Downsampling Joint Decision and Feature Aggregation

2020-03-31 · Peng Sun, Jiaxiang Wu, Songyuan Li, Peiwen Lin 외

To satisfy the stringent requirements on computational resources in the field of real-time semantic segmentation, most approaches focus on the hand-crafted design of light-weight segmentation networks. Recently, Neural A…

GPUNeural Architecture SearchReal-Time Semantic SegmentationSegmentation+1

Active Learning with Context Sampling and One-vs-Rest Entropy for Semantic Segmentation

2024-12-09 · Fei Wu, Pablo Marquez-Neila, Hedyeh Rafi-Tarii, Raphael Sznitman

Multi-class semantic segmentation remains a cornerstone challenge in computer vision. Yet, dataset creation remains excessively demanding in time and effort, especially for specialized domains. Active Learning (AL) mitig…

Active LearningBoundary DetectionSegmentationSemantic Segmentation