paper-with-me

홈 › Papers

Iterative Transformer Network for 3D Point Cloud

2018-11-27 · Wentao Yuan, David Held, Christoph Mertz, Martial Hebert

3D point cloud is an efficient and flexible representation of 3D structures. Recently, neural networks operating on point clouds have shown superior performance on 3D understanding tasks such as shape classification and part segmentation. However, performance on such tasks is evaluated on complete shapes aligned in a canonical frame, while real world 3D data are partial and unaligned. A key challenge in learning from partial, unaligned point cloud data is to learn features that are invariant or equivariant with respect to geometric transformations. To address this challenge, we propose the Iterative Transformer Network (IT-Net), a network module that canonicalizes the pose of a partial object with a series of 3D rigid transformations predicted in an iterative fashion. We demonstrate the efficacy of IT-Net as an anytime pose estimator from partial point clouds without using complete object models. Further, we show that IT-Net achieves superior performance over alternative 3D transformer networks on various tasks, such as partial shape classification and object part segmentation.

📄 PDF Abstract BibTeX arXiv:1811.11209

Code (1)

wentaoyuan/it-net 공식 구현 tf

Tasks

General ClassificationObjectSegmentation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Efficient Point Transformer with Dynamic Token Aggregating for LiDAR Point Cloud Processing

2024-05-23 · Dening Lu, Jun Zhou, Kyle, Gao 외

Recently, LiDAR point cloud processing and analysis have made great progress due to the development of 3D Transformers. However, existing 3D Transformer methods usually are computationally expensive and inefficient due t…

Taming Transformers for Realistic Lidar Point Cloud Generation

2024-04-08 · Hamed Haghighi, Amir Samadi, Mehrdad Dianati, Valentina Donzella 외

Diffusion Models (DMs) have achieved State-Of-The-Art (SOTA) results in the Lidar point cloud generation task, benefiting from their stable training and iterative refinement during sampling. However, DMs often fail to re…

DenoisingPoint Cloud Generation

2D-3D Interlaced Transformer for Point Cloud Segmentation with Scene-Level Supervision

2023-10-19 · ICCV 2023 1 · Cheng-Kun Yang, Min-Hung Chen, Yung-Yu Chuang, Yen-Yu Lin

We present a Multimodal Interlaced Transformer (MIT) that jointly considers 2D and 3D data for weakly supervised point cloud segmentation. Research studies have shown that 2D and 3D features are complementary for point c…

DecoderPoint Cloud SegmentationSegmentationWeakly-supervised Learning

Region-Transformer: Self-Attention Region Based Class-Agnostic Point Cloud Segmentation

2024-03-03 · Dipesh Gyawali, Jian Zhang, BB Karki

Point cloud segmentation, which helps us understand the environment of specific structures and objects, can be performed in class-specific and class-agnostic ways. We propose a novel region-based transformer model called…

Autonomous VehiclesPoint Cloud SegmentationSegmentation

Point-Voxel Adaptive Feature Abstraction for Robust Point Cloud Classification

2022-10-27 · Lifa Zhu, Changwei Lin, Chen Zheng, Ninghua Yang

Great progress has been made in point cloud classification with learning-based methods. However, complex scene and sensor inaccuracy in real-world application make point cloud data suffer from corruptions, such as occlus…

ClassificationPoint Cloud Classification