SOTAVerified

Leveraging triplet loss for unsupervised action segmentation

2023-04-13Code Available1· sign in to hype

E. Bueno-Benito, B. Tura, M. Dimiccoli

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

In this paper, we propose a novel fully unsupervised framework that learns action representations suitable for the action segmentation task from the single input video itself, without requiring any training data. Our method is a deep metric learning approach rooted in a shallow network with a triplet loss operating on similarity distributions and a novel triplet selection strategy that effectively models temporal and semantic priors to discover actions in the new representational space. Under these circumstances, we successfully recover temporal boundaries in the learned action representations with higher quality compared with existing unsupervised approaches. The proposed method is evaluated on two widely used benchmark datasets for the action segmentation task and it achieves competitive performance by applying a generic clustering algorithm on the learned representations.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
BreakfastTSA (FINCH)Acc65.1Unverified
BreakfastTSA (Kmeans)Acc63.7Unverified
BreakfastTSA (Spectral)Acc63.2Unverified
Youtube INRIA InstructionalTSA (FINCH)Acc62.4Unverified
Youtube INRIA InstructionalTSA (Kmeans)Acc59.7Unverified

Reproductions