Table of Contents
GANs parent-child hierarchical structure, transformed into an AI "time machine"
Home Technology peripherals AI Can photos travel through time? 'Faces traveling through time' new model turns into an AI time machine

Can photos travel through time? 'Faces traveling through time' new model turns into an AI time machine

Apr 13, 2023 am 08:43 AM
ai photo Time Machine

At present, artificial intelligence and deep learning technology are becoming an important foundation for text-image generation, super-resolution and other applications.

Now one can enter a high-detail description of an image, resulting in a photorealistic image corresponding to the given text.

Can photos travel through time? Faces traveling through time new model turns into an AI time machine

You can also convert an image from low resolution to high resolution to generate a series of vivid details for the picture.

Can photos travel through time? Faces traveling through time new model turns into an AI time machine

Neural networks seem to have endless capabilities. So, can these methods be used for time travel?

For example, have you ever wondered what a picture of yourself would look like if it were taken fifty or a hundred years ago? What would your favorite actor or actress be like if they were born in a completely different era than them?

Can photos travel through time? Faces traveling through time new model turns into an AI time machine

Time Travel Step One: Solve the Dataset Problem

In view of the recent success of StyleGAN in high-quality face synthesis and editing Successfully, many works have focused on using pre-trained StyleGAN models for portrait editing.

However, existing techniques usually deal with well-defined semantic properties. For example, add or remove a smile or change the age of a person in a picture.

Can photos travel through time? Faces traveling through time new model turns into an AI time machine

The logic behind this work is to keep these attributes that make up a person's identity intact, and at the same time, use this artificial intelligence carriage to send them back in time or Go to the future.

In this case, the main problem people face is the lack of suitable data sets. As we all know, even with a perfect neural network model, data sets are still a nightmare for every artificial intelligence researcher.

Imbalanced, insufficient, or unavailable data are common problems in the field of deep learning, which can lead to data bias or inaccurate results.

In order to overcome this problem, a research team led by Eric Ming Chen (2nd from left), a Chinese scientist from Cornell University, created the FTT (Face Through Time) data set.

Can photos travel through time? Faces traveling through time new model turns into an AI time machine

Chen co-published a publication with Chinese scientist Jin Sun from the University of Georgia and others, explaining in detail the working principle of the "Face Through Time" data set.

Can photos travel through time? Faces traveling through time new model turns into an AI time machine

The images in this dataset come from Wikimedia Commons. The platform features fifty million images that are crowdsourced and open-licensed. FTT analyzed 26,247 portraits from the 19th to 21st centuries, averaging about 1,900 images per decade.

Can photos travel through time? Faces traveling through time new model turns into an AI time machine

GANs parent-child hierarchical structure, transformed into an AI "time machine"

How are these changes realized?

The research team relied on the StyleGAN (Generative Adversarial Network) parent-child hierarchy. What's special is that they did not choose to train a single model covering all decades, but instead added a sub-model for each decade of image sets, training the model set to better synthesize the data distribution of each period.

At the same time, in order to preserve the identity and posture of the person being described, the research team uses a parent model to map this information into latent space vectors.

First, train a StyleGAN model set, one for each era, and use adversarial loss and identity loss to train a mixed face image. This face map is the output of the child model and has been modified so that the blended map has similar colors to the parent model.

Can photos travel through time? Faces traveling through time new model turns into an AI time machine

The research team suggests that during this process, it is necessary to avoid errors caused by feature calculations in ArcFace, a popular facial recognition model. The inconsistency of identity loss. Because the ArcFace model was only trained on modern images, the researchers found that it performed poorly on historical images.

After that, each real image is projected onto a vector w on the decade manifold (1960 in the figure below). On this vector, the generator G′t is trained to transfer refined details to all sub-models. Finally, a mask is applied to the input image to encourage the model to preserve the facial details of the portrait.

Can photos travel through time? Faces traveling through time new model turns into an AI time machine

After fine-tuning all sub-models, the research team found that FTT’s sub-models of different eras (orange in the picture below) successfully captured the changes in hairstyle and makeup while Portrait features of each image into the parent model (blue below).

Can photos travel through time? Faces traveling through time new model turns into an AI time machine

This new synthetic image framework has two major highlights: first, it makes the wish of portraits traveling through time come true; second, when transforming human faces through time, The technology also preserves most of the details in portraits.

Although it still has minor biases in the dataset (for example, several women with short hair appear in images from the early 20th century), leading to inconsistencies in the output images, this model performs better than previous work Great improvements in authenticity.

"The Face Traveling Through Time" begins the first step of time travel. Such a high degree of accuracy makes people wonder: This time it is portraits that transcend time, but what about next time?

Reference:

https://www.marktechpost.com/2022/11/09/latest-artificial-intelligence-ai-research-proposes-a-method-to-transform -faces-through-time/

https://facesthroughtime.github.io/

The above is the detailed content of Can photos travel through time? 'Faces traveling through time' new model turns into an AI time machine. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Laravel's geospatial: Optimization of interactive maps and large amounts of data Laravel's geospatial: Optimization of interactive maps and large amounts of data Apr 08, 2025 pm 12:24 PM

Efficiently process 7 million records and create interactive maps with geospatial technology. This article explores how to efficiently process over 7 million records using Laravel and MySQL and convert them into interactive map visualizations. Initial challenge project requirements: Extract valuable insights using 7 million records in MySQL database. Many people first consider programming languages, but ignore the database itself: Can it meet the needs? Is data migration or structural adjustment required? Can MySQL withstand such a large data load? Preliminary analysis: Key filters and properties need to be identified. After analysis, it was found that only a few attributes were related to the solution. We verified the feasibility of the filter and set some restrictions to optimize the search. Map search based on city

How to solve mysql cannot be started How to solve mysql cannot be started Apr 08, 2025 pm 02:21 PM

There are many reasons why MySQL startup fails, and it can be diagnosed by checking the error log. Common causes include port conflicts (check port occupancy and modify configuration), permission issues (check service running user permissions), configuration file errors (check parameter settings), data directory corruption (restore data or rebuild table space), InnoDB table space issues (check ibdata1 files), plug-in loading failure (check error log). When solving problems, you should analyze them based on the error log, find the root cause of the problem, and develop the habit of backing up data regularly to prevent and solve problems.

How to use mysql after installation How to use mysql after installation Apr 08, 2025 am 11:48 AM

The article introduces the operation of MySQL database. First, you need to install a MySQL client, such as MySQLWorkbench or command line client. 1. Use the mysql-uroot-p command to connect to the server and log in with the root account password; 2. Use CREATEDATABASE to create a database, and USE select a database; 3. Use CREATETABLE to create a table, define fields and data types; 4. Use INSERTINTO to insert data, query data, update data by UPDATE, and delete data by DELETE. Only by mastering these steps, learning to deal with common problems and optimizing database performance can you use MySQL efficiently.

Can mysql return json Can mysql return json Apr 08, 2025 pm 03:09 PM

MySQL can return JSON data. The JSON_EXTRACT function extracts field values. For complex queries, you can consider using the WHERE clause to filter JSON data, but pay attention to its performance impact. MySQL's support for JSON is constantly increasing, and it is recommended to pay attention to the latest version and features.

Remote senior backend engineers (platforms) need circles Remote senior backend engineers (platforms) need circles Apr 08, 2025 pm 12:27 PM

Remote Senior Backend Engineer Job Vacant Company: Circle Location: Remote Office Job Type: Full-time Salary: $130,000-$140,000 Job Description Participate in the research and development of Circle mobile applications and public API-related features covering the entire software development lifecycle. Main responsibilities independently complete development work based on RubyonRails and collaborate with the React/Redux/Relay front-end team. Build core functionality and improvements for web applications and work closely with designers and leadership throughout the functional design process. Promote positive development processes and prioritize iteration speed. Requires more than 6 years of complex web application backend

Understand ACID properties: The pillars of a reliable database Understand ACID properties: The pillars of a reliable database Apr 08, 2025 pm 06:33 PM

Detailed explanation of database ACID attributes ACID attributes are a set of rules to ensure the reliability and consistency of database transactions. They define how database systems handle transactions, and ensure data integrity and accuracy even in case of system crashes, power interruptions, or multiple users concurrent access. ACID Attribute Overview Atomicity: A transaction is regarded as an indivisible unit. Any part fails, the entire transaction is rolled back, and the database does not retain any changes. For example, if a bank transfer is deducted from one account but not increased to another, the entire operation is revoked. begintransaction; updateaccountssetbalance=balance-100wh

MySQL can't be installed after downloading MySQL can't be installed after downloading Apr 08, 2025 am 11:24 AM

The main reasons for MySQL installation failure are: 1. Permission issues, you need to run as an administrator or use the sudo command; 2. Dependencies are missing, and you need to install relevant development packages; 3. Port conflicts, you need to close the program that occupies port 3306 or modify the configuration file; 4. The installation package is corrupt, you need to download and verify the integrity; 5. The environment variable is incorrectly configured, and the environment variables must be correctly configured according to the operating system. Solve these problems and carefully check each step to successfully install MySQL.

The primary key of mysql can be null The primary key of mysql can be null Apr 08, 2025 pm 03:03 PM

The MySQL primary key cannot be empty because the primary key is a key attribute that uniquely identifies each row in the database. If the primary key can be empty, the record cannot be uniquely identifies, which will lead to data confusion. When using self-incremental integer columns or UUIDs as primary keys, you should consider factors such as efficiency and space occupancy and choose an appropriate solution.

See all articles