paper-with-me

홈 › Papers

MatRL: Provably Generalizable Iterative Algorithm Discovery via Monte-Carlo Tree Search

2025-07-04 · Sungyoon Kim, Rajat Vadiraj Dwaraknath, Longling geng, Mert Pilanci arxiv

Iterative methods for computing matrix functions have been extensively studied and their convergence speed can be significantly improved with the right tuning of parameters and by mixing different iteration types. Handtuning the design options for optimal performance can be cumbersome, especially in modern computing environments: numerous different classical iterations and their variants exist, each with non-trivial per-step cost and tuning parameters. To this end, we propose MatRL -- a reinforcement learning based framework that automatically discovers iterative algorithms for computing matrix functions. The key idea is to treat algorithm design as a sequential decision-making process. Monte-Carlo tree search is then used to plan a hybrid sequence of matrix iterations and step sizes, tailored to a specific input matrix distribution and computing environment. Moreover, we also show that the learned algorithms provably generalize to sufficiently large matrices drawn from the same distribution. Finally, we corroborate our theoretical results with numerical experiments demonstrating that MatRL produces algorithms that outperform various baselines in the literature.

📄 PDF Abstract BibTeX arXiv:2507.03833

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Multi-Agent Trust Region Learning

2021-01-01 · Ying Wen, Hui Chen, Yaodong Yang, Zheng Tian 외

Trust-region methods are widely used in single-agent reinforcement learning. One advantage is that they guarantee a lower bound of monotonic payoff improvement for policy optimization at each iteration. Nonetheless, whe…

Atari GamesMuJoCoMulti-agent Reinforcement LearningQ-Learning+2

A Game-Theoretic Approach to Multi-Agent Trust Region Optimization

2021-06-12 · Ying Wen, Hui Chen, Yaodong Yang, Zheng Tian 외

Trust region methods are widely applied in single-agent reinforcement learning problems due to their monotonic performance-improvement guarantee at every iteration. Nonetheless, when applied in multi-agent settings, the …

Atari GamesMuJoCoMulti-agent Reinforcement Learningreinforcement-learning+2

Multi-omic Causal Discovery using Genotypes and Gene Expression

2025-05-21 · Stephen Asiedu, David Watson

Causal discovery in multi-omic datasets is crucial for understanding the bigger picture of gene regulatory mechanisms, but remains challenging due to high dimensionality, differentiation of direct from indirect relations…

Causal DiscoveryDrug Discovery

Co-DETECT: Collaborative Discovery of Edge Cases in Text Classification

2025-07-07 · Chenfei Xiong, Jingwei Ni, Yu Fan, Vilém Zouhar 외 arxiv

We introduce Co-DETECT (Collaborative Discovery of Edge cases in TExt ClassificaTion), a novel mixed-initiative annotation framework that integrates human expertise with automatic annotation guided by large language mode…

Text Classification

Outcome-Based RL Provably Leads Transformers to Reason, but Only With the Right Data

2026-01-21 · Yuval Ran-Milo, Yotam Alexander, Shahar Mendel, Nadav Cohen arxiv

Transformers trained via Reinforcement Learning (RL) with outcome-based supervision can spontaneously develop the ability to generate intermediate reasoning steps (Chain-of-Thought). Yet the mechanism by which sparse rew…

Reinforcement LearningMathematical Reasoning