All Projects → liuziwei7 → Region Conv

liuziwei7 / Region Conv

Not All Pixels Are Equal: Difficulty-Aware Semantic Segmentation via Deep Layer Cascade

Projects that are alternatives of or similar to Region Conv

Minkowskiengine
Minkowski Engine is an auto-diff neural network library for high-dimensional sparse tensors
Stars: ✭ 1,110 (+1068.42%)
Mutual labels:  semantic-segmentation, cuda
Geo Deep Learning
Deep learning applied to georeferenced datasets
Stars: ✭ 91 (-4.21%)
Mutual labels:  semantic-segmentation
Paddleseg
End-to-end image segmentation kit based on PaddlePaddle.
Stars: ✭ 1,244 (+1209.47%)
Mutual labels:  semantic-segmentation
Deeppipe2
Deep Learning library using GPU(CUDA/cuBLAS)
Stars: ✭ 90 (-5.26%)
Mutual labels:  cuda
Minhashcuda
Weighted MinHash implementation on CUDA (multi-gpu).
Stars: ✭ 88 (-7.37%)
Mutual labels:  cuda
Aurora
Minimal Deep Learning library is written in Python/Cython/C++ and Numpy/CUDA/cuDNN.
Stars: ✭ 90 (-5.26%)
Mutual labels:  cuda
Deep Learning Boot Camp
A community run, 5-day PyTorch Deep Learning Bootcamp
Stars: ✭ 1,270 (+1236.84%)
Mutual labels:  cuda
Numer
Numeric Erlang - vector and matrix operations with CUDA. Heavily inspired by Pteracuda - https://github.com/kevsmith/pteracuda
Stars: ✭ 91 (-4.21%)
Mutual labels:  cuda
Awesome Referring Image Segmentation
📚 A collection of papers about Referring Image Segmentation.
Stars: ✭ 91 (-4.21%)
Mutual labels:  semantic-segmentation
Halloc
A fast and highly scalable GPU dynamic memory allocator
Stars: ✭ 89 (-6.32%)
Mutual labels:  cuda
Weighted softmax loss
Weighted Softmax Loss Layer for Caffe
Stars: ✭ 89 (-6.32%)
Mutual labels:  cuda
Thundersvm
ThunderSVM: A Fast SVM Library on GPUs and CPUs
Stars: ✭ 1,282 (+1249.47%)
Mutual labels:  cuda
Matconvnet
MatConvNet: CNNs for MATLAB
Stars: ✭ 1,299 (+1267.37%)
Mutual labels:  cuda
Esnet
ESNet: An Efficient Symmetric Network for Real-time Semantic Segmentation
Stars: ✭ 88 (-7.37%)
Mutual labels:  semantic-segmentation
Tutorial Ubuntu 18.04 Install Nvidia Driver And Cuda And Cudnn And Build Tensorflow For Gpu
Ubuntu 18.04 How to install Nvidia driver + CUDA + CUDNN + build tensorflow for gpu step by step command line
Stars: ✭ 91 (-4.21%)
Mutual labels:  cuda
2020 Cbms Doubleu Net
DoubleU-Net for Semantic Image Segmentation in TensorFlow Keras
Stars: ✭ 86 (-9.47%)
Mutual labels:  semantic-segmentation
Wb color augmenter
WB color augmenter improves the accuracy of image classification and image semantic segmentation methods by emulating different WB effects (ICCV 2019) [Python & Matlab].
Stars: ✭ 89 (-6.32%)
Mutual labels:  semantic-segmentation
Seanet
Self-Ensembling Attention Networks: Addressing Domain Shift for Semantic Segmentation
Stars: ✭ 90 (-5.26%)
Mutual labels:  semantic-segmentation
Fbtt Embedding
This is a Tensor Train based compression library to compress sparse embedding tables used in large-scale machine learning models such as recommendation and natural language processing. We showed this library can reduce the total model size by up to 100x in Facebook’s open sourced DLRM model while achieving same model quality. Our implementation is faster than the state-of-the-art implementations. Existing the state-of-the-art library also decompresses the whole embedding tables on the fly therefore they do not provide memory reduction during runtime of the training. Our library decompresses only the requested rows therefore can provide 10,000 times memory footprint reduction per embedding table. The library also includes a software cache to store a portion of the entries in the table in decompressed format for faster lookup and process.
Stars: ✭ 92 (-3.16%)
Mutual labels:  cuda
3dunet abdomen cascade
Stars: ✭ 91 (-4.21%)
Mutual labels:  semantic-segmentation

Not All Pixels Are Equal: Difficulty-Aware Semantic Segmentation via Deep Layer Cascade (CVPR 2017 spotlight)

This is the the authors' implementation of region convolution used in Deep Layer Cascade (LC).

[Project] [Paper]

Contact: Xiaoxiao Li ([email protected])

License and Citation

The use of this software is RESTRICTED to non-commercial research and educational purposes.

@inproceedings{li2017layercascade,
 author = {Xiaoxiao Li, Ziwei Liu, Ping Luo, Chen Change Loy, and Xiaoou Tang},
 title = {Not All Pixels Are Equal: Difficulty-Aware Semantic Segmentation via Deep Layer Cascade},
 booktitle = {Proceedings of IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
 month = {July},
 year = {2017} 
}
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].