paper-with-me

홈 › Papers

Applying Plain Transformers to Real-World Point Clouds

2023-02-28 · Lanxiao Li, Michael Heizmann

To apply transformer-based models to point cloud understanding, many previous works modify the architecture of transformers by using, e.g., local attention and down-sampling. Although they have achieved promising results, earlier works on transformers for point clouds have two issues. First, the power of plain transformers is still under-explored. Second, they focus on simple and small point clouds instead of complex real-world ones. This work revisits the plain transformers in real-world point cloud understanding. We first take a closer look at some fundamental components of plain transformers, e.g., patchifier and positional embedding, for both efficiency and performance. To close the performance gap due to the lack of inductive bias and annotated data, we investigate self-supervised pre-training with masked autoencoder (MAE). Specifically, we propose drop patch, which prevents information leakage and significantly improves the effectiveness of MAE. Our models achieve SOTA results in semantic segmentation on the S3DIS dataset and object detection on the ScanNet dataset with lower computational costs. Our work provides a new baseline for future research on transformers for point clouds.

📄 PDF Abstract BibTeX arXiv:2303.00086

Code (0)

등록된 구현이 없습니다.

Tasks

Inductive Biasobject-detectionObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

MAE 설명 없음

Similar Papers 제목 키워드 기반

A general-purpose method for applying Explainable AI for Anomaly Detection

2022-07-23 · John Sipple, Abdou Youssef

The need for explainable AI (XAI) is well established but relatively little has been published outside of the supervised learning paradigm. This paper focuses on a principled approach to applying explainability and inter…

Anomaly DetectionExplainable Artificial Intelligence (XAI)Unsupervised Anomaly Detection

CaTs and DAGs: Integrating Directed Acyclic Graphs with Transformers and Fully-Connected Neural Networks for Causally Constrained Predictions

2024-10-18 · Matthew J. Vowels, Mathieu Rochat, Sina Akbari

Artificial Neural Networks (ANNs), including fully-connected networks and transformers, are highly flexible and powerful function approximators, widely applied in fields like computer vision and natural language processi…

Meltdown: Circuits and Bifurcations in Point-Cloud-Conditioned 3D Diffusion Transformers

2026-02-11 · Maximilian Plattner, Fabian Paischer, Johannes Brandstetter, Arturs Berzins arxiv

Sparse point clouds are a common input modality for 3D surface reconstruction, including in safety-critical settings such as surgical navigation and autonomous perception. Recent point-cloud-conditioned 3D diffusion tran…

Point Clouds

Explainable History Distillation by Marked Temporal Point Process

2023-11-13 · Sishun Liu, Ke Deng, Yan Wang, Xiuzhen Zhang

Explainability of machine learning models is mandatory when researchers introduce these commonly believed black boxes to real-world tasks, especially high-stakes ones. In this paper, we build a machine learning system to…

counterfactual

Attention Mechanisms Don't Learn Additive Models: Rethinking Feature Importance for Transformers

2024-05-22 · Tobias Leemann, Alina Fastowski, Felix Pfeiffer, Gjergji Kasneci

We address the critical challenge of applying feature attribution methods to the transformer architecture, which dominates current applications in natural language processing and beyond. Traditional attribution methods t…

Additive modelsFeature Importance