46 papers across AI, ML, NLP, and CV from the last 24 hours.
Three themes dominate this batch. First, Mixture-of-Experts architectures are undergoing structural rethinking: UniPool replaces per-layer expert ownership with a single shared pool, while EMO pretrains MoEs for emergent modularity that enables domain-specific inference without performance collapse. Second, reinforcement learning for reasoning is maturing beyond PPO and GRPO -- researchers are questioning whether negative rollouts introduce noise, introducing trajectory-level strategy into agentic RL, and exploring whether trained models can recursively spawn sub-agents for inference-time scaling. Third, mechanistic interpretability is pushing into structural explanations of long-known phenomena, with one paper tracing attention sinks to value aggregation variance and another showing Transformers can implement in-context logistic regression via normalized gradient descent.
One paper that stands out is GlazyBench, which applies multimodal AI to ceramic glaze design -- predicting post-firing surface properties and generating glaze formulations, addressing a costly trial-and-error craft with a dataset of 23,000+ real formulations. It is a rare example of AI targeting a centuries-old artisanal domain rather than the usual benchmarks.
The absence of heavily hyped topics like agent benchmarks, coding assistance, or autonomous driving suggests a quieter day focused on infrastructure-level questions: how to route experts, how to structure reasoning, and how models actually implement algorithms internally. The batch collectively suggests the field is shifting from building bigger models to understanding and restructuring how they work at every level.
Daniel Zheng, Ingrid von Glehn, Yori Zwols · 2026-05-07
We introduce the AI co-mathematician, a workbench for mathematicians to interactively leverage AI agents to pursue open-ended research. The AI co-mathematician is optimized to provide holistic support for the exploratory and iterative reality of mathematical workflows, including ideation, literature search, computational exploration, theorem proving and theory building. By providing an asynchronou.
Tianle Wang, Zhaoyang Wang, Guangchen Lan · 2026-05-07
Reinforcement learning (RL) has been applied to improve large language model (LLM) reasoning, yet the systematic study of how training scales with task difficulty has been hampered by the lack of controlled, scalable environments. We introduce ScaleLogic, a synthetic logical reasoning framework that offers independent control over two axes of difficulty: the depth of the required proof planning (i.
Zhexuan Wang, Xuebo Liu, Li Wang · 2026-05-07
Large language model (LLM)-based Multi-agent systems (MAS) have shown promise in tackling complex collaborative tasks, where agents are typically orchestrated via role-specific prompts. While the quality of these prompts is pivotal, jointly optimizing them across interacting agents remains a non-trivial challenge, primarily due to the misalignment between local agent objectives and holistic system.
Ziyu Zhai, Siyou Li, Juexi Shao · 2026-05-07
Developing ceramic glazes is a costly, time-consuming process of trial and error due to complex chemistry, placing a significant burden on independent artists. While recent advances in multimodal AI offer a modern solution, the field lacks the large-scale datasets required to train these models. We propose GlazyBench, the first dataset for AI-assisted glaze design. Comprising 23,148 real glaze for.
Xiangyuan Xue, Yifan Zhou, Zidong Wang · 2026-05-07
Large language models (LLMs) are increasingly used as interactive agents, but optimizing them for long-horizon decision making remains difficult because current methods are largely purely reactive, which weakens both exploration and credit assignment over extended trajectories. In this work, we present Strategic Trajectory Abstraction (StraTA), a simple framework that introduces an explicit trajec.
Ryan Wang, Akshita Bhagia, Sewon Min · 2026-05-07
Large language models are typically deployed as monolithic systems, requiring the full model even when applications need only a narrow subset of capabilities, e.g., code, math, or domain-specific knowledge. Mixture-of-Experts (MoEs) seemingly offer a potential alternative by activating only a subset of experts per input, but in practice, restricting inference to a subset of experts for a given dom.
Mingwei Xu, Hao Fang · 2026-05-07
Reinforcement learning with verifiable rewards (RLVR), due to the deterministic verification, becomes a dominant paradigm for enhancing the reasoning ability of large language models (LLMs). The community witnesses the rapid change from the Proximal Policy Optimization (PPO) to Group Relative Policy Optimization (GRPO), in which GRPO reduces the complicated advantage estimation with simple estimat.
Hailey Onweller, Elias Lumer, Austin Huber · 2026-05-07
Large language models (LLMs) power deep research agents that synthesize information from hundreds of web sources into cited reports, yet these citations cannot be reliably verified. Current approaches either trust models to self-cite accurately, risking bias, or employ retrieval-augmented generation (RAG) that does not validate source accessibility, relevance, or factual consistency. We introduce .
Hakyung Sung, Gyu-Ho Shin · 2026-05-07
We propose a simplified human-in-the-loop workflow for second language (L2) Korean morphosyntactic annotation by leveraging agreement between two domain-adapted parsers. We first evaluate whether parser agreement can serve as a proxy for annotation correctness by comparing it with independent human judgments. The results show strong correspondence between parser and human judgments, supporting the.
Omar El Khalifi, Thomas Rossi, Oscar Fossey · 2026-05-07
For artistic applications, video generation requires fine-grained control over both performance and cinematography, i.e., the actor's motion and the camera trajectory. We present ActCam, a zero-shot method for video generation that jointly transfers character motion from a driving video into a new scene and enables per-frame control of intrinsic and extrinsic camera parameters. ActCam builds on an.
Borui Zhang, Bo Zhang, Bo Wang · 2026-05-07
GUI grounding is a critical capability for enabling GUI agents to execute tasks such as clicking and dragging. However, in complex scenarios like the ScreenSpot-Pro benchmark, existing models often suffer from suboptimal performance. Utilizing the proposed \textbf{Masked Prediction Distribution (MPD)} attribution method, we identify that the primary sources of errors are twofold: high image resolu.
Hao Dong, Hongzhao Li, Shupan Li · 2026-05-07
Despite the growing popularity of Multimodal Domain Generalization (MMDG) for enhancing model robustness, it remains unclear whether reported performance gains reflect genuine algorithmic progress or are artifacts of inconsistent evaluation protocols. Current research is fragmented, with studies varying significantly across datasets, modality configurations, and experimental settings. Furthermore,.
Weiqing Xiao, Hong Li, Xiuyu Yang · 2026-05-07
Recent advances have shown that large-scale video diffusion models can be repurposed as neural renderers by first decomposing videos into intrinsic scene representations and then performing forward rendering under novel illumination. While promising, this paradigm fundamentally relies on accurate intrinsic decomposition, which remains highly unreliable for real-world videos and often leads to dist.
Lei Tan, Yingshi Luan, Pincong Zou · 2026-05-07
Although person re-identification has made impressive progress, occlusion caused by obstacles remains an unsettled issue in real applications. The difficulty lies in the mismatch between incomplete occluded samples and holistic identity representations. Severe occlusion removes discriminative body cues and introduces interference from background clutter and occluders, making global metric learning.
Minbin Huang, Han Shi, Chuanyang Zheng · 2026-05-07
Modern Mixture-of-Experts (MoE) architectures allocate expert capacity through a rigid per-layer rule: each transformer layer owns a separate expert set. This convention couples depth scaling with linear expert-parameter growth and assumes that every layer needs isolated expert capacity. However, recent analyses and our routing probe challenge this allocation rule: replacing a deeper layer's learn.
Yuhang Lai, Jiazhan Feng, Yee Whye Teh · 2026-05-07
Large Language Models (LLMs) demonstrate strong capabilities for solving scientific and mathematical problems, yet they struggle to produce valid, challenging, and novel problems - an essential component for advancing LLM training and enabling autonomous scientific research. Existing problem generation approaches either depend on expensive human expert involvement or adopt naive self-play paradigm.
Yuxing Liu, Jianyu Wang, Tong Zhang · 2026-05-07
Optimizers play an important role in both pretraining and finetuning stages when training large language models (LLMs). In this paper, we present an observation that full finetuning with the same optimizer as in pretraining achieves a better learning-forgetting tradeoff, i.e., forgetting less while achieving the same or better performance on the new task, than other optimizers and, possibly surpri.
Sushant Gautam, Finn Schwall, Annika Willoch Olstad · 2026-05-07
Many deployments must compare candidate language models for safety before a labeled benchmark exists for the relevant language, sector, or regulatory regime. We formalize this setting as benchmarkless comparative safety scoring and specify the contract under which a scenario-based audit can be interpreted as deployment evidence. Scores are valid only under a fixed scenario pack, rubric, auditor, j.
Jai Moondra, Ayela Chughtai, Bhargavi Lanka · 2026-05-07
Ranking LLMs via pairwise human feedback underpins current leaderboards for open-ended tasks, such as creative writing and problem-solving. We analyze ~89K comparisons in 116 languages from 52 LLMs from Arena, and show that the best-fit global Bradley-Terry (BT) ranking is misleading. Nearly 2/3 of the decisive votes cancel out, and even the top 50 models according to the global BT ranking are sta.
Thomas Bömer, Bastian Amberg, Max Disselnmeyer · 2026-05-07
Many real-world optimization problems consist of multiple tightly coupled subproblems whose solutions must be coordinated to achieve high overall performance. However, existing large language model driven automated heuristic design approaches are limited to single-problem settings. In this paper, we propose CoupleEvo. CoupleEvo proposes three evolutionary coordination strategies to evolve heuristi.
Akira Tamamori · 2026-05-07
High-capacity associative memory models, such as Kernel Logistic Regression (KLR) Hopfield networks, have demonstrated strong storage capabilities but typically rely on computationally expensive synchronous updates. This reliance poses a bottleneck for deployment on energy-efficient, event-driven neuromorphic hardware. In this paper, we investigate the asynchronous retrieval dynamics of KLR Hopfie.
Daniel Grimmer · 2026-05-06
Evolutionary computation has long promised to deliver both high-performance optimization tools as well as rigorous scientific simulations of Darwinian evolution. However, modern algorithms frequently abandon evolutionary fidelity for physics-inspired heuristics or superficial biological metaphors. This paper derives a suite of advanced gradient-based optimization algorithms directly from evolution.
Koen van der Blom, Diederick Vermetten · 2026-05-06
Per-instance algorithm selection (PIAS) takes advantage of complementarity between a set of algorithms by deciding which algorithm to run on a given instance. This decision is based on features of the instances, which, in the context of black-box optimization (BBO), require a part of the optimization budget to be computed. This raises two questions: (a) from which fraction of the budget spent on f.
Xin Wang, Zhuangzhi Gao, Hongyi Qin · 2026-05-05
Understanding the neural mechanisms underlying visual computation has long been a central challenge in neuroscience. Recent alignment based approaches have improved the accuracy of decoding visual stimuli from brain activity, yet they provide limited insight into the neural computations that give rise to these improvements. To address this gap, we propose Dual-Tower Image-Neural Alignment (DINA), .
Kateryna Husar, Alexander Volfovsky · 2026-05-07
Randomized controlled trials typically assume that prognostic covariates are known and available at no cost. In practice, obtaining high-dimensional pretreatment data is costly, forcing a trade-off between covariate-adaptive precision and a measurement budget. We introduce Dynamic Adaptive Rerandomization via Thompson Sampling (DARTS), which treats covariate acquisition as a sequential optimizatio.
Bengusu Nar, Jiguang Li, Veronika Ročková · 2026-05-07
In networks, effective dynamic treatment allocation requires deciding both whom to treat and also when, so as to amplify policy impact through spillovers. An early intervention at a well-connected node can trigger cascades that change which nodes are worth targeting in the next period. Existing treatment strategies under network interference are largely static while dynamic treatment frameworks ty.
Sunay Joshi, Tao Wang, Hamed Hassani · 2026-05-07
Predictive models are often deployed through existing decision policies that stakeholders are reluctant to change unless a risk constraint requires intervention. We study risk-controlled post-processing: given a deterministic baseline policy, choose a new policy that maximizes agreement with the baseline subject to a chance constraint on a user-specified loss. At the population level, we show that.
Zeyu Yang, Qi Ma, Jason Chen · 2026-05-07
Retrieval-augmented agents are increasingly the interface to large organizational knowledge bases, yet most still treat retrieval as a black box: they issue exploratory queries, inspect returned snippets, and iteratively reformulate until useful evidence emerges. This approach resembles how a newcomer searches an unfamiliar database rather than how an expert navigates it with strong priors about t.
Adil Reghai, Lama Tarsissi, Gérard Biau · 2026-05-07
This paper proposes a hybrid methodology to improve the approximation of SABR (Stochastic Alpha Beta Rho) implied volatility by combining analytical structure with machine learning. The approach augments the neural-network input representation with geometric features derived from the stochastic differential equations of the SABR model. Unlike approaches that fully replace analytical formulas with .
Steven Wilkins-Reeves, Alexandra N. M. Darmon, Deeksha Sinha · 2026-05-07
In many scientific domains, including experimentation, researchers rely on measurements of proxy outcomes to achieve faster and more frequent reads, especially when the primary outcome of interest is challenging to measure directly. While proxies offer a more readily accessible observation for inference, the ultimate goal is to draw statistical inferences about the primary outcome parameter and pr.
This digest is generated automatically from arXiv submissions. Not affiliated with arXiv or Cornell University.