Giter Site home page Giter Site logo

unsupervised's Introduction

Unsupervised learning from videos using temporal coherency deep networks

Introduction

This is a repository with an implementation of the unsupervised learning solutions described in our CVIU journal paper.

We provide here the pre-trained models needed to reproduce all the experiments detailed in the paper.

License

This repository is released under the GNU General Public License v3.0 License (refer to the LICENSE file for details).

Citing

If you make use of this data and software, please cite the following reference in any publications:

@Article{Redondo-Cabrera2018,
author 	= {Redondo-Cabrera, C. and Lopez-Sastre, R.~J.},
title   = {Unsupervised learning from videos using temporal coherency deep networks},
volume = {179},
pages = {79-89},
year = {2019},
issn = {1077-3142},
doi = {https://doi.org/10.1016/j.cviu.2018.08.003},
journal = {CVIU},
}

Requirements

The project has been developed and tested under Ubuntu 14.04 and Ubuntu 16.04.

A Caffe installation is required.

Pre-trained Unsupervised models

We provide pre-trained Caffe models trained on the two datasets used in our discovery experiments: UCF-101 and 5-Context.

Note that we always release the models for the two loss functions for unsupervised learning introduced in the paper, i.e. the Lq and Ls losses.

Python script are provided with all the new layers implemented.

Extract features demo

We also release a demo to show how to extract features from a set of video frames with any of our pretrained models.

    cd extract_features_demo
    python extract_features.py

In the script extract_features.py simply change the following lines to select one of our pre-trained models for the feature extraction:

    PRETRAINED_FILE = 'path_to_one_of_our_caffe_models.caffemodel'
    MODEL_FILE = 'path_to_the_correspoding_deploy.prototxt'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.