Logarithmic Perception and Encoding¶
Core Idea¶
A system facing a wide dynamic range organizes its sensitivity on the logarithm of magnitude rather than magnitude itself, committing to a ratio scale where equal internal increments mean equal ratios on the physical axis — a choice that lives in the axis, not the data.
How would you explain it like I'm…
How Many Times Bigger
Times-Bigger, Not How-Much
Ratio-Scale Sensing
Broad Use¶
- Psychophysics: just-noticeable differences scale with baseline; subjective magnitude is logarithmic in intensity.
- Sensory neuroscience: neurons in vision, audition, and olfaction encode intensity logarithmically over their range.
- Economics: diminishing marginal utility of wealth is modelled as log-utility — a proportional gain feels comparable anywhere.
- Numerical cognition: the mental number line is log-spaced in non-symbolic estimation.
- Audition: pitch is perceived on a log frequency scale; the octave (doubling) is the natural unit.
- Instrument scales: pH, Richter, stellar magnitudes, and decibels are all logarithmic re-encodings.
- Information theory: bits are log of the alphabet; entropy is built on log-probability.
Clarity¶
Makes visible a commitment that hides in the axis choice: misreading a log scale as linear is a category mistake — a magnitude-7 quake releases ~32× the energy of a magnitude-6, not "one unit more."
Manages Complexity¶
Compresses two simplifications into one move — range compression (wide spans fit a fixed resolution without saturating) and arithmetic compression (products of stimuli become sums of representations).
Abstract Reasoning¶
Equal increments encode equal ratios and sums of logs are logs of products, which turns Weber's law — minimum detectable change scaling with baseline — from an empirical oddity into a derivable consequence of the encoding choice.
Knowledge Transfer¶
- Neuroscience to interface design: because hearing is logarithmic, volume controls are wired exponentially.
- Economics to finance: Bernoulli's log-utility reasoning ports into log-returns that compose additively across instruments.
- Information theory to biology: log-base encoding efficiency for wide-range stimuli aligns with the log coding seen in sensory pathways.
Example¶
The Weber-Fechner law: integrating the measured rule that the just-noticeable difference scales with intensity (\(dS = k\,dI/I\)) yields subjective magnitude \(S = k\ln I + c\) — equal steps of sensation tracking equal ratios of stimulus.
Relationships to Other Primes¶
Parents (1) — more general patterns this builds on
- Logarithmic Perception and Encoding is a kind of, typical Representation — Log encoding is a representational CHOICE — re-expressing a wide-dynamic-range magnitude on a log axis so equal internal steps mean equal ratios; the commitment lives in the axis (the representation), not the data. is-a representation, specialized to ratio-scale re-encoding under wide range + proportional importance.
Path to root: Logarithmic Perception and Encoding → Representation → Abstraction
Not to Be Confused With¶
- Logarithmic Perception and Encoding is not Proportion Scale because the former is the active encoding transform with its engineering payoff, whereas the latter is a measurement-theory category (a scale with true zero and meaningful ratios).
- Logarithmic Perception and Encoding is not Allometry and Scaling Law because the former encodes one magnitude on a log axis, whereas allometry concerns a power-law exponent relating two quantities.
- Logarithmic Perception and Encoding is not Scale Invariance because the former is a transform a system applies to cope with range, whereas scale invariance is an intrinsic symmetry a phenomenon already possesses.