Add pipeline tag and GitHub link
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,10 +1,12 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
|
|
|
| 3 |
tags:
|
| 4 |
- vision
|
| 5 |
- uncertainty
|
| 6 |
- hyperbolic
|
| 7 |
---
|
|
|
|
| 8 |
# UNCHA: Uncertainty-guided Compositional Hyperbolic Alignment
|
| 9 |
|
| 10 |
## Overview
|
|
@@ -19,9 +21,9 @@ Unlike conventional vision-language models, UNCHA explicitly captures the fact t
|
|
| 19 |
|
| 20 |
To address this, UNCHA introduces **uncertainty-aware alignment in hyperbolic space**, enabling better hierarchical and compositional reasoning.
|
| 21 |
|
| 22 |
-
Project Page: https://jeeit17.github.io/UNCHA-project_page/
|
| 23 |
-
|
| 24 |
-
|
| 25 |
|
| 26 |
---
|
| 27 |
## Download
|
|
@@ -129,7 +131,7 @@ python scripts/evaluate.py \
|
|
| 129 |
```bibtex
|
| 130 |
@inproceedings{kim2026uncha,
|
| 131 |
author = {Kim, Hayeon and Jang, Ji Ha and Kim, Junghun James and Chun, Se Young},
|
| 132 |
-
title = {UNCHA: Uncertainty-guided Compositional
|
| 133 |
booktitle = {CVPR},
|
| 134 |
year = {2026},
|
| 135 |
}
|
|
@@ -139,6 +141,4 @@ python scripts/evaluate.py \
|
|
| 139 |
## Acknowledgements
|
| 140 |
|
| 141 |
This work is supported by IITP, NRF, MSIT, and Seoul National University programs.
|
| 142 |
-
We also acknowledge prior works including MERU, HyCoCLIP, and ATMG.
|
| 143 |
-
|
| 144 |
-
---
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
+
pipeline_tag: zero-shot-image-classification
|
| 4 |
tags:
|
| 5 |
- vision
|
| 6 |
- uncertainty
|
| 7 |
- hyperbolic
|
| 8 |
---
|
| 9 |
+
|
| 10 |
# UNCHA: Uncertainty-guided Compositional Hyperbolic Alignment
|
| 11 |
|
| 12 |
## Overview
|
|
|
|
| 21 |
|
| 22 |
To address this, UNCHA introduces **uncertainty-aware alignment in hyperbolic space**, enabling better hierarchical and compositional reasoning.
|
| 23 |
|
| 24 |
+
- **Project Page:** [https://jeeit17.github.io/UNCHA-project_page/](https://jeeit17.github.io/UNCHA-project_page/)
|
| 25 |
+
- **Paper:** [Uncertainty-guided Compositional Alignment with Part-to-Whole Semantic Representativeness in Hyperbolic Vision-Language Models](https://arxiv.org/abs/2603.22042)
|
| 26 |
+
- **Code:** [https://github.com/jeeit17/UNCHA](https://github.com/jeeit17/UNCHA)
|
| 27 |
|
| 28 |
---
|
| 29 |
## Download
|
|
|
|
| 131 |
```bibtex
|
| 132 |
@inproceedings{kim2026uncha,
|
| 133 |
author = {Kim, Hayeon and Jang, Ji Ha and Kim, Junghun James and Chun, Se Young},
|
| 134 |
+
title = {UNCHA: Uncertainty-guided Compositional Alignment with Part-to-Whole Semantic Representativeness in Hyperbolic Vision-Language Models},
|
| 135 |
booktitle = {CVPR},
|
| 136 |
year = {2026},
|
| 137 |
}
|
|
|
|
| 141 |
## Acknowledgements
|
| 142 |
|
| 143 |
This work is supported by IITP, NRF, MSIT, and Seoul National University programs.
|
| 144 |
+
We also acknowledge prior works including MERU, HyCoCLIP, and ATMG.
|
|
|
|
|
|