All Projects → lqzhao → SAFNet

lqzhao / SAFNet

Licence: MIT license
[IROS 2021] Implementation of "Similarity-Aware Fusion Network for 3D Semantic Segmentation"

Programming Languages

python
139335 projects - #7 most used programming language
Cuda
1817 projects

Projects that are alternatives of or similar to SAFNet

modular semantic segmentation
Corresponding implementations for the IROS 2018 paper "Modular Sensor Fusion for Semantic Segmentation"
Stars: ✭ 24 (+26.32%)
Mutual labels:  semantic-segmentation
EDANet
Implementation details for EDANet
Stars: ✭ 34 (+78.95%)
Mutual labels:  semantic-segmentation
mix3d
Mix3D: Out-of-Context Data Augmentation for 3D Scenes (3DV 2021 Oral)
Stars: ✭ 183 (+863.16%)
Mutual labels:  semantic-segmentation
DocuNet
Code and dataset for the IJCAI 2021 paper "Document-level Relation Extraction as Semantic Segmentation".
Stars: ✭ 84 (+342.11%)
Mutual labels:  semantic-segmentation
IAST-ECCV2020
IAST: Instance Adaptive Self-training for Unsupervised Domain Adaptation (ECCV 2020) https://teacher.bupt.edu.cn/zhuchuang/en/index.htm
Stars: ✭ 84 (+342.11%)
Mutual labels:  semantic-segmentation
AuxiLearn
Official implementation of Auxiliary Learning by Implicit Differentiation [ICLR 2021]
Stars: ✭ 71 (+273.68%)
Mutual labels:  semantic-segmentation
Adversarial-Semisupervised-Semantic-Segmentation
Pytorch Implementation of "Adversarial Learning For Semi-Supervised Semantic Segmentation" for ICLR 2018 Reproducibility Challenge
Stars: ✭ 151 (+694.74%)
Mutual labels:  semantic-segmentation
MINet
Multi-scale Interaction for Real-time LiDAR Data Segmentation on an Embedded Platform (RA-L)
Stars: ✭ 28 (+47.37%)
Mutual labels:  semantic-segmentation
food-detection-yolov5
🍔🍟🍗 Food analysis baseline with Theseus. Integrate object detection, image classification and multi-class semantic segmentation. 🍞🍖🍕
Stars: ✭ 68 (+257.89%)
Mutual labels:  semantic-segmentation
AdaptationSeg
Curriculum Domain Adaptation for Semantic Segmentation of Urban Scenes, ICCV 2017
Stars: ✭ 128 (+573.68%)
Mutual labels:  semantic-segmentation
Baidu Lane Segmentation
4th place solution in Baidu Autonomous Driving Lane Segmentation
Stars: ✭ 19 (+0%)
Mutual labels:  semantic-segmentation
kits19-challenge
Kidney Tumor Segmentation Challenge 2019
Stars: ✭ 44 (+131.58%)
Mutual labels:  semantic-segmentation
celldetection
Cell Detection with PyTorch.
Stars: ✭ 44 (+131.58%)
Mutual labels:  semantic-segmentation
awesome-computer-vision-models
A list of popular deep learning models related to classification, segmentation and detection problems
Stars: ✭ 419 (+2105.26%)
Mutual labels:  semantic-segmentation
UNETR
Unofficial code base for UNETR: Transformers for 3D Medical Image Segmentation
Stars: ✭ 60 (+215.79%)
Mutual labels:  semantic-segmentation
multichannel-semseg-with-uda
Multichannel Semantic Segmentation with Unsupervised Domain Adaptation
Stars: ✭ 19 (+0%)
Mutual labels:  semantic-segmentation
NDD
Drug-Drug Interaction Predicting by Neural Network Using Integrated Similarity
Stars: ✭ 25 (+31.58%)
Mutual labels:  similarity-measures
LinkNet tensorflow
TensorFlow implementation of LinkNet
Stars: ✭ 16 (-15.79%)
Mutual labels:  semantic-segmentation
FaPN
[ICCV 2021] FaPN: Feature-aligned Pyramid Network for Dense Image Prediction
Stars: ✭ 173 (+810.53%)
Mutual labels:  semantic-segmentation
Polyp-Segmentation-using-UNET-in-TensorFlow-2.0
Implementing polyp segmentation using the U-Net and CVC-612 dataset.
Stars: ✭ 52 (+173.68%)
Mutual labels:  semantic-segmentation

PWCarXiv

SAFNet

Implementation of our IROS 2021 paper: Similarity-Aware Fusion Network for 3D Semantic Segmentation

To get a rapid understanding of our paper and codes, you can also read this blog written by an anonymous reader in Chinese.

Environment Preparation & Data Preparation

We prepared our environment and ScanNet data as follows:

Environment:

  • Python 3.6
  • Pytorch 1.2.0
  • CUDA 10.0 & CUDNN 7.6.4

DATA:

  • The data is released under the ScanNet Term of Use, please contact ScanNet team for access.
  • See MVPNet repo for processing the raw data and resizing images.

Currently, the code is not clean.

The code is coming soon.

Pre-trained Model

We provide a pre-trained model (backbone: PointNet++ & ResNet34) which achieves 68.54% mIoU and 88.07% Accuracy on the validation set of ScanNetv2.

The validation log was written in this file.

Please check the BaiduDisk with the code [f4n6].

Core code

To see the corest part of our method, you can directly check this file.

Acknowledgements

We thank the authors of following works for opening source their excellent codes.

Citation

If you find our work useful, please cite our paper:

@inproceedings{zhao2021similarity,
  title={Similarity-Aware Fusion Network for 3D Semantic Segmentation},
  author={Zhao, Linqing and Lu, Jiwen and Zhou, Jie},
  booktitle={2021 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
  pages={1585--1592},
  year={2021},
  organization={IEEE}
}
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].