effective-architectures-are-geometry-matched-compression

IN derived (depth 4)

Created 2026-06-21T10:27:01+00:00 · Reviewed 2026-06-21T15:37:01+00:00

Since prediction and compression are formally equivalent, and data geometry (the manifold hypothesis) offers a geometric explanation for why certain architectural inductive biases succeed, effective ML architectures can be understood as implicit compression algorithms whose success depends on alignment with the data's intrinsic geometry. CNNs exploit spatial locality and transformers exploit relational structure, and this framework suggests they succeed when the data's geometric properties match their compression strategy — though the formal connection between manifold geometry and the prediction-compression equivalence remains conceptual rather than proven.

Justifications

SL — Learning-compression equivalence (d1) + geometry-driven architecture (d3) reveals architectures as manifold-matched compressors

Antecedents (all must be IN):

  • IN prediction-compression-manifold-unified-view — Prediction and compression are formally equivalent (Delétang et al., 2023), and the manifold hypothesis — that high-dimensional data lies on low-dimensional manifolds — offers a geometric explanation for why compression is effective in practice. Together, these ideas suggest a connection between learning, compression, and geometry, though the formal link between the manifold hypothesis and the prediction-compression equivalence is conceptual rather than proven.
  • IN data-geometry-not-capacity-determines-architecture — Architecture design is governed by data geometry rather than model capacity — the manifold hypothesis explains why inductive biases (local connectivity, weight sharing) succeed, while the depth bottleneck reveals that theoretical capacity (universal approximation) matters less than trainability (residual connections enabling gradient flow through the data manifold's structure).

Dependents

These beliefs depend on this one: