I used GAN and a 330 BC sculpture to find out what Alexander the Great looked like
Summary
A project utilized a Generative Adversarial Network (GAN) to create a lifelike portrait of Alexander the Great, combining historical sculpture with artistic interpretation. The process involved using a 330 BC bust by Leochares, specifically the "Head of Alexander" from the Acropolis Museum, as the primary facial structure input. For stylistic elements, the project incorporated the digital reconstruction by artist Jude Maris, which itself was based on the Marble head of Alexander at the Istanbul Archaeological Museum. The GAN, a machine learning framework designed by Ian Goodfellow and published in a 2014 paper, was used to generate new data with similar statistics to its training set, effectively blending the sculptural form with artistic details like heterochromia, blonde hair, and a sunburnt complexion to produce a contemporary interpretation of Alexander's appearance.
Key takeaway
For computer vision engineers or digital artists exploring historical reconstruction, consider employing Generative Adversarial Networks (GANs) to merge disparate visual sources like ancient sculptures and modern artistic interpretations. This approach allows you to synthesize a more comprehensive and lifelike representation, overcoming limitations of individual sources and potentially revealing new perspectives on historical figures.
Key insights
GANs can synthesize historical artifacts and artistic interpretations into novel visual reconstructions.
Principles
- GANs generate new data from training set statistics.
- Historical reconstructions benefit from earliest source material.
Method
Combine a 330 BC sculpture of Alexander the Great with an artist's digital reconstruction using a GAN (specifically, the open-source GAN BREEDER model) to generate a lifelike portrait.
In practice
- Use GANs for historical figure reconstruction.
- Integrate multiple visual sources for richer detail.
Topics
- Generative Adversarial Networks
- Image Synthesis
- Digital Art Reconstruction
- Historical Figure Visualization
Code references
Best for: Computer Vision Engineer, AI Engineer, Machine Learning Engineer, Creative Technologist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Archie.AI - Medium.