A dynamic memory assignment strategy for dilation-based ICP algorithm on embedded GPUs
This paper proposes a memory-efficient optimization strategy for the high-performance point cloud registration algorithm VANICP, enabling lightweight execution on embedded GPUs with constrained hardware resources. VANICP is a recently published acceleration framework that significantly improves the computational efficiency of point-cloud-based applications. By transforming the global nearest neighbor search into a localized process through a dilation-based information propagation mechanism, VANICP greatly reduces the computational complexity of the NNS. However, its original implementation demands a considerable amount of memory, which restricts its deployment in resource-constrained environments such as embedded systems. To address this issue, we propose a GPU-oriented dynamic memory assignment strategy that optimizes the memory usage of the dilation operation. Furthermore, based on this strategy, we construct an enhanced version of the VANICP framework that achieves over 97% reduction in memory consumption while preserving the original performance. Source code is published on: https://github.com/changqiong/VANICP4Em.git.
Code (0)
등록된 구현이 없습니다.
Tasks
Point Cloud RegistrationComputational EfficiencySimilar Papers 제목 키워드 기반
Memory Assignment for Finite-Memory Strategies in Adversarial Patrolling Games
Adversarial Patrolling games form a subclass of Security games where a Defender moves between locations, guarding vulnerable targets. The main algorithmic problem is constructing a strategy for the Defender that minimize…
Maximization and restoration: Action segmentation through dilation passing and temporal reconstruction
Action segmentation aims to split videos into segments of different actions. Recent work focuses on dealing with long-range dependencies of long, untrimmed videos, but still suffers from over-segmentation and performance…
Action SegmentationSegmentationRecurrent Neural Networks for Forecasting Time Series with Multiple Seasonality: A Comparative Study
This paper compares recurrent neural networks (RNNs) with different types of gated cells for forecasting time series with multiple seasonality. The cells we compare include classical long short term memory (LSTM), gated …
Load ForecastingTime SeriesTime Series AnalysisBEVDilation: LiDAR-Centric Multi-Modal Fusion for 3D Object Detection
Integrating LiDAR and camera information in the bird's eye view (BEV) representation has demonstrated its effectiveness in 3D object detection. However, because of the fundamental disparity in geometric accuracy between …
Computational Efficiency3D Object DetectionDepth EstimationPoint CloudsDilated Convolutional Attention Network for Medical Code Assignment from Clinical Text
Medical code assignment, which predicts medical codes from clinical texts, is a fundamental task of intelligent medical information systems. The emergence of deep models in natural language processing has boosted the dev…