File size: 1,323 Bytes
1b2c184
 
 
543b4a6
 
e291f9d
 
 
 
37013d1
543b4a6
 
 
37013d1
 
543b4a6
 
 
37013d1
543b4a6
37013d1
 
543b4a6
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
26
27
28
29
30
31
---
language:
- en
license: mit
pipeline_tag: other
tags:
- PointCloud
- PointCloudAnalysis
- PointCloudSegmentation
---

# PointCRA

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)] [[GitHub](https://github.com/AGENT9717/PointCRA)]

PointCRA introduces a novel network with a channel-level metric-based enhancement mechanism. Its core idea is to introduce temporal trend variation as a new evaluation dimension to avoid information loss caused by weight dimension collapse in existing spatial and channel attention mechanisms. The method leverages neighborhood homogeneity for weight calibration, offering an interpretable and efficient framework for tasks like 3D segmentation and classification.

## Citation

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}
}
```