SOTAVerified

MS-TCN: Multi-Stage Temporal Convolutional Network for Action Segmentation

2019-03-05CVPR 2019Code Available0· sign in to hype

Yazan Abu Farha, Juergen Gall

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Temporally locating and classifying action segments in long untrimmed videos is of particular interest to many applications like surveillance and robotics. While traditional approaches follow a two-step pipeline, by generating frame-wise probabilities and then feeding them to high-level temporal models, recent approaches use temporal convolutions to directly classify the video frames. In this paper, we introduce a multi-stage architecture for the temporal action segmentation task. Each stage features a set of dilated temporal convolutions to generate an initial prediction that is refined by the next one. This architecture is trained using a combination of a classification loss and a proposed smoothing loss that penalizes over-segmentation errors. Extensive evaluation shows the effectiveness of the proposed model in capturing long-range dependencies and recognizing action segments. Our model achieves state-of-the-art results on three challenging datasets: 50Salads, Georgia Tech Egocentric Activities (GTEA), and the Breakfast dataset.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
50 SaladsMS-TCNF1@50%64.5Unverified
BreakfastMS-TCN (IDT)Average F150.6Unverified
BreakfastMS-TCN (I3D)Average F146.2Unverified
GTEAMS-TCNF1@50%74.6Unverified

Reproductions