/Mid-level-Discriminative-Action-Representation

This is an implementation of finding mid-level representations for still actions by using association rule mining.

Primary LanguageMATLABGNU General Public License v3.0GPL-3.0

Mid-level-Discriminative-Action-Representation

This is an implementation of finding mid-level representations for still actions by using association rule mining which is proposed in "Mid-level Deep Pattern Mining". The code can be used with prepared features of image patches in a dataset. Patches can be obtained by using "extractPatches.m". After extracting and loading related features for each patch (in the code the dimension of the feature is 1x1024), "run.m" can be used to find representative patches of the actions. A sample result is given below:

While applying association rule mining, Narine Manukyan's Apriori implementation is used.

The implementation details and experiments are reported in here.