Update pipeline tag and metadata
Browse filesThis PR updates the model card metadata by changing the `pipeline_tag` to `other`, as the model is intended for 3D point cloud analysis rather than image feature extraction. It also improves the model card description with a brief overview of PointCRA and ensures the GitHub repository and paper are properly linked.
README.md
CHANGED
|
@@ -1,20 +1,26 @@
|
|
| 1 |
---
|
| 2 |
-
license: mit
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
-
|
|
|
|
| 6 |
tags:
|
| 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** [Arxiv](https://arxiv.org/abs/2605.02357)
|
|
|
|
|
|
|
| 14 |
|
| 15 |
-
|
| 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},
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
license: mit
|
| 5 |
+
pipeline_tag: other
|
| 6 |
tags:
|
| 7 |
- PointCloud
|
| 8 |
- PointCloudAnalysis
|
| 9 |
- PointCloudSegmentation
|
| 10 |
---
|
| 11 |
+
|
| 12 |
+
# PointCRA
|
| 13 |
+
|
| 14 |
This is the official code repository for **PointCRA**, a point cloud analysis network proposed in our paper:
|
| 15 |
|
| 16 |
+
> **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)]
|
| 17 |
+
|
| 18 |
+
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.
|
| 19 |
|
| 20 |
+
## Citation
|
| 21 |
|
| 22 |
If you find this work useful, please cite our paper:
|
| 23 |
+
|
| 24 |
```bibtex
|
| 25 |
@article{shi2025pointcra,
|
| 26 |
title = {Channel-Level Relation to Attentive Aggregation with Neighborhood-Homogeneity Constraint for Point Cloud Analysis},
|