paper-with-me

홈 › Papers

CFPNet: Channel-wise Feature Pyramid for Real-Time Semantic Segmentation

2021-03-22 · Ange Lou, Murray Loew

Real-time semantic segmentation is playing a more important role in computer vision, due to the growing demand for mobile devices and autonomous driving. Therefore, it is very important to achieve a good trade-off among performance, model size and inference speed. In this paper, we propose a Channel-wise Feature Pyramid (CFP) module to balance those factors. Based on the CFP module, we built CFPNet for real-time semantic segmentation which applied a series of dilated convolution channels to extract effective features. Experiments on Cityscapes and CamVid datasets show that the proposed CFPNet achieves an effective combination of those factors. For the Cityscapes test dataset, CFPNet achieves 70.1% class-wise mIoU with only 0.55 million parameters and 2.5 MB memory. The inference speed can reach 30 FPS on a single RTX 2080Ti GPU with a 1024x2048-pixel image.

📄 PDF Abstract BibTeX arXiv:2103.12212

Code (2)

AngeLouCN/CFPNet pytorch
zh320/realtime-semantic-segmentation-pytorch pytorch

Tasks

Autonomous DrivingGPUReal-Time Semantic SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

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…
Dilated Convolution 설명 없음

Similar Papers 제목 키워드 기반

CFPNet-M: A Light-Weight Encoder-Decoder Based Network for Multimodal Biomedical Image Real-Time Segmentation

2021-05-10 · Ange Lou, Shuyue Guan, Murray Loew

Currently, developments of deep learning techniques are providing instrumental to identify, classify, and quantify patterns in medical images. Segmentation is one of the important applications in medical image analysis. …

DecoderGPUImage SegmentationMedical Image Analysis+3

CFPNet: Improving Lightweight ToF Depth Completion via Cross-zone Feature Propagation

2024-11-07 · Laiyan Ding, Hualie Jiang, Rui Xu, Rui Huang

Depth completion using lightweight time-of-flight (ToF) depth sensors is attractive due to their low cost. However, lightweight ToF sensors usually have a limited field of view (FOV) compared with cameras. Thus, only pix…

Depth Completion

A^2-FPN: Attention Aggregation based Feature Pyramid Network for Instance Segmentation

2021-05-07 · Miao Hu, YaLi Li, Lu Fang, Shengjin Wang

Learning pyramidal feature representations is crucial for recognizing object instances at different scales. Feature Pyramid Network (FPN) is the classic architecture to build a feature pyramid with high-level semantics t…

Instance SegmentationSemantic Segmentation

A2-FPN: Attention Aggregation Based Feature Pyramid Network for Instance Segmentation

2021-06-19 · CVPR 2021 1 · Miao Hu, YaLi Li, Lu Fang, Shengjin Wang

Learning pyramidal feature representations is crucial for recognizing object instances at different scales. Feature Pyramid Network (FPN) is the classic architecture to build a feature pyramid with high-level semanti…

Instance SegmentationSemantic Segmentation

Cross-Layer Feature Pyramid Transformer for Small Object Detection in Aerial Images

2024-07-29 · Zewen Du, Zhenjiang Hu, Guiyu Zhao, Ying Jin 외

Object detection in aerial images has always been a challenging task due to the generally small size of the objects. Most current detectors prioritize novel detection frameworks, often overlooking research on fundamental…

object-detectionObject DetectionObject Detection In Aerial ImagesSmall Object Detection