Definition
Given a set of transformations that act on an environment’s states (or a task’s inputs) without changing the underlying task-relevant content (e.g. relabelings of states that preserve transition dynamics, or permutations of actions that preserve reward structure), a learned representation is invariant to if for all . Rather than assuming invariance is dictated purely by the environment’s own symmetry group, this node covers papers that empirically discover which symmetry group a real trained network’s representation ends up invariant to, and show this choice tracks the training objective rather than being architecturally imposed or environment-determined alone.
Relative to other distribution-property nodes
Anisotropy and Dimensional collapse both measure a single static statistic of an embedding population (directional concentration, rank). This node instead measures a relational property — invariance to a specified group action — which requires comparing representations of transformed vs. untransformed inputs, not a property readable from one population of vectors alone.
Key evidence
Halvagal, Lee & Chung (2026) train real DQN (value-based) and PPO
(policy-gradient) agents on real navigation tasks and use MDP-reduction
theory to test which symmetry classes each agent’s learned
representation is invariant to. They find the value-based method (DQN)
learns representations invariant to MDP-homomorphism symmetries (states
that are behaviorally equivalent under the task’s reward/transition
structure), while the policy-gradient method (PPO) instead learns
representations invariant to action symmetries — a discovered, not
imposed, dependence of which invariance class emerges on the learning
objective, consistent across domains and with measured downstream
consequences for transfer learning. See
halvagal-lee-chung-2026-dqn-and-ppo-agents-trained-on-the-same-real-navigation-task-develop-representations-invariant-to-different-symmetry-classes-depending-on-learning-objective.
Key papers
- Halvagal, M. S., Lee, S. & Chung, S. (2026). Task-Induced Representational Invariances Depend on Learning Objective in Deep RL. arXiv:2606.01868 — origin of the MDP-homomorphism-vs-action-symmetry distinction and its measured dependence on RL algorithm choice.