CVAINov 21, 2025

A Stitch in Time: Learning Procedural Workflow via Self-Supervised Plackett-Luce Ranking

arXiv:2511.17805v14 citations
Originality Incremental advance
AI Analysis

This addresses the need for better procedural video understanding in domains like healthcare and cooking, though it is an incremental improvement over existing self-supervised methods.

The paper tackles the problem of self-supervised learning methods lacking awareness of procedural order in videos, such as surgical or cooking activities, and proposes PL-Stitch, which uses Plackett-Luce ranking to learn temporal order, resulting in significant performance gains like +11.4 percentage points in surgical phase recognition and +5.7 percentage points in cooking action segmentation.

Procedural activities, ranging from routine cooking to complex surgical operations, are highly structured as a set of actions conducted in a specific temporal order. Despite their success on static images and short clips, current self-supervised learning methods often overlook the procedural nature that underpins such activities. We expose the lack of procedural awareness in current SSL methods with a motivating experiment: models pretrained on forward and time-reversed sequences produce highly similar features, confirming that their representations are blind to the underlying procedural order. To address this shortcoming, we propose PL-Stitch, a self-supervised framework that harnesses the inherent temporal order of video frames as a powerful supervisory signal. Our approach integrates two novel probabilistic objectives based on the Plackett-Luce (PL) model. The primary PL objective trains the model to sort sampled frames chronologically, compelling it to learn the global workflow progression. The secondary objective, a spatio-temporal jigsaw loss, complements the learning by capturing fine-grained, cross-frame object correlations. Our approach consistently achieves superior performance across five surgical and cooking benchmarks. Specifically, PL-Stitch yields significant gains in surgical phase recognition (e.g., +11.4 pp k-NN accuracy on Cholec80) and cooking action segmentation (e.g., +5.7 pp linear probing accuracy on Breakfast), demonstrating its effectiveness for procedural video representation learning.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes