REVIEW 42 references
Bar-JEPA: Extracting Values from Bar Chart with Joint-Embedding Predictive Architecture
T0 review · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read A JEPA encoder finetuned on synthetic bar charts enables a lightweight decoder to recover bar values from chart images, but the method remains behind state-of-the-art supervised systems.
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
The main experimental result is that finetuning the encoder on charts matters. Using the original ImageNet-pretrained encoder with no chart finetuning, the pipeline recovers almost no values on real chart images. After finetuning on synthetic charts, relaxed accuracy reaches about 45 percent on real data, and about 78 percent on synthetic test charts. Adding a second finetuning round on real-world charts raises real-world accuracy to about 50 percent. A variable-resolution input scheme, taken from Pix2Struct, adds a few points of accuracy.
The authors do not claim to beat state-of-the-art chart readers. They position the work as a demonstration that self-supervised feature learning can reduce the need for labeled chart data. The comparisons to prior supervised systems are made on different test sets, and the real-world test set appears to include chart types, such as stacked bars, that the training data explicitly excluded.
Extended reading notes
Core claim
The load-bearing assertion is: 'self-supervised finetuning on charts clearly is able to yield a significantly more capable encoder for downstream tasks' (Section 4.2). If true, the large gains over the vanilla ImageNet-1K encoder, from 0% to 42-50% relaxed value accuracy on real-world charts, are caused by chart-specific JEPA finetuning rather than by decoder training.
Load-bearing premise
The real-world evaluation is treated as in-scope for a model whose synthetic training explicitly excludes stacked bars, error bars, and 3D effects. The paper itself states that 'most of the charts in our test set do not fulfill the criteria Zhou et al. assume (e.g. include error bars / stacked bars)' (Section 4.3), so the reported real-world accuracy is likely measured partly on chart types the method was never designed to handle.
Editorial analysis
A structured set of objections, weighed in public.
Assumptions & free parameters
free parameters (4)
- Heatmap loss weights =
lambda1=1.0, lambda2=1.0, lambda3=4.0, lambda4=4.0
- Detection confidence threshold =
0.75
- NMS radius factor =
1.5
- Tick-label matching distance factor =
5.0
assumptions (4)
- domain assumption Value recovery assumes bar values are an affine function of pixel position, fitted by RANSAC over tick positions and labels.
- domain assumption Self-supervised finetuning on 100k synthetic charts transfers to real-world bar charts.
- domain assumption The UB PMC test charts are inside the method's design scope, meaning simple vertical bars without stacking or error bars.
- domain assumption OCR text detections can be correctly matched to tick positions using the Hungarian algorithm with a distance threshold.
Cite this review
Pith. "Pith review of Bar-JEPA: Extracting Values from Bar Chart with Joint-Embedding Predictive Architecture." pith.science (2026). https://pith.science/paper/WNLSNFKO
@misc{pith2026260806062,
author = {Pith},
title = {Pith review of: Bar-JEPA: Extracting Values from Bar Chart with Joint-Embedding Predictive Architecture},
year = {2026},
howpublished = {\url{https://pith.science/paper/WNLSNFKO}},
note = {Machine review of arXiv:2608.06062}
}
read the original abstract
Bar charts are commonly used in data visualization, and while they are easily understood by humans, it is non-trivial to extract the underlying data computationally. For a machine-learning-based approach, training chart de-rendering models usually requires labeled, real-world data. Labeling data is a time consuming task, which is why annotated data is scarce. Models can learn more efficiently when provided with features of high semantic quality, which a joint-embedding predictive architecture (JEPA) is designed to learn in a self-supervised manner. We present a per-bar, numerical value recovery pipeline for bar charts, where a JEPA encoder is used to produce semantically rich latent features. The decoder model consuming these features is simple and quick to train and outputs the coordinates of ticks and bars, which can be used to recover bar values. The effectiveness of self-supervised finetuning and quality of the extracted features is evident when comparing our model to end-to-end supervised baselines. Code, datasets and checkpoints are available on \href{https://github.com/dralois/Bar-JEPA}{GitHub}.
Figures
Figures from the paper (3 more)
Reference graph
Works this paper leans on
-
[1]
In: Proceedings of the IEEE/CVF CVPR (2023)
Assran, M., Duval, Q., Misra, I., Bojanowski, P., Vincent, P., Rabbat, M., Le- Cun, Y., Ballas, N.: Self-supervised learning from images with a joint-embedding predictive architecture. In: Proceedings of the IEEE/CVF CVPR (2023)
work page 2023
-
[2]
arXiv preprint arXiv:2506.09985 (2025)
Assran, M., Bardes, A., Fan, D., Garrido, Q., Howes, R., Muckley, M., Rizvi, A., Roberts, C., Sinha, K., Zholus, A., et al.: V-jepa 2: Self-supervised video models enable understanding, prediction and planning. arXiv preprint arXiv:2506.09985 (2025)
arXiv 2025
-
[3]
Bardes, A., Garrido, Q., Ponce, J., Chen, X., Rabbat, M., LeCun, Y., Assran, M., Ballas, N.: V-JEPA: Latent video prediction for visual representation learning (2024), https://openreview.net/forum?id=WFYbBOEOtv, [Accessed 13-02-2026]
work page 2024
- [4]
-
[5]
In- ternational Journal of Computer Vision132(1) (2024)
Chen, X., Ding, M., Wang, X., Xin, Y., Mo, S., Wang, Y., Han, S., Luo, P., Zeng, G., Wang, J.: Context autoencoder for self-supervised representation learning. In- ternational Journal of Computer Vision132(1) (2024)
work page 2024
-
[6]
In: Proceedings of the IEEE/CVF ICCV (2023)
Cheng, Z.Q., Dai, Q., Hauptmann, A.G.: Chartreader: A unified framework for chart derendering and comprehension without heuristic rules. In: Proceedings of the IEEE/CVF ICCV (2023)
work page 2023
-
[7]
arXiv preprint arXiv:2507.05595 (2025)
Cui, C., Sun, T., Lin, M., Gao, T., Zhang, Y., Liu, J., Wang, X., Zhang, Z., Zhou, C., Liu, H., et al.: Paddleocr 3.0 technical report. arXiv preprint arXiv:2507.05595 (2025)
arXiv 2025
- [8]
Show all 42 references
-
[9]
In: 2022 26th ICPR
Davila, K., Xu, F., Ahmed, S., Mendoza, D.A., Setlur, S., Govindaraju, V.: Icpr 2022: Challenge on harvesting raw tables from infographics (chart-infographics). In: 2022 26th ICPR. IEEE (2022)
2022
-
[10]
arXiv preprint arXiv:2010.11929 (2020)
Dosovitskiy, A.: An image is worth 16x16 words: Transformers for image recogni- tion at scale. arXiv preprint arXiv:2010.11929 (2020)
2020 arXiv
-
[11]
arXiv preprint arXiv:2311.15830 (2023)
Fei, Z., Fan, M., Huang, J.: A-jepa: Joint-embedding predictive architecture can listen. arXiv preprint arXiv:2311.15830 (2023)
2023 arXiv
-
[12]
Communi- cations of the ACM24(6) (1981)
Fischler, M.A., Bolles, R.C.: Random sample consensus: a paradigm for model fitting with applications to image analysis and automated cartography. Communi- cations of the ACM24(6) (1981)
1981
-
[13]
In: Proceedings of the IEEE/CVF WACV (2023)
Hassan, M.Y., Singh, M., et al.: Lineex: Data extraction from scientific line charts. In: Proceedings of the IEEE/CVF WACV (2023)
2023
-
[14]
In: Proceedings of the IEEE/CVF CVPR (2022)
He, K., Chen, X., Xie, S., Li, Y., Dollár, P., Girshick, R.: Masked autoencoders are scalable vision learners. In: Proceedings of the IEEE/CVF CVPR (2022)
2022
-
[15]
In: Proceedings of the 2007 ACM symposium on Document engineering (2007)
Huang, W., Tan, C.L.: A system for understanding imaged infographics and its ap- plications. In: Proceedings of the 2007 ACM symposium on Document engineering (2007)
2007
-
[16]
Computing in Science & Engineering9(3) (2007)
Hunter, J.D.: Matplotlib: A 2d graphics environment. Computing in Science & Engineering9(3) (2007). https://doi.org/10.1109/MCSE.2007.55, [Accessed 07-06- 2026]
2007 doi
-
[17]
arXiv preprint arXiv:2109.12442 (2021)
Joshi, I.A.: Unblind the charts: Towards making interactive charts accessible in android applications. arXiv preprint arXiv:2109.12442 (2021)
2021 arXiv
-
[18]
In: Proceedings of the 60th Annual Meeting of the ACL (Volume 1: Long Papers) (2022)
Kantharaj, S., Leong, R.T., Lin, X., Masry, A., Thakkar, M., Hoque, E., Joty, S.: Chart-to-text: A large-scale benchmark for chart summarization. In: Proceedings of the 60th Annual Meeting of the ACL (Volume 1: Long Papers) (2022)
2022
-
[19]
Naval research logistics quarterly2(1-2) (1955)
Kuhn, H.W.: The hungarian method for the assignment problem. Naval research logistics quarterly2(1-2) (1955)
1955
-
[20]
2, 2022- 06-27
LeCun, Y.: A path towards autonomous machine intelligence version 0.9. 2, 2022- 06-27. Open Review62(1) (2022)
2022
-
[21]
In: ICML
Lee, K., Joshi, M., Turc, I.R., Hu, H., Liu, F., Eisenschlos, J.M., Khandelwal, U., Shaw, P., Chang, M.W., Toutanova, K.: Pix2struct: Screenshot parsing as pretrain- ing for visual language understanding. In: ICML. PMLR (2023)
2023
-
[22]
In: ACL 2023 (2023)
Liu, F., Eisenschlos, J., Piccinno, F., Krichene, S., Pang, C., Lee, K., Joshi, M., Chen, W., Collier, N., Altun, Y.: Deplot: One-shot visual language reasoning by plot-to-table translation. In: ACL 2023 (2023)
2023
-
[23]
In: Proceedings of the 61st Annual Meeting of the ACL (Volume 1: Long Papers) (2023) 16 P
Liu, F., Piccinno, F., Krichene, S., Pang, C., Lee, K., Joshi, M., Altun, Y., Collier, N., Eisenschlos, J.: Matcha: Enhancing visual language pretraining with math rea- soning and chart derendering. In: Proceedings of the 61st Annual Meeting of the ACL (Volume 1: Long Papers) ...
2023
-
[24]
arXiv preprint arXiv:1906.11906 (2019)
Liu, X., Klabjan, D., NBless, P.: Data extraction from charts via single deep neural network. arXiv preprint arXiv:1906.11906 (2019)
2019 arXiv
-
[25]
In: Proceedings of the IEEE/CVF WACV (2021)
Luo, J., Li, Z., Wang, J., Lin, C.Y.: Chartocr: Data extraction from charts images via a deep hybrid framework. In: Proceedings of the IEEE/CVF WACV (2021)
2021
-
[26]
In: ICDAR
Ma, W., Zhang, H., Yan, S., Yao, G., Huang, Y., Li, H., Wu, Y., Jin, L.: Towards an efficient framework for data extraction from chart images. In: ICDAR. Springer (2021)
2021
-
[27]
arXiv preprint arXiv:2305.14761 (2023)
Masry, A., Kavehzadeh, P., Do, X.L., Hoque, E., Joty, S.: Unichart: A universal vision-language pretrained model for chart comprehension and reasoning. arXiv preprint arXiv:2305.14761 (2023)
2023 arXiv
-
[28]
In: Proceedings of the 31stInternationalConferenceonComputationalLinguistics:IndustryTrack(2025)
Masry, A., Thakkar, M., Bajaj, A., Kartha, A., Hoque, E., Joty, S.: Chartgemma: Visual instruction-tuning for chart reasoning in the wild. In: Proceedings of the 31stInternationalConferenceonComputationalLinguistics:IndustryTrack(2025)
2025
-
[29]
Human Factors: The Journal of Human Factors and Ergonomics Society41(1999)
Meyer,J.,Shamo,M.,Gopher,D.:Informationstructureandtherelativeefficacyof tables and graphs. Human Factors: The Journal of Human Factors and Ergonomics Society41(1999). https://doi.org/10.1518/001872099779656707, [Accessed 13-02- 2026]
1999 doi
-
[30]
In: 2011 sixth international conference on digital information manage- ment
Mishchenko, A., Vassilieva, N.: Chart image understanding and numerical data extraction. In: 2011 sixth international conference on digital information manage- ment. IEEE (2011)
2011
-
[31]
https://plotdigitizer.com, [Accessed 19-01-2026]
PlotDigitizer: PlotDigitizer: Extract Data from Graph Image Online — plotdigi- tizer.com. https://plotdigitizer.com, [Accessed 19-01-2026]
2026
-
[32]
In: International Society for Music Information Retrieval Conference (2024)
Riou, A., Lattner, S., Hadjeres, G., Anslow, M., Peeters, G.: Stem-jepa: A joint- embedding predictive architecture for musical stem compatibility estimation. In: International Society for Music Information Retrieval Conference (2024)
2024
-
[33]
In: 2025 IEEE/CVF WACV
Saito, A., Kudeshia, P., Poovvancheri, J.: Point-jepa: A joint embedding predic- tive architecture for self-supervised learning on point cloud. In: 2025 IEEE/CVF WACV. pp. 7348–7357. IEEE (2025)
2025
-
[34]
In: Proceedings of the 24th annual ACM symposium on User interface software and technology (2011)
Savva, M., Kong, N., Chhajta, A., Fei-Fei, L., Agrawala, M., Heer, J.: Revision: Automated classification, analysis and redesign of chart images. In: Proceedings of the 24th annual ACM symposium on User interface software and technology (2011)
2011
-
[35]
IEEE Open Journal of the Computer Society4(2023)
Shahira, K., Joshi, P., Lijiya, A.: Data extraction and question answering on chart images towards accessibility and data interpretation. IEEE Open Journal of the Computer Society4(2023)
2023
-
[36]
arXiv preprint arXiv:2308.11788 (2023)
Soto, C., Yoo, S.: An extensible point-based method for data chart value detection. arXiv preprint arXiv:2308.11788 (2023)
2023 arXiv
-
[37]
arXiv preprint arXiv:2410.05016 (2024)
Thimonier, H., Costa, J.L.D.M., Popineau, F., Rimmel, A., Doan, B.L.: T- jepa: Augmentation-free self-supervised learning for tabular data. arXiv preprint arXiv:2410.05016 (2024)
2024 arXiv
-
[38]
arXiv preprint arXiv:2507.02915 (2025)
Tuncay, L., Labbé, E., Benetos, E., Pellegrini, T.: Audio-jepa: Joint-embedding predictive architecture for audio representation learning. arXiv preprint arXiv:2507.02915 (2025)
2025 arXiv
-
[39]
In: Interna- tionalSymposiumonInformationandCommunicationTechnology.Springer(2024)
Vo, K.H., Nguyen, D.P., Nguyen, T.T., Quan, T.T.: Ti-jepa: An innovative energy- based joint embedding strategy for text-image multimodal systems. In: Interna- tionalSymposiumonInformationandCommunicationTechnology.Springer(2024)
2024
-
[40]
In: Koyejo, S., Mohamed, S., Agarwal, A., Bel- grave, D., Cho, K., Oh, A
Xu, Y., Zhang, J., ZHANG, Q., Tao, D.: Vitpose: Simple vision transformer base- lines for human pose estimation. In: Koyejo, S., Mohamed, S., Agarwal, A., Bel- grave, D., Cho, K., Oh, A. (eds.) Advances in Neural Information Processing Sys- tems. vol. 35. Curran Associates, In...
2022
-
[41]
arXiv preprint arXiv:2308.07743 (2023)
Xue, W., Chen, D., Yu, B., Chen, Y., Zhou, S., Peng, W.: Chartdetr: A multi-shape detection network for visual chart recognition. arXiv preprint arXiv:2308.07743 (2023)
2023 arXiv
-
[42]
Journal of Visualization24(2) (2021) A Parameters T able 5.Parameters used to generate our datasets
Zhou,F.,Zhao,Y.,Chen,W.,Tan,Y.,Xu,Y.,Chen,Y.,Liu,C.,Zhao,Y.:Reverse- engineering bar charts using neural networks. Journal of Visualization24(2) (2021) A Parameters T able 5.Parameters used to generate our datasets. The colors are selected to be rich in contrast, to avoid whit...
2021
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.