Skip to content
archive

arxiv-2026-05-31

AI · · 5 min read

arXiv Papers — 2026-05-31

Ingested at: 2026-05-31T09:09:39Z

Physics Is All You Need? A Case Study in Physicist-Supervised AI Development of Scientific Software

Authors: Nhat-Minh Nguyen Published: 2026-05-28 Link: https://arxi Summary: Are AI agents tools, co-authors, or researchers? We present a quantified case study ($N=1$): a physicist supervising an AI coding agent (Claude Code, Sonnet and Opus models) over 12 work days and 57 sessions to build CLAX-PT, a differentiable one-loop perturbation theory module in JAX. We documented and classified 15 supervision events by intervention level. The agent resolved ten autonomously by iterating against oracle tests. Two more by the physicist's domain knowledge. The three it could n

VideoMLA: Low-Rank Latent KV Cache for Minute-Scale Autoregressive Video Diffusion

Authors: Hidir Yesiltepe, Jiazhen Hu, Tuna Han Salih Meral et al. Published: 2026-05-28 Link: https://arxi Summary: Long-rollout causal video diffusion has converged on a fixed-size sliding-window KV cache, with recent progress innovating within this layout by changing which tokens occupy the window or how their positions are encoded. The per-head KV layout itself, a dominant contributor to streaming memory and latency, has been mostly left unchanged. In this paper, we present the first study of Multi-Head Latent Attention (MLA) in video diffusion. VideoMLA replaces per-head keys and values with a shared low-

DynaFLIP: Rethinking Robotics Perception via Tri-Modal-Dynamics Guided Representation

Authors: Jusuk Lee, Seungjae Lee, Jonghun Shin et al. Published: 2026-05-28 Link: https://arxi Summary: Robot manipulation critically depends on perception that preserves the action-relevant aspects of a scene. Yet most robot learning pipelines are built upon visual encoders pre-trained for static recognition or vision-language alignment, leaving motion understanding to downstream policies. We introduce DynaFLIP, a dynamics-aware multimodal pre-training framework that pushes motion understanding upstream into perception. We construct image-language-3D flow triplets from heterogeneous human and rob

LLMSurgeon: Diagnosing Data Mixture of Large Language Models

Authors: Yaxin Luo, Jiacheng Cui, Xiaohan Zhao et al. Published: 2026-05-28 Link: https://arxi Summary: The pretraining data mixture of Large Language Models (LLMs) constitutes their "digital DNA", shaping model behaviors, capabilities, and failure modes. Yet this composition is rarely disclosed, making post-hoc auditing of data combination or provenance difficult. In this work, we formalize $\textbf{Data Mixture Surgery (DMS)}$: given only generated text from a target LLM, estimate the domain-level distribution of its pretraining corpus under a predefined taxonomy. We propose $\textbf{LLMSurgeon}

SchGen: PCB Schematic Generation with Semantic-Grounded Code Representations

Authors: Qinpei Luo, Ruichun Ma, Xinyu Zhang et al. Published: 2026-05-28 Link: https://arxi Summary: Printed circuit board (PCB) schematic design defines nearly all electronic hardware, but it remains manual and expertise-intensive. While generative AI has advanced digital and analog IC design, PCB schematic generation from natural-language intent is largely unexplored. This paper presents SchGen, the first large language model that generates editable PCB schematics from natural-language requests. The key challenge lies in the lack of an LLM-suited representation and a large-scale dataset. Curr

Tiny but Trusted: Efficient Vision-Language Reasoning for Time-Series Anomaly Detection

Authors: Xiaona Zhou, Muntasir Wahed, Tianjiao Yu et al. Published: 2026-05-28 Link: https://arxi Summary: Recent advances in Vision-Language Models (VLMs) have achieved impressive performance across many tasks, yet prior studies report unsatisfactory performance when applying large language or multimodal models to finding abnormal patterns in sequential data. Public anomaly detection benchmarks typically provide interval annotations but not natural-language rationales, making it difficult to fine-tune VLMs to produce grounded, interpretable decisions. To address this gap, we construct VisAnomBench,

Unlocking the Working Memory of Large Language Models for Latent Reasoning

Authors: Lukas Aichberger, Sepp Hochreiter Published: 2026-05-28 Link: https://arxi Summary: To improve the reasoning capabilities of large language models, test-time compute is typically scaled by generating intermediate tokens before the final answer. However, this couples reasoning to autoregressive generation and thereby conflates internal computation with external communication. In contrast, human cognition can use working memory to hold and manipulate information internally without the need to externalize intermediate thoughts. Drawing on this principle, we introduce Reasoning in

GPIC: A Giant Permissive Image Corpus for Visual Generation

Authors: Keshigeyan Chandrasegaran, Kyle Sargent, Suchir Agarwal et al. Published: 2026-05-28 Link: https://arxi Summary: Studying scalable methods for visual generative modeling requires large, accessible, and stable datasets. We introduce GPIC, a Giant Permissive Image Corpus of approximately 28 trillion pixels. GPIC comprises diverse internet images captioned by a state-of-the-art vision-language model, including 100M training, 200K validation, and 1M test examples. Moreover, all GPIC images are permissively licensed for both research and commercial use. GPIC is safety-filtered, deduplicated, and centrally hoste

Efficient Test-Time Finetuning of LLMs via Convex Reconstruction and Gradient Caching

Authors: Alaa Khamis, Alaa Maalouf Published: 2026-05-28 Link: https://arxi Summary: Test-time finetuning (TTFT) is a rapidly evolving paradigm that adapts a language model to each prompt by retrieving related sequences, updating the model on them, and then evaluating the prompt. However, TTFT is only practical if it is fast: selection and finetuning both happen per query, making each a direct bottleneck. Existing methods trade speed for quality: fast retrieval is often redundant, while stronger diversity-aware selection adds prohibitive per-query cost. We introduce HullFT, a ge

Fairness-Aware Federated Learning with Trajectory Shapley Value

Authors: Daniel Kuznetsov, Ziqi Wang Published: 2026-05-28 Link: https://arxi Summary: Federated learning is an emerging distributed paradigm that addresses the challenges posed by heterogeneous, privacy-sensitive data. It enables multiple clients to train a model collaboratively by aggregating their local updates at a server. However, conventional aggregation schemes typically use fixed weights that fail to reflect unequal and time-varying client contributions, leading to biased and unstable learning. To improve fairness and stability, we propose the Trajectory Shapley Value (TSV

Locally Coherent, Globally Incoherent: Bounding Compositional Incoherence in Multi-Component LLM Agents

Authors: Anany Kotawala Published: 2026-05-28 Link: https://arxi Summary: Multi-component LLM agents assemble probabilistic claims from components that each see only part of a joint problem; the composition can violate basic probability axioms even when every component is locally coherent. We formalise this locally coherent, globally incoherent failure via the compositional residual eps*, the L2 distance from the composed quote to the joint coherent polytope, computable at runtime from system output and the declared cross-component coupling constraints. A product-stru

Demystifying Data Organization for Enhanced LLM Training

Authors: Yalun Dai, Yangyu Huang, Tongshen Yang et al. Published: 2026-05-28 Link: https://arxi Summary: Large Language Models (LLMs) have revolutionized various fields, yet their training efficiency is heavily reliant on effective data curation. While data selection has been widely studied, the strategic data organization for enhanced training remains an underexplored area, particularly since current LLMs are often trained for only one or a few epochs. This paper systematically explores the influence of data organization on LLM training by reusing pre-computed sample-level scores originally genera