EdgeFormer: local patch-based edge detection transformer on point clouds

arXiv cs.CV / 4/24/2026

📰 NewsModels & Research

Key Points

  • EdgeFormer is a new learning-based edge detection transformer for 3D point clouds that targets hard-to-capture, fine-grained edge features.
  • The method converts edge detection on an entire point cloud into local point classification by leveraging the high spatial correlation of neighboring points on the underlying surface.
  • It uses a two-stage pipeline: first building local patch feature descriptors around each point, then classifying each point using those descriptors.
  • Experiments indicate EdgeFormer achieves competitive results versus six baseline approaches, suggesting improved extraction of small-scale surface gradients.

Abstract

Edge points on 3D point clouds can clearly convey 3D geometry and surface characteristics, therefore, edge detection is widely used in many vision applications with high industrial and commercial demands. However, the fine-grained edge features are difficult to detect effectively as they are generally densely distributed or exhibit small-scale surface gradients. To address this issue, we present a learning-based edge detection network, named EdgeFormer, which mainly consists of two stages. Based on the observation that spatially neighboring points tend to exhibit high correlation, forming the local underlying surface, we convert the edge detection of the entire point cloud into a point classification based on local patches. Therefore, in the first stage, we construct local patch feature descriptors that describe the local neighborhood around each point. In the second stage, we classify each point by analyzing the local patch feature descriptors generated in the first stage. Due to the conversion of the point cloud into local patches, the proposed method can effectively extract the finer details. The experimental results show that our model demonstrates competitive performance compared to six baselines.