Temporal Action Segmentation from Timestamp Supervision
This addresses the problem of expensive video annotation for researchers and practitioners in video analysis, offering a more efficient method with incremental improvements over existing weakly supervised techniques.
The paper tackles the high annotation cost of frame-wise labels in temporal action segmentation by proposing timestamp supervision, which requires comparable effort to weakly supervised methods but achieves performance comparable to fully supervised approaches on four datasets.
Temporal action segmentation approaches have been very successful recently. However, annotating videos with frame-wise labels to train such models is very expensive and time consuming. While weakly supervised methods trained using only ordered action lists require less annotation effort, the performance is still worse than fully supervised approaches. In this paper, we propose to use timestamp supervision for the temporal action segmentation task. Timestamps require a comparable annotation effort to weakly supervised approaches, and yet provide a more supervisory signal. To demonstrate the effectiveness of timestamp supervision, we propose an approach to train a segmentation model using only timestamps annotations. Our approach uses the model output and the annotated timestamps to generate frame-wise labels by detecting the action changes. We further introduce a confidence loss that forces the predicted probabilities to monotonically decrease as the distance to the timestamps increases. This ensures that all and not only the most distinctive frames of an action are learned during training. The evaluation on four datasets shows that models trained with timestamps annotations achieve comparable performance to the fully supervised approaches.