English

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

Computer Vision and Pattern Recognition 2026-04-24 v1

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.

Keywords

Cite

@article{arxiv.2604.21387,
  title  = {EdgeFormer: local patch-based edge detection transformer on point clouds},
  author = {Yifei Xie and Zhikun Tu and Tong Yang and Yuhe Zhang and Xinyu Zhou},
  journal= {arXiv preprint arXiv:2604.21387},
  year   = {2026}
}

Comments

22 pages, 9 figures. Published in Pattern Analysis and Applications

R2 v1 2026-07-01T12:32:02.219Z