Add paper link to model card
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,12 +1,17 @@
|
|
| 1 |
---
|
| 2 |
-
license: cc-by-nc-4.0
|
| 3 |
-
language:
|
| 4 |
-
- en
|
| 5 |
-
library_name: pytorch
|
| 6 |
base_model:
|
| 7 |
- facebook/ijepa_vith16_1k
|
| 8 |
datasets:
|
| 9 |
- dralois/Bar-JEPA
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
pipeline_tag: keypoint-detection
|
| 11 |
tags:
|
| 12 |
- bar-chart
|
|
@@ -17,11 +22,6 @@ tags:
|
|
| 17 |
- synthetic
|
| 18 |
- keypoint-detection
|
| 19 |
- self-supervised
|
| 20 |
-
metrics:
|
| 21 |
-
- f1
|
| 22 |
-
- accuracy
|
| 23 |
-
- precision
|
| 24 |
-
- recall
|
| 25 |
model-index:
|
| 26 |
- name: Bar-JEPA (kp-cl-arp-ctt-ft)
|
| 27 |
results:
|
|
@@ -33,17 +33,17 @@ model-index:
|
|
| 33 |
type: real-world
|
| 34 |
metrics:
|
| 35 |
- type: f1
|
| 36 |
-
name: Bar Keypoint F1
|
| 37 |
value: 0.785
|
|
|
|
| 38 |
- type: f1
|
| 39 |
-
name: Tick Keypoint F1
|
| 40 |
value: 0.842
|
|
|
|
| 41 |
- type: accuracy
|
| 42 |
-
name: Value Accuracy (ε=0.05)
|
| 43 |
value: 0.499
|
|
|
|
| 44 |
- type: accuracy
|
| 45 |
-
name: Value Accuracy (ε=0.02)
|
| 46 |
value: 0.365
|
|
|
|
| 47 |
- task:
|
| 48 |
type: keypoint-detection
|
| 49 |
name: Bar Chart Value Extraction
|
|
@@ -52,24 +52,24 @@ model-index:
|
|
| 52 |
type: dralois/Bar-JEPA
|
| 53 |
metrics:
|
| 54 |
- type: f1
|
| 55 |
-
name: Bar Keypoint F1
|
| 56 |
value: 0.961
|
|
|
|
| 57 |
- type: f1
|
| 58 |
-
name: Tick Keypoint F1
|
| 59 |
value: 0.951
|
|
|
|
| 60 |
- type: accuracy
|
| 61 |
-
name: Value Accuracy (ε=0.05)
|
| 62 |
value: 0.792
|
|
|
|
| 63 |
- type: accuracy
|
| 64 |
-
name: Value Accuracy (ε=0.02)
|
| 65 |
value: 0.657
|
|
|
|
| 66 |
---
|
| 67 |
|
| 68 |
# Bar-JEPA
|
| 69 |
|
| 70 |
Per-bar numerical value recovery from vertical bar chart images. A self-supervised I-JEPA encoder (ViT-H, finetuned on synthetic bar charts) produces feature maps consumed by a lightweight keypoint decoder. The decoder outputs heatmaps for bar corners, value-axis ticks and the coordinate origin, which are post-processed with NMS, OCR and RANSAC regression to recover numerical bar values.
|
| 71 |
|
| 72 |
-
**Paper:** *Bar-JEPA: Extracting Values from Bar Chart with Joint-Embedding Predictive Architecture* — Poonam, Epple & Ropinski, Ulm University (ICDAR 2026).
|
| 73 |
**Code:** [github.com/dralois/Bar-JEPA](https://github.com/dralois/Bar-JEPA)
|
| 74 |
|
| 75 |
## Pipeline
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
base_model:
|
| 3 |
- facebook/ijepa_vith16_1k
|
| 4 |
datasets:
|
| 5 |
- dralois/Bar-JEPA
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
library_name: pytorch
|
| 9 |
+
license: cc-by-nc-4.0
|
| 10 |
+
metrics:
|
| 11 |
+
- f1
|
| 12 |
+
- accuracy
|
| 13 |
+
- precision
|
| 14 |
+
- recall
|
| 15 |
pipeline_tag: keypoint-detection
|
| 16 |
tags:
|
| 17 |
- bar-chart
|
|
|
|
| 22 |
- synthetic
|
| 23 |
- keypoint-detection
|
| 24 |
- self-supervised
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
model-index:
|
| 26 |
- name: Bar-JEPA (kp-cl-arp-ctt-ft)
|
| 27 |
results:
|
|
|
|
| 33 |
type: real-world
|
| 34 |
metrics:
|
| 35 |
- type: f1
|
|
|
|
| 36 |
value: 0.785
|
| 37 |
+
name: Bar Keypoint F1
|
| 38 |
- type: f1
|
|
|
|
| 39 |
value: 0.842
|
| 40 |
+
name: Tick Keypoint F1
|
| 41 |
- type: accuracy
|
|
|
|
| 42 |
value: 0.499
|
| 43 |
+
name: Value Accuracy (ε=0.05)
|
| 44 |
- type: accuracy
|
|
|
|
| 45 |
value: 0.365
|
| 46 |
+
name: Value Accuracy (ε=0.02)
|
| 47 |
- task:
|
| 48 |
type: keypoint-detection
|
| 49 |
name: Bar Chart Value Extraction
|
|
|
|
| 52 |
type: dralois/Bar-JEPA
|
| 53 |
metrics:
|
| 54 |
- type: f1
|
|
|
|
| 55 |
value: 0.961
|
| 56 |
+
name: Bar Keypoint F1
|
| 57 |
- type: f1
|
|
|
|
| 58 |
value: 0.951
|
| 59 |
+
name: Tick Keypoint F1
|
| 60 |
- type: accuracy
|
|
|
|
| 61 |
value: 0.792
|
| 62 |
+
name: Value Accuracy (ε=0.05)
|
| 63 |
- type: accuracy
|
|
|
|
| 64 |
value: 0.657
|
| 65 |
+
name: Value Accuracy (ε=0.02)
|
| 66 |
---
|
| 67 |
|
| 68 |
# Bar-JEPA
|
| 69 |
|
| 70 |
Per-bar numerical value recovery from vertical bar chart images. A self-supervised I-JEPA encoder (ViT-H, finetuned on synthetic bar charts) produces feature maps consumed by a lightweight keypoint decoder. The decoder outputs heatmaps for bar corners, value-axis ticks and the coordinate origin, which are post-processed with NMS, OCR and RANSAC regression to recover numerical bar values.
|
| 71 |
|
| 72 |
+
**Paper:** [*Bar-JEPA: Extracting Values from Bar Chart with Joint-Embedding Predictive Architecture*](https://huggingface.co/papers/2608.06062) — Poonam, Epple & Ropinski, Ulm University (ICDAR 2026).
|
| 73 |
**Code:** [github.com/dralois/Bar-JEPA](https://github.com/dralois/Bar-JEPA)
|
| 74 |
|
| 75 |
## Pipeline
|