All Projects → xahidbuffon → SUIM

xahidbuffon / SUIM

Licence: other
Semantic Segmentation of Underwater Imagery: Dataset and Benchmark. #IROS2020

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to SUIM

Keras Icnet
Keras implementation of Real-Time Semantic Segmentation on High-Resolution Images
Stars: ✭ 85 (+60.38%)
Mutual labels:  image-segmentation, semantic-segmentation
Semanticsegpapercollection
Stars: ✭ 102 (+92.45%)
Mutual labels:  image-segmentation, semantic-segmentation
Paddleseg
End-to-end image segmentation kit based on PaddlePaddle.
Stars: ✭ 1,244 (+2247.17%)
Mutual labels:  image-segmentation, semantic-segmentation
Midv 500 Models
Model for document segmentation trained on the midv-500-models dataset.
Stars: ✭ 31 (-41.51%)
Mutual labels:  image-segmentation, semantic-segmentation
ResUNetPlusPlus-with-CRF-and-TTA
ResUNet++, CRF, and TTA for segmentation of medical images (IEEE JBIHI)
Stars: ✭ 98 (+84.91%)
Mutual labels:  image-segmentation, semantic-segmentation
Segmentationcpp
A c++ trainable semantic segmentation library based on libtorch (pytorch c++). Backbone: ResNet, ResNext. Architecture: FPN, U-Net, PAN, LinkNet, PSPNet, DeepLab-V3, DeepLab-V3+ by now.
Stars: ✭ 49 (-7.55%)
Mutual labels:  image-segmentation, semantic-segmentation
Universal Data Tool
Collaborate & label any type of data, images, text, or documents, in an easy web interface or desktop app.
Stars: ✭ 1,356 (+2458.49%)
Mutual labels:  image-segmentation, semantic-segmentation
Refinenet
RefineNet: Multi-Path Refinement Networks for High-Resolution Semantic Segmentation
Stars: ✭ 543 (+924.53%)
Mutual labels:  image-segmentation, semantic-segmentation
Smoothly Blend Image Patches
Using a U-Net for image segmentation, blending predicted patches smoothly is a must to please the human eye.
Stars: ✭ 218 (+311.32%)
Mutual labels:  image-segmentation, semantic-segmentation
Keras Unet
Helper package with multiple U-Net implementations in Keras as well as useful utility tools helpful when working with image semantic segmentation tasks. This library and underlying tools come from multiple projects I performed working on semantic segmentation tasks
Stars: ✭ 196 (+269.81%)
Mutual labels:  image-segmentation, semantic-segmentation
Semseg
常用的语义分割架构结构综述以及代码复现
Stars: ✭ 624 (+1077.36%)
Mutual labels:  image-segmentation, semantic-segmentation
RGBD-semantic-segmentation
A paper list of RGBD semantic segmentation (processing)
Stars: ✭ 264 (+398.11%)
Mutual labels:  image-segmentation, semantic-segmentation
Efficient Segmentation Networks
Lightweight models for real-time semantic segmentationon PyTorch (include SQNet, LinkNet, SegNet, UNet, ENet, ERFNet, EDANet, ESPNet, ESPNetv2, LEDNet, ESNet, FSSNet, CGNet, DABNet, Fast-SCNN, ContextNet, FPENet, etc.)
Stars: ✭ 579 (+992.45%)
Mutual labels:  image-segmentation, semantic-segmentation
Multiclass Semantic Segmentation Camvid
Tensorflow 2 implementation of complete pipeline for multiclass image semantic segmentation using UNet, SegNet and FCN32 architectures on Cambridge-driving Labeled Video Database (CamVid) dataset.
Stars: ✭ 67 (+26.42%)
Mutual labels:  image-segmentation, semantic-segmentation
Crfasrnn keras
CRF-RNN Keras/Tensorflow version
Stars: ✭ 576 (+986.79%)
Mutual labels:  image-segmentation, semantic-segmentation
Awesome Referring Image Segmentation
📚 A collection of papers about Referring Image Segmentation.
Stars: ✭ 91 (+71.7%)
Mutual labels:  image-segmentation, semantic-segmentation
Pixellib
Visit PixelLib's official documentation https://pixellib.readthedocs.io/en/latest/
Stars: ✭ 327 (+516.98%)
Mutual labels:  image-segmentation, semantic-segmentation
Pytorch Unet
Simple PyTorch implementations of U-Net/FullyConvNet (FCN) for image segmentation
Stars: ✭ 470 (+786.79%)
Mutual labels:  image-segmentation, semantic-segmentation
Semantic Segmentation Of Remote Sensing Images
遥感图像的语义分割,基于深度学习,在Tensorflow框架下,利用TF.Keras,运行环境TF2.0+
Stars: ✭ 125 (+135.85%)
Mutual labels:  image-segmentation, semantic-segmentation
K-Net
[NeurIPS2021] Code Release of K-Net: Towards Unified Image Segmentation
Stars: ✭ 434 (+718.87%)
Mutual labels:  image-segmentation, semantic-segmentation

Repository for the paper Semantic Segmentation of Underwater Imagery: Dataset and Benchmark (IROS 2020) det-data

Paper (ArXiv)Virtual TalkSUIM DatasetExperimental dataCheckpoints

SUIM Dataset

  • For semantic segmentation of natural underwater images
  • 1525 annotated images for training/validation and 110 samples for testing
  • BW: Background/waterbody • HD: human divers • PF: Aquatic plants and sea-grass • WR: Wrecks/ruins
  • RO: Robots/instruments • RI: Reefs/invertebrates • FV: Fish and vertebrates • SR: Sea-floor/rocks

SUIM-Net Model

  • A fully-convolutional encoder-decoder network
  • SUIM-Net (RSB): simple and light model; offers reasonable performance at a fast rate
  • SUIM-Net (VGG): provides better generalization performance
  • Detailed architecture is in models; associated train/test scripts are also provided
  • The get_f1_iou.py script is used for performance evaluation

Benchmark Evaluation

  • Performance analysis for semantic segmentation and saliency prediction
  • SOTA models in comparison: • FCNUNetSegNetPSPNetDeepLab-v3
  • Metrics: • region similarity (F score) and • contour accuracy (mIOU)
  • Download experimental data from here and checkpoints data from here

det-data det-data

Bibliography Entry

@inproceedings{islam2020suim,
  title={{Semantic Segmentation of Underwater Imagery: Dataset and Benchmark}},
  author={Islam, Md Jahidul and Edge, Chelsey and Xiao, Yuyang and Luo, Peigen and Mehtaz, 
              Muntaqim and Morse, Christopher and Enan, Sadman Sakib and Sattar, Junaed},
  booktitle={IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
  year={2020},
  organization={IEEE/RSJ}
}

Acknowledgements

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].