All Projects → rpng → Calc

rpng / Calc

Licence: bsd-3-clause
Convolutional Autoencoder for Loop Closure

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Calc

Danmf
A sparsity aware implementation of "Deep Autoencoder-like Nonnegative Matrix Factorization for Community Detection" (CIKM 2018).
Stars: ✭ 161 (+35.29%)
Mutual labels:  unsupervised-learning, autoencoder
Tybalt
Training and evaluating a variational autoencoder for pan-cancer gene expression data
Stars: ✭ 126 (+5.88%)
Mutual labels:  unsupervised-learning, autoencoder
Splitbrainauto
Split-Brain Autoencoders: Unsupervised Learning by Cross-Channel Prediction. In CVPR, 2017.
Stars: ✭ 137 (+15.13%)
Mutual labels:  unsupervised-learning, autoencoder
Dual-CNN-Models-for-Unsupervised-Monocular-Depth-Estimation
Dual CNN Models for Unsupervised Monocular Depth Estimation
Stars: ✭ 36 (-69.75%)
Mutual labels:  autoencoder, unsupervised-learning
SESF-Fuse
SESF-Fuse: An Unsupervised Deep Model for Multi-Focus Image Fusion
Stars: ✭ 47 (-60.5%)
Mutual labels:  autoencoder, unsupervised-learning
Pyod
A Python Toolbox for Scalable Outlier Detection (Anomaly Detection)
Stars: ✭ 5,083 (+4171.43%)
Mutual labels:  unsupervised-learning, autoencoder
2D-and-3D-Deep-Autoencoder
Convolutional AutoEncoder application on MRI images
Stars: ✭ 57 (-52.1%)
Mutual labels:  autoencoder, unsupervised-learning
Image similarity
PyTorch Blog Post On Image Similarity Search
Stars: ✭ 80 (-32.77%)
Mutual labels:  unsupervised-learning, autoencoder
Smrt
Handle class imbalance intelligently by using variational auto-encoders to generate synthetic observations of your minority class.
Stars: ✭ 102 (-14.29%)
Mutual labels:  autoencoder
Unsupervised Depth Completion Visual Inertial Odometry
Tensorflow implementation of Unsupervised Depth Completion from Visual Inertial Odometry (in RA-L January 2020 & ICRA 2020)
Stars: ✭ 109 (-8.4%)
Mutual labels:  unsupervised-learning
Deep Autoencoders For Collaborative Filtering
Using Deep Autoencoders for predictions of movie ratings.
Stars: ✭ 101 (-15.13%)
Mutual labels:  autoencoder
Ml Lib
An extensive machine learning library, made from scratch (Python).
Stars: ✭ 102 (-14.29%)
Mutual labels:  unsupervised-learning
Paysage
Unsupervised learning and generative models in python/pytorch.
Stars: ✭ 109 (-8.4%)
Mutual labels:  unsupervised-learning
Segmentation
Tensorflow implementation : U-net and FCN with global convolution
Stars: ✭ 101 (-15.13%)
Mutual labels:  autoencoder
Bio corex
A flexible version of CorEx developed for bio-data challenges that handles missing data, continuous/discrete variables, multi-CPU, overlapping structure, and includes visualizations
Stars: ✭ 112 (-5.88%)
Mutual labels:  unsupervised-learning
Ddflow
DDFlow: Learning Optical Flow with Unlabeled Data Distillation
Stars: ✭ 101 (-15.13%)
Mutual labels:  unsupervised-learning
Vizuka
Explore high-dimensional datasets and how your algo handles specific regions.
Stars: ✭ 100 (-15.97%)
Mutual labels:  unsupervised-learning
Lstm Autoencoders
Anomaly detection for streaming data using autoencoders
Stars: ✭ 113 (-5.04%)
Mutual labels:  autoencoder
Gpnd
Generative Probabilistic Novelty Detection with Adversarial Autoencoders
Stars: ✭ 112 (-5.88%)
Mutual labels:  autoencoder
Self Supervised Speech Recognition
speech to text with self-supervised learning based on wav2vec 2.0 framework
Stars: ✭ 106 (-10.92%)
Mutual labels:  unsupervised-learning
   ******      **     **         ****** 
  **////**    ****   /**        **////**
 **    //    **//**  /**       **    // 
/**         **  //** /**      /**       
/**        **********/**      /**       
//**    **/**//////**/**      //**    **
 //****** /**     /**/******** //****** 
  //////  //      // ////////   //////

Build Status

Convolutional Autoencoder for Loop Closure. A fast deep learning architecture for robust SLAM loop closure, or any other place recognition tasks. Download our pre-trained model with ./DeepLCD/get_model.sh, or train your own!

This repo is separated into two modules. TrainAndTest for training and testing models, and DeepLCD, which is a C++ library for online loop closure or image retrieval. See their respective READMEs for details.

If you use this code in any publication, please cite our paper. The pdf can be found here, and the reference should be in this format:

@InProceedings{Merrill2018RSS,
  Title                    = {Lightweight Unsupervised Deep Loop Closure},
  Author                   = {Nathaniel Merrill and Guoquan Huang},
  Booktitle                = {Proc. of Robotics: Science and Systems (RSS)},
  Year                     = {2018},
  Address                  = {Pittsburgh, PA},
  Month                    = jun # { 26-30, }
}
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].