paper-with-me

홈 › Papers

Make Your ViT-based Multi-view 3D Detectors Faster via Token Compression

2024-09-01 · Dingyuan Zhang, Dingkang Liang, Zichang Tan, Xiaoqing Ye, Cheng Zhang, Jingdong Wang, Xiang Bai

Slow inference speed is one of the most crucial concerns for deploying multi-view 3D detectors to tasks with high real-time requirements like autonomous driving. Although many sparse query-based methods have already attempted to improve the efficiency of 3D detectors, they neglect to consider the backbone, especially when using Vision Transformers (ViT) for better performance. To tackle this problem, we explore the efficient ViT backbones for multi-view 3D detection via token compression and propose a simple yet effective method called TokenCompression3D (ToC3D). By leveraging history object queries as foreground priors of high quality, modeling 3D motion information in them, and interacting them with image tokens through the attention mechanism, ToC3D can effectively determine the magnitude of information densities of image tokens and segment the salient foreground tokens. With the introduced dynamic router design, ToC3D can weigh more computing resources to important foreground tokens while compressing the information loss, leading to a more efficient ViT-based multi-view 3D detector. Extensive results on the large-scale nuScenes dataset show that our method can nearly maintain the performance of recent SOTA with up to 30% inference speedup, and the improvements are consistent after scaling up the ViT and input resolution. The code will be made at https://github.com/DYZhang09/ToC3D.

📄 PDF Abstract BibTeX arXiv:2409.00633

Code (1)

dyzhang09/toc3d 공식 구현 pytorch

Tasks

Autonomous Driving

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

SWA Object Detection

2020-12-23 · Haoyang Zhang, Ying Wang, Feras Dayoub, Niko Sünderhauf

Do you want to improve 1.0 AP for your object detector without any inference cost and any change to your detector? Let us tell you such a recipe. It is surprisingly simple: train your detector for an extra 12 epochs usin…

Instance SegmentationObjectobject-detectionObject Detection+1

Event Camera as Region Proposal Network

2023-05-01 · Shrutarv Awasthi, Anas Gouda, Richard Julian Lodenkaemper, Moritz Roidl

The human eye consists of two types of photoreceptors, rods and cones. Rods are responsible for monochrome vision, and cones for color vision. The number of rods is much higher than the cones, which means that most human…

Region Proposal

Know Your Space: Inlier and Outlier Construction for Calibrating Medical OOD Detectors

2022-07-12 · Vivek Narayanaswamy, Yamen Mubarka, Rushil Anirudh, Deepta Rajan 외

We focus on the problem of producing well-calibrated out-of-distribution (OOD) detectors, in order to enable safe deployment of medical image classifiers. Motivated by the difficulty of curating suitable calibration data…

Data AugmentationOpen Set LearningOut-of-Distribution DetectionOut of Distribution (OOD) Detection+1

Bootstrap Your Object Detector via Mixed Training

2021-11-04 · NeurIPS 2021 12 · Mengde Xu, Zheng Zhang, Fangyun Wei, Yutong Lin 외

We introduce MixTraining, a new training paradigm for object detection that can improve the performance of existing detectors for free. MixTraining enhances data augmentation by utilizing augmentations of different stren…

Data AugmentationMissing LabelsObjectobject-detection+1

Make Your MoVe: Make Your 3D Contents by Adapting Multi-View Diffusion Models to External Editing

2025-08-11 · Weitao Wang, Haoran Xu, Jun Meng, Haoqian Wang arxiv

As 3D generation techniques continue to flourish, the demand for generating personalized content is rapidly rising. Users increasingly seek to apply various editing methods to polish generated 3D content, aiming to enhan…

3D Generation