Spaces:
Running
Running
Matin Mahmood commited on
Commit ·
2aa5ac7
1
Parent(s): b6a844a
Refresh organization profile and branding
Browse files
README.md
CHANGED
|
@@ -1,57 +1,46 @@
|
|
| 1 |
---
|
| 2 |
title: README
|
| 3 |
emoji: 🌐
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
<div align="center">
|
| 11 |
-
<img src="logo.svg" width="
|
| 12 |
<h1>hyper³labs</h1>
|
| 13 |
-
<p
|
| 14 |
-
<i>Your data is hierarchical. Your models should be too.</i>
|
| 15 |
-
</p>
|
| 16 |
<p>
|
| 17 |
-
<a href="https://hyper3labs.
|
| 18 |
-
<a href="https://github.com/
|
| 19 |
</p>
|
| 20 |
</div>
|
| 21 |
|
| 22 |
-
-
|
| 23 |
-
|
| 24 |
-
Welcome to **hyper³labs** (pronounced *Hypercube Labs*) — an applied research and engineering lab building competitive embedding models and tools to inspect, curate, and improve embedding and retrieval systems.
|
| 25 |
-
|
| 26 |
-
We believe that **Euclidean space should be a choice, not a default**. We develop representations and visualization methods that respect the intrinsic geometry of data, particularly hierarchical, taxonomic, and non-Euclidean structures.
|
| 27 |
|
| 28 |
-
|
| 29 |
|
| 30 |
-
|
| 31 |
|
| 32 |
-
*
|
| 33 |
-
* **[🐆 Jaguar Spot Re-ID](https://huggingface.co/spaces/hyper3labs/HyperView-Jaguar-ReID)** — Spot-pattern diagnostic visualization for wildlife conservation. Part of our collaboration on individual identification and diagnostic verification.
|
| 34 |
-
* **[📦 ABO Catalog Explorer](https://huggingface.co/spaces/hyper3labs/HyperView-ABO-Catalog)** — Visualizing taxonomies and fine-grained product hierarchies using the Amazon Berkeley Objects dataset.
|
| 35 |
-
* **[🔍 VisA Industrial Search](https://huggingface.co/spaces/hyper3labs/HyperView-VisA-Manufacturing)** — Anomaly inspection and structural part finding in industrial manufacturing datasets.
|
| 36 |
-
* **[👗 DeepFashion Search](https://huggingface.co/spaces/hyper3labs/HyperView-DeepFashion-Text-Search)** — Exploring zero-shot retrieval, attribute mapping, and structural hierarchies in e-commerce fashion datasets.
|
| 37 |
-
* **[🎯 Precision Region Search](https://huggingface.co/spaces/hyper3labs/precision-region-search-refcocog-hyper3clip)** — Interactive referring expression grounding demo using RefCOCOg and the Hyper3-CLIP model.
|
| 38 |
|
| 39 |
-
##
|
| 40 |
|
| 41 |
-
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
|
| 43 |
-
##
|
| 44 |
|
| 45 |
-
*
|
| 46 |
-
*
|
| 47 |
-
*
|
| 48 |
|
| 49 |
-
##
|
| 50 |
-
|
| 51 |
-
* **Are We Recognizing the Jaguar or Its Background? A Diagnostic Framework for Jaguar Re-Identification**
|
| 52 |
-
*Antonio Rueda-Toicen, Robert Vava, Matin Mahmood.* arXiv:2604.09690 (April 2026).
|
| 53 |
-
[arXiv:2604.09690](https://arxiv.org/abs/2604.09690) | [Hugging Face Dataset](https://huggingface.co/datasets/hyper3labs/jaguar-re-id)
|
| 54 |
-
|
| 55 |
-
---
|
| 56 |
|
| 57 |
-
*
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: README
|
| 3 |
emoji: 🌐
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: gray
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
<div align="center">
|
| 11 |
+
<img src="logo.svg" width="150" alt="hyper³labs logo" />
|
| 12 |
<h1>hyper³labs</h1>
|
| 13 |
+
<p><strong>Embedding models and retrieval infrastructure.</strong></p>
|
|
|
|
|
|
|
| 14 |
<p>
|
| 15 |
+
<a href="https://hyper3labs.com">Website</a> ·
|
| 16 |
+
<a href="https://github.com/Hyper3Labs">GitHub</a>
|
| 17 |
</p>
|
| 18 |
</div>
|
| 19 |
|
| 20 |
+
hyper³labs (pronounced *Hypercube Labs*) builds embedding models and retrieval infrastructure across text and vision. We also build open-source tools for evaluating and understanding embedding systems.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
+
We are especially interested in how hierarchy and non-Euclidean geometry affect retrieval, and in the failures that aggregate benchmark scores hide.
|
| 23 |
|
| 24 |
+
## Models
|
| 25 |
|
| 26 |
+
- **[hyper3-clip-v0.5](https://huggingface.co/hyper3labs/hyper3-clip-v0.5)** is an open-weight vision-language embedding model for hierarchy-sensitive retrieval. It produces 512-dimensional embeddings and works with the Sentence Transformers interface.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
|
| 28 |
+
## Tools and demos
|
| 29 |
|
| 30 |
+
- **[HyperView](https://huggingface.co/spaces/hyper3labs/HyperView)** is our open-source workbench for exploring embedding spaces and tracing retrieval failures back to real samples.
|
| 31 |
+
- **[ABO Catalog Explorer](https://huggingface.co/spaces/hyper3labs/HyperView-ABO-Catalog)** tests fine-grained retrieval on product catalogs.
|
| 32 |
+
- **[DeepFashion Search](https://huggingface.co/spaces/hyper3labs/HyperView-DeepFashion-Text-Search)** explores text-to-image search for garments and product attributes.
|
| 33 |
+
- **[Precision Region Search](https://huggingface.co/spaces/hyper3labs/precision-region-search-refcocog-hyper3clip)** demonstrates referring-expression retrieval on RefCOCOg.
|
| 34 |
+
- **[Jaguar Re-ID](https://huggingface.co/spaces/hyper3labs/HyperView-Jaguar-ReID)** examines whether re-identification models recognize an animal or its background.
|
| 35 |
+
- **[VisA Industrial Search](https://huggingface.co/spaces/hyper3labs/HyperView-VisA-Manufacturing)** explores anomaly and part retrieval in industrial imagery.
|
| 36 |
|
| 37 |
+
## Datasets
|
| 38 |
|
| 39 |
+
- **[jaguar-re-id](https://huggingface.co/datasets/hyper3labs/jaguar-re-id)**: individual jaguar identification from spot patterns.
|
| 40 |
+
- **[amazon-berkeley-objects](https://huggingface.co/datasets/hyper3labs/amazon-berkeley-objects)**: a mirror used for hierarchical product retrieval evaluation.
|
| 41 |
+
- **[jaguar-hyperview-demo](https://huggingface.co/datasets/hyper3labs/jaguar-hyperview-demo)**: a smaller subset prepared for interactive analysis.
|
| 42 |
|
| 43 |
+
## Research
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
|
| 45 |
+
**[Are We Recognizing the Jaguar or Its Background? A Diagnostic Framework for Jaguar Re-Identification](https://arxiv.org/abs/2604.09690)**
|
| 46 |
+
Antonio Rueda-Toicen, Robert Vava, Matin Mahmood. April 2026.
|
logo.svg
CHANGED
|
|
|
|