BIMM: Brain Inspired Masked Modeling for Video Representation Learning
Zhifan Wan, Jie Zhang, Changzhen Li, Shiguang Shan
TL;DR
BIMM tackles video representation learning by emulating the brain's ventral and dorsal visual pathways through a dual-branch ViT architecture trained with masked modeling. Each branch is divided into three intermediate blocks with lightweight decoders and progressive targets that capture texture, contour, color, and motion, while a partial weight-sharing strategy facilitates information flow between branches. The two-stage pretraining (ImageNet-1K for the ventral branch, then joint video pretraining with the dorsal branch) and targeted losses enable strong spatiotemporal representations, achieving state-of-the-art results on datasets such as K400, SSv2, AVA, COCO, and ADE20K. The approach demonstrates that combining brain-inspired architecture with progressive, multi-target supervision yields robust performance on both video and image tasks, suggesting practical benefits for broad visual understanding applications.
Abstract
The visual pathway of human brain includes two sub-pathways, ie, the ventral pathway and the dorsal pathway, which focus on object identification and dynamic information modeling, respectively. Both pathways comprise multi-layer structures, with each layer responsible for processing different aspects of visual information. Inspired by visual information processing mechanism of the human brain, we propose the Brain Inspired Masked Modeling (BIMM) framework, aiming to learn comprehensive representations from videos. Specifically, our approach consists of ventral and dorsal branches, which learn image and video representations, respectively. Both branches employ the Vision Transformer (ViT) as their backbone and are trained using masked modeling method. To achieve the goals of different visual cortices in the brain, we segment the encoder of each branch into three intermediate blocks and reconstruct progressive prediction targets with light weight decoders. Furthermore, drawing inspiration from the information-sharing mechanism in the visual pathways, we propose a partial parameter sharing strategy between the branches during training. Extensive experiments demonstrate that BIMM achieves superior performance compared to the state-of-the-art methods.
