paper-with-me

Papers

A Tiny Machine Learning Model for Point Cloud Object Classification

2023-03-20 · Min Zhang, Jintang Xue, Pranav Kadam, Hardik Prajapati, Shan Liu, C. -C. Jay Kuo

The design of a tiny machine learning model, which can be deployed in mobile and edge devices, for point cloud object classification is investigated in this work. To achieve this objective, we replace the multi-scale representation of a point cloud object with a single-scale representation for complexity reduction, and exploit rich 3D geometric information of a point cloud object for performance improvement. The proposed solution is named Green-PointHop due to its low computational complexity. We evaluate the performance of Green-PointHop on ModelNet40 and ScanObjectNN two datasets. Green-PointHop has a model size of 64K parameters. It demands 2.3M floating-point operations (FLOPs) to classify a ModelNet40 object of 1024 down-sampled points. Its classification performance gaps against the state-of-the-art DGCNN method are 3% and 7% for ModelNet40 and ScanObjectNN, respectively. On the other hand, the model size and inference complexity of DGCNN are 42X and 1203X of those of Green-PointHop, respectively.

📄 PDF Abstract BibTeX arXiv:2303.10898

Code (0)

등록된 구현이 없습니다.

Tasks

Object

Methods 이 논문이 사용한 방법론

DGCNN 설명 없음

Similar Papers 제목 키워드 기반

Quantum Tensor Network in Machine Learning: An Application to Tiny Object Classification

2021-01-08 · Fanjie Kong, Xiao-Yang Liu, Ricardo Henao

Tiny object classification problem exists in many machine learning applications like medical imaging or remote sensing, where the object of interest usually occupies a small region of the whole image. It is challenging t…

BIG-bench Machine LearningClassificationGeneral Classificationimage-classification+3

T3DNet: Compressing Point Cloud Models for Lightweight 3D Recognition

2024-02-29 · Zhiyuan Yang, Yunjiao Zhou, Lihua Xie, Jianfei Yang

3D point cloud has been widely used in many mobile application scenarios, including autonomous driving and 3D sensing on mobile devices. However, existing 3D point cloud models tend to be large and cumbersome, making the…

Autonomous DrivingQuantization

Enhancing Predictive Maintenance in Mining Mobile Machinery through a TinyML-enabled Hierarchical Inference Network

2024-11-11 · Raúl de la Fuente, Luciano Radrigan, Anibal S Morales

Mining machinery operating in variable environments faces high wear and unpredictable stress, challenging Predictive Maintenance (PdM). This paper introduces the Edge Sensor Network for Predictive Maintenance (ESN-PdM), …

Anomaly DetectionModel Optimization

URSA: A Neural Network for Unordered Point Clouds Using Constellations

2018-08-14 · Mark B. Skouson, Brett J. Borghetti, Robert C. Leishman

This paper describes a neural network layer, named Ursa, that uses a constellation of points to learn classification information from point cloud data. Unlike other machine learning classification problems where the task…

ClassificationGeneral ClassificationPoint Cloud Classification

Learned Point Cloud Compression for Classification

2023-08-11 · Mateen Ulhaq, Ivan V. Bajić

Deep learning is increasingly being used to perform machine vision tasks such as classification, object detection, and segmentation on 3D point cloud data. However, deep learning inference is computationally expensive. T…

Classificationobject-detectionObject Detection