File size: 871 Bytes
1b2c184
 
 
 
e291f9d
 
 
 
 
37013d1
 
 
e819def
37013d1
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
license: mit
language:
- en
pipeline_tag: image-feature-extraction
tags:
- PointCloud
- PointCloudAnalysis
- PointCloudSegmentation
---
This is the official code repository for **PointCRA**, a point cloud analysis network proposed in our paper:

> **Channel-Level Relation to Attentive Aggregation with Neighborhood-Homogeneity Constraint for Point Cloud Analysis** [Arxiv](https://arxiv.org/abs/2605.02357)

Codes are available on [GitHub](https://github.com/AGENT9717/PointCRA)  

If you find this work useful, please cite our paper:
```bibtex
@article{shi2025pointcra,
  title     = {Channel-Level Relation to Attentive Aggregation with Neighborhood-Homogeneity Constraint for Point Cloud Analysis},
  author    = {Jiaqi Shi, Jin Xiao, Xiaoguang Hu, Wenxuan Ji, Zichong Jia, Zifan Long, and Tianyou Chen},
  journal   = {arXiv preprint},
  year      = {2026}
}
```