Git Product home page Git Product logo

ulnno's Introduction

#Unsupervised Learning on Neural Network Outputs This repo contains the experiment code in paper

Unsupervised Learning on Neural Network Outputs

The paper presents a new zero-shot learning method, which achieves the state-of-the-art results on ImageNet fall2011.

The CNN model is GoogeLeNet with [Caffe] (http://caffe.berkeleyvision.org/) implementation. The image format convertor (image2hdf5) is from Toronto Deep Learning.

Instructions

download the following files from http://image-net.org/

  • ILSVRC2012_img_train.tar (138G)
  • ILSVRC2012_img_val.tar (6.3G)
  • fall11_whole.tar (1.2T)

prepare the images into HDF5 format with

  • uncompress.sh
  • correct_format.sh
  • image2hdf5.sh

compute the CNN outputs of GoogLeNet of the images with

  • caffe_outputs.py

compute PCA and ICA on the CNN outputs with

  • cov.py
  • whitening.py
  • ica.py

compute the MDS features of WordNet graph with

  • similarity_mat.py
  • mds_distance_mat.m

run zero-shot learning experiments with

  • imagenet_1k_21k_idx.py
  • imagenet_zero_shot_unseen_wnids.py
  • make_zero_shot_mat.m
  • zero_shot_random.py
  • zero_shot_pca.py
  • zero_shot_ica.py

Questions

If you have any question regarding the code and the experiments, please contact me ([email protected]). I would like to hear from you!

ulnno's People

Contributors

yaolubrain avatar

Watchers

Kai Li avatar

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.