paper-with-me

홈 › Papers

Leveraging Action Affinity and Continuity for Semi-supervised Temporal Action Segmentation

2022-07-18 · Guodong Ding, Angela Yao

We present a semi-supervised learning approach to the temporal action segmentation task. The goal of the task is to temporally detect and segment actions in long, untrimmed procedural videos, where only a small set of videos are densely labelled, and a large collection of videos are unlabelled. To this end, we propose two novel loss functions for the unlabelled data: an action affinity loss and an action continuity loss. The action affinity loss guides the unlabelled samples learning by imposing the action priors induced from the labelled set. Action continuity loss enforces the temporal continuity of actions, which also provides frame-wise classification supervision. In addition, we propose an Adaptive Boundary Smoothing (ABS) approach to build coarser action boundaries for more robust and reliable learning. The proposed loss functions and ABS were evaluated on three benchmarks. Results show that they significantly improved action segmentation performance with a low amount (5% and 10%) of labelled data and achieved comparable results to full supervision with 50% labelled data. Furthermore, ABS succeeded in boosting performance when integrated into fully-supervised learning.

📄 PDF Abstract BibTeX arXiv:2207.08653

Code (0)

등록된 구현이 없습니다.

Tasks

Action SegmentationTemporal Action Segmentation

Similar Papers 제목 키워드 기반

Semi-Supervised Clustering via Dynamic Graph Structure Learning

2022-09-06 · Huaming Ling, Chenglong Bao, Xin Liang, Zuoqiang Shi

Most existing semi-supervised graph-based clustering methods exploit the supervisory information by either refining the affinity matrix or directly constraining the low-dimensional representations of data points. The aff…

ClusteringGraph structure learning

PseudoProp: Robust Pseudo-Label Generation for Semi-Supervised Object Detection in Autonomous Driving Systems

2022-03-11 · Shu Hu, Chun-Hao Liu, Jayanta Dutta, Ming-Ching Chang 외

Semi-supervised object detection methods are widely used in autonomous driving systems, where only a fraction of objects are labeled. To propagate information from the labeled objects to the unlabeled ones, pseudo-labels…

Autonomous DrivingObjectobject-detectionObject Detection+2

GLAM: Graph Learning by Modeling Affinity to Labeled Nodes for Graph Neural Networks

2021-02-20 · ICLR Workshop GTRL 2021 5 · Vijay Lingam, Arun Iyer, Rahul Ragesh

Graph Neural Networks have shown excellent performance on semi-supervised classification tasks. However, they assume access to a graph that may not be often available in practice. In the absence of any graph, constructin…

Graph Learning

Efficient Distributed Semi-Supervised Learning using Stochastic Regularization over Affinity Graphs

2016-12-15 · Sunil Thulasidasan, Jeffrey Bilmes, Garrett Kenyon

We describe a computationally efficient, stochastic graph-regularization technique that can be utilized for the semi-supervised training of deep neural networks in a parallel or distributed setting. We utilize a techniqu…

Learning Semi-Supervised Representation Towards a Unified Optimization Framework for Semi-Supervised Learning

2015-12-01 · ICCV 2015 12 · Chun-Guang Li, Zhouchen Lin, Honggang Zhang, Jun Guo

State of the art approaches for Semi-Supervised Learning (SSL) usually follow a two-stage framework -- constructing an affinity matrix from the data and then propagating the partial labels on this affinity matrix to infe…