REVIEW 5 major objections 7 minor 50 references
Deterministic JEPA fails on text because masked language rarely has one coherent latent target, so squared-error prediction collapses into a centroid over alternatives.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.5
2026-07-30 19:54 UTC pith:ECOZCWS5
load-bearing objection Clean mechanism paper: pure text JEPA collapses in the order their theory predicts; the main caveat is whether their T-JEPA recipe is fair or collapse-tuned. the 5 major comments →
The JEPA Paradox in Language: The Geometry of Linguistic Alternatives
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Deterministic squared-error JEPA is mismatched to token-level language because masked text often lacks conditional concentration. When several valid completions remain separated in representation space, the Bayes-optimal predictor is a centroid over those alternatives; limited predictability and elevated irreducible variance then precede effective-rank degeneration, cosine collapse, and poor downstream transfer. Matched image JEPA training does not follow this failure chain, and the same text pattern repeats across independent data seeds.
What carries the argument
Conditional concentration—the requirement that, given context and target location, the target representation lie near a single meaningful point. The argument ties three necessary conditions together: predictability, non-collapse, and low conditional variance. Their joint failure under squared-error latent prediction produces centroid degeneracy: the model either absorbs irreducible multimodal variance or reduces loss by merging the distinctions it should preserve.
Load-bearing premise
That the authors' text JEPA recipe—span masking, model sizes, data scale, and a long warmup chosen to make collapse dynamics observable—is a fair test of the objective itself, not a setup that manufactures the predicted failure.
What would settle it
A pure squared-error latent-prediction text JEPA, with no generative anchor, that still shows rising context–target mutual information, non-degenerate effective rank, irreducible target variance falling because completions truly concentrate rather than because the encoder compresses, and strong frozen transfer on classification and retrieval—matching the healthy image-JEPA diagnostic pattern.
If this is right
- Text-compatible JEPA objectives must preserve multiple plausible completions—via distributional, mixture, contrastive, or semantic-level targets—rather than regress to one latent point.
- Marginal collapse-prevention alone is not enough on text: keeping covariance healthy does not guarantee predictability or avoid centroid degeneracy.
- JEPA-style gains reported when a generative language loss is kept alongside latent prediction are consistent with the thesis, because the generative term resolves token ambiguity first.
- Diagnostics should track the ordered chain—MI saturation and high conditional variance before rank and cosine collapse—not only final downstream scores.
Where Pith is reading between the lines
- Moving targets from tokens to higher-level spans or meanings may restore conditional concentration even under squared error, if those targets truly share a center.
- The same geometry likely limits other deterministic latent regressors on open-ended discrete sequences, not only JEPA-style predictors.
- A direct next experiment the paper motivates but does not run is a mixture- or set-valued latent predictor that can represent several live completions without averaging them.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript argues that deterministic squared-error latent prediction (JEPA) is structurally mismatched to token-level language because masked text lacks conditional concentration: multiple plausible completions have separated target representations, so the Bayes-optimal predictor is a centroid over heterogeneous alternatives. Three conditions — predictability, non-collapse, low conditional variance — are formalized via standard tools (DPI, Lipschitz concentration, bias–variance decomposition, separation lower bounds; App. B). Empirically, a constructed text JEPA (T-JEPA, BERT-Large on 100K C4 sentences) is compared to I-JEPA (ViT-H on 100K ImageNet) under matched protocols, tracking an InfoNCE MI proxy, effective rank, cosine similarity, train–val loss, and an estimated conditional target variance. T-JEPA shows MI saturation and elevated variance before loss divergence, rank degeneration, cosine collapse, and chance-level/zero downstream transfer (Table 2); the chain reproduces across five data seeds (App. D). App. J positions the result against LLM-JEPA/DLLM-JEPA (JEPA succeeds only as an auxiliary to a generative anchor), and App. K proves SIGReg cannot fix predictability or centroid degeneracy, with an explicit falsifiable prediction.
Significance. If the central claim holds, the paper gives a clean, mechanistic answer to a genuinely open question — why JEPA-style latent prediction has transferred to images, video, and audio but not become a standard text-encoder objective — and it does so with several practices worth crediting: an explicit falsifiable prediction (Consequence IV, App. K: T-JEPA+SIGReg should pass geometric collapse tests while still failing MI/transfer), five-seed replication of the diagnostic chain (App. D), a reconciliation with the strongest apparent counterexamples (LLM-JEPA's γ=0 ablation, App. J), and open disclosure of the diagnostic-schedule tuning (§5.1, App. F). The theoretical apparatus is elementary (conditional-mean optimality, total variance, DPI), but it is correctly stated and used to organize a coherent five-metric diagnostic protocol rather than to smuggle in the conclusion. The empirical scale is small and largely single-configuration, so the result is best read as a well-supported mechanistic hypothesis rather than a settled law; within that scope it would be of clear interest to the SSL and representation-learning communities.
major comments (5)
- [§2 / App. J] §2 and throughout: the manuscript never reconciles its thesis with data2vec (Baevski et al., 2022), which is cited once as an 'important precursor' but is, functionally, deterministic EMA-teacher latent prediction at masked positions trained successfully on text — nearly the same objective family as T-JEPA, with strong downstream results. This is the most direct empirical counterexample to the claim that squared-error latent prediction is mismatched to token-level language, and App. J's treatment of LLM-JEPA/DLLM-JEPA does not cover it (data2vec has no generative anchor). The paper needs a dedicated analysis: is the difference the target (average of top-K layers vs. position-specific token states), mask ratio (data2vec uses much higher masking), block masking, training scale/duration, or normalization of targets? Without this, a reader cannot tell whether T-JEPA diagnoses an objective–ge
- [§5.4 and App. C.3] The cross-modal quantitative comparison of irreducible variance ('roughly double I-JEPA's level', supporting Consequence III) rests on two estimators that measure different things. For text, dVar is dispersion of EMA-encoder embeddings of oracle-sampled span completions weighted by oracle probabilities (semantic alternatives). For images, dVar is dispersion under Gaussian pixel noise (σ_aug=0.2) and sign flips — i.e., encoder smoothness to augmentation, not the conditional uncertainty of masked-patch content given context. A perfectly smooth image encoder yields near-zero image dVar regardless of how ambiguous the masked patch actually is. The text estimator conditions on genuine alternative completions; the image estimator does not. The qualitative conclusion (text variance elevated pre-collapse, collapsing only with rank degeneration) may still hold, but the numeric cross-modality gap
- [§5.1 / Table 1 / App. F] The temporal failure signature in Table 1 — the paper's central empirical claim — is demonstrated only under the 15-epoch diagnostic schedule that §5.1 states 'was chosen to make collapse dynamics observable.' App. F argues the standardized 10-epoch schedule collapses 'faster,' but supports this only with downstream endpoints (Table 2), not with the five diagnostic trajectories under that schedule. The ordering (MI saturation and high dVar precede rank collapse) is therefore established in exactly one, explicitly engineered optimization regime. Since the ordering — not merely the collapse — is what distinguishes this paper's mechanism from generic optimization instability, the manuscript should show the diagnostic curves (MI, dVar, erank, cosine, loss) under the standardized schedule and ideally one or two intermediate schedules, demonstrating that the ordering is schedule-invariant even
- [§5.2–5.3 / App. C.2] The effective-rank evidence has two unresolved issues. (1) Both models sit at erank ≈ 4.7–4.85 (out of d=1024/1280) before T-JEPA's collapse; characterizing 4.66 as 'non-trivial rank' (§5.2) is misleading — both spectra are extremely concentrated, and the I-JEPA/T-JEPA contrast is 4.85 vs. 1.57, not full-rank vs. collapsed. (2) The late-training divergence — training erank inflating to 494–545 while validation erank falls to 1.57 (§5.3) — is interpreted as 'the training objective gamed by overfitting to noise,' but the estimation protocol (batch size / number of representations per covariance estimate, computed 'every 10 training steps' per App. C.2) is not reported, and small-sample covariance estimates can produce exactly this kind of train/val spectral divergence. Please report the estimator details, confidence intervals across the five seeds, and temper the causal gloss until the est
- [§4.1 / App. C.1] The MI proxy Î = log N − L_InfoNCE uses a fixed dot-product critic s(z_C, z_T) = z_C^⊤ z_T with no learned projection (App. C.1). A low value then certifies only that target identity is not linearly decodable from the context representation under this particular geometry — not that I(z_C; z_T) is small; the encoder could store predictive information in a form invisible to a bilinear critic. The argument is comparative (T-JEPA plateau vs. I-JEPA rise under the same critic), which mitigates but does not eliminate the concern, since the two encoders have different dimensionalities and masking geometries. At minimum, report the proxy with a stronger (e.g., learned projection / MLP) critic, and soften language such as 'MI saturation' to reflect that this is a lower-bound proxy under a restricted critic class. Relatedly, the 1/N inside the log in Eq. (60) is nonstandard — please reconcile with
minor comments (7)
- [Table 2] Table 2: T-JEPA IMDB accuracy 50.02 with F1 66.68 is the signature of single-class (majority) prediction; please report macro-F1 or note this explicitly so the F1 column is not read as evidence of residual signal.
- [§5.1 vs. App. F] §5.1 states T-JEPA EMA momentum τ = 0.996 while App. F specifies τ = 0.9996 for the downstream runs. These are different protocols and that is fine, but the discrepancy should be flagged in one place to avoid appearing to be an inconsistency.
- [App. D / §5.5] App. D: 'it's objective' and 'each seed has it's own' — grammatical errors (its). Also in the main text, §5.5 refers to 'Sections 5.2–4.3' (should be 5.2–5.4).
- [App. G] Terminology alternates between 'centroid degeneracy' (Abstract, Consequence III) and 'centroid degeneration' (App. G); please standardize.
- [App. G] App. G: the claim that T-JEPA token embeddings span 'a t-SNE range of ~0.003' is not interpretable without the overall plot scale, since t-SNE axes are in arbitrary units; report the ratio to the full embedding extent or use a scale-invariant statistic.
- [App. B.1.2] The conditional perplexity range 8–32 (App. B.1.2) is stated without a citation or measurement; please source it or label it as an assumption.
- [§5.5] BYOL_M vs. BYOL_R (§5.5): the Replace setting keeps one view as the uncorrupted original, so the two-view task is substantially easier independent of conditional ambiguity; the interpretation as support for the ambiguity mechanism should acknowledge this confound.
Circularity Check
No load-bearing circularity: MSE/conditional-mean theory and empirical failure ordering are independent of their inputs; only mild experimental-design self-containment.
full rationale
The paper’s central chain is: (i) squared-error JEPA is Bayes-optimal at the conditional mean (Eq. 6, Prop. B.12); (ii) under a separation assumption on plausible text completions, that mean is a non-representative centroid and residual variance is bounded below (Props. B.5, B.16–B.17); (iii) collapse is then an available low-variance escape (Prop. B.10); (iv) matched I-JEPA vs T-JEPA runs should therefore show MI saturation and elevated dVar before rank/cosine collapse and poor transfer. Steps (i)–(iii) are standard bias–variance and DPI arguments under explicitly stated assumptions; they do not define the empirical diagnostics to equal the conclusion, nor do they import a uniqueness theorem from the authors. Step (iv) is tested with held-out MI proxy, effective rank, cosine stats, irreducible-variance estimator, multi-seed C4 draws, and frozen-encoder downstream tasks—quantities not fitted to force the ordering. The only mild self-containment note is methodological, not definitional: the long warmup “was chosen to make collapse dynamics observable” (§5.1), but App. F reports the same collapse under the shorter standardized schedule, so the result is not manufactured by that choice. Author-overlapping citations (e.g. TI-JEPA) appear only as related work, not as load-bearing premises. Score 1 rather than 0 only for that schedule caveat; no circular step meets the quote-and-reduce bar.
Axiom & Free-Parameter Ledger
free parameters (6)
- Diagnostic LR schedule / 10-epoch warmup to 1e-3 then cosine to 1e-6 over 15 epochs =
warmup 2e-4→1e-3 over 10 epochs; 15 epochs total
- EMA momentum τ =
0.996 (diagnostics); 0.9996 (downstream T-JEPA)
- Text span masking budget and span geometry =
1–5 spans, length 1–5; ~15–20% tokens downstream
- Conditional variance estimator K and oracle threshold =
K=16; ε_min=0.001
- InfoNCE proxy queue size and temperature =
N=2048; τ=0.1
- Data scale and backbone pair =
100K diagnostics; 3M downstream C4; d=1280 vs 1024
axioms (6)
- standard math Data processing inequality: latent I(z_C; z_T) cannot exceed raw context–target information (Lemma B.1).
- standard math Squared-error optimal predictor is the conditional mean (Eq. 6; Prop. B.12).
- domain assumption Natural images have bounded local variation and locally Lipschitz target maps, yielding spatial concentration (Prop. B.3, Assumption 3).
- domain assumption Target separation: plausible token completions remain at least Δ apart in target representation space unless the encoder collapses them (Assumption 1 / 4).
- domain assumption Non-degenerate visual targets: masked image targets retain content variation beyond position (Assumption 2).
- ad hoc to paper T-JEPA with EMA + stop-gradient + span masking is the appropriate pure-text counterpart to I-JEPA for testing the paradox.
invented entities (3)
-
Conditional concentration (as JEPA suitability criterion)
independent evidence
-
Centroid degeneracy
independent evidence
-
T-JEPA (this paper's text JEPA instantiation)
no independent evidence
read the original abstract
Joint-Embedding Predictive Architectures (JEPAs) are effective for images, video, and audio, yet deterministic JEPA-style latent prediction has not become a standard objective for text encoders. We argue that this gap reflects a mismatch between squared-error latent prediction and the conditional structure of language. The key requirement is conditional concentration: given a context and target location, the target representation should lie near a single meaningful point. Local image prediction often satisfies this through spatial continuity, whereas masked text can admit multiple valid token or span completions whose representations need not share a coherent center. We formalize this mismatch through three conditions---predictability, non-collapse, and low conditional variance---and show how their failure creates centroid degeneracy and collapse pressure in text. Matched I-JEPA and T-JEPA experiments reveal the predicted sequence: mutual-information saturation and elevated target variance precede train--validation instability, effective-rank degeneration, cosine collapse, and poor downstream transfer. The same pattern appears across five independent data seeds, indicating that it is not a sampling artifact. These results do not rule out predictive learning for language; they show that text-compatible JEPA objectives must preserve multiple plausible completions rather than compress them into a single latent point.
Figures
Reference graph
Works this paper leans on
-
[1]
2006 , isbn =
Elements of Information Theory , author =. 2006 , isbn =
2006
-
[2]
Shannon, C. E. , title =. The Bell System Technical Journal , year =
-
[3]
Proceedings of the 36th International Conference on Machine Learning , pages =
On Variational Bounds of Mutual Information , author =. Proceedings of the 36th International Conference on Machine Learning , pages =. 2019 , editor =
2019
-
[4]
2018 , eprint =
Representation Learning with Contrastive Predictive Coding , author =. 2018 , eprint =
2018
-
[5]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =
He, Kaiming and Fan, Haoqi and Wu, Yuxin and Xie, Saining and Girshick, Ross , title =. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =
-
[6]
A Path Towards Autonomous Machine Intelligence , author =
-
[7]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =
Assran, Mahmoud and Duval, Quentin and Misra, Ishan and Bojanowski, Piotr and Vincent, Pascal and Rabbat, Michael and LeCun, Yann and Ballas, Nicolas , title =. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =
-
[8]
International Conference on Learning Representations , year =
An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale , author =. International Conference on Learning Representations , year =
-
[9]
2019 , address =
Devlin, Jacob and Chang, Ming-Wei and Lee, Kenton and Toutanova, Kristina , booktitle =. 2019 , address =
2019
-
[10]
Deng, Jia and Dong, Wei and Socher, Richard and Li, Li-Jia and Li, Kai and Fei-Fei, Li , booktitle =
-
[11]
Journal of Machine Learning Research , volume =
Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer , author =. Journal of Machine Learning Research , volume =
-
[12]
Transactions on Machine Learning Research , year =
Revisiting Feature Prediction for Learning Visual Representations from Video , author =. Transactions on Machine Learning Research , year =
-
[13]
IEEE International Conference on Multimedia and Expo , year =
Tuncay, Ludovic and Labb. IEEE International Conference on Multimedia and Expo , year =
-
[14]
Bootstrap Your Own Latent: A New Approach to Self-Supervised Learning , booktitle =
Grill, Jean-Bastien and Strub, Florian and Altch. Bootstrap Your Own Latent: A New Approach to Self-Supervised Learning , booktitle =
-
[15]
Proceedings of the 37th International Conference on Machine Learning , pages =
Chen, Ting and Kornblith, Simon and Norouzi, Mohammad and Hinton, Geoffrey , title =. Proceedings of the 37th International Conference on Machine Learning , pages =. 2020 , volume =
2020
-
[16]
Proceedings of the 38th International Conference on Machine Learning , pages =
Barlow Twins: Self-Supervised Learning via Redundancy Reduction , author =. Proceedings of the 38th International Conference on Machine Learning , pages =. 2021 , volume =
2021
-
[17]
Bardes, Adrien and Ponce, Jean and LeCun, Yann , booktitle =
-
[18]
Balestriero, Randall and LeCun, Yann , year =. 2511.08544 , archivePrefix =
-
[19]
Maes, Lucas and Le Lidec, Quentin and Scieur, Damien and LeCun, Yann and Balestriero, Randall , year =. 2603.19312 , archivePrefix =
-
[20]
OpenAI Blog , volume =
Language Models are Unsupervised Multitask Learners , author =. OpenAI Blog , volume =
-
[21]
and Kaiser,
Vaswani, Ashish and Shazeer, Noam and Parmar, Niki and Uszkoreit, Jakob and Jones, Llion and Gomez, Aidan N. and Kaiser,. Attention is All You Need , booktitle =
-
[22]
Brown, Tom and Mann, Benjamin and Ryder, Nick and Subbiah, Melanie and Kaplan, Jared D. and Dhariwal, Prafulla and Neelakantan, Arvind and Shyam, Pranav and Sastry, Girish and Askell, Amanda and Agarwal, Sandhini and Herbert-Voss, Ariel and Krueger, Gretchen and Henighan, Tom and Child, Rewon and Ramesh, Aditya and Ziegler, Daniel and Wu, Jeffrey and Wint...
-
[23]
International Conference on Learning Representations , year =
Understanding Dimensional Collapse in Contrastive Self-Supervised Learning , author =. International Conference on Learning Representations , year =
-
[24]
Proceedings of the 2015 Conference on Innovations in Theoretical Computer Science , pages =
Feige, Uriel , title =. Proceedings of the 2015 Conference on Innovations in Theoretical Computer Science , pages =. 2015 , publisher =
2015
-
[25]
2020 , address =
Lewis, Mike and Liu, Yinhan and Goyal, Naman and Ghazvininejad, Marjan and Mohamed, Abdelrahman and Levy, Omer and Stoyanov, Veselin and Zettlemoyer, Luke , booktitle =. 2020 , address =
2020
-
[26]
and Manning, Christopher D
Clark, Kevin and Luong, Minh-Thang and Le, Quoc V. and Manning, Christopher D. , booktitle =
-
[27]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =
Masked Autoencoders Are Scalable Vision Learners , author =. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =
-
[28]
Bao, Hangbo and Dong, Li and Piao, Songhao and Wei, Furu , booktitle =
-
[29]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =
Exploring Simple Siamese Representation Learning , author =. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages =
-
[30]
Proceedings of the IEEE/CVF International Conference on Computer Vision , pages =
Emerging Properties in Self-Supervised Vision Transformers , author =. Proceedings of the IEEE/CVF International Conference on Computer Vision , pages =
-
[31]
Zhou, Jinghao and Wei, Chen and Wang, Huiyu and Shen, Wei and Xie, Cihang and Yuille, Alan and Kong, Tao , booktitle =
-
[32]
European Conference on Computer Vision , year =
Masked Siamese Networks for Label-Efficient Learning , author =. European Conference on Computer Vision , year =
-
[33]
2022 , volume =
Baevski, Alexei and Hsu, Wei-Ning and Xu, Qiantong and Babu, Arun and Gu, Jiatao and Auli, Michael , booktitle =. 2022 , volume =
2022
-
[34]
Le, Trong and Thai, Phat and Nguyen, Sang and Hua, Minh and Pham, Ngan and Bui, Thang and Quan, Tho and Bui, Tuan , booktitle =
-
[35]
and Daly, Raymond E
Maas, Andrew L. and Daly, Raymond E. and Pham, Peter T. and Huang, Dan and Ng, Andrew Y. and Potts, Christopher , title =. Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies , month =. 2011 , address =
2011
-
[36]
and Angeli, Gabor and Potts, Christopher and Manning, Christopher D
Bowman, Samuel R. and Angeli, Gabor and Potts, Christopher and Manning, Christopher D. A large annotated corpus for learning natural language inference. Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing. 2015. doi:10.18653/v1/D15-1075
-
[37]
MTEB : Massive Text Embedding Benchmark
Muennighoff, Niklas and Tazi, Nouamane and Magne, Loic and Reimers, Nils. MTEB : Massive Text Embedding Benchmark. Proceedings of the 17th Conference of the European Chapter of the Association for Computational Linguistics. 2023. doi:10.18653/v1/2023.eacl-main.148
-
[38]
Assran, Mido and Bardes, Adrien and Fan, David and Garrido, Quentin and Howes, Russell and Komeili, Mojtaba and Muckley, Matthew and Rizvi, Ammar and Roberts, Claire and Sinha, Koustuv and Zholus, Artem and Arnaud, Sergio and Gejji, Abha and Martin, Ada and Hogan, Francois Robert and Dugas, Daniel and Bojanowski, Piotr and Khalidov, Vasil and Labatut, Pat...
-
[39]
Fei, Zhengcong and Fan, Mingyuan and Huang, Junshi , year =. 2311.15830 , archivePrefix =
-
[40]
Vo, Khang H. N. and Nguyen, Duc P. T. and Nguyen, Thong T. and Quan, Tho T. , booktitle =
-
[41]
Chen, Delong and Shukor, Mustafa and Moutakanni, Theo and Chung, Willy and Yu, Jade and Kasarla, Tejaswi and Bolourchi, Allen and LeCun, Yann and Fung, Pascale , year =. 2512.10942 , archivePrefix =
-
[42]
Advances in Neural Information Processing Systems , volume =
Connecting Joint-Embedding Predictive Architecture with Contrastive Self-Supervised Learning , author =. Advances in Neural Information Processing Systems , volume =
-
[43]
Hai Huang and Yann LeCun and Randall Balestriero , booktitle=
-
[44]
Sangdae Nam , booktitle=
-
[45]
Rich Caruana , title =. Machine Learning , year =. doi:10.1023/A:1007379606734 , issn =
-
[46]
International Conference on Learning Representations , year=
Reinforcement Learning with Unsupervised Auxiliary Tasks , author=. International Conference on Learning Representations , year=
-
[47]
Neural Generation of Regular Expressions from Natural Language with Minimal Domain Knowledge
Locascio, Nicholas and Narasimhan, Karthik and DeLeon, Eduardo and Kushman, Nate and Barzilay, Regina. Neural Generation of Regular Expressions from Natural Language with Minimal Domain Knowledge. Proceedings of the 2016 Conference on Empirical Methods in Natural Language Processing. 2016. doi:10.18653/v1/D16-1197
-
[48]
2021 , eprint=
Training Verifiers to Solve Math Word Problems , author=. 2021 , eprint=
2021
-
[49]
Li, Lihuan and Xue, Hao and Song, Yang and Salim, Flora , title =. Proceedings of the 32nd ACM International Conference on Advances in Geographic Information Systems , pages =. 2024 , isbn =. doi:10.1145/3678717.3691271 , abstract =
arXiv 2024
-
[50]
The Thirteenth International Conference on Learning Representations , year =
Hugo Thimonier and Jos. The Thirteenth International Conference on Learning Representations , year =
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.