paper-with-me

홈 › Papers

Dynamic Local Geometry Capture in 3D PointCloud Classification

2021-10-19 · IEEE 4th International Conference on Multimedia Information Processing and Retrieval (MIPR) 2021 10 · Shivanand Venkanna Sheshappanavar, Chandra Kambhamettu

With the advent of PointNet, the popularity of deep neural networks has increased in point cloud analysis. PointNet's successor, PointNet++, partitions the input point cloud and recursively applies PointNet to capture local geometry. PointNet++ model uses ball querying for local geometry capture in its set abstraction layers. Several models based on single-scale grouping of PointNet++ continue to use ball querying with a fixed-radius ball. Due to its uniform scale in all directions, a ball lacks orientation and is ineffective in capturing complex local neighborhoods. Few recent models replace a fixed-sized ball with a fixed-sized ellipsoid or a fixed-sized cuboid to capture local neighborhoods. However, these methods are not still fully effective in capturing varying geometry proportions from different local neighborhoods on the object surface. We propose a novel technique of dynamically oriented and scaled ellipsoid based on unique local information to capture the local geometry better. We also propose ReducedPointNet++, a single set abstraction-based single scale grouping model. Our model, along with dynamically oriented and scaled ellipsoid querying, achieves 92.1% classification accuracy on the ModelNet40 dataset. We achieve state-of-the-art 3D classification results on all six variants of the real-world ScanObjectNN dataset with an accuracy of 82.0% on the most challenging variant.

📄 PDF Abstract BibTeX

Code (1)

VimsLab/DynamicScale tf

Tasks

3D Classification3D Point Cloud ClassificationClassification

Similar Papers 제목 키워드 기반

EAP-GS: Efficient Augmentation of Pointcloud for 3D Gaussian Splatting in Few-shot Scene Reconstruction

2025-01-01 · CVPR 2025 1 · Dongrui Dai, Yuxiang Xing

3D Gaussian splatting (3DGS) has shown impressive performance in 3D scene reconstruction. However, it suffers from severe degradation when the number of training views is limited, resulting in blur and floaters. Many…

3DGS3D Scene Reconstruction

SEM-GAT: Explainable Semantic Pose Estimation using Learned Graph Attention

2023-08-07 · Efimia Panagiotaki, Daniele De Martini, Georgi Pramatarov, Matthew Gadd 외

This paper proposes a Graph Neural Network(GNN)-based method for exploiting semantics and local geometry to guide the identification of reliable pointcloud registration candidates. Semantic and morphological features of …

Graph AttentionGraph Neural NetworkInductive BiasPose Estimation

Robust Feature-Based Point Registration Using Directional Mixture Model

2019-11-25 · Saman Fahandezh-Saadi, Di Wang, Masayoshi Tomizuka

This paper presents a robust probabilistic point registration method for estimating the rigid transformation (i.e. rotation matrix and translation vector) between two pointcloud dataset. The method improves the robustnes…

Translation

Hyperbolic Image-and-Pointcloud Contrastive Learning for 3D Classification

2024-09-24 · Naiwen Hu, Haozhe Cheng, Yifan Xie, Pengcheng Shi 외

3D contrastive representation learning has exhibited remarkable efficacy across various downstream tasks. However, existing contrastive learning paradigms based on cosine similarity fail to deeply explore the potential i…

3D ClassificationClassificationContrastive LearningRepresentation Learning

Vector Neurons: A General Framework for SO(3)-Equivariant Networks

2021-04-25 · ICCV 2021 10 · Congyue Deng, Or Litany, Yueqi Duan, Adrien Poulenard 외

Invariance and equivariance to the rotation group have been widely discussed in the 3D deep learning community for pointclouds. Yet most proposed methods either use complex mathematical tools that may limit their accessi…