SOTAVerified

Uncertainty-aware Score Distribution Learning for Action Quality Assessment

2020-06-13CVPR 2020Code Available1· sign in to hype

Yansong Tang, Zanlin Ni, Jiahuan Zhou, Danyang Zhang, Jiwen Lu, Ying Wu, Jie zhou

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Assessing action quality from videos has attracted growing attention in recent years. Most existing approaches usually tackle this problem based on regression algorithms, which ignore the intrinsic ambiguity in the score labels caused by multiple judges or their subjective appraisals. To address this issue, we propose an uncertainty-aware score distribution learning (USDL) approach for action quality assessment (AQA). Specifically, we regard an action as an instance associated with a score distribution, which describes the probability of different evaluated scores. Moreover, under the circumstance where fine-grained score labels are available (e.g., difficulty degree of an action or multiple scores from different judges), we further devise a multi-path uncertainty-aware score distributions learning (MUSDL) method to explore the disentangled components of a score. We conduct experiments on three AQA datasets containing various Olympic actions and surgical activities, where our approaches set new state-of-the-arts under the Spearman's Rank Correlation.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
AQA-7I3D+MLPSpearman Correlation74.72Unverified
AQA-7USDLSpearman Correlation81.02Unverified
AQA-7I3D+MLPSpearman Correlation76.01Unverified
MTL-AQAUSDL(w/ DD)Spearman Correlation92.31Unverified
MTL-AQAI3D+MLPSpearman Correlation91.96Unverified
MTL-AQAMUSDLSpearman Correlation91.58Unverified
MTL-AQAUSDLSpearman Correlation90.66Unverified
MTL-AQAI3D+MLPSpearman Correlation89.21Unverified
MTL-AQAMUSDL(w/ DD)Spearman Correlation92.73Unverified

Reproductions