Table of Contents
Oil Pastel Style
Home Technology peripherals AI Can AI map emotions? See how DALL-E expresses abstraction

Can AI map emotions? See how DALL-E expresses abstraction

Apr 08, 2023 pm 01:01 PM
ai

What are the trends in the development of artificial intelligence in 2022?

#Be sure to mention the rise of “multi-modal AI”, especially text-to-image generation tools.

From DALL-E to Imagen, Parti, Nuwa, etc., they can all produce high-quality images that are amazing.

Can AI map emotions? See how DALL-E expresses abstraction

The most typical example of this is OpenAI’s Dall-E2.

Since Dall-E came out, you may have seen it generate many painting-style pictures, such as astronauts riding horses in space.

Can AI map emotions? See how DALL-E expresses abstraction

However, there are very few images that express abstract concepts through Dall-E.

No, Gabriele Sgroi, a machine learning scientist, came to explore how DALL-E accomplishes this task.

He tested oil pastels and painting styles on themes of sadness, love, anger, happiness, justice and injustice.

Oil Pastel Style

Sadness

Can AI map emotions? See how DALL-E expresses abstraction

Anger

Can AI map emotions? See how DALL-E expresses abstraction

## Happiness

Can AI map emotions? See how DALL-E expresses abstraction

like

Can AI map emotions? See how DALL-E expresses abstraction

Painting style

Sadness

Can AI map emotions? See how DALL-E expresses abstraction

##爱

Can AI map emotions? See how DALL-E expresses abstraction

#ANGER

Can AI map emotions? See how DALL-E expresses abstraction

happiness

Can AI map emotions? See how DALL-E expresses abstraction

There are other abstract concepts to appreciate: Justice and Injustice

Justice

Injustice

Can AI map emotions? See how DALL-E expresses abstraction

##Gabriele Sgroi believes that painting will be more Be insightful rather than limiting emotional images to people's facial expressions.

#All images in this article (including the cover image) were generated using DALL-E to select all images provided by the first generation from a given prompt.

It can be seen from these examples that although a given emotion is not always clearly identifiable, DALL-E has an overall strong sense of style in painting. Show more abstract and complex pictures.

Among them, most of the pictures representing justice depict a Greek goddess, but the images representing injustice are really confusing.

# Overall, Sgroi observed that the results depend heavily on the chosen style.

#And in most cases, DALL-E will write the name of the emotion on the resulting drawing.

Overall, DALL-E appears to show a level of understanding of the emotions tested, correctly relating them to facial expressions and the colors or symbols typically associated with them pair.

Sgroi said it would be interesting to further investigate the differences in representations of the same emotions across styles and to examine whether the observed bias between positive and negative emotions holds true in other examples. still exists, it will be interesting.

Did DALL-E fail?

Ironically, DALL-E 2 claims to be good at understanding the text prompts used to generate images.

#However, some netizens discovered that when the text cannot be understood currently, the text content will be placed in the generated image.

#For example, a painting "This is Not a Pipe" by the artist Rene Magritte.

Can AI map emotions? See how DALL-E expresses abstraction

There is also an artificial intelligence Janelle Shane who asked DALL-E 2 to generate a company logo, but found that no picture could Spell the words correctly.

Can AI map emotions? See how DALL-E expresses abstraction

Waffle House generation example

Also , you could say the DALL-E 2 understands some scientific laws.

#Because it can easily depict falling objects, or astronauts floating in space.

#However, if you want to generate an anatomy, an X-ray image, a mathematical proof, or a blueprint, the resulting image may be superficially correct, but fundamentally All wrong.

#For example, in the picture of the solar system drawn to scale, it can be said to be a mess, with the shape of the earth in the lower left corner and an object similar to a poached egg in the upper left corner.

It tries to make up something visually similar without understanding the meaning, explained OpenAI researcher Aditya Ramesh.

So DALL-E 2 doesn’t know what science is, it only knows how to read text and draw illustrations.

Can AI map emotions? See how DALL-E expresses abstraction

And when DALL-E 2 generates human faces, they are so realistic that it is almost unbelievable.

During training, OpenAI introduced deepfake protection measures to prevent it from remembering faces that often appear on the Internet.

#If the uploaded image contains real faces, even unknown people, the system will refuse to generate the content.

#However, another problem arises, OpenAI said that the system is optimized for images with a single focus of attention

For example, the generation of a detailed portrait of "an astronaut staring at the earth with a longing expression on his face" is very successful.

Can AI map emotions? See how DALL-E expresses abstraction

However, when DALL-E was asked to generate images of multiple people at once, it crashed directly. So it gets really bad at generating group shots and crowd scenes.

Can AI map emotions? See how DALL-E expresses abstraction

In addition, DALL-E will also generate some biased images.

#Currently, the OpenAI team has begun to correct biases through machine learning.

For example, during the training of DALL-E 2, the researchers adjusted the training method and increased the weight of female images so they were more likely to be generated .

DALL-E will bring more surprises in the future.

The above is the detailed content of Can AI map emotions? See how DALL-E expresses abstraction. 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)
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Will R.E.P.O. Have Crossplay?
1 months 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)

Centos shutdown command line Centos shutdown command line Apr 14, 2025 pm 09:12 PM

The CentOS shutdown command is shutdown, and the syntax is shutdown [Options] Time [Information]. Options include: -h Stop the system immediately; -P Turn off the power after shutdown; -r restart; -t Waiting time. Times can be specified as immediate (now), minutes ( minutes), or a specific time (hh:mm). Added information can be displayed in system messages.

What are the backup methods for GitLab on CentOS What are the backup methods for GitLab on CentOS Apr 14, 2025 pm 05:33 PM

Backup and Recovery Policy of GitLab under CentOS System In order to ensure data security and recoverability, GitLab on CentOS provides a variety of backup methods. This article will introduce several common backup methods, configuration parameters and recovery processes in detail to help you establish a complete GitLab backup and recovery strategy. 1. Manual backup Use the gitlab-rakegitlab:backup:create command to execute manual backup. This command backs up key information such as GitLab repository, database, users, user groups, keys, and permissions. The default backup file is stored in the /var/opt/gitlab/backups directory. You can modify /etc/gitlab

How to check CentOS HDFS configuration How to check CentOS HDFS configuration Apr 14, 2025 pm 07:21 PM

Complete Guide to Checking HDFS Configuration in CentOS Systems This article will guide you how to effectively check the configuration and running status of HDFS on CentOS systems. The following steps will help you fully understand the setup and operation of HDFS. Verify Hadoop environment variable: First, make sure the Hadoop environment variable is set correctly. In the terminal, execute the following command to verify that Hadoop is installed and configured correctly: hadoopversion Check HDFS configuration file: The core configuration file of HDFS is located in the /etc/hadoop/conf/ directory, where core-site.xml and hdfs-site.xml are crucial. use

How is the GPU support for PyTorch on CentOS How is the GPU support for PyTorch on CentOS Apr 14, 2025 pm 06:48 PM

Enable PyTorch GPU acceleration on CentOS system requires the installation of CUDA, cuDNN and GPU versions of PyTorch. The following steps will guide you through the process: CUDA and cuDNN installation determine CUDA version compatibility: Use the nvidia-smi command to view the CUDA version supported by your NVIDIA graphics card. For example, your MX450 graphics card may support CUDA11.1 or higher. Download and install CUDAToolkit: Visit the official website of NVIDIACUDAToolkit and download and install the corresponding version according to the highest CUDA version supported by your graphics card. Install cuDNN library:

Centos install mysql Centos install mysql Apr 14, 2025 pm 08:09 PM

Installing MySQL on CentOS involves the following steps: Adding the appropriate MySQL yum source. Execute the yum install mysql-server command to install the MySQL server. Use the mysql_secure_installation command to make security settings, such as setting the root user password. Customize the MySQL configuration file as needed. Tune MySQL parameters and optimize databases for performance.

Detailed explanation of docker principle Detailed explanation of docker principle Apr 14, 2025 pm 11:57 PM

Docker uses Linux kernel features to provide an efficient and isolated application running environment. Its working principle is as follows: 1. The mirror is used as a read-only template, which contains everything you need to run the application; 2. The Union File System (UnionFS) stacks multiple file systems, only storing the differences, saving space and speeding up; 3. The daemon manages the mirrors and containers, and the client uses them for interaction; 4. Namespaces and cgroups implement container isolation and resource limitations; 5. Multiple network modes support container interconnection. Only by understanding these core concepts can you better utilize Docker.

Centos8 restarts ssh Centos8 restarts ssh Apr 14, 2025 pm 09:00 PM

The command to restart the SSH service is: systemctl restart sshd. Detailed steps: 1. Access the terminal and connect to the server; 2. Enter the command: systemctl restart sshd; 3. Verify the service status: systemctl status sshd.

How to view GitLab logs under CentOS How to view GitLab logs under CentOS Apr 14, 2025 pm 06:18 PM

A complete guide to viewing GitLab logs under CentOS system This article will guide you how to view various GitLab logs in CentOS system, including main logs, exception logs, and other related logs. Please note that the log file path may vary depending on the GitLab version and installation method. If the following path does not exist, please check the GitLab installation directory and configuration files. 1. View the main GitLab log Use the following command to view the main log file of the GitLabRails application: Command: sudocat/var/log/gitlab/gitlab-rails/production.log This command will display product

See all articles