English
Related papers

Related papers: BEVPoolv2: A Cutting-edge Implementation of BEVDet…

200 papers

Bird's-Eye-View (BEV) representation offers a metric-scaled planar workspace, facilitating the simplification of 6-DoF ego-motion to a more robust 3-DoF model for monocular visual odometry (MVO) in intelligent transportation systems.…

Robotics · Computer Science 2025-09-19 Yufei Wei , Wangtao Lu , Sha Lu , Chenxiao Hu , Fuzhang Han , Rong Xiong , Yue Wang

In this research, we propose a new 3D object detector with a trustworthy depth estimation, dubbed BEVDepth, for camera-based Bird's-Eye-View (BEV) 3D object detection. Our work is based on a key observation -- depth estimation in recent…

Computer Vision and Pattern Recognition · Computer Science 2022-12-01 Yinhao Li , Zheng Ge , Guanyi Yu , Jinrong Yang , Zengran Wang , Yukang Shi , Jianjian Sun , Zeming Li

Currently, detecting 3D objects in Bird's-Eye-View (BEV) is superior to other 3D detectors for autonomous driving and robotics. However, transforming image features into BEV necessitates special operators to conduct feature sampling. These…

Computer Vision and Pattern Recognition · Computer Science 2022-08-22 Hongyu Zhou , Zheng Ge , Weixin Mao , Zeming Li

3D object detection based on LiDAR point clouds is a crucial module in autonomous driving particularly for long range sensing. Most of the research is focused on achieving higher accuracy and these models are not optimized for deployment on…

Computer Vision and Pattern Recognition · Computer Science 2021-07-13 Sambit Mohapatra , Senthil Yogamani , Heinrich Gotzig , Stefan Milz , Patrick Mader

Bird's-eye View (BeV) representations have emerged as the de-facto shared space in driving applications, offering a unified space for sensor data fusion and supporting various downstream tasks. However, conventional models use grids with…

Computer Vision and Pattern Recognition · Computer Science 2024-05-24 Loick Chambon , Eloi Zablocki , Mickael Chen , Florent Bartoccioni , Patrick Perez , Matthieu Cord

High-Level Synthesis (HLS) enables rapid prototyping of complex hardware designs by translating C or C++ code to low-level RTL code. However, the testing and evaluation of HLS designs still typically rely on slow RTL-level simulators that…

Performance · Computer Science 2024-04-18 Rishov Sarkar , Rachel Paul , Cong Hao

Several video understanding tasks, such as natural language temporal video grounding, temporal activity localization, and audio description generation, require "temporally dense" reasoning over frames sampled at high temporal resolution.…

Computer Vision and Pattern Recognition · Computer Science 2025-09-17 Mattia Soldan , Fabian Caba Heilbron , Bernard Ghanem , Josef Sivic , Bryan Russell

3D shape generation has greatly flourished through the development of so-called "native" 3D diffusion, particularly through the Vecset Diffusion Model (VDM). While recent advancements have shown promising results in generating…

Computer Vision and Pattern Recognition · Computer Science 2025-03-27 Zeqiang Lai , Yunfei Zhao , Zibo Zhao , Haolin Liu , Fuyun Wang , Huiwen Shi , Xianghui Yang , Qingxiang Lin , Jingwei Huang , Yuhong Liu , Jie Jiang , Chunchao Guo , Xiangyu Yue

This paper introduces StreamV2V, a diffusion model that achieves real-time streaming video-to-video (V2V) translation with user prompts. Unlike prior V2V methods using batches to process limited frames, we opt to process frames in a…

Computer Vision and Pattern Recognition · Computer Science 2025-02-18 Feng Liang , Akio Kodaira , Chenfeng Xu , Masayoshi Tomizuka , Kurt Keutzer , Diana Marculescu

View Transformation Module (VTM), where transformations happen between multi-view image features and Bird-Eye-View (BEV) representation, is a crucial step in camera-based BEV perception systems. Currently, the two most prominent VTM…

Computer Vision and Pattern Recognition · Computer Science 2023-08-21 Zhiqi Li , Zhiding Yu , Wenhai Wang , Anima Anandkumar , Tong Lu , Jose M. Alvarez

Recent progress in vision-language pretraining has enabled significant improvements to many downstream computer vision applications, such as classification, retrieval, segmentation and depth prediction. However, a fundamental capability…

We propose a software rasterization pipeline for point clouds that is capable of brute-force rendering up to two billion points in real time (60fps). Improvements over the state of the art are achieved by batching points in a way that a…

Graphics · Computer Science 2022-04-05 Markus Schütz , Bernhard Kerbl , Michael Wimmer

The reproduction of state-of-the-art multimodal LLM pre-training faces barriers at every stage of the pipeline, including high-quality data filtering, multimodal data mixture strategies, sequence packing techniques, and training frameworks.…

Computation and Language · Computer Science 2025-04-03 Weizhi Wang , Yu Tian , Linjie Yang , Heng Wang , Xifeng Yan

Camera-based 3D object detection in BEV (Bird's Eye View) space has drawn great attention over the past few years. Dense detectors typically follow a two-stage pipeline by first constructing a dense BEV feature and then performing object…

Computer Vision and Pattern Recognition · Computer Science 2023-09-06 Haisong Liu , Yao Teng , Tao Lu , Haiguang Wang , Limin Wang

Large Language Models (LLMs) have scaled rapidly in size and complexity, requiring increasingly intricate parallelism for distributed training, such as 3D parallelism. This sophistication motivates a shift toward simpler, more debuggable…

Programming Languages · Computer Science 2025-09-10 Youjie Li , Cheng Wan , Zhiqi Lin , Hongyu Zhu , Jiacheng Yang , Ziang Song , Xinyi Di , Jiawei Wu , Huiyao Shu , Wenlei Bao , Yanghua Peng , Haibin Lin , Li-Wen Chang

This paper introduces EfficientNetV2, a new family of convolutional networks that have faster training speed and better parameter efficiency than previous models. To develop this family of models, we use a combination of training-aware…

Computer Vision and Pattern Recognition · Computer Science 2021-06-25 Mingxing Tan , Quoc V. Le

In this paper, we provide a fine-grain machine learning-based method, PerfNetV2, which improves the accuracy of our previous work for modeling the neural network performance on a variety of GPU accelerators. Given an application, the…

Machine Learning · Computer Science 2020-12-02 Chuan-Chi Wang , Ying-Chiao Liao , Ming-Chang Kao , Wen-Yew Liang , Shih-Hao Hung

A popular approach for constructing bird's-eye-view (BEV) representation in 3D detection is to lift 2D image features onto the viewing frustum space based on explicitly predicted depth distribution. However, depth distribution can only…

Computer Vision and Pattern Recognition · Computer Science 2024-01-12 Zaibin Zhang , Yuanhang Zhang , Lijun Wang , Yifan Wang , Huchuan Lu

We present VPNeXt, a new and simple model for the Plain Vision Transformer (ViT). Unlike the many related studies that share the same homogeneous paradigms, VPNeXt offers a fresh perspective on dense representation based on ViT. In more…

Computer Vision and Pattern Recognition · Computer Science 2025-09-30 Xikai Tang , Ye Huang , Guangqiang Yin , Lixin Duan

Software analysis, debugging, and reverse engineering have a crucial impact in today's software industry. Efficient and stealthy debuggers are especially relevant for malware analysis. However, existing debugging platforms fail to address a…