Identifiability¶
Core Idea¶
The condition under which an internal unknown — a parameter, mechanism, causal effect, or latent variable — is in principle recoverable from the observable signal the system makes available. The core is a uniqueness claim: the map from internals to observations is one-to-one within what the observation can see. When two distinct internals produce identical observations, the target is unidentified, and no amount of same-kind data can fix it.
How would you explain it like I'm…
Can You Even Tell?
Is the Answer Reachable?
One Cause or Two?
Broad Use¶
- Statistics and econometrics: parameter identifiability, rank conditions, instrumental variables.
- Causal inference: the do-calculus identification problem (decidable, with an algorithm).
- Control theory: structural and practical identifiability of dynamic-system parameters.
- Systems biology and pharmacokinetics: structurally non-identifiable compartmental models.
- Cryptography: one-way functions as the deliberate engineering of non-identifiability (sign-flipped).
- Philosophy of mind: the underdetermination of mental content by behavioural output.
- Machine learning: identifiability of factors in nonlinear ICA and disentangled representations.
Clarity¶
Separates can the answer in principle be recovered from this kind of data? from how well can we estimate it? — routing a stuck inference to the right diagnosis instead of blaming sample size for a degenerate channel.
Manages Complexity¶
Collapses "can we learn X from these data?" into a tractable structural-algebraic check on the model-and-channel pair, performed before any computation on the data, and recognized as one recurring test across a dozen substrate-specific methods.
Abstract Reasoning¶
Licenses portable moves: enumerate the equivalence class the channel induces on the target; enrich the channel, restrict by prior, or intervene to collapse it to a singleton — and recognize that the dual is anonymity, the same test wanting the class large.
Knowledge Transfer¶
- Causal graphs → systems biology: the identification algorithm drives experimental-design choices in pharmacology.
- Cryptography → privacy: indistinguishability's decision-theoretic framing carries to data-privacy guarantees.
- Econometrics → ML: weak identification maps onto flat-minima and practically-unidentified disentangled representations.
Example¶
A two-compartment pharmacokinetic model is structurally non-identifiable — distinct rate-constant triples produce identical blood-concentration curves — so denser sampling cannot separate them; only enriching the channel (a tissue biopsy) or restricting by prior can.
Relationships to Other Abstractions¶
Current abstraction Identifiability Prime
Parents (1) — more general patterns this builds on
-
Identifiability is a kind of Injectivity Prime
Identifiability is injectivity of an admissible internal-target-to-observation map.
Children (8) — more specific cases that build on this
-
Ecological Inference Problem Domain-specific is a kind of Identifiability
Ecological inference is the identifiability problem whose hidden target is an individual joint distribution and whose observation map returns group marginals.
-
Metric dimension (graph theory) Domain-specific is a kind of Identifiability
Identifiability (
prime:identifiability). -
Poe's Law Domain-specific is a kind of Identifiability
Poe's Law is the text-mediated intent-recovery specialization of Identifiability in which sincere and parodic hidden states produce the same observable content.
-
Unisolvent functions Domain-specific is a kind of Identifiability
The proposed strict upward parent is
prime:identifiability. -
Underspecification Prime is a kind of Identifiability
Underspecification is failed identifiability specialized to a criterion with a non-singleton admissible class, a hidden selector, and uncontrolled behavior that varies across selected representatives.
- Kinetic depth effect Domain-specific is part of Identifiability
Kinetic depth contains an identifiability transition in which motion plus rigidity shrink the 3D preimage of the retinal signal from many shapes to one structure up to depth sign.
- Gibson's Paradox Domain-specific is a decomposition of Identifiability
Stripped of the monetary frame, the same observed co-movement is compatible with multiple internal causal structures and cannot uniquely recover one.
- Kernel Domain-specific is a decomposition of Identifiability
Removing algebraic vocabulary from Kernel leaves the exact target-channel- equivalence-class test for whether internals are uniquely recoverable.
Hierarchy path (1) — routes to 1 parentless root
- Identifiability → Injectivity → Function (Mapping)
Not to Be Confused With¶
- Identifiability is not Falsifiability because falsifiability asks whether a hypothesis could be refuted by some observation whereas identifiability asks whether a unique internal value can be recovered.
- Identifiability is not Observability because observability asks whether a system's current state can be reconstructed from output whereas identifiability asks whether the model parameters can be recovered from behavior — its control-theoretic dual.
- Identifiability is not Confounding because confounding is one cause of non-identifiability (an open back-door path) whereas identifiability is the broader property that can fail for many reasons besides confounding.