English

Dynamic Local Feature Aggregation for Learning on Point Clouds

Computer Vision and Pattern Recognition 2023-01-10 v1

Abstract

Existing point cloud learning methods aggregate features from neighbouring points relying on constructing graph in the spatial domain, which results in feature update for each point based on spatially-fixed neighbours throughout layers. In this paper, we propose a dynamic feature aggregation (DFA) method that can transfer information by constructing local graphs in the feature domain without spatial constraints. By finding k-nearest neighbors in the feature domain, we perform relative position encoding and semantic feature encoding to explore latent position and feature similarity information, respectively, so that rich local features can be learned. At the same time, we also learn low-dimensional global features from the original point cloud for enhancing feature representation. Between DFA layers, we dynamically update the constructed local graph structure, so that we can learn richer information, which greatly improves adaptability and efficiency. We demonstrate the superiority of our method by conducting extensive experiments on point cloud classification and segmentation tasks. Implementation code is available: https://github.com/jiamang/DFA.

Keywords

Cite

@article{arxiv.2301.02836,
  title  = {Dynamic Local Feature Aggregation for Learning on Point Clouds},
  author = {Zihao Li and Pan Gao and Hui Yuan and Ran Wei},
  journal= {arXiv preprint arXiv:2301.02836},
  year   = {2023}
}

Comments

14 pages , 4 figures , submitted to Signal Processing:image communications

R2 v1 2026-06-28T08:05:58.621Z