中文
相关论文

相关论文: Efficient Transformer-based 3D Object Detection wi…

200 篇论文

3D object detection at long range is crucial for ensuring the safety and efficiency of self driving vehicles, allowing them to accurately perceive and react to objects, obstacles, and potential hazards from a distance. But most current…

计算机视觉与模式识别 · 计算机科学 2024-05-22 Ajinkya Khoche , Laura Pereira Sánchez , Nazre Batool , Sina Sharif Mansouri , Patric Jensfelt

The recently proposed end-to-end transformer detectors, such as DETR and Deformable DETR, have a cascade structure of stacking 6 decoder layers to update object queries iteratively, without which their performance degrades seriously. In…

计算机视觉与模式识别 · 计算机科学 2021-04-06 Zhuyu Yao , Jiangbo Ai , Boxun Li , Chi Zhang

Feed-forward 3D reconstruction models based on Vision Transformers can directly estimate scene geometry and camera poses from a small set of input images, but scaling them to video inputs with hundreds or thousands of frames remains…

计算机视觉与模式识别 · 计算机科学 2026-05-20 Zecheng Tang , Jiaye Fu , Qiankun Gao , Haijie Li , Yanmin Wu , Jiaqi Zhang , Siwei Ma , Jian Zhang

Fine-tuning provides an effective means to specialize pre-trained models for various downstream tasks. However, fine-tuning often incurs high memory overhead, especially for large transformer-based models, such as LLMs. While existing…

计算与语言 · 计算机科学 2025-02-03 Antoine Simoulin , Namyong Park , Xiaoyi Liu , Grey Yang

Diffusion Transformers (DiT) have become the dominant methods in image and video generation yet still suffer substantial computational costs. As an effective approach for DiT acceleration, feature caching methods are designed to cache the…

机器学习 · 计算机科学 2025-11-19 Chang Zou , Evelyn Zhang , Runlin Guo , Haohang Xu , Conghui He , Xuming Hu , Linfeng Zhang

Object detection is a crucial component in autonomous vehicle systems. It enables the vehicle to perceive and understand its environment by identifying and locating various objects around it. By utilizing advanced imaging and deep learning…

计算机视觉与模式识别 · 计算机科学 2026-02-03 Bsher Karbouj , Adam Michael Altenbuchner , Joerg Krueger

The use of intelligent automation is growing significantly in the automotive industry, as it assists drivers and fleet management companies, thus increasing their productivity. Dash cams are now been used for this purpose which enables the…

计算机视觉与模式识别 · 计算机科学 2024-08-29 Osama Mustafa , Khizer Ali , Anam Bibi , Imran Siddiqi , Momina Moetesum

3D object detection is a core perceptual challenge for robotics and autonomous driving. However, the class-taxonomies in modern autonomous driving datasets are significantly smaller than many influential 2D detection datasets. In this work,…

计算机视觉与模式识别 · 计算机科学 2020-08-25 Benjamin Wilson , Zsolt Kira , James Hays

Large-scale transformer models have emerged as a powerful tool for semantic communication systems, enabling edge devices to extract rich representations for robust inference across noisy wireless channels. However, their substantial…

机器学习 · 计算机科学 2025-11-17 Omar Erak , Omar Alhussein , Hatem Abou-Zeid , Mehdi Bennis

Recently, object detection models have witnessed notable performance improvements, particularly with transformer-based models. However, new objects frequently appear in the real world, requiring detection models to continually learn without…

计算机视觉与模式识别 · 计算机科学 2025-06-11 Duc Thanh Pham , Hong Dang Nguyen , Nhat Minh Nguyen Quoc , Linh Ngo Van , Sang Dinh Viet , Duc Anh Nguyen

For realizing safe autonomous driving, the end-to-end delays of real-time object detection systems should be thoroughly analyzed and minimized. However, despite recent development of neural networks with minimized inference delays,…

计算机视觉与模式识别 · 计算机科学 2020-11-13 Wonseok Jang , Hansaem Jeong , Kyungtae Kang , Nikil Dutt , Jong-Chan Kim

We propose the task Future Object Detection, in which the goal is to predict the bounding boxes for all visible objects in a future video frame. While this task involves recognizing temporal and kinematic patterns, in addition to the…

计算机视觉与模式识别 · 计算机科学 2022-10-18 Adam Tonderski , Joakim Johnander , Christoffer Petersson , Kalle Åström

Real-time interception of fast-moving objects by robotic arms in dynamic environments poses a formidable challenge due to the need for rapid reaction times, often within milliseconds, amidst dynamic obstacles. This paper introduces a…

机器人学 · 计算机科学 2024-04-04 Apan Dastider , Hao Fang , Mingjie Lin

Lidar based 3D object detection and classification tasks are essential for autonomous driving(AD). A lidar sensor can provide the 3D point cloud data reconstruction of the surrounding environment. However, real time detection in 3D point…

计算机视觉与模式识别 · 计算机科学 2020-05-06 Xuanyu Yin , Yoko Sasaki , Weimin Wang , Kentaro Shimizu

While 3D Multi-modal Large Language Models (MLLMs) demonstrate remarkable scene understanding capabilities, their practical deployment faces critical challenges due to computational inefficiency. The key bottleneck stems from processing…

计算机视觉与模式识别 · 计算机科学 2025-07-15 Wencan Huang , Daizong Liu , Wei Hu

Despite significant advancements in environment perception capabilities for autonomous driving and intelligent robotics, cameras and LiDARs remain notoriously unreliable in low-light conditions and adverse weather, which limits their…

计算机视觉与模式识别 · 计算机科学 2025-01-31 Lei Cheng , Siyang Cao

Modern two-stage object detectors generally require excessively large models for their detection heads to achieve high accuracy. To address this problem, we propose that the model parameters of two-stage detection heads can be condensed and…

计算机视觉与模式识别 · 计算机科学 2020-08-14 Zhe Chen , Jing Zhang , Dacheng Tao

Recently, directly detecting 3D objects from 3D point clouds has received increasing attention. To extract object representation from an irregular point cloud, existing methods usually take a point grouping step to assign the points to an…

计算机视觉与模式识别 · 计算机科学 2021-04-26 Ze Liu , Zheng Zhang , Yue Cao , Han Hu , Xin Tong

The LiDAR 3D object detector that strikes a balance between accuracy and speed is crucial for achieving real-time perception in autonomous driving. However, many existing LiDAR detection models depend on complex feature transformations,…

计算机视觉与模式识别 · 计算机科学 2026-03-31 Rui Yu , Runkai Zhao , Jiagen Li , Qingsong Zhao , HuaiCheng Yan , Meng Wang

In this paper, we are interested in Detection Transformer (DETR), an end-to-end object detection approach based on a transformer encoder-decoder architecture without hand-crafted postprocessing, such as NMS. Inspired by Conditional DETR, an…

计算机视觉与模式识别 · 计算机科学 2022-07-20 Xiaokang Chen , Fangyun Wei , Gang Zeng , Jingdong Wang