中文
相关论文

相关论文: PointTransformerX: Portable and Efficient 3D Point…

200 篇论文

This paper is not motivated to seek innovation within the attention mechanism. Instead, it focuses on overcoming the existing trade-offs between accuracy and efficiency within the context of point cloud processing, leveraging the power of…

计算机视觉与模式识别 · 计算机科学 2024-03-26 Xiaoyang Wu , Li Jiang , Peng-Shuai Wang , Zhijian Liu , Xihui Liu , Yu Qiao , Wanli Ouyang , Tong He , Hengshuang Zhao

The recent success of neural networks enables a better interpretation of 3D point clouds, but processing a large-scale 3D scene remains a challenging problem. Most current approaches divide a large-scale scene into small regions and combine…

计算机视觉与模式识别 · 计算机科学 2022-04-05 Chunghyun Park , Yoonwoo Jeong , Minsu Cho , Jaesik Park

We present CpT: Convolutional point Transformer - a novel deep learning architecture for dealing with the unstructured nature of 3D point cloud data. CpT is an improvement over existing attention-based Convolutions Neural Networks as well…

计算机视觉与模式识别 · 计算机科学 2021-11-23 Chaitanya Kaul , Joshua Mitton , Hang Dai , Roderick Murray-Smith

While Transformers have achieved impressive success in natural language processing and computer vision, their performance on 3D point clouds is relatively poor. This is mainly due to the limitation of Transformers: a demanding need for…

计算机视觉与模式识别 · 计算机科学 2024-02-05 Guocheng Qian , Abdullah Hamdi , Xingdi Zhang , Bernard Ghanem

Given the rapid development of 3D scanners, point clouds are becoming popular in AI-driven machines. However, point cloud data is inherently sparse and irregular, causing significant difficulties for machine perception. In this work, we…

计算机视觉与模式识别 · 计算机科学 2022-10-04 Shi Qiu , Saeed Anwar , Nick Barnes

Point clouds are a fundamental 3D representation in computer vision, enabling a wide range of perception tasks. However, real-world point clouds often suffer from degradations such as incompleteness, noise, outliers, and irregular density,…

计算机视觉与模式识别 · 计算机科学 2026-05-26 Haoqing Wu , Alexa Nawotki , Jochen Garcke

Feature learning for 3D object detection from point clouds is very challenging due to the irregularity of 3D point cloud data. In this paper, we propose Pointformer, a Transformer backbone designed for 3D point clouds to learn features…

计算机视觉与模式识别 · 计算机科学 2021-06-23 Xuran Pan , Zhuofan Xia , Shiji Song , Li Erran Li , Gao Huang

Modern neural architectures for 3D point cloud processing contain both convolutional layers and attention blocks, but the best way to assemble them remains unclear. We analyse the role of different computational blocks in 3D point cloud…

计算机视觉与模式识别 · 计算机科学 2026-03-31 Yuanwen Yue , Damien Robert , Jianyuan Wang , Sunghwan Hong , Jan Dirk Wegner , Christian Rupprecht , Konrad Schindler

3D object detectors for point clouds often rely on a pooling-based PointNet to encode sparse points into grid-like voxels or pillars. In this paper, we identify that the common PointNet design introduces an information bottleneck that…

计算机视觉与模式识别 · 计算机科学 2024-05-07 Zhaoqi Leng , Pei Sun , Tong He , Dragomir Anguelov , Mingxing Tan

In this paper, we present Position-to-Structure Attention Transformers (PS-Former), a Transformer-based algorithm for 3D point cloud recognition. PS-Former deals with the challenge in 3D point cloud representation where points are not…

计算机视觉与模式识别 · 计算机科学 2022-10-06 Zheng Ding , James Hou , Zhuowen Tu

In a point cloud sequence, 3D object tracking aims to predict the location and orientation of an object in the current search point cloud given a template point cloud. Motivated by the success of transformers, we propose Point Tracking…

计算机视觉与模式识别 · 计算机科学 2022-03-31 Changqing Zhou , Zhipeng Luo , Yueru Luo , Tianrui Liu , Liang Pan , Zhongang Cai , Haiyu Zhao , Shijian Lu

Recent efforts recognize the power of scale in 3D learning (e.g. PTv3) and attention mechanisms (e.g. FlashAttention). However, current point cloud backbones fail to holistically unify geometric locality, attention mechanisms, and GPU…

计算机视觉与模式识别 · 计算机科学 2024-12-24 Liyan Chen , Gregory P. Meyer , Zaiwei Zhang , Eric M. Wolff , Paul Vernaza

Transformers have shown superior performance on various computer vision tasks with their capabilities to capture long-range dependencies. Despite the success, it is challenging to directly apply Transformers on point clouds due to their…

计算机视觉与模式识别 · 计算机科学 2023-03-30 Jinyoung Park , Sanghyeok Lee , Sihyeon Kim , Yunyang Xiong , Hyunwoo J. Kim

Transformer, as an alternative to CNN, has been proven effective in many modalities (e.g., texts and images). For 3D point cloud transformers, existing efforts focus primarily on pushing their accuracy to the state-of-the-art level.…

计算机视觉与模式识别 · 计算机科学 2023-07-18 Zhijian Liu , Xinyu Yang , Haotian Tang , Shang Yang , Song Han

Recently, Transformer-based methods for point cloud learning have achieved good results on various point cloud learning benchmarks. However, since the attention mechanism needs to generate three feature vectors of query, key, and value to…

计算机视觉与模式识别 · 计算机科学 2023-05-11 Wei Zhou , Weiwei Jin , Qian Wang , Yifan Wang , Dekui Wang , Xingxing Hao , Yongxiang Yu

The recently developed pure Transformer architectures have attained promising accuracy on point cloud learning benchmarks compared to convolutional neural networks. However, existing point cloud Transformers are computationally expensive…

计算机视觉与模式识别 · 计算机科学 2022-05-26 Cheng Zhang , Haocheng Wan , Xinyi Shen , Zizhao Wu

Understanding point cloud has recently gained huge interests following the development of 3D scanning devices and the accumulation of large-scale 3D data. Most point cloud processing algorithms can be classified as either point-based or…

计算机视觉与模式识别 · 计算机科学 2022-02-07 Pyunghwan Ahn , Juyoung Yang , Eojindl Yi , Chanho Lee , Junmo Kim

Existing convolutional learning methods for 3D point cloud data are divided into two paradigms: point-based methods that preserve geometric precision but often face performance challenges, and voxel-based methods that achieve high…

计算机视觉与模式识别 · 计算机科学 2026-03-31 Lihan Li , Haofeng Zhong , Rui Bu , Mingchao Sun , Wenzheng Chen , Baoquan Chen , Yangyan Li

Transformers have been at the heart of the Natural Language Processing (NLP) and Computer Vision (CV) revolutions. The significant success in NLP and CV inspired exploring the use of Transformers in point cloud processing. However, how do…

计算机视觉与模式识别 · 计算机科学 2022-09-22 Dening Lu , Qian Xie , Mingqiang Wei , Kyle Gao , Linlin Xu , Jonathan Li

Point clouds are a very efficient way to represent volumetric data in medical imaging. First, they do not occupy resources for empty spaces and therefore can avoid trade-offs between resolution and field-of-view for voxel-based 3D…

计算机视觉与模式识别 · 计算机科学 2024-12-24 Mattias Paul Heinrich
‹ 上一页 1 2 3 10 下一页 ›