paper-with-me

Papers

ShelfNet for Fast Semantic Segmentation

2018-11-27 · Juntang Zhuang, Junlin Yang, Lin Gu, Nicha Dvornek

In this paper, we present ShelfNet, a novel architecture for accurate fast semantic segmentation. Different from the single encoder-decoder structure, ShelfNet has multiple encoder-decoder branch pairs with skip connections at each spatial level, which looks like a shelf with multiple columns. The shelf-shaped structure can be viewed as an ensemble of multiple deep and shallow paths, thus improving accuracy. We significantly reduce computation burden by reducing channel number, at the same time achieving high accuracy with this unique structure. In addition, we propose a shared-weight strategy in the residual block which reduces parameter number without sacrificing performance. Compared with popular non real-time methods such as PSPNet, our ShelfNet achieves 4$\times$ faster inference speed with similar accuracy on PASCAL VOC dataset. Compared with real-time segmentation models such as BiSeNet, our model achieves higher accuracy at comparable speed on the Cityscapes Dataset, enabling the application in speed-demanding tasks such as street-scene understanding for autonomous driving. Furthermore, our ShelfNet achieves 79.0\% mIoU on Cityscapes Dataset with ResNet34 backbone, outperforming PSPNet and BiSeNet with large backbones such as ResNet101. Through extensive experiments, we validated the superior performance of ShelfNet. We provide link to the implementation \url{https://github.com/juntang-zhuang/ShelfNet-lw-cityscapes}.

📄 PDF Abstract BibTeX arXiv:1811.11254

Code (6)

juntang-zhuang/ShelfNet 공식 구현 pytorch
juntang-zhuang/ShelfNet-lw-cityscapes 공식 구현 pytorch
Deci-AI/super-gradients pytorch
fmahoudeau/ShelfNet-Human-Pose-Estimation pytorch
krishnapalS/Human-Pose-Estimation-using-ShelfNet pytorch
zh320/realtime-semantic-segmentation-pytorch pytorch

Tasks

Autonomous DrivingDecoderReal-Time Semantic SegmentationScene UnderstandingSegmentationSemantic 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 설명 없음
Pyramid Pooling Module A Pyramid Pooling Module is a module for semantic segmentation which acts as an effective global contextual prior. The motivation is that the problem of using a convolutional…
Auxiliary Classifier Auxiliary Classifiers are type of architectural component that seek to improve the convergence of very deep networks. They are classifier heads we attach to layers before the…
Dilated Convolution 설명 없음
PSPNet PSPNet, or Pyramid Scene Parsing Network, is a semantic segmentation model that utilises a pyramid parsing module that exploits global context information by…
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…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Semantic-Fast-SAM: Efficient Semantic Segmenter

2026-04-22 · Byunghyun Kim arxiv

We propose Semantic-Fast-SAM (SFS), a semantic segmentation framework that combines the Fast Segment Anything model with a semantic labeling pipeline to achieve real-time performance without sacrificing accuracy. FastSAM…

Real-Time Semantic Segmentation

Local Memory Attention for Fast Video Semantic Segmentation

2021-01-05 · Matthieu Paul, Martin Danelljan, Luc van Gool, Radu Timofte

We propose a novel neural network module that transforms an existing single-frame semantic segmentation model into a video semantic segmentation pipeline. In contrast to prior works, we strive towards a simple, fast, and…

DecoderSegmentationSemantic SegmentationVideo Semantic Segmentation

Semantic Channels for Fast Pedestrian Detection

2016-06-01 · CVPR 2016 6 · Arthur Daniel Costea, Sergiu Nedevschi

Pedestrian detection and semantic segmentation are high potential tasks for many real-time applications. However most of the top performing approaches provide state of art results at high computational costs. In this wor…

CPUGPUPedestrian DetectionSegmentation+1

GSVNet: Guided Spatially-Varying Convolution for Fast Semantic Segmentation on Video

2021-03-16 · Shih-Po Lee, Si-Cun Chen, Wen-Hsiao Peng

This paper addresses fast semantic segmentation on video.Video segmentation often calls for real-time, or even fasterthan real-time, processing. One common recipe for conserving computation arising from feature extractio…

Image SegmentationSegmentationSemantic SegmentationVideo Segmentation+1

Fast-SCNN: Fast Semantic Segmentation Network

2019-02-12 · Rudra P. K. Poudel, Stephan Liwicki, Roberto Cipolla

The encoder-decoder framework is state-of-the-art for offline semantic image segmentation. Since the rise in autonomous systems, real-time computation is increasingly desirable. In this paper, we introduce fast segmentat…

DecoderImage SegmentationReal-Time Semantic SegmentationSegmentation+2