paper-with-me

Papers

BIMM: Brain Inspired Masked Modeling for Video Representation Learning

2024-05-21 · Zhifan Wan, Jie Zhang, Changzhen Li, Shiguang Shan

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.

📄 PDF Abstract BibTeX arXiv:2405.12757

Code (1)

tonyalbertwan/bimm 공식 구현

Tasks

Representation Learning

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Bipartite mixed membership distribution-free model. A novel model for community detection in overlapping bipartite weighted networks

2022-11-02 · Huan Qing, Jingli Wang

Modeling and estimating mixed memberships for overlapping unipartite un-weighted networks has been well studied in recent years. However, to our knowledge, there is no model for a more general case, the overlapping bipar…

Community Detectionmodel

Seeing Beyond the Brain: Conditional Diffusion Model with Sparse Masked Modeling for Vision Decoding

2022-11-13 · CVPR 2023 1 · Zijiao Chen, Jiaxin Qing, Tiange Xiang, Wan Lin Yue 외

Decoding visual stimuli from brain recordings aims to deepen our understanding of the human visual system and build a solid foundation for bridging human and computer vision through the Brain-Computer Interface. However,…

Brain Computer Interface

Seeing What You Miss: Vision-Language Pre-training with Semantic Completion Learning

2022-11-24 · CVPR 2023 1 · Yatai Ji, RongCheng Tu, Jie Jiang, Weijie Kong 외

Cross-modal alignment is essential for vision-language pre-training (VLP) models to learn the correct corresponding information across different modalities. For this purpose, inspired by the success of masked language mo…

cross-modal alignmentImage-text RetrievalLanguage ModelingLanguage Modelling+8

Cinematic Mindscapes: High-quality Video Reconstruction from Brain Activity

2023-05-19 · NeurIPS 2023 11

Reconstructing human vision from brain activities has been an appealing task that helps to understand our cognitive process. Even though recent research has seen great success in reconstructing static images from non-inv…

Contrastive LearningSSIMVideo Reconstruction

Less is More: Consistent Video Depth Estimation with Masked Frames Modeling

2022-07-31 · Yiran Wang, Zhiyu Pan, Xingyi Li, Zhiguo Cao 외

Temporal consistency is the key challenge of video depth estimation. Previous works are based on additional optical flow or camera poses, which is time-consuming. By contrast, we derive consistency with less information.…

Depth EstimationOptical Flow Estimation