Add pipeline tag and improve model card
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,11 +1,29 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# The Prism Hypothesis: Harmonizing Semantic and Pixel Representations via Unified Autoencoding
|
| 6 |
|
| 7 |
-
This repository contains the weights
|
| 8 |
|
| 9 |
-
- Github
|
| 10 |
-
- Paper: https://arxiv.org/abs/2512.19693
|
| 11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
pipeline_tag: image-feature-extraction
|
| 4 |
---
|
| 5 |
|
| 6 |
# The Prism Hypothesis: Harmonizing Semantic and Pixel Representations via Unified Autoencoding
|
| 7 |
|
| 8 |
+
This repository contains the weights for **Unified Autoencoding (UAE)**, introduced in the paper [The Prism Hypothesis: Harmonizing Semantic and Pixel Representations via Unified Autoencoding](https://arxiv.org/abs/2512.19693).
|
| 9 |
|
| 10 |
+
- **Github Repository:** https://github.com/WeichenFan/UAE
|
| 11 |
+
- **Paper:** [arXiv:2512.19693](https://arxiv.org/abs/2512.19693)
|
| 12 |
|
| 13 |
+
## Introduction
|
| 14 |
+
|
| 15 |
+
Unified Autoencoding (UAE) is a novel model architecture that harmonizes semantic structure and pixel details via an innovative frequency-band modulator, enabling their seamless coexistence. It is based on the "Prism Hypothesis," which suggests that different data modalities (semantic vs. pixel) can be viewed as projections of the natural world onto a shared feature spectrum. UAE effectively unifies semantic abstraction and pixel-level fidelity within a single latent space, achieving state-of-the-art performance in both reconstruction and representation learning.
|
| 16 |
+
|
| 17 |
+
## Citation
|
| 18 |
+
|
| 19 |
+
```bibtex
|
| 20 |
+
@misc{fan2025uae,
|
| 21 |
+
title={The Prism Hypothesis: Harmonizing Semantic and Pixel Representations via Unified Autoencoding},
|
| 22 |
+
author={Weichen Fan and Haiwen Diao and Quan Wang and Dahua Lin and Ziwei Liu},
|
| 23 |
+
year={2025},
|
| 24 |
+
eprint={2512.19693},
|
| 25 |
+
archivePrefix={arXiv},
|
| 26 |
+
primaryClass={cs.CV},
|
| 27 |
+
url={https://arxiv.org/abs/2512.19693},
|
| 28 |
+
}
|
| 29 |
+
```
|