• bitcoinBitcoin(BTC)$84,803.000.94%
  • ethereumEthereum(ETH)$2,695.260.43%
  • tetherTether(USDT)$1.00-0.01%
  • binancecoinBNB(BNB)$778.911.08%
  • rippleXRP(XRP)$1.530.65%
  • usd-coinUSDC(USDC)$1.000.00%
  • solanaSolana(SOL)$123.291.71%
  • tronTRON(TRX)$0.334530-0.45%
  • zcashZcash(ZEC)$1,608.023.45%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.062.84%
  • HyperliquidHyperliquid(HYPE)$91.920.27%
  • dogecoinDogecoin(DOGE)$0.0974840.24%
  • chainlinkChainlink(LINK)$14.11-0.38%
  • moneroMonero(XMR)$547.47-0.98%
  • whitebitWhiteBIT Coin(WBT)$84.530.85%
  • USDSUSDS(USDS)$1.00-0.01%
  • cardanoCardano(ADA)$0.2567830.71%
  • RainRain(RAIN)$0.012580-3.81%
  • leo-tokenLEO Token(LEO)$9.010.52%
  • stellarStellar(XLM)$0.217059-0.51%
  • nearNEAR Protocol(NEAR)$5.4613.33%
  • bitcoin-cashBitcoin Cash(BCH)$335.90-0.56%
  • uniswapUniswap(UNI)$9.782.35%
  • litecoinLitecoin(LTC)$71.23-1.08%
  • CantonCanton(CC)$0.1379542.82%
  • suiSui(SUI)$1.279.46%
  • Ethena USDeEthena USDe(USDE)$1.000.02%
  • avalanche-2Avalanche(AVAX)$11.022.18%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.645.26%
  • daiDai(DAI)$1.00-0.01%
  • USD1USD1(USD1)$1.00-0.01%
  • hedera-hashgraphHedera(HBAR)$0.0951651.74%
  • BittensorBittensor(TAO)$328.701.81%
  • shiba-inuShiba Inu(SHIB)$0.000006-0.13%
  • crypto-com-chainCronos(CRO)$0.0673182.30%
  • BitwayBitway(BTW)$1.2013.37%
  • Global DollarGlobal Dollar(USDG)$1.00-0.01%
  • EthenaEthena(ENA)$0.2911926.68%
  • paypal-usdPayPal USD(PYUSD)$1.000.00%
  • MemeCoreMemeCore(M)$1.20-0.26%
  • quant-networkQuant(QNT)$188.1853.91%
  • OndoOndo(ONDO)$0.563.05%
  • tether-goldTether Gold(XAUT)$4,280.090.02%
  • okbOKB(OKB)$121.560.57%
  • Ripple USDRipple USD(RLUSD)$1.000.00%
  • Circle USYCCircle USYC(USYC)$1.140.00%
  • aaveAave(AAVE)$155.490.44%
  • Pump.funPump.fun(PUMP)$0.00496412.49%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.150.04%
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

Google's 'Watch & Learn' framework cracks the data bottleneck for training computer-use agents

October 23, 2025
in AI & Technology
Reading Time: 4 mins read
A A
Google's 'Watch & Learn' framework cracks the data bottleneck for training computer-use agents
ShareShareShareShareShare

A new framework developed by researchers at Google Cloud and DeepMind aims to address one of the key challenges of developing computer use agents (CUAs): Gathering high-quality training examples at scale.

YOU MAY ALSO LIKE

Why The iPhone Duo Could Be Beneficial For Samsung’s Galaxy Z Fold 8

How To Improve Your Router’s Security In 10 Minutes

The framework, dubbed Watch & Learn (W&L), addresses the problem of training data generation in a way that doesn’t require human annotation and can automatically extract demonstrations from raw videos.

Their experiments show that data generated W&L can be used to train or fine-tune existing computer use and foundation models to improve their performance on computer-use tasks. But equally important, the same approach can be used to create in-context learning (ICL) examples for computer use agents, enabling companies to create CUAs for bespoke internal tasks without the need for costly training of specialized models.

The data bottleneck of CUA

The web is rich with video tutorials and screencasts that describe complex workflows for using applications. These videos are a gold mine that can provide computer use agents with domain knowledge and instructions for accomplishing different tasks through user interface interactions.

However, before they can be used to train CUA agents, these videos need to be transformed into annotated trajectories (that is, a set of task descriptions, screenshots and actions), a process that is prohibitively expensive and time-consuming when done manually.

Existing approaches to address this data bottleneck rely on annotating these videos through the use of multimodal language models, which usually result in low precision and faulty examples. A different approach uses self-play agents that autonomously explore user interfaces to collect trajectories. However, techniques using this approach usually create simple examples that are not useful in unpredictable real-world situations.

As the researchers note in their paper, “Overall, these approaches either rely on brittle heuristics, are costly as they rely on explorations in real environments or generate low-complexity demonstrations misaligned with human intent.”

Watch & Learn

The Watch & Learn framework tries to address the challenges of creating CUA demonstrations by rethinking the problem formulation.

Instead of directly generating trajectories or depending on complex multi-stage pipelines, the researchers frame the problem as an “inverse dynamics objective”: Given two consecutive observations, predict the intermediate action that produced the transition.

According to the researchers, this formulation is “easier to learn, avoids hand-crafted heuristics and generalizes robustly across applications.”

The W&L framework can be broken down into three key stages: Training an inverse dynamics model (IDM), retrieving raw videos, and training CUA agents.

In the first phase, the researchers used agents to interact with live web pages to create a large corpus of 500,000 state transitions (two consecutive observations and the action that resulted in the transition). They then used this data (along with 132,000 human-annotated transitions from existing open datasets) to train an inverse dynamics model (IDM) that takes in two consecutive observations and predicts the transition action. Their trained IDM, which is a small transformer model, outperformed off-the-shelf foundation models in predicting transition actions.

The researchers then designed a pipeline that retrieves videos from platforms such as YouTube and runs them through IDM to generate high-quality trajectories. The IDM takes in consecutive video frames and determines the actions (scroll, click) that caused the changes in the environment, which are then packaged into annotated trajectories. Using this method, they generated 53,125 trajectories with high-accuracy action labels.

These examples can be used to train effective computer use models for specific tasks. But the researchers also found that trajectories extracted through IDM can serve as in-context learning examples to improve the performance of CUAs on bespoke tasks at inference time. For ICL, they use Gemini 2.5 Flash to add additional reasoning annotations to the observation/action examples in the trajectories, which can then be inserted into the CUA agent’s prompt (usually 3-5 examples) during inference.

“This dual role (training and in-context guidance) enables flexible integration with both open-source models and general-purpose agents,” the researchers write.

W&L in action

To test the usefulness of W&L, the researchers ran a series of experiments with closed and open source models on the OSWorld benchmark, which evaluates agents in real desktop and operating system environments across different tasks, including productivity, programming and design.

For fine-tuning, they used their corpus of 53,000 trajectories to train two open source models: UI-TARS-1.5, a strong, open source vision-language-action model designed specifically for computer use, and Qwen 2.5-VL, an open-weight multimodal LLM. 

For in-context learning tests, they applied W&L examples to general-purpose multimodal models such as Gemini 2.5 Flash, OpenAI o3 and Claude Sonnet 4. 

W&L resulted in improvements on OSWorld in all model categories, including up to 3 points for ICL on general-purpose models and up to 11 points for fine-tuned open-source models.

More importantly, these benefits were achieved without any manual annotation, “demonstrating that web-scale human workflows can serve as a practical and scalable foundation for advancing CUAs towards real-world deployment,” the researchers write.

This could have important implications for real-world applications, enabling enterprises to turn their existing corpora of videos and conference recordings into training data for CUAs. It also makes it easier to generate new training trajectories. All you will need to do is record videos of performing different tasks and have them annotated by an IDM. And with frontier models constantly improving and becoming cheaper, you can expect to get more from your existing data and the field continues to progress.

Credit: Source link

ShareTweetSendSharePin

Related Posts

Why The iPhone Duo Could Be Beneficial For Samsung’s Galaxy Z Fold 8
AI & Technology

Why The iPhone Duo Could Be Beneficial For Samsung’s Galaxy Z Fold 8

September 27, 2026
How To Improve Your Router’s Security In 10 Minutes
AI & Technology

How To Improve Your Router’s Security In 10 Minutes

September 27, 2026
Humanoid Robots Are Getting Even Creepier (This One Can Cry On Command)
AI & Technology

Humanoid Robots Are Getting Even Creepier (This One Can Cry On Command)

September 27, 2026
AI Coding Agents for Enterprise: IP Indemnity, Data Residency and 500-Seat Cost Compared
AI & Technology

AI Coding Agents for Enterprise: IP Indemnity, Data Residency and 500-Seat Cost Compared

September 27, 2026
Next Post
Crowds cheer in Tel Aviv as helicopters carrying freed Israeli hostages fly by

Crowds cheer in Tel Aviv as helicopters carrying freed Israeli hostages fly by

Leave a Reply Cancel reply

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

Search

No Result
View All Result
Is There Any Benefit To Keeping Your Smart TV In Standby Mode?

Is There Any Benefit To Keeping Your Smart TV In Standby Mode?

September 20, 2026
Do USB Extenders Really Work And Are They Safe To Use?

Do USB Extenders Really Work And Are They Safe To Use?

September 22, 2026
Hundreds evacuated as Texas wildfire explodes

Hundreds evacuated as Texas wildfire explodes

September 23, 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!