paper-with-me

Papers

ICNet for Real-Time Semantic Segmentation on High-Resolution Images

2017-04-27 · ECCV 2018 9 · Hengshuang Zhao, Xiaojuan Qi, Xiaoyong Shen, Jianping Shi, Jiaya Jia

We focus on the challenging task of real-time semantic segmentation in this paper. It finds many practical applications and yet is with fundamental difficulty of reducing a large portion of computation for pixel-wise label inference. We propose an image cascade network (ICNet) that incorporates multi-resolution branches under proper label guidance to address this challenge. We provide in-depth analysis of our framework and introduce the cascade feature fusion unit to quickly achieve high-quality segmentation. Our system yields real-time inference on a single GPU card with decent quality results evaluated on challenging datasets like Cityscapes, CamVid and COCO-Stuff.

📄 PDF Abstract BibTeX arXiv:1704.08545

Code (18)

hszhao/ICNet 공식 구현
Bigpingping97/ICNet mindspore
GuangyanZhang/SCNN-Deeplabv3-bisenet-icnet paddle
Mind23-2/MindCode-3/tree/main/ICNet mindspore
Mind23-2/MindCode-53 mindspore
daheyinyin/ICNet mindspore
hellochick/ICNet-tensorflow tf
liminn/icnet-pytorch pytorch
lisilin013/ICNet-tensorflow-ros tf
lyqcom/icnet mindspore
mattangus/fast-semantic-segmentation tf
mindspore-ai/models/tree/master/research/cv/ICNet mindspore
oandrienko/fast-semantic-segmentation tf
osmr/imgclsmob mxnet
pooruss/ICNet-Paddle2.2.0rc paddle
victorpham1997/Local_ICNet tf
yfjcode/ICNet mindspore
zh320/realtime-semantic-segmentation-pytorch pytorch

Tasks

Dichotomous Image SegmentationGPUReal-Time Semantic SegmentationSegmentationSemantic SegmentationThermal Image SegmentationVocal Bursts Intensity Prediction

Methods 이 논문이 사용한 방법론

Dilated Convolution 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Robust Semantic Segmentation in Adverse Weather Conditions by means of Fast Video-Sequence Segmentation

2020-07-01 · Andreas Pfeuffer, Klaus Dietmayer

Computer vision tasks such as semantic segmentation perform very well in good weather conditions, but if the weather turns bad, they have problems to achieve this performance in these conditions. One possibility to obtai…

Image SegmentationSegmentationSemantic SegmentationVideo Segmentation+1

Efficient Dense Modules of Asymmetric Convolution for Real-Time Semantic Segmentation

2018-09-17 · Shao-Yuan Lo, Hsueh-Ming Hang, Sheng-Wei Chan, Jing-Jhih Lin

Real-time semantic segmentation plays an important role in practical applications such as self-driving and robots. Most semantic segmentation research focuses on improving estimation accuracy with little consideration on…

Real-Time Semantic SegmentationSegmentationSemantic Segmentation

MagicNet: Semi-Supervised Multi-Organ Segmentation via Magic-Cube Partition and Recovery

2022-12-29 · CVPR 2023 1 · Duowen Chen, Yunhao Bai, Wei Shen, Qingli Li 외

We propose a novel teacher-student model for semi-supervised multi-organ segmentation. In teacher-student model, data augmentation is usually adopted on unlabeled data to regularize the consistent training between teache…

AnatomyData AugmentationImage SegmentationMedical Image Segmentation+3

Performance Evaluation of Deep Learning Networks for Semantic Segmentation of Traffic Stereo-Pair Images

2018-06-05 · Vlad Taran, Nikita Gordienko, Yuriy Kochura, Yuri Gordienko 외

Semantic image segmentation is one the most demanding task, especially for analysis of traffic conditions for self-driving cars. Here the results of application of several deep learning architectures (PSPNet and ICNet) f…

Image SegmentationSegmentationSelf-Driving CarsSemantic Segmentation

MusicNet: Compact Convolutional Neural Network for Real-time Background Music Detection

2021-10-08 · Chandan K. A. Reddy, Vishak Gopa, Harishchandra Dubey, Sergiy Matusevych 외

With the recent growth of remote work, online meetings often encounter challenging audio contexts such as background noise, music, and echo. Accurate real-time detection of music events can help to improve the user exper…