paper-with-me

홈 › Papers

Visualizing Global Explanations of Point Cloud DNNs

2022-03-17 · Hanxiao Tan

In the field of autonomous driving and robotics, point clouds are showing their excellent real-time performance as raw data from most of the mainstream 3D sensors. Therefore, point cloud neural networks have become a popular research direction in recent years. So far, however, there has been little discussion about the explainability of deep neural networks for point clouds. In this paper, we propose a point cloud-applicable explainability approach based on a local surrogate model-based method to show which components contribute to the classification. Moreover, we propose quantitative fidelity validations for generated explanations that enhance the persuasive power of explainability and compare the plausibility of different existing point cloud-applicable explainability methods. Our new explainability approach provides a fairly accurate, more semantically coherent and widely applicable explanation for point cloud classification tasks. Our code is available at https://github.com/Explain3D/LIME-3D

📄 PDF Abstract BibTeX arXiv:2203.09505

Code (2)

explain3d/lime-3d 공식 구현 pytorch
explain3d/pointcloudam 공식 구현 pytorch

Tasks

Autonomous DrivingPoint Cloud Classification

Similar Papers 제목 키워드 기반

DeepMapping: Unsupervised Map Estimation From Multiple Point Clouds

2018-11-28 · CVPR 2019 6 · Li Ding, Chen Feng

We propose DeepMapping, a novel registration framework using deep neural networks (DNNs) as auxiliary functions to align multiple point clouds from scratch to a globally consistent frame. We use DNNs to model the highly …

Point Cloud Registration

Improving Interpretability of Deep Neural Networks in Medical Diagnosis by Investigating the Individual Units

2021-07-19 · Woo-Jeoung Nam, Seong-Whan Lee

As interpretability has been pointed out as the obstacle to the adoption of Deep Neural Networks (DNNs), there is an increasing interest in solving a transparency issue to guarantee the impressive performance. In this pa…

DiagnosticMedical Diagnosis

DAM: Diffusion Activation Maximization for 3D Global Explanations

2024-01-26 · Hanxiao Tan

In recent years, the performance of point cloud models has been rapidly improved. However, due to the limited amount of relevant explainability studies, the unreliability and opacity of these black-box models may lead to…

Autonomous DrivingDiversity

Unsupervised Feedforward Feature (UFF) Learning for Point Cloud Classification and Segmentation

2020-09-02 · Min Zhang, Pranav Kadam, Shan Liu, C. -C. Jay Kuo

In contrast to supervised backpropagation-based feature learning in deep neural networks (DNNs), an unsupervised feedforward feature (UFF) learning scheme for joint classification and segmentation of 3D point clouds is p…

ClassificationDecoderGeneral ClassificationPoint Cloud Classification+1

Flow AM: Generating Point Cloud Global Explanations by Latent Alignment

2024-04-29 · Hanxiao Tan

Although point cloud models have gained significant improvements in prediction accuracy over recent years, their trustworthiness is still not sufficiently investigated. In terms of global explainability, Activation Maxim…