• bitcoinBitcoin(BTC)$83,734.00-0.84%
  • ethereumEthereum(ETH)$2,660.05-0.48%
  • tetherTether(USDT)$1.000.00%
  • binancecoinBNB(BNB)$777.351.33%
  • rippleXRP(XRP)$1.50-1.80%
  • usd-coinUSDC(USDC)$1.000.00%
  • solanaSolana(SOL)$114.79-0.09%
  • tronTRON(TRX)$0.339631-0.15%
  • zcashZcash(ZEC)$1,497.99-6.84%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.040.54%
  • HyperliquidHyperliquid(HYPE)$91.85-3.05%
  • dogecoinDogecoin(DOGE)$0.094248-0.63%
  • moneroMonero(XMR)$546.74-0.84%
  • whitebitWhiteBIT Coin(WBT)$83.87-0.94%
  • USDSUSDS(USDS)$1.00-0.01%
  • chainlinkChainlink(LINK)$12.471.07%
  • cardanoCardano(ADA)$0.2454962.35%
  • RainRain(RAIN)$0.012052-3.68%
  • leo-tokenLEO Token(LEO)$8.90-0.67%
  • stellarStellar(XLM)$0.205471-0.24%
  • bitcoin-cashBitcoin Cash(BCH)$336.36-1.35%
  • nearNEAR Protocol(NEAR)$4.51-2.75%
  • uniswapUniswap(UNI)$9.10-3.64%
  • litecoinLitecoin(LTC)$72.3719.32%
  • Ethena USDeEthena USDe(USDE)$1.000.02%
  • daiDai(DAI)$1.000.02%
  • avalanche-2Avalanche(AVAX)$10.24-1.77%
  • USD1USD1(USD1)$1.00-0.01%
  • CantonCanton(CC)$0.1087320.08%
  • hedera-hashgraphHedera(HBAR)$0.0926591.13%
  • suiSui(SUI)$0.991.22%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.41-0.01%
  • shiba-inuShiba Inu(SHIB)$0.0000060.07%
  • Global DollarGlobal Dollar(USDG)$1.00-0.01%
  • BittensorBittensor(TAO)$286.51-5.11%
  • crypto-com-chainCronos(CRO)$0.061997-0.40%
  • BitwayBitway(BTW)$1.038.58%
  • MemeCoreMemeCore(M)$1.221.51%
  • paypal-usdPayPal USD(PYUSD)$1.000.00%
  • tether-goldTether Gold(XAUT)$4,260.20-0.84%
  • okbOKB(OKB)$119.040.23%
  • Circle USYCCircle USYC(USYC)$1.140.01%
  • OndoOndo(ONDO)$0.49166017.49%
  • 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.150.02%
  • mantleMantle(MNT)$0.672.58%
  • aaveAave(AAVE)$141.750.08%
  • EthenaEthena(ENA)$0.2155704.75%
  • MorphoMorpho(MORPHO)$2.828.76%
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 Propose the UI-R1 Framework that Extends Rule-based Reinforcement Learning to GUI Action Prediction Tasks

March 29, 2025
in AI & Technology
Reading Time: 4 mins read
A A
This AI Paper Propose the UI-R1 Framework that Extends Rule-based Reinforcement Learning to GUI Action Prediction Tasks
ShareShareShareShareShare

Supervised fine-tuning (SFT) is the standard training paradigm for large language models (LLMs) and graphic user interface (GUI) agents. However, SFT demands high-quality labeled datasets, resulting in extended training periods and high computational expenses. This dependence on extensive data creates bottlenecks in AI development workflows. Moreover, existing VLM-based GUI agents trained through SFT show performance deficiencies when confronted with out-of-domain scenarios, severely limiting their practical utility in diverse real-world applications. Rule-based reinforcement learning (RL) or reinforcement fine-tuning (RFT) is a promising alternative, requiring only dozens to thousands of samples instead of massive datasets.

Various approaches have been developed to advance GUI agents and optimize their training. The AppAgent and Mobile-Agent series integrate commercial models like GPT for planning and prediction tasks but heavily depend on prompt engineering and multi-agent collaboration, requiring careful manual design for optimal performance. So, researchers have fine-tuned smaller open-source MLLMs on task-specific GUI datasets to create specialist agents. Rule-based RL has become an efficient alternative to traditional training paradigms and utilizes predefined rule-based reward functions that focus on final results while allowing models to learn reasoning processes organically. The technique proves effective even on smaller models and is extended to multimodal models through task-specific rewards for visual tasks.

YOU MAY ALSO LIKE

How To Get Your Cut Of Apple’s $250 Million Siri Settlement

Revolut Is Piloting Facial Recognition At Store Checkouts In The UK

Researchers from vivo AI Lab and MMLab @ CUHK have proposed UI-R1 to enhance multimodal LLMs’ reasoning capabilities for GUI action prediction tasks through DeepSeek R1 style RL. Researchers present the first exploration of how rule-based RL can improve MLLM reasoning for graphic UI action prediction. A small yet high-quality dataset is curated with 136 challenging tasks across five common mobile device action types. Model optimization is enabled through policy-based algorithms by introducing a unified rule-based action reward, specifically Group Relative Policy Optimization (GRPO). This approach has shown great effectiveness for in-domain and out-of-domain tasks, with significant improvements in action type accuracy and grounding accuracy compared to the base Qwen2.5-VL-3B model.

The system’s grounding capabilities are evaluated using two specialized benchmarks: ScreenSpot, which evaluates GUI grounding across mobile, desktop, and web platforms, and ScreenSpot-Pro, which focuses on high-resolution professional environments with expert-annotated tasks spanning 23 applications, five industries, and three operating systems. Moreover, the model undergoes testing for single-step action prediction based on low-level instructions using a selected subset of ANDROIDCONTROL, which introduces a broader range of action types beyond the ScreenSpot benchmark. The research methodology also explores the critical relationship between training data size and model performance, comparing random sampling versus difficulty-based selection in training data selection.

The UI-R1 improves the GUI grounding capability of the 3B model by 20% on ScreenSpot and 6% on ScreenSpot-Pro, outperforming most 7B models on both benchmarks. UI-R1 achieves performance comparable to state-of-the-art 7B models such as AGUVIS and OS-Atlas, despite those models being trained using SFT on larger labeled datasets. When compared directly with the Qwen2.5-VL (ZS) model, UI-R1 shows a 15% improvement in action type prediction accuracy and a 20% enhancement in click element grounding accuracy using only 136 training data points. The research also reveals that while model performance improves with increased training data, this relationship gradually saturates, and the difficulty-based selection method consistently outperforms random selection.

In conclusion, researchers introduced the UI-R1 framework, which successfully extends rule-based RL to GUI action prediction tasks, providing a scalable and efficient alternative to traditional SFT. It uses a novel reward function that simultaneously evaluates both action type and arguments, effectively reducing task complexity while enhancing learning efficiency. Despite utilizing only 130+ training samples from the mobile domain, UI-R1 achieves remarkable performance, showing strong generalization capabilities when applied to out-of-domain datasets across desktop and web platforms. UI-R1’s exceptional adaptability, data efficiency, and effectiveness in handling specialized tasks establish a promising future direction in developing multimodal GUI agents.


Check out the Paper. All credit for this research goes to the researchers of this project. Also, feel free to follow us on Twitter and don’t forget to join our 85k+ ML SubReddit.


Sajjad Ansari is a final year undergraduate from IIT Kharagpur. As a Tech enthusiast, he delves into the practical applications of AI with a focus on understanding the impact of AI technologies and their real-world implications. He aims to articulate complex AI concepts in a clear and accessible manner.

Credit: Source link

ShareTweetSendSharePin

Related Posts

How To Get Your Cut Of Apple’s 0 Million Siri Settlement
AI & Technology

How To Get Your Cut Of Apple’s $250 Million Siri Settlement

September 24, 2026
Revolut Is Piloting Facial Recognition At Store Checkouts In The UK
AI & Technology

Revolut Is Piloting Facial Recognition At Store Checkouts In The UK

September 24, 2026
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
Next Post
Why businesses judge AI like humans — and what that means for adoption

Why businesses judge AI like humans — and what that means for adoption

Leave a Reply Cancel reply

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

Search

No Result
View All Result
Steve Kornacki previews generational change fights in Massachusetts primary

Steve Kornacki previews generational change fights in Massachusetts primary

September 20, 2026
How Panda Express uses AI in its restaurants

How Panda Express uses AI in its restaurants

September 22, 2026
Don’t Panic! How To Prepare For The FOMC Rate Decision!

Don’t Panic! How To Prepare For The FOMC Rate Decision!

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