Heliot7 / open-set-da

Open set domain adaptation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(Open Set) Domain Adaptation for image classification tasks

NEW! Link for action recognition datasets: https://drive.google.com/open?id=1IclVKxnYVtplG0li-cFosOFjkOnw_KIh

ICCV'17 paper at: http://pages.iai.uni-bonn.de/gall_juergen/download/jgall_opensetdomain_iccv17.pdf

-> Tested on Matlab 2013b - Windows 7 -> Caffe binaries compiled on Visual Studio 2013 / Matlab 2013b (please, use your own binaries or pre-computed features -> Included version of OPTI toolbox should be upgraded for Matlab 2015: https://www.inverseproblem.co.nz/OPTI/ Start the classification task:

  • main.m (start program)
  • Run_DA.m (script to run several experiments at once)

Modify parameters:

  • InputParameters.m
    • isDA = true, activates domain adaptation
    • isOpenset = true, activates open set protocol. Otherwise, (standard) closed set
    • "ATI" is our developed method
    • numSrcClusters must contain the same number as classes or viewpoints, so "ATI" works: Saenko = 10, Office = 31, Viewpoints = 8, 16, 24, 36, ... For the open set protocol, count shared classes + 1 (unknown class)
    • isMidResultsDA = true, To visualise additional results in the optimisation process of ATI

Datasets:

  • For image classification: Saenko, Office and Sentiment datasets are standard evaluation datasets, select the same class in InputParameters.m ("sourceDataset" and "targetDataset") and then update accordingly "source" and "target" options within their classes to change the different domains. Better with CNN-fc7 features:
  • For viewpoint refinement/estimation: Synthetic data as "sourceDataset" and EPFL, ObjectCat3D, Pascal3D and Imagenet3D as "targetDataset" in InputParameters.m. Better with features that preserve layout information: CNN-pool5 or HOG.

Important files:

  • step_Classification.m
  • DA_ATI.m
  • computeCorrespondences.m

Results:

  • files with (el) compute the mean accuracy among all test data elements/instances.
  • files with (pr) compute the mean of all class mean accuracies. -> used in the paper

Protocol of random splits:

  • In matlab using "ranperm" function and previously: rng(seedRand), where "seedRand = [1,2,3,4,5]"

for any question, please contact me: panareda@gmail.com, s6papana@uni-bonn.de

About

Open set domain adaptation

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 47.1%Language:MATLAB 32.9%Language:C 11.0%Language:Java 2.5%Language:HTML 2.1%Language:M4 1.5%Language:Python 1.4%Language:AMPL 1.2%Language:Makefile 0.3%Language:M 0.1%Language:Fortran 0.0%Language:CSS 0.0%Language:Objective-C 0.0%Language:CMake 0.0%