中文
相关论文

相关论文: Occupancy-MAE: Self-supervised Pre-training Large-…

200 篇论文

State-of-the-art 3D object detectors are often trained on massive labeled datasets. However, annotating 3D bounding boxes remains prohibitively expensive and time-consuming, particularly for LiDAR. Instead, recent works demonstrate that…

计算机视觉与模式识别 · 计算机科学 2024-10-16 Mehar Khurana , Neehar Peri , James Hays , Deva Ramanan

As a promising scheme of self-supervised learning, masked autoencoding has significantly advanced natural language processing and computer vision. Inspired by this, we propose a neat scheme of masked autoencoders for point cloud…

计算机视觉与模式识别 · 计算机科学 2022-03-29 Yatian Pang , Wenxiao Wang , Francis E. H. Tay , Wei Liu , Yonghong Tian , Li Yuan

Imitation learning is an intuitive approach for teaching motion to robotic systems. Although previous studies have proposed various methods to model demonstrated movement primitives, one of the limitations of existing methods is that the…

机器人学 · 计算机科学 2020-09-24 Takayuki Osa , Shuhei Ikemoto

In autonomous driving, 3D occupancy prediction outputs voxel-wise status and semantic labels for more comprehensive understandings of 3D scenes compared with traditional perception tasks, such as 3D object detection and bird's-eye view…

计算机视觉与模式识别 · 计算机科学 2024-03-06 Jiawei Hou , Xiaoyan Li , Wenhao Guan , Gang Zhang , Di Feng , Yuheng Du , Xiangyang Xue , Jian Pu

In this work, we examine the impact of inter-patch dependencies in the decoder of masked autoencoders (MAE) on representation learning. We decompose the decoding mechanism for masked reconstruction into self-attention between mask tokens…

计算机视觉与模式识别 · 计算机科学 2025-04-11 Letian Fu , Long Lian , Renhao Wang , Baifeng Shi , Xudong Wang , Adam Yala , Trevor Darrell , Alexei A. Efros , Ken Goldberg

Transformer architectures, including nnFormer,have demonstrated promising results in volumetric medical image segmentation by being able to capture long-range spatial interactions. Although they have high performance, these models need…

计算机视觉与模式识别 · 计算机科学 2026-04-28 R. M. Krishna Sureddi , T. Satyanarayana Murthy , Nomula Varsha Reddy , Adi Kanishka , Nalla Manvika Reddy

Featurizing microscopy images for use in biological research remains a significant challenge, especially for large-scale experiments spanning millions of images. This work explores the scaling properties of weakly supervised classifiers and…

Self-supervised representation learning for point cloud videos remains a challenging problem with two key limitations: (1) existing methods rely on explicit knowledge to learn motion, resulting in suboptimal representations; (2) prior…

计算机视觉与模式识别 · 计算机科学 2025-05-21 Zhi Zuo , Chenyi Zhuang , Pan Gao , Jie Qin , Hao Feng , Nicu Sebe

In self-supervised learning, it is challenging to reduce the gap between the enhancement performance on the estimated and target speech signals with existed pre-tasks. In this paper, we propose a multi-task pre-training method to improve…

声音 · 计算机科学 2022-01-02 Yi Li , Yang Sun , Syed Mohsen Naqvi

Multiview systems have become a key technology in modern computer vision, offering advanced capabilities in scene understanding and analysis. However, these systems face critical challenges in bandwidth limitations and computational…

计算机视觉与模式识别 · 计算机科学 2025-11-11 Kosta Dakic , Kanchana Thilakarathna , Rodrigo N. Calheiros , Teng Joon Lim

Accurate imputation of missing laboratory values in electronic health records (EHRs) is critical to enable robust clinical predictions and reduce biases in AI systems in healthcare. Existing methods, such as XGBoost, softimpute, GAIN,…

Autonomous driving requires efficient reasoning about the location and appearance of the different agents in the scene, which aids in downstream tasks such as object detection, object tracking, and path planning. The past few years have…

计算机视觉与模式识别 · 计算机科学 2022-11-10 Sarthak Sharma , Unnikrishnan R. Nair , Udit Singh Parihar , Midhun Menon S , Srikanth Vidapanakal

3D environment recognition is essential for autonomous driving systems, as autonomous vehicles require a comprehensive understanding of surrounding scenes. Recently, the predominant approach to define this real-life problem is through 3D…

计算机视觉与模式识别 · 计算机科学 2024-05-28 Huizhou Chen , Jiangyi Wang , Yuxin Li , Na Zhao , Jun Cheng , Xulei Yang

Semantic occupancy perception is essential for autonomous driving, as automated vehicles require a fine-grained perception of the 3D urban structures. However, existing relevant benchmarks lack diversity in urban scenes, and they only…

计算机视觉与模式识别 · 计算机科学 2023-03-08 Xiaofeng Wang , Zheng Zhu , Wenbo Xu , Yunpeng Zhang , Yi Wei , Xu Chi , Yun Ye , Dalong Du , Jiwen Lu , Xingang Wang

We present a new pre-training strategy called M$^{3}$3D ($\underline{M}$ulti-$\underline{M}$odal $\underline{M}$asked $\underline{3D}$) built based on Multi-modal masked autoencoders that can leverage 3D priors and learned cross-modal…

计算机视觉与模式识别 · 计算机科学 2023-09-28 Muhammad Abdullah Jamal , Omid Mohareri

Self-supervised learning has attracted increasing attention as it learns data-driven representation from data without annotations. Vision transformer-based autoencoder (ViT-AE) by He et al. (2021) is a recent self-supervised learning…

计算机视觉与模式识别 · 计算机科学 2023-05-17 Chinmay Prabhakar , Hongwei Bran Li , Jiancheng Yang , Suprosana Shit , Benedikt Wiestler , Bjoern Menze

For a complete comprehension of multi-person scenes, it is essential to go beyond basic tasks like detection and tracking. Higher-level tasks, such as understanding the interactions and social activities among individuals, are also crucial.…

计算机视觉与模式识别 · 计算机科学 2024-04-09 Mahsa Ehsanpour , Ian Reid , Hamid Rezatofighi

3D semantic occupancy prediction aims to reconstruct the 3D geometry and semantics of the surrounding environment. With dense voxel labels, prior works typically formulate it as a dense segmentation task, independently classifying each…

图形学 · 计算机科学 2025-06-06 Wuyang Li , Zhu Yu , Alexandre Alahi

We propose a pre-training strategy called Multi-modal Multi-task Masked Autoencoders (MultiMAE). It differs from standard Masked Autoencoding in two key aspects: I) it can optionally accept additional modalities of information in the input…

计算机视觉与模式识别 · 计算机科学 2022-04-05 Roman Bachmann , David Mizrahi , Andrei Atanov , Amir Zamir

Self supervision and natural language supervision have emerged as two exciting ways to train general purpose image encoders which excel at a variety of downstream tasks. Recent works such as M3AE and SLIP have suggested that these…

计算机视觉与模式识别 · 计算机科学 2023-05-16 Floris Weers , Vaishaal Shankar , Angelos Katharopoulos , Yinfei Yang , Tom Gunter