-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Hi Anna,
thanks a lot for uploading the code of pipeline of unsupervised learning with unknown activity names. I just want to make sure if I correctly understood your Hungarian matching in the case that the number of clusters is not equal to the number of class labels.
In the paper you mentioned “the frames of the leftover clusters are set to background”. I assume that the “background” here corresponds to the label -1, which is only defined on the YTI dataset.
In this case, when you match the 50 clusters to the 48 ground truth classes on Breakfast, the remaining 2 clusters are simply ignored in the evaluation, as there is no background defined on Breakfast. On the YTI, you set K=9 and K’=5, which correspond to 45 clusters. In this case, there won’t be any leftover clusters but only 3 leftover ground classes. Therefore, no frames will be labeled as background during the evaluation. Only when the number of clusters on the YTI is larger than 48 will the frames of leftover clusters be assigned with label -1.
Please correct me there is any misunderstanding. Thanks for the efforts.
Regards