All Projects → cq615 → Joint-Motion-Estimation-and-Segmentation

cq615 / Joint-Motion-Estimation-and-Segmentation

Licence: MIT license
[MICCAI'18] Joint Learning of Motion Estimation and Segmentation for Cardiac MR Image Sequences

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Joint-Motion-Estimation-and-Segmentation

deepOF
TensorFlow implementation for "Guided Optical Flow Learning"
Stars: ✭ 26 (-42.22%)
Mutual labels:  optical-flow, unsupervised-learning
Selflow
SelFlow: Self-Supervised Learning of Optical Flow
Stars: ✭ 319 (+608.89%)
Mutual labels:  optical-flow, unsupervised-learning
PCLNet
Unsupervised Learning for Optical Flow Estimation Using Pyramid Convolution LSTM.
Stars: ✭ 29 (-35.56%)
Mutual labels:  optical-flow, unsupervised-learning
Motion-Estimation-using-Speeded-Up-Robust-Features-SURF-and-Oriented-Fast-Rotated-Brief-ORB-
No description or website provided.
Stars: ✭ 25 (-44.44%)
Mutual labels:  optical-flow, motion-estimation
Hidden Two Stream
Caffe implementation for "Hidden Two-Stream Convolutional Networks for Action Recognition"
Stars: ✭ 179 (+297.78%)
Mutual labels:  optical-flow, unsupervised-learning
GuidedNet
Caffe implementation for "Guided Optical Flow Learning"
Stars: ✭ 28 (-37.78%)
Mutual labels:  optical-flow, unsupervised-learning
back2future
Unsupervised Learning of Multi-Frame Optical Flow with Occlusions
Stars: ✭ 39 (-13.33%)
Mutual labels:  optical-flow, unsupervised-learning
CrowdFlow
Optical Flow Dataset and Benchmark for Visual Crowd Analysis
Stars: ✭ 87 (+93.33%)
Mutual labels:  optical-flow, motion-estimation
Unflow
UnFlow: Unsupervised Learning of Optical Flow with a Bidirectional Census Loss
Stars: ✭ 239 (+431.11%)
Mutual labels:  optical-flow, unsupervised-learning
Voxelmorph
Unsupervised Learning for Image Registration
Stars: ✭ 1,057 (+2248.89%)
Mutual labels:  optical-flow, unsupervised-learning
Cc
Competitive Collaboration: Joint Unsupervised Learning of Depth, Camera Motion, Optical Flow and Motion Segmentation
Stars: ✭ 348 (+673.33%)
Mutual labels:  optical-flow, unsupervised-learning
Back2future.pytorch
Unsupervised Learning of Multi-Frame Optical Flow with Occlusions
Stars: ✭ 104 (+131.11%)
Mutual labels:  optical-flow, unsupervised-learning
Ddflow
DDFlow: Learning Optical Flow with Unlabeled Data Distillation
Stars: ✭ 101 (+124.44%)
Mutual labels:  optical-flow, unsupervised-learning
Arflow
The official PyTorch implementation of the paper "Learning by Analogy: Reliable Supervision from Transformations for Unsupervised Optical Flow Estimation".
Stars: ✭ 134 (+197.78%)
Mutual labels:  optical-flow, unsupervised-learning
Spynet
Spatial Pyramid Network for Optical Flow
Stars: ✭ 158 (+251.11%)
Mutual labels:  optical-flow
Opticalflowtoolkit
Python-based optical flow toolkit for existing popular dataset
Stars: ✭ 219 (+386.67%)
Mutual labels:  optical-flow
Frvsr
Frame-Recurrent Video Super-Resolution (official repository)
Stars: ✭ 157 (+248.89%)
Mutual labels:  optical-flow
Tfvos
Semi-Supervised Video Object Segmentation (VOS) with Tensorflow. Includes implementation of *MaskRNN: Instance Level Video Object Segmentation (NIPS 2017)* as part of the NIPS Paper Implementation Challenge.
Stars: ✭ 151 (+235.56%)
Mutual labels:  optical-flow
TA3N
[ICCV 2019 Oral] TA3N: https://github.com/cmhungsteve/TA3N (Most updated repo)
Stars: ✭ 45 (+0%)
Mutual labels:  unsupervised-learning
Liteflownet2
A Lightweight Optical Flow CNN - Revisiting Data Fidelity and Regularization, TPAMI 2020
Stars: ✭ 195 (+333.33%)
Mutual labels:  optical-flow

Joint Learning of Motion Estimation and Segmentation for Cardiac MR Image Sequences

Code accompanying MICCAI 2018 paper of the same title. Paper link: https://arxiv.org/abs/1806.04066

Usage

Lasagne and theano implementation of the framework.

main.py ==> main training file

test_prediction.py ==> applies joint prediction and visualisation

models ==> proposed network and layers

dataio ==> includes loading images, data_augmentation, etc

utils ==> metrics and visualisation

model ==> Model parameters

test ==> One test sample

News: Update Pytorch implementation of the work in pytorch_version.

pytorch_version ==> pytorch implementation of the models

Citation and Acknowledgement

If you use the code for your work, or if you found the code useful, please cite the following works:

Qin, C., Bai, W., Schlemper, J., Petersen, S.E., Piechnik, S.K., Neubauer, S. and Rueckert, D. Joint learning of motion estimation and segmentation for cardiac MR image sequences. In International Conference on Medical Image Computing and Computer-Assisted Intervention (MICCAI), 2018: 472-480.

C. Qin, W. Bai, J. Schlemper, S. Petersen, S. Piechnik, S. Neubauer and D. Rueckert. Joint Motion Estimation and Segmentation from Undersampled Cardiac MR Image. International Workshop on Machine Learning for Medical Image Reconstruction, 2018: 55-63.

Licence

This project is licensed under the terms of the MIT license.

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