Primitive State Representations
- Primitive state representations are succinct, foundational encodings that capture essential system dynamics via discrete, compositional, or algebraic decompositions.
- They enable efficient dimensionality reduction in reinforcement learning, robotics, and 3D modeling by transforming high-dimensional states into tractable, low-dimensional forms.
- Their algebraic and automata-theoretic formulations support scalable system design, robust transfer, and interpretable architectures across diverse computational domains.
A primitive state representation is a succinct, foundational encoding of system state, typically constructed via discrete, compositional, or algebraic decompositions, with the aim of capturing essential dynamics without dependence on high-dimensional, opaque, or over-parameterized state spaces. The concept is realized across theoretical computer science, reinforcement learning, robotics, and geometric group theory, where minimal, interpretable, and transferable representations are favored for scalability, tractability, and invariance. This article surveys formal definitions, construction methodologies, practical instantiations, empirical benefits, and notable applications, ranging from RL-driven optimization to distributed systems, 3D perception, and low-dimensional hyperbolic geometry.
1. Foundational Formalisms and Definitions
Primitive state representations originate from the program of describing complex system behavior using algebraically minimal, recursive, or compositional constructs. The most canonical setting is the sequence-primitive recursive (s.p.r.) function formalism, which provides an alternative to the standard set-tuple-transition view of state machines:
Let be an input alphabet and an output set. A sequence map is a function , where denotes all finite words over . The map is s.p.r. if there exists an auxiliary set (typically representing “hidden” or “internal” states), an initial state , a “step” function , and an “output” map , such that for all :
This recursive structure coincides with the characterization of arbitrary Moore (or Mealy) machines. The algebraic perspective enables composition, product, and feedback constructions for distributed or concurrent systems, all within a primitive recursive schema (Yodaiken, 2016).
2. Construction Techniques in RL and Optimization
A key application of primitive state representations is in reinforcement learning for numerical optimization under computation and iteration constraints. In Sequential Update Selection (SUS) agents, the primitive state space is defined as a low-dimensional, finite, discrete approximation of an otherwise high-dimensional environment state :
where and are the numbers of bins (granularities) for two salient features:
- : Discretized, normalized objective-value progress, given by with for bounds .
- : Discretized budget usage, .
This projection dramatically reduces dimensionality, making tabular RL methods feasible and ensuring sample complexity scales as . Theoretically, this avoids the “curse of dimensionality” and enables efficient policy learning even when full state description is intractable (Sala, 2024).
3. Discrete, Symbolic, and Tokenized Primitives in Learning Architectures
Primitive state representations manifest as discrete codebooks or symbolic vocabularies in self-supervised sequence modeling. In motion analysis, the MoPFormer architecture tokenizes inertial sensor streams into discrete “motion primitives”:
- Raw time series , , are segmented into non-overlapping windows of length .
- Each segment is mapped to its nearest prototype in a learned codebook via .
- The sequence of primitive indices forms an interpretable, fixed-size representation.
The model is pre-trained with masked prediction objectives (predicting missing token indices from context) and processes these discrete primitive sequences with attention-based encoders. Primitive states in this context serve as universal building blocks—shared, symbolic subunits that generalize across activities, subjects, and sensors, enabling robust transfer and diagnosis in human activity recognition (Zhang et al., 27 May 2025).
4. Explicit Primitive-Based 3D Representations
Primitive representations are central in explicit 3D modeling approaches for view synthesis and robotics. Instead of field-based (implicit) parameterizations, such as K-Planes, explicit primitive models use structured sets:
- Gaussian Splatting (GS): Objects are encoded as weighted anisotropic Gaussians . The volumetric density is .
- Convex Splatting (CS): Objects are composed of convex polyhedra, each with vertices and color/alpha .
These primitive-based models achieve compact, interpretable, and clutter-free geometry representations critical for safety-critical applications like collision avoidance. Empirical results show that convex representations require orders of magnitude fewer parameters and achieve better true positive coverage (TPR=1.00) with no “floaters”—unattached, spurious geometry—compared to implicit or unstructured alternatives (Smijter et al., 12 Sep 2025).
| Method | Primitives | IoU | TPR | FPR | Total Params |
|---|---|---|---|---|---|
| K-Planes | - | 0.18 | 0.93 | 0.81 | 33.9M |
| Gaussian GS | 2.1k–4.3k | 0.48–0.53 | 0.90–0.96 | 0.13–0.15 | 2.1–4.3M |
| Convex CS | 420–670 | 0.37–0.4 | 1.00 | 0.26–0.30 | 0.42–0.46M |
Optimized use of appearance embeddings primarily reduces the number of primitives needed for photometric fidelity, but does not yield substantive geometric improvement (Smijter et al., 12 Sep 2025).
5. Algebraic and Automata-Theoretic Compositionality
Primitive state representations form the backbone of scalable and compositional system specifications, particularly in automata theory and distributed protocols. The s.p.r. sequence map framework allows the specification, verification, and composition of systems like the Paxos protocol, hierarchical counters, or parallel state machines. Internal state, input translation, and output generation remain within closed, recursive definitions—eschewing the need for higher-order logic, temporal operators, or fairness constraints. This enables both analytical tractability and direct correspondence to engineering implementations (Yodaiken, 2016).
6. Primitive-Stable Representations in Geometric Group Theory
In low-dimensional topology, primitive-stable representations refer to certain classes of free group homomorphisms into with geometric stability properties. For a free group and representation , the map is primitive-stable if the axis of every primitive element is mapped to a uniform quasi-geodesic in hyperbolic 3-space. This property is independent of generating set and persists under algebraic and geometric limits.
Main results include:
- For closed 3-manifolds of sufficiently high Heegaard distance (with bounded subsurface Heegaard distance), the inclusions are primitive-stable.
- Primitive-stable representations densely approximate boundary points of Schottky space, providing a bridge between combinatorial group presentations and hyperbolic manifold geometry.
- It is possible to construct sequences of primitive-stable representations with and bounded image covolume, demonstrating that domain rank is decoupled from geometric complexity (Kim et al., 2013, Minsky et al., 2010).
7. Interpretation, Generalization, and Practical Impact
Primitive state representations have concrete empirical and theoretical advantages:
- Efficient RL training and deployment via low-dimensional (e.g., SUS agents achieve lower objective value than hyperparameter-optimized baselines).
- Substantial improvements in zero-shot and cross-domain transfer via interpretably tokenized primitives (e.g., MoPFormer exceeds prior methods by $3–6$ accuracy points and shows $13$-point drops without pretraining).
- Extreme parameter efficiency, interpretability, and geometric reliability in 3D modeling (e.g., convex splatting for robotics).
- Scalable specification, composition, and analysis of distributed and concurrent systems in software and protocol engineering.
- In group theory, the ability to realize stability, openness, and density properties in representation spaces, with applications to both theoretical and geometric problems.
A plausible implication is that further reductions in the granularity or choice of primitive features may enable new forms of invariance, modularity, and transferability in large-scale decision, modeling, and algebraic systems. This suggests that primitive state representations will continue to underlie scalable, robust, and interpretable architectures across scientific domains.