• bitcoinBitcoin(BTC)$83,229.00-3.04%
  • ethereumEthereum(ETH)$2,637.40-3.47%
  • tetherTether(USDT)$1.000.00%
  • binancecoinBNB(BNB)$766.40-2.13%
  • rippleXRP(XRP)$1.46-8.25%
  • usd-coinUSDC(USDC)$1.000.00%
  • solanaSolana(SOL)$112.94-3.80%
  • tronTRON(TRX)$0.338672-1.19%
  • zcashZcash(ZEC)$1,467.04-9.58%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.040.37%
  • HyperliquidHyperliquid(HYPE)$90.21-5.51%
  • dogecoinDogecoin(DOGE)$0.092109-7.66%
  • moneroMonero(XMR)$547.79-3.82%
  • whitebitWhiteBIT Coin(WBT)$83.27-3.44%
  • USDSUSDS(USDS)$1.00-0.02%
  • chainlinkChainlink(LINK)$12.16-5.64%
  • cardanoCardano(ADA)$0.234466-7.33%
  • RainRain(RAIN)$0.012017-6.90%
  • leo-tokenLEO Token(LEO)$8.92-0.63%
  • stellarStellar(XLM)$0.197861-8.38%
  • bitcoin-cashBitcoin Cash(BCH)$326.91-9.85%
  • uniswapUniswap(UNI)$8.92-11.74%
  • nearNEAR Protocol(NEAR)$4.19-7.14%
  • litecoinLitecoin(LTC)$66.485.96%
  • Ethena USDeEthena USDe(USDE)$1.000.00%
  • daiDai(DAI)$1.000.00%
  • avalanche-2Avalanche(AVAX)$10.06-10.16%
  • USD1USD1(USD1)$1.000.00%
  • CantonCanton(CC)$0.107087-4.74%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.40-3.16%
  • hedera-hashgraphHedera(HBAR)$0.088968-8.25%
  • suiSui(SUI)$0.94-6.88%
  • shiba-inuShiba Inu(SHIB)$0.000006-7.86%
  • Global DollarGlobal Dollar(USDG)$1.00-0.01%
  • BittensorBittensor(TAO)$280.11-9.66%
  • crypto-com-chainCronos(CRO)$0.060385-9.30%
  • MemeCoreMemeCore(M)$1.24-2.70%
  • BitwayBitway(BTW)$1.018.46%
  • paypal-usdPayPal USD(PYUSD)$1.00-0.01%
  • tether-goldTether Gold(XAUT)$4,256.07-1.51%
  • okbOKB(OKB)$117.79-4.61%
  • Circle USYCCircle USYC(USYC)$1.140.01%
  • Ripple USDRipple USD(RLUSD)$1.000.00%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.140.03%
  • mantleMantle(MNT)$0.66-3.13%
  • aaveAave(AAVE)$136.12-8.75%
  • OndoOndo(ONDO)$0.422517-3.24%
  • EthenaEthena(ENA)$0.201167-5.51%
  • AsterAster(ASTER)$0.70-3.09%
TradePoint.io
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop
No Result
View All Result
TradePoint.io
No Result
View All Result

This AI Paper from Stanford Provides New Insights on AI Model Collapse and Data Accumulation

July 29, 2024
in AI & Technology
Reading Time: 6 mins read
A A
This AI Paper from Stanford Provides New Insights on AI Model Collapse and Data Accumulation
ShareShareShareShareShare

Large-scale generative models like GPT-4, DALL-E, and Stable Diffusion have transformed artificial intelligence, demonstrating remarkable capabilities in generating text, images, and other media. However, as these models become more prevalent, a critical challenge emerges the consequences of training generative models on datasets containing their outputs. This issue, known as model collapse, poses a significant threat to the future development of AI. As generative models are trained on web-scale datasets that increasingly include AI-generated content, researchers are struggling with the potential degradation of model performance over successive iterations, potentially rendering newer models ineffective and compromising the quality of training data for future AI systems.

Existing researchers have investigated model collapse through various methods, including replacing real data with generated data, augmenting fixed datasets, and mixing real and synthetic data. Most studies maintained constant dataset sizes and mixing proportions. Theoretical work has focused on understanding model behavior with synthetic data integration, analyzing high-dimensional regression, self-distillation effects, and language model output tails. Some researchers identified phase transitions in error scaling laws and proposed mitigation strategies. However, these studies primarily considered fixed training data amounts per iteration. Few explored the effects of accumulating data over time, closely resembling evolving internet-based datasets. This research gap highlights the need for further investigation into the long-term consequences of training models on continuously expanding datasets that include both real and synthetic data, reflecting the dynamic nature of web-scale information.

YOU MAY ALSO LIKE

Contrastive-LM Releases CLM-8B: An Open System One Model That Scores Agent Actions Up to 9× Faster Than Jev

A Coding Guide to TypeSafe AI Jev: Typed Decisions, Calibrated Confidence, and Speculative Fan-Out with a System One Model

Researchers from Stanford University propose a study that explores the impact of accumulating data on model collapse in generative AI models. Unlike previous research focusing on data replacement, this approach simulates the continuous accumulation of synthetic data in internet-based datasets. Experiments with transformers, diffusion models, and variational autoencoders across various data types reveal that accumulating synthetic data with real data prevents model collapse, in contrast to the performance degradation observed when replacing data. The researchers extend existing analysis of sequential linear models to prove that data accumulation results in a finite, well-controlled upper bound on test error, independent of model-fitting iterations. This finding contrasts with the linear error increase seen in data replacement scenarios.

Researchers experimentally investigated model collapse in generative AI using causal transformers, diffusion models, and variational autoencoders across text, molecular, and image datasets. 

  1. Transformer-Based Causal Language Modeling:

To test the model collapse in transformer-based language models researchers used GPT-2 and Llama2 architectures of various sizes, pre-trained on TinyStories. They compared data replacement and accumulation strategies over multiple iterations. Results consistently showed that replacing data increased test cross-entropy (worse performance) across all model configurations and sampling temperatures. In contrast, accumulating data maintained or improved performance over iterations. Lower sampling temperatures accelerated error increases when replacing data, but the overall trend remained consistent. These findings strongly support the hypothesis that data accumulation prevents model collapse in language modeling tasks, while data replacement leads to progressive performance degradation.

  1. Diffusion Models on Molecular Conformation Data: 

Researchers tested GeoDiff diffusion models on GEOM-Drugs molecular conformation data, comparing data replacement and accumulation strategies. Results showed increasing test loss when replacing data, but stable performance when accumulating data. Unlike language models, significant degradation occurred mainly in the first iteration with synthetic data. These findings further support data accumulation as a method to prevent model collapse across different AI domains.

  1. Variational Autoencoders on Image Data (VAE)

Researchers used VAEs on CelebA face images, comparing data replacement and accumulation strategies. Replacing data led to rapid model collapse, with increasing test error and decreasing image quality and diversity. Accumulating data significantly slowed collapse, preserving major variations but losing minor details over iterations. Unlike language models, accumulation showed slight performance degradation. These findings support data accumulation’s benefits in mitigating model collapse across AI domains while highlighting variations in effectiveness depending on model type and dataset.

This research investigates model collapse in AI, a concern as AI-generated content increasingly appears in training datasets. While previous studies showed that training on model outputs can degrade performance, this work demonstrates that model collapse can be prevented by training on a mixture of real and synthetic data. The findings, supported by experiments across various AI domains and theoretical analysis for linear regression, suggest that the “curse of recursion” may be less severe than previously thought, as long as synthetic data is accumulated alongside real data rather than replacing it entirely.


Check out the Paper. All credit for this research goes to the researchers of this project. Also, don’t forget to follow us on Twitter and join our Telegram Channel and LinkedIn Group.

If you like our work, you will love our newsletter..

Don’t Forget to join our 47k+ ML SubReddit

Find Upcoming AI Webinars here


Asjad is an intern consultant at Marktechpost. He is persuing B.Tech in mechanical engineering at the Indian Institute of Technology, Kharagpur. Asjad is a Machine learning and deep learning enthusiast who is always researching the applications of machine learning in healthcare.

🐝 Join the Fastest Growing AI Research Newsletter Read by Researchers from Google + NVIDIA + Meta + Stanford + MIT + Microsoft and many others…


Credit: Source link

ShareTweetSendSharePin

Related Posts

Contrastive-LM Releases CLM-8B: An Open System One Model That Scores Agent Actions Up to 9× Faster Than Jev
AI & Technology

Contrastive-LM Releases CLM-8B: An Open System One Model That Scores Agent Actions Up to 9× Faster Than Jev

September 24, 2026
A Coding Guide to TypeSafe AI Jev: Typed Decisions, Calibrated Confidence, and Speculative Fan-Out with a System One Model
AI & Technology

A Coding Guide to TypeSafe AI Jev: Typed Decisions, Calibrated Confidence, and Speculative Fan-Out with a System One Model

September 24, 2026
Everything Announced At Meta Connect 2026
AI & Technology

Everything Announced At Meta Connect 2026

September 24, 2026
Meta Put Muse In A Tamagotchi Like ‘Charm’ Device
AI & Technology

Meta Put Muse In A Tamagotchi Like ‘Charm’ Device

September 24, 2026
Next Post
The new Astro Bot PS5 controller is pretty dang adorable

The new Astro Bot PS5 controller is pretty dang adorable

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

No Result
View All Result
NEXT plc 2027 Q2 – Results – Earnings Call Presentation (OTCMKTS:NXGPY) 2026-09-18

NEXT plc 2027 Q2 – Results – Earnings Call Presentation (OTCMKTS:NXGPY) 2026-09-18

September 18, 2026
SpaceX: Louisiana Is Huge, But The Revenue Math Still Doesn’t Work (NASDAQ:SPCX)

SpaceX: Louisiana Is Huge, But The Revenue Math Still Doesn’t Work (NASDAQ:SPCX)

September 22, 2026
Lindsay Clancy’s lawyer requests one juror be removed following deadlock

Lindsay Clancy’s lawyer requests one juror be removed following deadlock

September 18, 2026

About

Learn more

Our Services

Legal

Privacy Policy

Terms of Use

Bloggers

Learn more

Article Links

Contact

Advertise

Ask us anything

©2020- TradePoint.io - All rights reserved!

Tradepoint.io, being just a publishing and technology platform, is not a registered broker-dealer or investment adviser. So we do not provide investment advice. Rather, brokerage services are provided to clients of Tradepoint.io by independent SEC-registered broker-dealers and members of FINRA/SIPC. Every form of investing carries some risk and past performance is not a guarantee of future results. “Tradepoint.io“, “Instant Investing” and “My Trading Tools” are registered trademarks of Apperbuild, LLC.

This website is operated by Apperbuild, LLC. We have no link to any brokerage firm and we do not provide investment advice. Every information and resource we provide is solely for the education of our readers. © 2020 Apperbuild, LLC. All rights reserved.

No Result
View All Result
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop

© 2023 - TradePoint.io - All Rights Reserved!