agent9717 commited on
Commit
37013d1
·
verified ·
1 Parent(s): e291f9d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -7,4 +7,19 @@ tags:
7
  - PointCloud
8
  - PointCloudAnalysis
9
  - PointCloudSegmentation
10
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  - PointCloud
8
  - PointCloudAnalysis
9
  - PointCloudSegmentation
10
+ ---
11
+ This is the official code repository for **PointCRA**, a point cloud analysis network proposed in our paper:
12
+
13
+ > **Channel-Level Relation to Attentive Aggregation with Neighborhood-Homogeneity Constraint for Point Cloud Analysis**
14
+
15
+ Codes are available on [GitHub](https://github.com/AGENT9717/PointCRA)
16
+
17
+ If you find this work useful, please cite our paper:
18
+ ```bibtex
19
+ @article{shi2025pointcra,
20
+ title = {Channel-Level Relation to Attentive Aggregation with Neighborhood-Homogeneity Constraint for Point Cloud Analysis},
21
+ author = {Jiaqi Shi, Jin Xiao, Xiaoguang Hu, Wenxuan Ji, Zichong Jia, Zifan Long, and Tianyou Chen},
22
+ journal = {arXiv preprint},
23
+ year = {2026}
24
+ }
25
+ ```