


NUS and Byte collaborated cross-industry to achieve 72 times faster training through model optimization, and won the AAAI2023 Outstanding Paper.
Recently, the top international artificial intelligence conference AAAI 2023 announced the selection results. The CowClip technical paper collaborated by the National University of Singapore (NUS) and ByteDance Machine Learning Team (AML) was shortlisted for Distinguished Papers. CowClip is a model training optimization strategy that can increase model training speed on a single GPU by 72 times while ensuring model accuracy. The relevant code is now open source.
Paper address: https://arxiv.org/abs/ 2204.06240
Open source address: https://github.com/bytedance/LargeBatchCTR
AAAI is an annual conference hosted by the International Association for the Advancement of Artificial Intelligence. It is one of the oldest top academic conferences in the field of artificial intelligence. AAAI 2023 received a total of 8777 paper submissions, of which 1721 papers were accepted, with an acceptance rate of 19.6%. The Department of Computer Science of Oxford University won the highest award of the conference (Outstanding Paper Award), and the collaborative paper from Peking University and other institutions won the Outstanding Student Paper Award. In addition, the conference also selected 12 Distinguished Papers, covering multiple directions such as model training strategy optimization, graph neural network optimization, and neural architecture search.
#How to improve model training speed is an eternal topic in the field of machine learning. Since Google proposed the first pre-trained large model BERT in 2018, large model training has gradually become a trend and trend in the field of deep learning. However, the increasing size of the model also means that a complete training will take a lot of time and computational cost. According to information previously released by Google, when training the 11 billion parameter T5 (the pre-trained model launched by Google in 2019) variant, the single running cost exceeds US$1.3 million.
The CowClip model training optimization strategy selected as an outstanding paper can achieve more sufficient GPU performance by ensuring the model accuracy of a larger batch size (batch size) Excavate to achieve the purpose of increasing training speed. Experiments show that the model trained using CowClip not only has higher accuracy than other methods, but also greatly improves the training speed. Training the Deep FM model on a single GPU can reduce the training time from 12 hours to 10 minutes based on the data of the public data set. The model training speed is increased by 72 times at one time.
With efficient computing and more accurate analysis and decision-making capabilities, artificial intelligence technology is increasingly being used in medical care, finance, manufacturing, and education and e-commerce and other fields, and the accuracy and efficiency of model training will continue to become key factors affecting the development of the artificial intelligence industry.
#According to reports, Bytedance Machine Learning Team (AML) has implemented CowClip’s core technology in some of the company’s businesses. The team provides machine learning middle-end services for the company, including large-scale training systems and inference systems for business scenarios such as recommendation, advertising, and search for products such as Toutiao, Douyin, and Xigua Video, and provides simple and easy-to-use services to enterprise customers through the Volcano Engine. Easy-to-use, stable and reliable machine learning platform.
The above is the detailed content of NUS and Byte collaborated cross-industry to achieve 72 times faster training through model optimization, and won the AAAI2023 Outstanding Paper.. 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



In the fields of machine learning and data science, model interpretability has always been a focus of researchers and practitioners. With the widespread application of complex models such as deep learning and ensemble methods, understanding the model's decision-making process has become particularly important. Explainable AI|XAI helps build trust and confidence in machine learning models by increasing the transparency of the model. Improving model transparency can be achieved through methods such as the widespread use of multiple complex models, as well as the decision-making processes used to explain the models. These methods include feature importance analysis, model prediction interval estimation, local interpretability algorithms, etc. Feature importance analysis can explain the decision-making process of a model by evaluating the degree of influence of the model on the input features. Model prediction interval estimate

This article will introduce how to effectively identify overfitting and underfitting in machine learning models through learning curves. Underfitting and overfitting 1. Overfitting If a model is overtrained on the data so that it learns noise from it, then the model is said to be overfitting. An overfitted model learns every example so perfectly that it will misclassify an unseen/new example. For an overfitted model, we will get a perfect/near-perfect training set score and a terrible validation set/test score. Slightly modified: "Cause of overfitting: Use a complex model to solve a simple problem and extract noise from the data. Because a small data set as a training set may not represent the correct representation of all data." 2. Underfitting Heru

In the 1950s, artificial intelligence (AI) was born. That's when researchers discovered that machines could perform human-like tasks, such as thinking. Later, in the 1960s, the U.S. Department of Defense funded artificial intelligence and established laboratories for further development. Researchers are finding applications for artificial intelligence in many areas, such as space exploration and survival in extreme environments. Space exploration is the study of the universe, which covers the entire universe beyond the earth. Space is classified as an extreme environment because its conditions are different from those on Earth. To survive in space, many factors must be considered and precautions must be taken. Scientists and researchers believe that exploring space and understanding the current state of everything can help understand how the universe works and prepare for potential environmental crises

Common challenges faced by machine learning algorithms in C++ include memory management, multi-threading, performance optimization, and maintainability. Solutions include using smart pointers, modern threading libraries, SIMD instructions and third-party libraries, as well as following coding style guidelines and using automation tools. Practical cases show how to use the Eigen library to implement linear regression algorithms, effectively manage memory and use high-performance matrix operations.

According to news on June 13, according to Byte's "Volcano Engine" public account, Xiaomi's artificial intelligence assistant "Xiao Ai" has reached a cooperation with Volcano Engine. The two parties will achieve a more intelligent AI interactive experience based on the beanbao large model. It is reported that the large-scale beanbao model created by ByteDance can efficiently process up to 120 billion text tokens and generate 30 million pieces of content every day. Xiaomi used the beanbao large model to improve the learning and reasoning capabilities of its own model and create a new "Xiao Ai Classmate", which not only more accurately grasps user needs, but also provides faster response speed and more comprehensive content services. For example, when a user asks about a complex scientific concept, &ldq

Translator | Reviewed by Li Rui | Chonglou Artificial intelligence (AI) and machine learning (ML) models are becoming increasingly complex today, and the output produced by these models is a black box – unable to be explained to stakeholders. Explainable AI (XAI) aims to solve this problem by enabling stakeholders to understand how these models work, ensuring they understand how these models actually make decisions, and ensuring transparency in AI systems, Trust and accountability to address this issue. This article explores various explainable artificial intelligence (XAI) techniques to illustrate their underlying principles. Several reasons why explainable AI is crucial Trust and transparency: For AI systems to be widely accepted and trusted, users need to understand how decisions are made

Machine learning is an important branch of artificial intelligence that gives computers the ability to learn from data and improve their capabilities without being explicitly programmed. Machine learning has a wide range of applications in various fields, from image recognition and natural language processing to recommendation systems and fraud detection, and it is changing the way we live. There are many different methods and theories in the field of machine learning, among which the five most influential methods are called the "Five Schools of Machine Learning". The five major schools are the symbolic school, the connectionist school, the evolutionary school, the Bayesian school and the analogy school. 1. Symbolism, also known as symbolism, emphasizes the use of symbols for logical reasoning and expression of knowledge. This school of thought believes that learning is a process of reverse deduction, through existing

MetaFAIR teamed up with Harvard to provide a new research framework for optimizing the data bias generated when large-scale machine learning is performed. It is known that the training of large language models often takes months and uses hundreds or even thousands of GPUs. Taking the LLaMA270B model as an example, its training requires a total of 1,720,320 GPU hours. Training large models presents unique systemic challenges due to the scale and complexity of these workloads. Recently, many institutions have reported instability in the training process when training SOTA generative AI models. They usually appear in the form of loss spikes. For example, Google's PaLM model experienced up to 20 loss spikes during the training process. Numerical bias is the root cause of this training inaccuracy,
