Light Cones For Vision: Simple Causal Priors For Visual Hierarchy

arXiv cs.LG / 3/27/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper argues that standard vision models represent objects as independent Euclidean points and therefore struggle to capture hierarchical “parts within wholes” structure.
  • It introduces Worldline Slot Attention, which represents objects as persistent trajectories (worldlines) in spacetime with multiple slots across hierarchy levels, sharing spatial position but differing in temporal coordinates.
  • Experiments show Euclidean worldlines perform poorly (0.078 accuracy, below random chance), while Lorentzian worldlines achieve substantially higher accuracy (0.479–0.661) with reported 6x improvement replicated across 20+ runs.
  • The authors find that Lorentzian (causal/light-cone) geometry outperforms hyperbolic embeddings, suggesting visual hierarchy formation depends on asymmetric causal/temporal structure rather than purely tree-like radial branching.
  • The method is described as requiring only 11K parameters, with code released on GitHub for further exploration.

Abstract

Standard vision models treat objects as independent points in Euclidean space, unable to capture hierarchical structure like parts within wholes. We introduce Worldline Slot Attention, which models objects as persistent trajectories through spacetime worldlines, where each object has multiple slots at different hierarchy levels sharing the same spatial position but differing in temporal coordinates. This architecture consistently fails without geometric structure: Euclidean worldlines achieve 0.078 level accuracy, below random chance (0.33), while Lorentzian worldlines achieve 0.479-0.661 across three datasets: a 6x improvement replicated over 20+ independent runs. Lorentzian geometry also outperforms hyperbolic embeddings showing visual hierarchies require causal structure (temporal dependency) rather than tree structure (radial branching). Our results demonstrate that hierarchical object discovery requires geometric structure encoding asymmetric causality, an inductive bias absent from Euclidean space but natural to Lorentzian light cones, achieved with only 11K parameters. The code is available at: https://github.com/iclrsubmissiongram/loco.