All Projects → neuropoly → gmseg

neuropoly / gmseg

Licence: MIT license
Spinal cord gray matter segmentation using deep dilated convolutions.

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to gmseg

Knowledge
Everything I know
Stars: ✭ 2,982 (+6834.88%)
Mutual labels:  research
Appnp
A PyTorch implementation of "Predict then Propagate: Graph Neural Networks meet Personalized PageRank" (ICLR 2019).
Stars: ✭ 234 (+444.19%)
Mutual labels:  research
Timelinestoryteller
An expressive visual storytelling environment for presenting timelines on the web and in Power BI. Developed at Microsoft Research.
Stars: ✭ 244 (+467.44%)
Mutual labels:  research
Vuvuzela
Private messaging system that hides metadata
Stars: ✭ 2,423 (+5534.88%)
Mutual labels:  research
Catalyst
Accelerated deep learning R&D
Stars: ✭ 2,804 (+6420.93%)
Mutual labels:  research
Asreview
Active learning for systematic reviews
Stars: ✭ 233 (+441.86%)
Mutual labels:  research
Benchmarknet
Benchmark for testing the reliable UDP networking solutions
Stars: ✭ 206 (+379.07%)
Mutual labels:  research
FIDL
A sane API for IDA Pro's decompiler. Useful for malware RE and vulnerability research
Stars: ✭ 421 (+879.07%)
Mutual labels:  research
Hamiltonian Nn
Code for our paper "Hamiltonian Neural Networks"
Stars: ✭ 229 (+432.56%)
Mutual labels:  research
Wreeto official
Wreeto is an open source note-taking, knowledge management and wiki system.
Stars: ✭ 241 (+460.47%)
Mutual labels:  research
Research Paper Notes
Notes and Summaries on ML-related Research Papers (with optional implementations)
Stars: ✭ 218 (+406.98%)
Mutual labels:  research
Mindforger Repository
MindForger documentation repository.
Stars: ✭ 221 (+413.95%)
Mutual labels:  research
Flambe
An ML framework to accelerate research and its path to production.
Stars: ✭ 236 (+448.84%)
Mutual labels:  research
Pokerrl
Framework for Multi-Agent Deep Reinforcement Learning in Poker
Stars: ✭ 214 (+397.67%)
Mutual labels:  research
Smpybandits
🔬 Research Framework for Single and Multi-Players 🎰 Multi-Arms Bandits (MAB) Algorithms, implementing all the state-of-the-art algorithms for single-player (UCB, KL-UCB, Thompson...) and multi-player (MusicalChair, MEGA, rhoRand, MCTop/RandTopM etc).. Available on PyPI: https://pypi.org/project/SMPyBandits/ and documentation on
Stars: ✭ 244 (+467.44%)
Mutual labels:  research
Kafl
A fuzzer for full VM kernel/driver targets
Stars: ✭ 204 (+374.42%)
Mutual labels:  research
How Companies Hire
An inside look into how top tech companies hire
Stars: ✭ 234 (+444.19%)
Mutual labels:  research
itc.lua
A Lua implementation of Interval Tree Clocks
Stars: ✭ 21 (-51.16%)
Mutual labels:  research
Browser Sec Whitepaper
Cure53 Browser Security White Paper
Stars: ✭ 251 (+483.72%)
Mutual labels:  research
Data Mining Conferences
Ranking, acceptance rate, deadline, and publication tips
Stars: ✭ 236 (+448.84%)
Mutual labels:  research

Spinal cord gray matter segmentation using deep dilated convolutions

Binder

This repository contains the source-code for the paper "Spinal cord gray matter segmentation using deep dilated convolutions", available as pre-print on ArXiv.

Note: this repository is made for researchers in deep learning. If you just would like to use the method on your data, this method has been implemented in the Spinal Cord Toolbox (SCT), where you can find pre-trained models on much larger datasets and a user-friendly command-line tool called sct_deepseg_gm.

You can see the MRI ex-vivo segmentation video. Another manuscript is under review for the MRI ex-vivo data.

Segmentation Video

Architecture Overview

Segmentation Example

Requirements Installation

To use this repository, you'll need to install the following requirements:

  • Clone the repository
  • Install Python requirements with pip install -r pip-requirements.txt
  • Open the Jupyter Notebook located at notebooks folder

Notebooks

This repository contains two notebooks:

Remarks

Some remarks regarding the model:

  • This model was trained on a common space with a voxel size of 0.25mm x 0.25mm, so you'll have to resample your data to this space if you want good results;
  • This repository contains the model trained on the GM Challenge Dataset (both train and validation), the model is located on the directory called models together with a json file containing the mean/std that was used to standardize the training data;
  • For the training procedure, please see the original paper for more information;

Citation

If you use this work in your research, please cite:

@article{arxiv1710.01269,
  author = {Christian S. Perone, Evan Calabrese, Julien Cohen-Adad},
  title = {Spinal cord gray matter segmentation using deep dilated convolutions},
  journal = {arXiv preprint arXiv:1710.01269},
  year = {2017}
}

License

MIT License

Copyright (c) 2017 NeuroPoly

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
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].