search
HomeTechnology peripheralsAIML research out of the circle in 2022: the popular Stable Diffusion, generalist agent Gato, LeCun retweets

2022 is coming to an end. During this year, a large number of valuable papers emerged in the field of machine learning, which had a profound impact on the machine learning community.

Today, ML & NLP researcher, Meta AI technology product marketing manager, and DAIR.AI founder Elvis S. summarized 12 hot machine learning papers in 2022 . The post went viral and was retweeted by Turing Award winner Yann LeCun.

ML research out of the circle in 2022: the popular Stable Diffusion, generalist agent Gato, LeCun retweets

Next, let’s look at them one by one.

Paper 1: A ConvNet for the 2020s

The rapid development of visual recognition began with the introduction of ViT, which quickly replaced the traditional ConvNet , becoming a SOTA image classification model. The ViT model has many challenges in a series of computer vision tasks including target detection, semantic segmentation, etc. Therefore, some researchers proposed hierarchical Swin Transformer and reintroduced ConvNet prior, making Transformer actually feasible as a general visual backbone and showing excellent performance on various visual tasks.

However, the effectiveness of this hybrid approach is still largely due to the inherent advantages of Transformer rather than the inductive bias inherent in convolution. In this article, researchers from FAIR and UC Berkeley re-examined the design space and tested the limits of what pure ConvNet can achieve. Researchers gradually "upgraded" the standard ResNet to a visual Transformer design, and in the process discovered several key components that caused the performance difference.

ML research out of the circle in 2022: the popular Stable Diffusion, generalist agent Gato, LeCun retweets

##Paper address: https://arxiv.org/abs/2201.03545v2

Paper 2: Language Models as Zero-Shot Planners: Extracting Actionable Knowledge for Embodied Agents

World knowledge learned through large language models (LLM) Can it be used for actions in an interactive environment? In this paper, researchers from UC Berkeley, CMU, and Google explore the possibility of expressing natural language as a set of selected actionable steps. Previous work focused on learning how to act from explicitly distributed examples, but they surprisingly found that if the pretrained language model is large enough and given appropriate hints, high-level tasks can be effectively decomposed into mid-level planning without further training. However, plans developed by LLM often do not map accurately to acceptable actions.

The steps proposed by the researchers condition on existing demonstrations and semantically transform plans into acceptable actions. Evaluations in a VirtualHome environment show that their proposed approach significantly improves the executability of LLM baselines. Human evaluation reveals a trade-off between enforceability and correctness, but shows signs of the possibility of extracting actionable knowledge from language models.

ML research out of the circle in 2022: the popular Stable Diffusion, generalist agent Gato, LeCun retweets

##Paper address: https://arxiv.org/abs/2201.07207v2

Paper 3: OFA: Unifying Architectures, Tasks, and Modalities Through a Simple Sequence-to-Sequence Learning Framework

This is Alibaba Damo Academy The launched unified multi-modal multi-task model framework OFA summarizes the three characteristics that the general model best meets at this stage, namely modality independence, task independence, and task diversity. This paper was accepted by ICML 2022.

In the field of graphics and text, OFA represents classic tasks such as visual grounding, VQA, image caption, image classification, text2image generation, and language modeling through a unified seq2seq framework and shares them between tasks Input and output of different modes, and making Finetune and pre-training consistent, without adding additional parameter structures.

Paper address: https://arxiv.org/abs/2202.03052v2

##Paper 4: Tensor Programs V: Tuning Large Neural Networks via Zero-Shot Hyperparameter Transfer

Hyperparameter (HP) tuning in deep learning is a costly process, for neural networks with billions of parameters This is especially true for the Internet. In this paper, researchers from Microsoft and OpenAI show that in the recently discovered Maximal Update Parametrization (muP), many optimal HPs remain stable even if the model size changes.

This led to a new HP tuning paradigm they called muTransfer, which parameterizes the target model in muP and does not directly perform HP tuning on smaller models. And migrate them to the full-scale model with zero samples, which also means that there is no need to directly tune the latter model at all. Researchers verified muTransfer on Transformer and ResNet. For example, by migrating from a 40M parameter model, performance is better than the published 6.7B GPT-3 model at a tuning cost of only 7% of the total pre-training cost.

ML research out of the circle in 2022: the popular Stable Diffusion, generalist agent Gato, LeCun retweets

##Paper address: https://arxiv.org/abs/2203.03466v2

Paper 5: OPT: Open Pre-trained Transformer Language Models

Large models are often trained for thousands of computing days. It has demonstrated extraordinary capabilities in sample and few-shot learning. But given their computational cost, these large models are difficult to replicate without adequate funding. For the few models available through the API, there is no access to their complete model weights, making it difficult to study.

In this article, Meta AI researchers proposed Open Pre-trained Transformers (OPT), which is a set of pre-trained transformers models only for decoders, with parameters ranging from 125M to 175B varies. They showed that OPT-175B performs comparably to GPT-3 but required only 1/7 the carbon footprint to develop.

ML research out of the circle in 2022: the popular Stable Diffusion, generalist agent Gato, LeCun retweets

##Paper address: https://arxiv.org/abs/2205.01068v4

Paper 6: A Generalist Agent

#Inspired by large-scale language modeling, Deepmind built a single "generalist" agent Gato. It has multi-modal, multi-task, and multi-embodiment characteristics.

Gato can play Atari games, output subtitles for pictures, chat with others, stack blocks with a robotic arm, and more. Additionally, Gato can decide whether to output text, joint torques, button presses, or other tokens based on context.

ML research out of the circle in 2022: the popular Stable Diffusion, generalist agent Gato, LeCun retweetsUnlike most agents that play games, Gato is able to play many games using the same training model, rather than training for each game individually. .

ML research out of the circle in 2022: the popular Stable Diffusion, generalist agent Gato, LeCun retweets##Paper address: https://arxiv.org/abs/2205.06175v3

Paper 7: Solving Quantitative Reasoning Problems with Language Models

Researchers from Google proposed a deep learning language model called Minerva. Quantitative mathematical problems can be solved through step-by-step reasoning. Its solutions include numerical calculations and symbolic manipulation without relying on external tools such as calculators.

In addition, Minerva combines a variety of techniques, including small sample prompts, thought chaining, scratchpad prompts, and majority voting principles to achieve SOTA performance on STEM reasoning tasks.

Minerva is built on the basis of PaLM (Pathways Language Model) and further trained on the 118GB data set. The data set comes from scientific and technological papers on arXiv and includes the use of LaTeX and MathJax. Or other mathematical expressions of web page data for further training.

The picture below shows an example of how Minerva solves the problem:

ML research out of the circle in 2022: the popular Stable Diffusion, generalist agent Gato, LeCun retweets

Paper address: https: //arxiv.org/abs/2206.14858

##Paper 8: No Language Left Behind: Scaling Human-Centered Machine Translation

Researchers from Meta AI have released the translation model NLLB (No Language Left Behind), which literally translates to "No language can be left behind". It can support any translation between 200 languages, except Chinese, English, French and Japanese. In addition to translations into commonly used languages, NLLB can also translate into many niche languages ​​including Luganda, Urdu, etc.

Meta claims that this is the world's first design that uses a single model to translate into multiple languages. They hope to use this to help more people interact across languages ​​on social platforms. At the same time, it improves users’ interactive experience in the future metaverse.

ML research out of the circle in 2022: the popular Stable Diffusion, generalist agent Gato, LeCun retweets

##Paper address: ​https://arxiv.org/abs/2207.04672v3​

Paper 9: High-Resolution Image Synthesis with Latent Diffusion Models

Stable Diffusion has become popular in recent times, focusing on this technology There are countless studies.

This research is based on researchers from the University of Munich and Runway's CVPR 2022 paper "High-Resolution Image Synthesis with Latent Diffusion Models", and collaborates with teams such as Eleuther AI and LAION Finish. Stable Diffusion can run on a consumer-grade GPU with 10 GB VRAM and generate a 512x512 pixel image in seconds without pre- and post-processing.

In only four months, this open source project has received 38K stars.

ML research out of the circle in 2022: the popular Stable Diffusion, generalist agent Gato, LeCun retweets

Project address: https://github.com/CompVis/stable-diffusion

Stable Diffusion generated image example display:

ML research out of the circle in 2022: the popular Stable Diffusion, generalist agent Gato, LeCun retweets

##Paper 10: Robust Speech Recognition via Large-Scale Weak Supervision

OpenAI released the open source model Whisper, which is close to human level in English speech recognition and has high accuracy.

Whisper is an automatic speech recognition (ASR, Automatic Speech Recognition) system. OpenAI collected 680,000 hours of 98 languages ​​and multi-task supervision data from the Internet. train. In addition to speech recognition, Whisper can also transcribe multiple languages ​​and translate those languages ​​into English.

Paper address: https://arxiv.org/abs/2212.04356

##Paper 11: Make-A-Video: Text-to-Video Generation without Text-Video Data

Researchers from Meta AI proposed a state-of-the-art text-to-video model: Make-A-Video, A video can be generated from a given text prompt.

Make-A-Video has three advantages: (1) It accelerates the training of T2V (Text-to-Video) models and does not require learning visual and multi-modal representations from scratch , (2) it does not require paired text-video data, (3) the generated video inherits several advantages of today's image generation models.

This technology is designed to enable text-to-video generation, producing unique videos using only a few words or lines of text. The picture below shows a dog wearing superhero clothes and a red cape, flying in the sky:

ML research out of the circle in 2022: the popular Stable Diffusion, generalist agent Gato, LeCun retweets

Paper address: https://arxiv.org/abs/2209.14792

Paper 12: Galactica: A Large Language Model for Science

In recent years, with the advancement of research in various subject areas, scientific literature and data have exploded, making it increasingly difficult for academic researchers to discover useful insights from large amounts of information. Usually, people use search engines to obtain scientific knowledge, but search engines cannot organize scientific knowledge autonomously.

Recently, the research team at Meta AI proposed Galactica, a new large-scale language model that can store, combine and reason about scientific knowledge. Galactica can summarize a review paper, generate encyclopedia queries of entries, and provide knowledgeable answers to questions.

ML research out of the circle in 2022: the popular Stable Diffusion, generalist agent Gato, LeCun retweets

##Paper address: https://arxiv.org/abs/2211.09085

The above is the detailed content of ML research out of the circle in 2022: the popular Stable Diffusion, generalist agent Gato, LeCun retweets. 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
How to Build an Intelligent FAQ Chatbot Using Agentic RAGHow to Build an Intelligent FAQ Chatbot Using Agentic RAGMay 07, 2025 am 11:28 AM

AI agents are now a part of enterprises big and small. From filling forms at hospitals and checking legal documents to analyzing video footage and handling customer support – we have AI agents for all kinds of tasks. Compan

From Panic To Power: What Leaders Must Learn In The AI AgeFrom Panic To Power: What Leaders Must Learn In The AI AgeMay 07, 2025 am 11:26 AM

Life is good. Predictable, too—just the way your analytical mind prefers it. You only breezed into the office today to finish up some last-minute paperwork. Right after that you’re taking your partner and kids for a well-deserved vacation to sunny H

Why Convergence-Of-Evidence That Predicts AGI Will Outdo Scientific Consensus By AI ExpertsWhy Convergence-Of-Evidence That Predicts AGI Will Outdo Scientific Consensus By AI ExpertsMay 07, 2025 am 11:24 AM

But scientific consensus has its hiccups and gotchas, and perhaps a more prudent approach would be via the use of convergence-of-evidence, also known as consilience. Let’s talk about it. This analysis of an innovative AI breakthrough is part of my

The Studio Ghibli Dilemma – Copyright In The Age Of Generative AIThe Studio Ghibli Dilemma – Copyright In The Age Of Generative AIMay 07, 2025 am 11:19 AM

Neither OpenAI nor Studio Ghibli responded to requests for comment for this story. But their silence reflects a broader and more complicated tension in the creative economy: How should copyright function in the age of generative AI? With tools like

MuleSoft Formulates Mix For Galvanized Agentic AI ConnectionsMuleSoft Formulates Mix For Galvanized Agentic AI ConnectionsMay 07, 2025 am 11:18 AM

Both concrete and software can be galvanized for robust performance where needed. Both can be stress tested, both can suffer from fissures and cracks over time, both can be broken down and refactored into a “new build”, the production of both feature

OpenAI Reportedly Strikes $3 Billion Deal To Buy WindsurfOpenAI Reportedly Strikes $3 Billion Deal To Buy WindsurfMay 07, 2025 am 11:16 AM

However, a lot of the reporting stops at a very surface level. If you’re trying to figure out what Windsurf is all about, you might or might not get what you want from the syndicated content that shows up at the top of the Google Search Engine Resul

Mandatory AI Education For All U.S. Kids? 250-Plus CEOs Say YesMandatory AI Education For All U.S. Kids? 250-Plus CEOs Say YesMay 07, 2025 am 11:15 AM

Key Facts Leaders signing the open letter include CEOs of such high-profile companies as Adobe, Accenture, AMD, American Airlines, Blue Origin, Cognizant, Dell, Dropbox, IBM, LinkedIn, Lyft, Microsoft, Salesforce, Uber, Yahoo and Zoom.

Our Complacency Crisis: Navigating AI DeceptionOur Complacency Crisis: Navigating AI DeceptionMay 07, 2025 am 11:09 AM

That scenario is no longer speculative fiction. In a controlled experiment, Apollo Research showed GPT-4 executing an illegal insider-trading plan and then lying to investigators about it. The episode is a vivid reminder that two curves are rising to

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

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

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.

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools