paper-with-me

Papers

MIM4D: Masked Modeling with Multi-View Video for Autonomous Driving Representation Learning

2024-03-13 · Jialv Zou, Bencheng Liao, Qian Zhang, Wenyu Liu, Xinggang Wang

Learning robust and scalable visual representations from massive multi-view video data remains a challenge in computer vision and autonomous driving. Existing pre-training methods either rely on expensive supervised learning with 3D annotations, limiting the scalability, or focus on single-frame or monocular inputs, neglecting the temporal information. We propose MIM4D, a novel pre-training paradigm based on dual masked image modeling (MIM). MIM4D leverages both spatial and temporal relations by training on masked multi-view video inputs. It constructs pseudo-3D features using continuous scene flow and projects them onto 2D plane for supervision. To address the lack of dense 3D supervision, MIM4D reconstruct pixels by employing 3D volumetric differentiable rendering to learn geometric representations. We demonstrate that MIM4D achieves state-of-the-art performance on the nuScenes dataset for visual representation learning in autonomous driving. It significantly improves existing methods on multiple downstream tasks, including BEV segmentation (8.7% IoU), 3D object detection (3.5% mAP), and HD map construction (1.4% mAP). Our work offers a new choice for learning representation at scale in autonomous driving. Code and models are released at https://github.com/hustvl/MIM4D

📄 PDF Abstract BibTeX arXiv:2403.08760

Code (1)

hustvl/mim4d 공식 구현 pytorch

Tasks

3D Object DetectionAutonomous DrivingBEV Segmentationobject-detectionObject DetectionRepresentation Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Probabilistic Temporal Masked Attention for Cross-view Online Action Detection

2025-08-23 · Liping Xie, Yang Tan, Shicheng Jing, Huimin Lu 외 arxiv

As a critical task in video sequence classification within computer vision, Online Action Detection (OAD) has garnered significant attention. The sensitivity of mainstream OAD models to varying video viewpoints often ham…

Online Action Detection

Bootstrap Your Own Views: Masked Ego-Exo Modeling for Fine-grained View-invariant Video Representations

2025-03-25 · CVPR 2025 1 · Jungin Park, Jiyoung Lee, Kwanghoon Sohn

View-invariant representation learning from egocentric (first-person, ego) and exocentric (third-person, exo) videos is a promising approach toward generalizing video understanding systems across multiple viewpoints. How…

Representation LearningVideo Understanding

Motion-Saliency Complementary Masked Modeling for Point Cloud Video Understanding

2026-08-31 · Wei Wang, Yiding Sun, Yuyan Wang, Zhuoyue Zhang 외 arxiv

Point cloud video representation learning is crucial for 3D dynamic scene understanding. In this paper, we propose MoSaiC, a novel Motion-Saliency Complementary masked modeling framework for self-supervised point cloud v…

Representation LearningSemantic SegmentationScene UnderstandingAction Segmentation

MV2MAE: Multi-View Video Masked Autoencoders

2024-01-29 · Ketul Shah, Robert Crandall, Jie Xu, Peng Zhou 외

Videos captured from multiple viewpoints can help in perceiving the 3D structure of the world and benefit computer vision tasks such as action recognition, tracking, etc. In this paper, we present a method for self-super…

Action RecognitionDecoderSelf-Supervised LearningTransfer Learning

CoCo-BERT: Improving Video-Language Pre-training with Contrastive Cross-modal Matching and Denoising

2021-12-14 · Jianjie Luo, Yehao Li, Yingwei Pan, Ting Yao 외

BERT-type structure has led to the revolution of vision-language pre-training and the achievement of state-of-the-art results on numerous vision-language downstream tasks. Existing solutions dominantly capitalize on the …

Cross-Modal RetrievalDecoderDenoisingLanguage Modeling+6