Can you customize an AI lover with 3 minutes of data?
27 years ago, scientists used cell nuclear transfer technology to create the cloned sheep Dolly; today, 27 years later, technicians used AI technology to "clone" a digital human, which only requires 3 minutes of data.
From the limited selection of "virtual lovers" in the APP to any customization, from text communication to voice or even video chat, from flat animation to an appearance that is indistinguishable from a real person - with the blessing of generative AI technology , Emotional companion digital people are getting closer and closer to real people.
Two weeks after XiaoIce launched the "Human Cloning Project", the first batch of celebrity clones are now online. The company stated that the first batch of human cloning will be limited to 300 people, and it is expected to gradually expand to a larger scale before the end of the year.
According to the introduction, with only a small amount of text and a few minutes of voice and video, the clone can have a personality, voice, appearance and knowledge, and conduct text, voice, and video chats with the user - even in the shortest time, just collect With 3 minutes of data, you can create an AI clone .
Xiaobing claims that each clone is restricted to an independent framework to ensure that it will not be abused. To ensure complete control, the user can end the clone's life at any time.
It is worth mentioning that the clone with the "V" logo means that it was launched by the person and has "superpowers", such as copywriting and song singing. After the clone passes the V-plus certification, I will receive the benefits of the clone.
Take the Internet celebrity "Hanzo Forest" clone as an example. Its appearance and voice are very close to the real person, and it can respond to messages instantly, video chat, and can also provide "emotion mode" and "super mode". The latter clone People will help users write copy, etc.
It is worth mentioning that in less than a week after another chatbot application, Character.AI, was launched, the number of App installations has exceeded 1.7 million, exceeding the first week performance of the ChatGPT mobile application. The app has "digital clones" of celebrities such as Musk and Trump. Users can not only chat with their favorite characters, but also create and interact with their own AI robots.
It can be seen from the above that as AI technology continues to make breakthroughs, all aspects of virtual digital human modeling, rendering, generation, and driving have been assisted, resulting in reduced production costs, shortened production cycles, and lowered barriers to entry. At the same time, multi-modal artificial intelligence technology continues to improve the interactive capabilities of digital people, making their thought decision-making and language output closer to real people.
Virtual digital people no longer only have digital "skins", but also usher in intelligent "souls". "Digital people" begin to become "digital intelligent people".
Great Wall Securities pointed out that small model training does not require enterprise-level project incubation, and the application-side technology has reached a certain level. In the future, as technology further improves, the marginal cost of model training is expected to decrease, and small models are expected to be applied in various fields. It is recommended to pay attention to the progress of the corresponding business model construction and product effects.
Furthermore, analysts believe thatThe business model of AI emotional companionship consumption scenarios has been initially verified. On the one hand, AI emotional companionship application scenarios have consumption potential, and on the other hand, AI is used in audio solutions, personality simulation, etc. level reaches a certain level. In the future, with the empowerment of AI, virtual people are expected to generate cross-modal content, respond to user preferences, and satisfy emotional needs. The capabilities of virtual people and celebrity characters will gradually move closer to "confusing fakes with real ones." In the future, virtual people will The idol digitization field is expected to provide profitability. It is recommended to pay attention to companies with relevant technical reserves or corpus, audio and video production resources.
At the same time, Deppon Securities added that AI artists are expected to be commercialized, which may drive artist brokerage business and become a new increase in the performance of film and television companies, and AI is expected to empower the entire chain of film and television content production. able.
Source: Financial Associated Press
The above is the detailed content of Can you customize an AI lover with 3 minutes of data?. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



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.

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

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

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:

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.

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.

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

When installing and configuring GitLab on a CentOS system, the choice of database is crucial. GitLab is compatible with multiple databases, but PostgreSQL and MySQL (or MariaDB) are most commonly used. This article analyzes database selection factors and provides detailed installation and configuration steps. Database Selection Guide When choosing a database, you need to consider the following factors: PostgreSQL: GitLab's default database is powerful, has high scalability, supports complex queries and transaction processing, and is suitable for large application scenarios. MySQL/MariaDB: a popular relational database widely used in Web applications, with stable and reliable performance. MongoDB:NoSQL database, specializes in
