Boyu Zhang, Jiayuan Chen, Yinfei Xu, HUI ZHANG, Xu Yang, Xin Geng
The action quality assessment (AQA) of videos is a challenging vision task since the relation between videos and action scores is difficult to model. Thus, AQA has been widely studied in the literature. Traditionally, AQA is treated as a regression problem to learn the underlying mappings between videos and action scores. But previous methods ignored data uncertainty in AQA dataset. To address aleatoric uncertainty, we further develop a plug-and-play module Distribution Auto-Encoder (DAE). Specifically, it encodes videos into distributions and uses the reparameterization trick in variational auto-encoders (VAE) to sample scores, which establishes a more accurate mapping between videos and scores. Meanwhile, a likelihood loss is used to learn the uncertainty parameters. We plug our DAE approach into MUSDL and CoRe. Experimental results on public datasets demonstrate that our method achieves state-of-the-art on AQA-7, MTL-AQA, and JIGSAWS datasets. Our code is available at https://github.com/InfoX-SEU/DAE-AQA.
| Task | Dataset | Metric | Value | Model |
|---|---|---|---|---|
| Action Quality Assessment | MTL-AQA | Spearman Correlation | 95.89 | DAE-CoRe |
| Action Quality Assessment | MTL-AQA | Spearman Correlation | 94.52 | DAE-MT |
| Action Quality Assessment | MTL-AQA | Spearman Correlation | 92.31 | DAE-MLP |
| Action Quality Assessment | JIGSAWS | Spearman Correlation | 0.86 | DAE-CoRe |
| Action Quality Assessment | JIGSAWS | Spearman Correlation | 0.76 | DAE-MT |
| Action Quality Assessment | JIGSAWS | Spearman Correlation | 0.72 | DAE-MLP |