search
HomeTechnology peripheralsAIHe Kaiming cooperates with MIT: A simple framework achieves the latest breakthrough in unconditional image generation

He Kaiming, the boss, has not officially joined MIT, but the first collaborative research with MIT has come out:

He developed it together with MIT teachers and students A self-conditional image generation framework was developed, named RCG (the code has been open source).

This framework structure is very simple but the effect is outstanding. It directly implements the new SOTA of unconditional image generation on the ImageNet-1K data set.

He Kaiming cooperates with MIT: A simple framework achieves the latest breakthrough in unconditional image generation

The images it generates do not require any human annotations (that is, prompt words, class labels, etc.) , and can achieve both fidelity and Have diversity.

He Kaiming cooperates with MIT: A simple framework achieves the latest breakthrough in unconditional image generation

In this way, it not only significantly improves the level of unconditional image generation, but also competes with the best current conditional generation methods.

In the words of He Kaiming’s team:

The long-standing performance gap between conditional and unconditional generation tasks was finally closed at this moment.

So, how exactly is it done?

Self-conditional generation similar to self-supervised learning

First of all, the so-called unconditional generation means that the model directly captures the data distribution generation content without the help of input signals.

This method of training is difficult, so there has always been a large performance gap with conditional generation - just like unsupervised learning cannot be compared with supervised learning

Just like the emergence of self-supervised learning , it also changes this situation

In the field of unconditional image generation, there is also a self-conditional generation method similar to the concept of self-supervised learning.

Compared with traditional unconditional generation that simply maps the noise distribution to the image distribution, this method mainly sets the pixel generation process on the representation distribution derived from the data distribution itself.

It is expected to go beyond conditional image generation and promote the development of applications such as

molecular design or drug discoverythat do not require human annotations (This is why conditional image generation is developed So good, we also need to pay attention to unconditional generation).

Now, based on this concept of self-conditional generation, He Kaiming's team first developed a

representation diffusion model RDM.

Intercepted from the image through the self-supervised image encoder, mainly used to generate low-dimensional self-supervised image representation

He Kaiming cooperates with MIT: A simple framework achieves the latest breakthrough in unconditional image generation

Its core architecture is as follows:

The first is the input layer, which is responsible for projecting the representation to the hidden dimension C, followed by N fully connected blocks, and finally an output layer, which is responsible for reprojecting the latent features of the hidden layer

(Conversion)To the original representation dimension.

Each layer includes a LayerNorm layer, a SiLU layer and a linear layer.

He Kaiming cooperates with MIT: A simple framework achieves the latest breakthrough in unconditional image generation

Such an RDM has two advantages:

One of its characteristics is that it has strong diversity, and the other is that it has very little computational overhead.

After that, the team proposed today's protagonist with the help of RDM: Representation Conditional Image Generation Architecture RCG

It is a simple self-conditional generation framework, consisting of three

Component consists of:

One is the SSL image encoder , which is used to convert the image distribution into a compact representation distribution.

One is RDM, which is used to model and sample the distribution.

Finally, there is a pixel generator MAGE, which is used to process the image according to the representation.

MAGE works by adding a random mask to the tokenized image and asking the network to reconstruct the missing token conditioned on a representation extracted from the same image

He Kaiming cooperates with MIT: A simple framework achieves the latest breakthrough in unconditional image generation

After testing, it was found that the final results showed that although the structure of this self-conditional generation framework is simple, its effect is very good

On ImageNet 256×256, RCG achieved

FID of 3.56 and IS(Inception Score) score of 186.9.

In comparison, the most powerful unconditional generation method before it has an FID score of 7.04 and an IS score of 123.5.

He Kaiming cooperates with MIT: A simple framework achieves the latest breakthrough in unconditional image generation

For RCG, it not only performs well in conditional generation, but also performs at the same level or even exceeds it when compared with baseline models in the field

Finally, without classifier guidance , RCG's results can be further improved to 3.31(FID) and 253.4(IS).

The team expressed:

These results show that conditional image generation models have great potential and may herald a new era in this field to come

Team introduction

There are three authors in this article:

He Kaiming cooperates with MIT: A simple framework achieves the latest breakthrough in unconditional image generation

##The first author is Li Tianhong, a doctoral student at MIT, who graduated from the Yao Class of Tsinghua University with his undergraduate degree

, whose research direction is cross-modal integrated sensing technology.

His personal homepage is very interesting, and he also has a collection of recipes - research and cooking are the two things he is most passionate about

He Kaiming cooperates with MIT: A simple framework achieves the latest breakthrough in unconditional image generation

Another The author is Dina Katabi, professor in the Department of Electrical Engineering and Computer Science (EECS) at MIT and director of the MIT Wireless Networks and Mobile Computing Center. She is the winner of this year's Sloan Award and has been elected as an academician of the National Academy of Sciences.

Finally, the corresponding author He Yuming will officially return to academia next year and leave Meta to join the Department of Electrical Engineering and Computer Science at MIT, where he will become colleagues with Dina Katabi. He Kaiming cooperates with MIT: A simple framework achieves the latest breakthrough in unconditional image generation

He Kaiming cooperates with MIT: A simple framework achieves the latest breakthrough in unconditional image generation Please click the following link to view the paper: https://arxiv.org/abs/2312.03701

The above is the detailed content of He Kaiming cooperates with MIT: A simple framework achieves the latest breakthrough in unconditional image generation. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:51CTO.COM. If there is any infringement, please contact admin@php.cn delete
Gemma Scope: Google's Microscope for Peering into AI's Thought ProcessGemma Scope: Google's Microscope for Peering into AI's Thought ProcessApr 17, 2025 am 11:55 AM

Exploring the Inner Workings of Language Models with Gemma Scope Understanding the complexities of AI language models is a significant challenge. Google's release of Gemma Scope, a comprehensive toolkit, offers researchers a powerful way to delve in

Who Is a Business Intelligence Analyst and How To Become One?Who Is a Business Intelligence Analyst and How To Become One?Apr 17, 2025 am 11:44 AM

Unlocking Business Success: A Guide to Becoming a Business Intelligence Analyst Imagine transforming raw data into actionable insights that drive organizational growth. This is the power of a Business Intelligence (BI) Analyst – a crucial role in gu

How to Add a Column in SQL? - Analytics VidhyaHow to Add a Column in SQL? - Analytics VidhyaApr 17, 2025 am 11:43 AM

SQL's ALTER TABLE Statement: Dynamically Adding Columns to Your Database In data management, SQL's adaptability is crucial. Need to adjust your database structure on the fly? The ALTER TABLE statement is your solution. This guide details adding colu

Business Analyst vs. Data AnalystBusiness Analyst vs. Data AnalystApr 17, 2025 am 11:38 AM

Introduction Imagine a bustling office where two professionals collaborate on a critical project. The business analyst focuses on the company's objectives, identifying areas for improvement, and ensuring strategic alignment with market trends. Simu

What are COUNT and COUNTA in Excel? - Analytics VidhyaWhat are COUNT and COUNTA in Excel? - Analytics VidhyaApr 17, 2025 am 11:34 AM

Excel data counting and analysis: detailed explanation of COUNT and COUNTA functions Accurate data counting and analysis are critical in Excel, especially when working with large data sets. Excel provides a variety of functions to achieve this, with the COUNT and COUNTA functions being key tools for counting the number of cells under different conditions. Although both functions are used to count cells, their design targets are targeted at different data types. Let's dig into the specific details of COUNT and COUNTA functions, highlight their unique features and differences, and learn how to apply them in data analysis. Overview of key points Understand COUNT and COU

Chrome is Here With AI: Experiencing Something New Everyday!!Chrome is Here With AI: Experiencing Something New Everyday!!Apr 17, 2025 am 11:29 AM

Google Chrome's AI Revolution: A Personalized and Efficient Browsing Experience Artificial Intelligence (AI) is rapidly transforming our daily lives, and Google Chrome is leading the charge in the web browsing arena. This article explores the exciti

AI's Human Side: Wellbeing And The Quadruple Bottom LineAI's Human Side: Wellbeing And The Quadruple Bottom LineApr 17, 2025 am 11:28 AM

Reimagining Impact: The Quadruple Bottom Line For too long, the conversation has been dominated by a narrow view of AI’s impact, primarily focused on the bottom line of profit. However, a more holistic approach recognizes the interconnectedness of bu

5 Game-Changing Quantum Computing Use Cases You Should Know About5 Game-Changing Quantum Computing Use Cases You Should Know AboutApr 17, 2025 am 11:24 AM

Things are moving steadily towards that point. The investment pouring into quantum service providers and startups shows that industry understands its significance. And a growing number of real-world use cases are emerging to demonstrate its value out

See all articles

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 agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
Will R.E.P.O. Have Crossplay?
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)