Beyond Rationality: Simulating Human Collective Behavior via Artificial Emotion

Collective behavior simulation based on agent with artificial emotion

2019-05-01
Yongbin Zhu, Jun-sheng Li
Summary
Problem
Method
Results
Takeaways
Abstract

This paper introduces a multi-layer modeling framework for collective behavior simulation, integrating Personality, Emotion, Mood, and Behavior (PEMB). By utilizing the Netlogo platform, it successfully simulates the emergence of self-organized human groups under non-rational, emotionally driven conditions.

TL;DR

Researchers have developed a multi-layered agent-based model that moves beyond simple "follow-the-leader" physics. By incorporating Personality, Emotion, and Mood (PEM), the model simulates how humans form self-organized groups—not through logic, but through the "soft binding" of emotional satisfaction and social interaction.

The Missing Piece: Why Rational Models Fail

Most swarm intelligence studies are inspired by the movement of birds or fish. However, human groups are far more complex. We don't just move; we feel. Prior work often overlooks the fact that human "self-organization" is frequently an irrational process driven by temperamental similarity, mutual trust, or the sting of social exclusion.

Methodology: The PEMB Hierarchical Architecture

The core of this research lies in its multi-level psychological engine, which dictates how an agent perceives its world and neighbors.

  1. Personality (FFM): The static foundation based on the "Big Five" (Openness, Conscientiousness, Extraversion, Agreeableness, Neuroticism). This determines the agent's baseline behavior.
  2. Emotion (Ekman's Six): A dynamic 6D vector (Joy, Sadness, Anger, etc.) that responds to external stimuli.
  3. Mood: A more stable, slower-changing state (Excited, Normal, Negative) modeled using neural cell state space equations to ensure continuity.
  4. Behavior Choice: A Bayesian network-driven selection process that maps internal states to actions like "close," "leave," or "wander."

Model Architecture and Emergence Fig 1: The emergence of self-organized collective behavior based on the PEMB framework.

The Interaction Logic

The "secret sauce" is the Interaction Update Function. Agents don't just bump into each other; they evaluate every encounter. If Agent A has a "friendly" interaction with Agent B, the relationship value increases. This creates a mathematical "vibe" that dictates future social proximity.

Experimental Insights: Social Needs and Group Cohesion

Using the Netlogo platform, the researchers tracked individual agents (like Agent 14) and the global population.

  • The Tipping Point: Agents remain "quiet" until social contact triggers emotional fluctuations. As interactions increase, the richness of the agent's emotional world expands.
  • The Cohesion Paradox: The simulation reveals that self-organized groups without formal leaders are inherently unstable. As the global "average mood" changes, groups reach a saturation point where members begin to leave, leading to a perpetual cycle of aggregation and dissolution.

Emotional and Mood Transitions Fig 2: Group emergence states and corresponding mood change curves across 360 simulation cycles.

Exclusion and Loneliness

The model also captured "social exclusion." If an agent is rejected by a cluster, its negative emotions strengthen, reinforcing an "avoidance" behavior. This accurately reflects how negative group dynamics can amplify individual loneliness—a level of psychological depth rarely seen in traditional crowd simulations.

Critical Analysis & Conclusion

Takeaway

This work successfully bridges the gap between social psychology and computational modeling. By proving that "irrational" factors like mood and personality are the primary drivers of group stability, it provides a more robust framework for simulating realistic human environments.

Limitations & Future Work

While the model is sophisticated, it currently relies on discrete "atomic actions." Future iterations could integrate Deep Learning to allow for more nuanced, continuous behavior patterns. Additionally, exploring how "core figures" (leaders) stabilize these groups using the same emotional mechanics would be a significant next step.

In summary: If we want to simulate humans, we must first simulate their hearts. This paper provides the mathematical blueprint to do exactly that.

Find Similar Papers

Try Our Examples

  • Search for recent papers that integrate the Five-Factor Model (FFM) with Deep Reinforcement Learning for social agent simulation.
  • Which study first introduced "Cognitive Reappraisal" into artificial intelligence, and how does this paper's implementation differ from the original Gross model?
  • Examine how these artificial emotion models are being applied to crowd control and public safety simulations in urban planning.
Contents
Beyond Rationality: Simulating Human Collective Behavior via Artificial Emotion
1. TL;DR
2. The Missing Piece: Why Rational Models Fail
3. Methodology: The PEMB Hierarchical Architecture
3.1. The Interaction Logic
4. Experimental Insights: Social Needs and Group Cohesion
4.1. Exclusion and Loneliness
5. Critical Analysis & Conclusion
5.1. Takeaway
5.2. Limitations & Future Work