paper-with-me

Papers

HLS4PC: A Parametrizable Framework For Accelerating Point-Based 3D Point Cloud Models on FPGA

2025-12-11 · Amur Saqib Pal, Muhammad Mohsin Ghaffar, Faisal Shafait, Christian Weis, Norbert Wehn arxiv

Point-based 3D point cloud models employ computation and memory intensive mapping functions alongside NN layers for classification/segmentation, and are executed on server-grade GPUs. The sparse, and unstructured nature of 3D point cloud data leads to high memory and computational demand, hindering real-time performance in safety critical applications due to GPU under-utilization. To address this challenge, we present HLS4PC, a parameterizable HLS framework for FPGA acceleration. Our approach leverages FPGA parallelization and algorithmic optimizations to enable efficient fixed-point implementations of both mapping and NN functions. We explore several hardware-aware compression techniques on a state-of-the-art PointMLP-Elite model, including replacing FPS with URS, parameter quantization, layer fusion, and input-points pruning, yielding PointMLP-Lite, a 4x less complex variant with only 2% accuracy drop on ModelNet40. Secondly, we demonstrate that the FPGA acceleration of the PointMLP-Lite results in 3.56x higher throughput than previous works. Furthermore, our implementation achieves 2.3x and 22x higher throughput compared to the GPU and CPU implementations, respectively.

📄 PDF Abstract BibTeX arXiv:2512.22139

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FastPoint: Accelerating 3D Point Cloud Model Inference via Sample Point Distance Prediction

2025-07-31 · Donghyun Lee, Dawoon Jeong, Jae W. Lee, Hongil Yoon arxiv

Deep neural networks have revolutionized 3D point cloud processing, yet efficiently handling large and irregular point clouds remains challenging. To tackle this problem, we introduce FastPoint, a novel software-based ac…

Point Clouds

Multi-view Point Cloud Registration based on Evolutionary Multitasking with Bi-Channel Knowledge Sharing Mechanism

2022-05-06 · Yue Wu, Yibo Liu, Maoguo Gong, Peiran Gong 외

Multi-view point cloud registration is fundamental in 3D reconstruction. Since there are close connections between point clouds captured from different viewpoints, registration performance can be enhanced if these connec…

3D ReconstructionPoint Cloud Registration

LATTE: Accelerating LiDAR Point Cloud Annotation via Sensor Fusion, One-Click Annotation, and Tracking

2019-04-19 · Bernie Wang, Virginia Wu, Bichen Wu, Kurt Keutzer

LiDAR (Light Detection And Ranging) is an essential and widely adopted sensor for autonomous vehicles, particularly for those vehicles operating at higher levels (L4-L5) of autonomy. Recent work has demonstrated the prom…

Autonomous VehiclesSensor Fusion

Toward Mesh-Invariant 3D Generative Deep Learning with Geometric Measures

2023-06-27 · Thomas Besnier, Sylvain Arguillère, Emery Pierson, Mohamed Daoudi

3D generative modeling is accelerating as the technology allowing the capture of geometric data is developing. However, the acquired data is often inconsistent, resulting in unregistered meshes or point clouds. Many gene…

Deep Learning

SpecEE: Accelerating Large Language Model Inference with Speculative Early Exiting

2025-04-11 · Jiaming Xu, Jiayi Pan, Yongkang Zhou, Siming Chen 외

Early exiting has recently emerged as a promising technique for accelerating large language models (LLMs) by effectively reducing the hardware computation and memory access. In this paper, we present SpecEE, a fast LLM i…

GPULanguage ModelingLanguage ModellingLarge Language Model+2