Files
website/content/research/2023-05-01-emergent-social-dynamics.mdx
Steffen Illium 0444067c2d
Some checks failed
Next.js App CI / docker (push) Failing after 3m19s
refined design
2025-09-14 22:49:23 +02:00

25 lines
2.6 KiB
Plaintext

---
title: "Emergent Social Dynamics"
tags: [artificial-life, complex-systems, neural-networks, self-organization, emergent-behavior, predictive-coding, artificial-chemistry, social-interaction]
excerpt: "Artificial chemistry networks develop predictive models via surprise minimization."
teaser: "/figures/18_surprised_soup_teaser.jpg"
venue: "ALIFE 2023"
---
This research extends the study of **artificial chemistry** systems populated by neural network "particles" <Cite bibtexKey="gabor2019self" />, focusing on the emergence of complex behaviors driven by **social interaction** rather than explicit programming. Building on systems where particles may exhibit self-replication, we introduce interactions based on principles of **predictive processing and surprise minimization** (akin to the Free Energy Principle).
<FloatingImage src="/figures/18_surprised_soup_teaser.jpg" alt="A stylized depiction of particles interacting in a soup, representing the core concept of the system." width={1200} height={800} float="right" caption="A stylized depiction of particles interacting in a soup, representing the core concept of the system." />
Specifically, particles are equipped with mechanisms enabling them to **recognize and build predictive models of their peers' behavior**. The learning process is driven by the minimization of prediction error, or "surprise," incentivizing particles to accurately anticipate the actions or state changes of others within the "soup."
Key observations from this setup include:
* The emergence of **stable behavioral patterns and population dynamics** purely from these local, predictive interactions. Notably, these emergent patterns often resemble the stability observed in systems where self-replication was an explicitly trained objective.
* The introduction of a unique **"catalyst" particle** designed to exert evolutionary pressure on the system, demonstrating how external influences or specialized agents can shape the collective dynamics.
<div className="my-6 text-center">
<CenteredImage src="/figures/18_surprised_soup_trajec.jpg" alt="Trajectories or state space visualization of the particle population dynamics over time" width={1200} height={800} caption="Visualization of particle trajectories or population dynamics within the 'social soup'." />
</div>
This study <Cite bibtexKey="zorn23surprise" /> highlights how complex, seemingly goal-directed social behaviors and stable ecosystem structures can emerge from simple, local rules based on mutual prediction and surprise minimization among interacting agents, offering insights into the self-organization of complex adaptive systems.