All Projects → Kwanss → PCLNet

Kwanss / PCLNet

Licence: MIT license
Unsupervised Learning for Optical Flow Estimation Using Pyramid Convolution LSTM.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to PCLNet

Cc
Competitive Collaboration: Joint Unsupervised Learning of Depth, Camera Motion, Optical Flow and Motion Segmentation
Stars: ✭ 348 (+1100%)
Mutual labels:  optical-flow, unsupervised-learning
Ddflow
DDFlow: Learning Optical Flow with Unlabeled Data Distillation
Stars: ✭ 101 (+248.28%)
Mutual labels:  optical-flow, unsupervised-learning
Selflow
SelFlow: Self-Supervised Learning of Optical Flow
Stars: ✭ 319 (+1000%)
Mutual labels:  optical-flow, unsupervised-learning
back2future
Unsupervised Learning of Multi-Frame Optical Flow with Occlusions
Stars: ✭ 39 (+34.48%)
Mutual labels:  optical-flow, unsupervised-learning
Unflow
UnFlow: Unsupervised Learning of Optical Flow with a Bidirectional Census Loss
Stars: ✭ 239 (+724.14%)
Mutual labels:  optical-flow, unsupervised-learning
Back2future.pytorch
Unsupervised Learning of Multi-Frame Optical Flow with Occlusions
Stars: ✭ 104 (+258.62%)
Mutual labels:  optical-flow, unsupervised-learning
Voxelmorph
Unsupervised Learning for Image Registration
Stars: ✭ 1,057 (+3544.83%)
Mutual labels:  optical-flow, unsupervised-learning
GuidedNet
Caffe implementation for "Guided Optical Flow Learning"
Stars: ✭ 28 (-3.45%)
Mutual labels:  optical-flow, unsupervised-learning
Hidden Two Stream
Caffe implementation for "Hidden Two-Stream Convolutional Networks for Action Recognition"
Stars: ✭ 179 (+517.24%)
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 (+362.07%)
Mutual labels:  optical-flow, unsupervised-learning
Joint-Motion-Estimation-and-Segmentation
[MICCAI'18] Joint Learning of Motion Estimation and Segmentation for Cardiac MR Image Sequences
Stars: ✭ 45 (+55.17%)
Mutual labels:  optical-flow, unsupervised-learning
deepOF
TensorFlow implementation for "Guided Optical Flow Learning"
Stars: ✭ 26 (-10.34%)
Mutual labels:  optical-flow, unsupervised-learning
IJCAI2018 SSDH
Semantic Structure-based Unsupervised Deep Hashing IJCAI2018
Stars: ✭ 38 (+31.03%)
Mutual labels:  unsupervised-learning
sutton-barto-rl-exercises
📖Learning reinforcement learning by implementing the algorithms from reinforcement learning an introduction
Stars: ✭ 77 (+165.52%)
Mutual labels:  unsupervised-learning
DETReg
Official implementation of the CVPR 2022 paper "DETReg: Unsupervised Pretraining with Region Priors for Object Detection".
Stars: ✭ 273 (+841.38%)
Mutual labels:  unsupervised-learning
day2night
Image2Image Translation Research
Stars: ✭ 46 (+58.62%)
Mutual labels:  unsupervised-learning
pyMCR
pyMCR: Multivariate Curve Resolution for Python
Stars: ✭ 55 (+89.66%)
Mutual labels:  unsupervised-learning
correlation flow
ROS package for Correlation Flow (ICRA 2018)
Stars: ✭ 28 (-3.45%)
Mutual labels:  optical-flow
USOT
[ICCV2021] Learning to Track Objects from Unlabeled Videos
Stars: ✭ 52 (+79.31%)
Mutual labels:  unsupervised-learning
Dual-CNN-Models-for-Unsupervised-Monocular-Depth-Estimation
Dual CNN Models for Unsupervised Monocular Depth Estimation
Stars: ✭ 36 (+24.14%)
Mutual labels:  unsupervised-learning

PCLNet

This repo contains source code for the paper:

Unsupervised Learning for Optical Flow Estimation Using Pyramid Convolution LSTM. In Proceedings of IEEE International Conference on Multimedia and Expo(ICME). 2019.

Framework

Acknowledgement

The implementation for Mean Structural Similarity (MSSIM) metric (models/ssim_module.py) is derived from: https://github.com/Po-Hsun-Su/pytorch-ssim.git

Citations

If you use PCLNet, please cite the following paper:

@InProceedings{PCLNet-icme2019,
  author    = {Shuosen Guan, Haoxin Li, Wei-Shi Zheng},
  title     = {Unsupervised Learning for Optical Flow Estimation Using Pyramid Convolution LSTM},
  booktitle = {Proceedings of IEEE International Conference on Multimedia and Expo(ICME)},
  year      = {2019},
}
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].