Coder Social home page Coder Social logo

tshr-d-dragon / semantic_segmentation_models Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 3.0 187 KB

I am aiming to write different Semantic Segmentation models from scratch with different pretrained backbones.

Python 100.00%
deeplab deeplab-tensorflow deeplab-v3 deeplab-v3-plus deeplabv3 deeplabv3plus pspnet pspnet-tensorflow squeeze-and-excitation segmentation

semantic_segmentation_models's Introduction

Semantic_Segmentation_Models

I am aiming to write different Semantic Segmentation models from scratch with different pretrained backbones.

1. DeepLabV3plus with SqueezeAndExcitation:

Image1

Paper(SqueezeAndExcitation): https://arxiv.org/pdf/1709.01507.pdf

Image2

Implementation:

  1. DeepLabV3plus with EfficientNet as a backbone
  2. DeepLabV3plus_SqueezeExcitation with EfficientNet as a backbone
  3. DeepLabV3plus with ResNet as a backbone
  4. DeepLabV3plus with DenseNet as a backbone
  5. DeepLabV3plus with SqueezeNet as a backbone
  6. DeepLabV3plus with VGG16 as a backbone
  7. DeepLabV3plus with ResNext101 as a backbone. We need to clone qubevl's classification_models repository (I have used the pre-trained model from this repository).

2. Global Convolutional Network (GCN):

Paper link: GCN

Image3

Implementation:

  1. GCN with ResNet50_v2 as a backbone
  2. GCN with EfficientNetB0 as a backbone

3. PSPNet:

Image4

Implementation:

  1. PSPNet with ResNet50 as a backbone

4. DeepLabV3Plus_PSPNet_SE:

This model is to try whether Deeplabv3p model with an added PSPNet module for deeper semantic feature extraction and Squeeze&Excitation modules to add channel-wise attention. I will be sharing results of this if this works out well. Image5

5. Unet:

Image6

Implementation:

  1. Unet with MobileNetV2 as a backbone
  2. Unet with EfficientNet as a backbone Coming Soon...
  3. Unet with ResNet50 as a backbone Coming Soon...

Note: We can directly use segmentation_models package for Unet (Github: http://github.com/qubvel/segmentation_models).

semantic_segmentation_models's People

Contributors

tshr-d-dragon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.