- ***News!!! We introduced a new generic framework to measure similarity between tasks. Please find our code and paper(accepted in ECCV 2020).
code for CVPR paper "Representation Similarity Analysis for Efficient Task Taxonomy and Transfer Learning"
This repo is build upon the code from the Taskonomy paper.
- Switch to taskonomy/taskbank
- Follow installation instructions and downloading pretrained models
- Download taskonomy images used for RDM creation here
- Change current directory to taskonomy/taskbank/tools directory
- Run python generate_features_taskonomy_500 --img_dir "path to downloaded image directory" --save_dir "path to save features"
- Run python create_taskonomy_RDMs_enc_final.py --feat_dir "path to saved features" --save_dir "path to save RDMs"
P.S.: Make sure you have enough space as saved features require lot of space (67 GB).
Step2 Download my forked copy of RSA toolbox
- Change current directory to RSA_analysis
- run demo.m after modifying the rdm_dir, rsa_dir, and save_dir paths to corresponding paths in the demo.m to generate results for Figure 4 and 5 from the paper
The code to generate results for small models and pascal VOC will be released soon. For early access or any other queries please contact [email protected]