MOFO: MOtion FOcused Self-Supervision for Video Understanding
Mona Ahmadian, Frank Guerin, and Andrew Gilbert

TL;DR
MOFO introduces a motion-focused self-supervised learning approach that detects and emphasizes motion areas in videos, significantly improving action recognition performance over existing SSL methods.
Contribution
It proposes a novel SSL method that automatically detects motion regions and guides representation learning to focus on these areas, enhancing video understanding.
Findings
Improves VideoMAE accuracy by up to 2.6% on Epic-Kitchens.
Boosts Something-Something V2 accuracy by 4.7%.
Highlights the importance of explicit motion encoding in SSL.
Abstract
Self-supervised learning (SSL) techniques have recently produced outstanding results in learning visual representations from unlabeled videos. Despite the importance of motion in supervised learning techniques for action recognition, SSL methods often do not explicitly consider motion information in videos. To address this issue, we propose MOFO (MOtion FOcused), a novel SSL method for focusing representation learning on the motion area of a video, for action recognition. MOFO automatically detects motion areas in videos and uses these to guide the self-supervision task. We use a masked autoencoder which randomly masks out a high proportion of the input sequence; we force a specified percentage of the inside of the motion area to be masked and the remainder from outside. We further incorporate motion information into the finetuning step to emphasise motion in the downstream task. We…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHuman Pose and Action Recognition · Domain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Softmax · Dropout · Position-Wise Feed-Forward Layer · Vision Transformer · Byte Pair Encoding · Adam · Layer Normalization
