Skip to main content

Module microexpr

Module microexpr 

Source
Expand description

Micro-expressions — involuntary emotional leaks during suppression.

When an entity suppresses emotions (via the regulation module), the true feeling can “leak” through as a brief, involuntary micro-expression. Based on Ekman’s research on facial action coding and deception (1969, 2003).

The leak probability increases with:

  • Suppression gap (how much is being hidden)
  • Emotional intensity (stronger feelings are harder to contain)
  • Stress level (stressed agents leak more)

The leak probability decreases with:

  • Personality traits (high formality, high confidence = better poker face)

Structs§

MicroExpression
A detected micro-expression — a brief involuntary display of true emotion.

Functions§

detect_micro_expressions
Detect micro-expressions from a regulated mood state.
detect_micro_expressions_personality
Detect micro-expressions with personality-modulated susceptibility.
detect_micro_expressions_stressed
Apply stress-modulated micro-expression detection.
leak_vector
Compute a summary leak vector — the aggregate micro-expression signal.
micro_expression_susceptibility
Susceptibility to micro-expressions based on personality traits.
stress_leak_multiplier
Compute micro-expression leak multiplier from stress.