CVAug 26, 2022

CMD: Self-supervised 3D Action Representation Learning with Cross-modal Mutual Distillation

arXiv:2208.12448v382 citationsh-index: 68Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of improving 3D action recognition for researchers and practitioners by introducing a novel distillation approach, though it is incremental as it builds on existing contrastive frameworks.

The paper tackles the challenge of modeling complementary information between skeleton modalities in self-supervised 3D action representation learning by proposing a Cross-modal Mutual Distillation (CMD) framework, which outperforms existing methods and sets new records on datasets like NTU RGB+D 60, NTU RGB+D 120, and PKU-MMD II.

In 3D action recognition, there exists rich complementary information between skeleton modalities. Nevertheless, how to model and utilize this information remains a challenging problem for self-supervised 3D action representation learning. In this work, we formulate the cross-modal interaction as a bidirectional knowledge distillation problem. Different from classic distillation solutions that transfer the knowledge of a fixed and pre-trained teacher to the student, in this work, the knowledge is continuously updated and bidirectionally distilled between modalities. To this end, we propose a new Cross-modal Mutual Distillation (CMD) framework with the following designs. On the one hand, the neighboring similarity distribution is introduced to model the knowledge learned in each modality, where the relational information is naturally suitable for the contrastive frameworks. On the other hand, asymmetrical configurations are used for teacher and student to stabilize the distillation process and to transfer high-confidence information between modalities. By derivation, we find that the cross-modal positive mining in previous works can be regarded as a degenerated version of our CMD. We perform extensive experiments on NTU RGB+D 60, NTU RGB+D 120, and PKU-MMD II datasets. Our approach outperforms existing self-supervised methods and sets a series of new records. The code is available at: https://github.com/maoyunyao/CMD

Code Implementations1 repo
Foundations

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

Your Notes