• bitcoinBitcoin(BTC)$84,421.00-0.04%
  • ethereumEthereum(ETH)$2,695.880.72%
  • tetherTether(USDT)$1.00-0.02%
  • binancecoinBNB(BNB)$779.341.57%
  • rippleXRP(XRP)$1.531.76%
  • usd-coinUSDC(USDC)$1.00-0.01%
  • solanaSolana(SOL)$117.352.45%
  • tronTRON(TRX)$0.340584-0.03%
  • zcashZcash(ZEC)$1,559.042.87%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.040.58%
  • HyperliquidHyperliquid(HYPE)$94.240.65%
  • dogecoinDogecoin(DOGE)$0.0961563.95%
  • moneroMonero(XMR)$549.36-0.57%
  • whitebitWhiteBIT Coin(WBT)$84.61-0.18%
  • chainlinkChainlink(LINK)$13.187.21%
  • USDSUSDS(USDS)$1.00-0.01%
  • cardanoCardano(ADA)$0.2474883.74%
  • RainRain(RAIN)$0.012076-1.82%
  • leo-tokenLEO Token(LEO)$8.91-1.07%
  • stellarStellar(XLM)$0.2126384.76%
  • bitcoin-cashBitcoin Cash(BCH)$337.24-2.66%
  • nearNEAR Protocol(NEAR)$4.707.15%
  • uniswapUniswap(UNI)$9.291.07%
  • litecoinLitecoin(LTC)$71.0916.06%
  • Ethena USDeEthena USDe(USDE)$1.00-0.01%
  • avalanche-2Avalanche(AVAX)$10.451.24%
  • daiDai(DAI)$1.000.01%
  • CantonCanton(CC)$0.1142634.94%
  • USD1USD1(USD1)$1.00-0.02%
  • suiSui(SUI)$1.025.16%
  • hedera-hashgraphHedera(HBAR)$0.0925592.55%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.431.04%
  • shiba-inuShiba Inu(SHIB)$0.0000063.91%
  • BittensorBittensor(TAO)$303.524.23%
  • Global DollarGlobal Dollar(USDG)$1.000.01%
  • crypto-com-chainCronos(CRO)$0.0634613.42%
  • BitwayBitway(BTW)$1.065.79%
  • MemeCoreMemeCore(M)$1.221.21%
  • paypal-usdPayPal USD(PYUSD)$1.00-0.01%
  • tether-goldTether Gold(XAUT)$4,269.99-0.40%
  • okbOKB(OKB)$119.711.33%
  • OndoOndo(ONDO)$0.5225.07%
  • 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%
  • aaveAave(AAVE)$147.235.76%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.15-0.10%
  • mantleMantle(MNT)$0.694.64%
  • EthenaEthena(ENA)$0.2195596.38%
  • polkadotPolkadot(DOT)$1.176.46%
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

Congressman Calls for National Data Center Strategy

New York Times Cooking Is Coming To Meta’s AI And Display Glasses

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

Congressman Calls for National Data Center Strategy
AI & Technology

Congressman Calls for National Data Center Strategy

September 24, 2026
New York Times Cooking Is Coming To Meta’s AI And Display Glasses
AI & Technology

New York Times Cooking Is Coming To Meta’s AI And Display Glasses

September 24, 2026
Trump-Xi Summit Puts Global AI Race in Focus
AI & Technology

Trump-Xi Summit Puts Global AI Race in Focus

September 24, 2026
Google Takes on Apple, Microsoft With AI-Powered Laptops
AI & Technology

Google Takes on Apple, Microsoft With AI-Powered Laptops

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
WATCH: NASA launches Nancy Grace Roman Telescope into space | NBC News

WATCH: NASA launches Nancy Grace Roman Telescope into space | NBC News

September 21, 2026
Thieves rob moving truck on Egypt highway

Thieves rob moving truck on Egypt highway

September 21, 2026
Great Americans: A conversation with Gary Sinise

Great Americans: A conversation with Gary Sinise

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