Link to the code: brain-emulation GitHub repository

Digital Cloning as Optimization: How GANs Are Learning to Recreate Human Behavior


A research paper published in Procedia Computer Science via ScienceDirect approaches digital cloning from an angle that cuts through much of the philosophical fog surrounding the subject: it treats it as an optimization problem.

The paper, “Digital Cloning as a Self-Adaptive Multicriteria Optimization Process,” frames the challenge of creating a behavioral digital replica not as a consciousness question but as an engineering challenge. Given sufficient training data about a person’s behavior, preferences, communication style, and decision patterns, the paper proposes using generative adversarial networks to construct a model that reproduces those behaviors with measurable fidelity across multiple evaluation criteria simultaneously.

The approach is technically sound. It is also philosophically revealing, precisely because of where it succeeds and where it cannot reach.

What the Paper Proposes

The core architecture is a modified GAN framework adapted for behavioral rather than perceptual data. Standard GANs pit two neural networks against each other: a generator that produces synthetic outputs and a discriminator that evaluates whether those outputs are distinguishable from real examples. The system trains until the generator produces outputs the discriminator cannot reliably identify as synthetic.

The paper extends this to behavioral domains. The generator produces synthetic behaviors, decisions, conversational responses, and preferences. The discriminator evaluates whether these are distinguishable from documented behaviors of the target person. The “multicriteria” component addresses the fact that behavioral fidelity cannot be measured on a single axis: a clone might accurately reproduce verbal communication style while failing on decision-making patterns under stress, or might capture professional behavior accurately while missing personal interaction patterns entirely.

The self-adaptive component is a meta-learning layer that adjusts the weighting of different behavioral criteria based on the evaluation context. The system learns which behavioral dimensions matter most for a given deployment scenario and optimizes accordingly.

Why This Is Technically Impressive

Multicriteria behavioral optimization is genuinely difficult. Human behavior is high-dimensional, contextually variable, and partially contradictory. People behave differently in professional and personal contexts, make decisions differently under stress than under calm conditions, and adapt their communication style to their interlocutor in ways that require modeling both the person and the interaction context.

Previous approaches to behavioral digital cloning tended to optimize for a single behavioral dimension at a time, typically the most easily measurable one: voice reproduction, text generation, or facial expression. The multicriteria approach allows the system to balance multiple dimensions simultaneously, producing replicas that are more coherent across contexts rather than highly accurate in one domain while failing in others.

The self-adaptive weighting mechanism addresses a practical problem in deployment: different use cases require different behavioral priorities. An enterprise knowledge management application needs accurate domain knowledge reproduction. A grief counseling application needs accurate emotional tone and relational warmth. An entertainment application needs engaging personality expression. The same underlying model can be optimized differently for each context.

This connects to the MyPersonas CES 2026 demo and the broader enterprise digital twin market. The research paper provides a theoretical foundation for what commercial products are beginning to implement.

Where Behavioral Fidelity Ends

The paper is careful about what it claims. Its evaluation metrics are behavioral: the discriminator measures distinguishability on observable outputs. The research does not claim to model consciousness, subjective experience, or identity continuity. It claims to model behavior.

This is the precisely correct place to draw the line, and understanding why matters.

A GAN-based behavioral clone is trained on a corpus of observed outputs: things the person said, wrote, decided, and did. It learns to reproduce the distribution of those outputs. What it cannot model is the generative process that produced them. The internal states, the moment of decision before the action, the emotional context of the expression, the integration of memory and anticipation that constitutes ongoing subjective experience. None of these are in the training data because none of them are directly observable.

The question SOMA poses most directly is whether a copy of behavior patterns constitutes a copy of the person. The paper’s framework implicitly answers no: it calls its output a “behavioral clone,” not a person, and its success criterion is discriminator indistinguishability, not identity continuity.

But the commercial and cultural framing around these technologies often blurs this distinction. When a behavioral clone is described as “preserving” a person or “allowing them to continue,” it is making an identity claim that the underlying optimization framework does not support. Behavioral fidelity is a different thing from personal continuity.

The Missing Interior

The Drosophila connectome AI research and SNN-based language models like BrainTransformers approach the problem from the substrate side. They ask: what computational architecture can implement the kind of processing that biological neural systems perform? The answer they are working toward is: spiking neural networks organized according to the connection topology of real biological circuits.

The GAN behavioral cloning approach works from the outside in. It observes outputs and learns to reproduce them, without any constraint that the internal representation corresponds to anything biologically or psychologically real.

This is not a criticism of the research. For many applications, output fidelity is exactly what matters. If the goal is preserving professional expertise for knowledge management, the underlying architecture is irrelevant. If the goal is enabling a grieving person to interact with an AI that communicates like their deceased partner, behavioral fidelity may be sufficient for the purpose.

But for the goal of personal identity continuation, something else is needed. Digital doppelgangers that accurately reproduce a person’s observable behavior might serve some of the social functions of that person’s continued presence. They cannot substitute for the person’s continued existence.

TRL 3-4: Proof of Concept in Controlled Domains

The paper’s results are demonstrated in controlled behavioral domains: online customer service interactions, structured decision-making tasks, and formal communication contexts. These are environments with clear success criteria and relatively low behavioral complexity.

The research rates as approximately TRL 3 to 4. The concept has been validated in laboratory conditions and demonstrated in proof-of-concept deployments. Extension to the full range of human behavioral complexity, including emotional depth, creative novelty, and adaptive response to genuinely unprecedented situations, remains at TRL 1 to 2.

The gap between controlled behavioral domains and full personal replication is large. Human behavior in novel and high-stakes situations is where the GAN approach faces its hardest test, because novel situations are precisely those not well-represented in training data. A clone that performs well in routine interactions may fail in the moments that matter most.

What This Research Tells Us About Mind Uploading

The GAN behavioral cloning framework is valuable precisely because it makes explicit what other approaches leave implicit. It says: here is what we can capture, here is how we measure fidelity, and here are the domains in which our fidelity claims hold.

Full mind uploading, when it eventually becomes technically feasible, will need to be honest about equivalent claims. What exactly is being preserved? Measured how? Valid in what contexts? The optimization framing, applied rigorously, would require defining what “successfully uploading a person” means in terms that are as specific and measurable as the behavioral cloning paper’s discriminator accuracy.

The Bennett temporal consciousness argument poses a complementary challenge: even if all behavioral outputs are preserved perfectly, the subjective experience of being the person, the continuous present-moment awareness, may not survive the transfer. The GAN framework has no mechanism for addressing this because it does not model subjective experience. That is not a failure of the research. It is an honest reflection of what behavioral optimization can and cannot achieve.

The digital cloning paper is a clear-eyed engineering contribution. Its value for the mind uploading field is in clarifying the target: behavioral fidelity is achievable in principle, measurable in practice, and insufficient for personal identity continuity. Whatever full brain emulation requires, it requires something more than this.


Official Sources

  • “Digital Cloning as a Self-Adaptive Multicriteria Optimization Process.” Procedia Computer Science (2025). ScienceDirect: sciencedirect.com
  • Goodfellow, I., et al. (2014). “Generative Adversarial Nets.” Advances in Neural Information Processing Systems, 27.
  • Dautenhahn, K. (2007). “Socially Intelligent Robots: Dimensions of Human-Robot Interaction.” Philosophical Transactions of the Royal Society B, 362(1480), 679-704.
  • Zeng, A., et al. (2021). “Transporter Networks: Rearranging the Visual World for Robotic Manipulation.” In Conference on Robot Learning (CoRL).
  • Parfit, D. (1984). Reasons and Persons. Oxford University Press. Part III: Personal Identity.