CNN and GIST features were collected on pictures that were hand-labelled as memorable or not. We implemented a Random Forest Classifier (RFC) to predict their label. We experimented with the hyper-parameters of the RFC and with feature pre-processing techniques, but found they had no positive effect on our model’s accuracy. Our final model reached an accuracy of 75% on the validation set. We found that the subjective nature of memorability and the similarity in collected features that two pictures in different classes can have makes the data impractical to classify.
We experimented with 6 different hyper-parameters of our RFC model and plotted their average accuracy. This provides the experimental evidence to choose the hyper-parameters of our model that will maximise its performance. Metrical comparison of evaluated RFC models with the same hyper-parameters, trained and validated on different data sets. The impact of the training set is measured as the average accuracy- and F1-score on the validation set over 10 runs. Confusion matrix of our final model, with the only pre-processing being the imputing of missing values with the mean. The hyper-parameters were chosen through the experimentation in the section on hyperparameter selection.-
Notifications
You must be signed in to change notification settings - Fork 0
rzuberi/memorability_classification
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Binary classification task on features collected by a CNN on images that humans marked as memorable or not
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published


