All Projects → shaoyuanlo → EDANet

shaoyuanlo / EDANet

Licence: other
Implementation details for EDANet

Projects that are alternatives of or similar to EDANet

Hrnet Semantic Segmentation
The OCR approach is rephrased as Segmentation Transformer: https://arxiv.org/abs/1909.11065. This is an official implementation of semantic segmentation for HRNet. https://arxiv.org/abs/1908.07919
Stars: ✭ 2,369 (+6867.65%)
Mutual labels:  semantic-segmentation, cityscapes
IAST-ECCV2020
IAST: Instance Adaptive Self-training for Unsupervised Domain Adaptation (ECCV 2020) https://teacher.bupt.edu.cn/zhuchuang/en/index.htm
Stars: ✭ 84 (+147.06%)
Mutual labels:  semantic-segmentation, cityscapes
Cgnet
CGNet: A Light-weight Context Guided Network for Semantic Segmentation [IEEE Transactions on Image Processing 2020]
Stars: ✭ 186 (+447.06%)
Mutual labels:  semantic-segmentation, cityscapes
Contrastiveseg
Exploring Cross-Image Pixel Contrast for Semantic Segmentation
Stars: ✭ 135 (+297.06%)
Mutual labels:  semantic-segmentation, cityscapes
Pytorch Fcn
PyTorch Implementation of Fully Convolutional Networks. (Training code to reproduce the original result is available.)
Stars: ✭ 1,351 (+3873.53%)
Mutual labels:  convolutional-networks, semantic-segmentation
Bisenetv2 Tensorflow
Unofficial tensorflow implementation of real-time scene image segmentation model "BiSeNet V2: Bilateral Network with Guided Aggregation for Real-time Semantic Segmentation"
Stars: ✭ 139 (+308.82%)
Mutual labels:  semantic-segmentation, cityscapes
Seg Uncertainty
IJCAI2020 & IJCV 2020 🌇 Unsupervised Scene Adaptation with Memory Regularization in vivo
Stars: ✭ 202 (+494.12%)
Mutual labels:  semantic-segmentation, cityscapes
Pytorch Auto Drive
Segmentation models (ERFNet, ENet, DeepLab, FCN...) and Lane detection models (SCNN, SAD, PRNet, RESA, LSTR...) based on PyTorch 1.6 with mixed precision training
Stars: ✭ 32 (-5.88%)
Mutual labels:  semantic-segmentation, cityscapes
Pytorch Unet
PyTorch implementation of the U-Net for image semantic segmentation with high quality images
Stars: ✭ 4,770 (+13929.41%)
Mutual labels:  convolutional-networks, semantic-segmentation
Decouplesegnets
Implementation of Our ECCV2020-work: Improving Semantic Segmentation via Decoupled Body and Edge Supervision
Stars: ✭ 232 (+582.35%)
Mutual labels:  semantic-segmentation, cityscapes
Nas Segm Pytorch
Code for Fast Neural Architecture Search of Compact Semantic Segmentation Models via Auxiliary Cells, CVPR '19
Stars: ✭ 126 (+270.59%)
Mutual labels:  semantic-segmentation, cityscapes
Fcn
Chainer Implementation of Fully Convolutional Networks. (Training code to reproduce the original result is available.)
Stars: ✭ 211 (+520.59%)
Mutual labels:  convolutional-networks, semantic-segmentation
Dabnet
Depth-wise Asymmetric Bottleneck for Real-time Semantic Segmentation (BMVC2019)
Stars: ✭ 109 (+220.59%)
Mutual labels:  semantic-segmentation, cityscapes
Fchardnet
Fully Convolutional HarDNet for Segmentation in Pytorch
Stars: ✭ 150 (+341.18%)
Mutual labels:  semantic-segmentation, cityscapes
Chainer Pspnet
PSPNet in Chainer
Stars: ✭ 76 (+123.53%)
Mutual labels:  semantic-segmentation, cityscapes
Fastseg
📸 PyTorch implementation of MobileNetV3 for real-time semantic segmentation, with pretrained weights & state-of-the-art performance
Stars: ✭ 202 (+494.12%)
Mutual labels:  semantic-segmentation, cityscapes
Lightnet
LightNet: Light-weight Networks for Semantic Image Segmentation (Cityscapes and Mapillary Vistas Dataset)
Stars: ✭ 698 (+1952.94%)
Mutual labels:  semantic-segmentation, cityscapes
Deeplabv3 Plus
Tensorflow 2.3.0 implementation of DeepLabV3-Plus
Stars: ✭ 32 (-5.88%)
Mutual labels:  semantic-segmentation, cityscapes
Lightnetplusplus
LightNet++: Boosted Light-weighted Networks for Real-time Semantic Segmentation
Stars: ✭ 218 (+541.18%)
Mutual labels:  semantic-segmentation, cityscapes
Semanticsegpapercollection
Stars: ✭ 102 (+200%)
Mutual labels:  convolutional-networks, semantic-segmentation

EDANet

This repository contains the implementation details of our paper: [arXiv:1809.06323]

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

by Shao-Yuan Lo, Hsueh-Ming Hang, Sheng-Wei Chan, Jing-Jhih Lin

EDANet

NOTE: I cannot share our source codes due to the sponsor's request for this project. If you are interested in reproducing EDANet, you can try to write the network code (we use PyTorch) based on the layer disposal I provided here. Or you can access the implementations by others: [pytorch_EDANet] (Pengfei Wang).

If you have any questions or suggestions, welcome to contact Shao-Yuan Lo (me, the email address is shown in the paper).

Pakages

This repository is organized as:

  • models contains the layer disposal of EDANet and each network variant introduced in our paper.
  • train contains the training details and the class weights used to train our networks.

We replace our source codes with lists to show the detailed network architectures and training setup. In our actual implementation, PyTorch (v0.4.1) is used to perform all the experiments.

Performance on the Cityscapes dataset

EDANet achieves a mIoU of 67.32 on the Cityscapes test set without any pretrained model. (Cityscapes leaderboard)

For an input resolution of 512x1024, EDANet can run at the speed of 108 FPS on a single GTX 1080Ti GPU and 81 FPS on a single Titan X GPU.

sample_results

In our paper, it also shows the evaluation results on the CamVid dataset.

Citation

If EDANet is useful for your research, please consider citing our paper:

  • S.-Y. Lo, H.-M. Hang, S.-W. Chan, and J.-J. Lin, “Efficient dense modules of asymmetric convolution for real-time semantic segmentation,” in ACM International Conference on Multimedia in Asia (MMAsia), 2019. [Best Paper Award]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].