-
Notifications
You must be signed in to change notification settings - Fork 3
Taskboard
Satwik Kottur edited this page Jun 6, 2015
·
17 revisions
Port the relationship modeling code to Github (5 June)- Read and understand both the modeling and training (MATLAB) code (12 June)
- Clean up and document the training code to replicate results in the ICCV paper (15 June)
Install and setup Caffe framework (already setup) (12 June)- Remove irrelevant parts for the current work (19 June)
- Search and setup tools for refining the neural network (22 June)
- Cluster the visual vectors, refine trained CNN to classify into one of the clusters, get new word2vec features (26 June)
How to incorporate visual features in word2vec?
- Group the visual features obtained for 213 verbs into N clusters. Refine the trained CNN to predict the cluster id. Obtain the features from this modified CNN.
- ?