Psychoacoustic models
What Are Psychoacoustic Models?
Psychoacoustic models are computational representations of the limitations and characteristics of human auditory perception, used in audio signal processing to determine how much distortion a listener will actually detect under given acoustic conditions. By quantifying masking phenomena, frequency sensitivity, and loudness thresholds, these models allow audio codecs to discard or coarsely quantize perceptually irrelevant information, achieving large reductions in data rate while maintaining subjective quality. They form the analytical core of every major perceptual audio compression standard, from MP3 to AAC and beyond.
The theoretical foundations of these models draw on decades of psychoacoustic research establishing the auditory system's frequency-selective properties. The critical band concept, developed by Harvey Fletcher in the 1930s and refined by Eberhard Zwicker's bark scale in the 1960s, showed that the auditory system resolves frequency in discrete perceptual channels. This work provided the key insight that two tones close in frequency interact in perception in ways that a simple linear model of the ear does not capture, and that these interactions could be exploited by a codec.
Masking and the Global Masking Threshold
The central output of a psychoacoustic model is the global masking threshold: a frequency-dependent curve specifying, at each moment in time, the minimum signal level that would be audible in the presence of the actual audio content. Any quantization noise kept below this threshold will be inaudible to the listener. Two masking phenomena contribute to this threshold. Simultaneous masking occurs when a loud tone or noise at one frequency raises the detection threshold for nearby frequencies at the same moment; the effect is asymmetric, with masking spreading more to higher frequencies than to lower ones. Temporal masking occurs both before a sound (pre-masking, lasting a few milliseconds) and after it (post-masking, lasting tens to hundreds of milliseconds). As the ScienceDirect overview of psychoacoustic models explains, the MPEG audio standard specifies two model implementations: Model 1, which identifies tonal components using local spectral peaks, and Model 2, which uses a tonality index to distinguish tone-like from noise-like spectral regions, producing more accurate thresholds at high frequencies.
Critical Bands and Frequency Resolution
Human frequency discrimination is nonlinear. Below roughly 500 Hz, frequency resolution is relatively constant; above that, resolution decreases with increasing frequency, a pattern reflected in the Bark and equivalent rectangular bandwidth (ERB) scales. Critical bands group nearby frequencies into perceptual units within which masking interactions are strongest. A psychoacoustic model operating on these units can apply a spreading function across the bark scale to estimate how a masker at one frequency elevates thresholds across its neighboring bands. The tutorial review of psychoacoustic models for perceptual audio coding identifies absolute hearing thresholds, critical band analysis, simultaneous masking, and temporal masking as the principal perceptual phenomena that must be modeled to compute a useful masking threshold.
Integration with Audio Codecs
In practice, psychoacoustic models operate in the frequency domain alongside a filterbank or transform stage. The codec computes a short-time spectrum of the audio signal, passes it through the psychoacoustic model to obtain the global masking threshold, and then allocates bits to each subband or spectral coefficient to keep quantization noise below the threshold. Standards such as MPEG-1 Layer III (MP3) and MPEG-2 Advanced Audio Coding (AAC), as documented by the MPEG working group through ISO/IEC, incorporate psychoacoustic models directly into the normative bitstream specification, making the model a defined part of the encoder architecture rather than an implementation option. Modern neural audio codecs have begun replacing hand-designed psychoacoustic models with learned perceptual loss functions, but the underlying principle, that only audible distortion matters, remains unchanged.
Applications
Psychoacoustic models have applications across a wide range of audio and multimedia fields, including:
- Lossy audio compression (MP3, AAC, Opus, Vorbis) for streaming and storage
- Digital radio broadcasting standards (DAB, HD Radio, DRM)
- Speech coding in telephony and voice communication systems
- Spatial audio and binaural rendering for virtual reality headsets
- Audio watermarking, where signals are embedded below the masking threshold
- Hearing aid signal processing and assistive listening devices