Py学习  »  机器学习算法

机器学习学术速递[4.28]

arXiv每日学术速递 • 3 月前 • 1173 次点击  

点击阅读原文访问arxivdaily.com,涵盖CS|物理|数学|经济|统计|金融|生物|电气领域,更有搜索、收藏等功能!


cs.LG 方向,今日共计302篇


大模型相关(36篇)

【1】Long-Context Aware Upcycling: A New Frontier for Hybrid LLM Scaling
标题:长上下文感知更新:混合LLM扩展的新前沿
链接:https://arxiv.org/abs/2604.24715

作者:Parsa Ashrafi Fashi,Utkarsh Saxena,Mehdi Rezagholizadeh,Aref Jafari,Akash Haridas,Mingyu Yang,Vansh Bhatia,Guihong Li,Vikram Appia,Emad Barsoum
摘要:Hybrid sequence models that combine efficient Transformer components with linear sequence modeling blocks are a promising alternative to pure Transformers, but most are still pretrained from scratch and therefore fail to reuse existing Transformer checkpoints. We study upcycling as a practical path to convert pretrained Transformer LLMs into hybrid architectures while preserving short-context quality and improving long-context capability. We call our solution \emph{HyLo} (HYbrid LOng-context): a long-context upcycling recipe that combines architectural adaptation with efficient Transformer blocks, Multi-Head Latent Attention (MLA), and linear blocks (Mamba2 or Gated DeltaNet), together with staged long-context training and teacher-guided distillation for stable optimization. HyLo extends usable context length by up to $32\times$ through efficient post-training and reduces KV-cache memory by more than $90\%$, enabling up to 2M-token prefill and decoding in our \texttt{vLLM} inference stack, while comparable Llama baselines run out of memory beyond 64K context. Across 1B- and 3B-scale settings (Llama- and Qwen-based variants), HyLo delivers consistently strong short- and long-context performance and significantly outperforms state-of-the-art upcycled hybrid baselines on long-context evaluations such as RULER. Notably, at similar scale, HyLo-Qwen-1.7B trained on only 10B tokens significantly outperforms JetNemotron (trained on 400B tokens) on GSM8K, Lm-Harness common sense reasoning and RULER-64K.


【2】The Price of Agreement: Measuring LLM Sycophancy in Agentic Financial Applications
标题:协议的价格:衡量LLM在宏观金融应用中的谄媚程度
链接:https://arxiv.org/abs/2604.24668

作者:Zhenyu Zhao,Aparna Balagopalan,Adi Agrawal,Dilshoda Yergasheva,Waseem Alshikh,Daniel M. Bikel
备注:Accepted to ICLR 2026 FinAI Workshop
摘要:Given the increased use of LLMs in financial systems today, it becomes important to evaluate the safety and robustness of such systems. One failure mode that LLMs frequently display in general domain settings is that of sycophancy. That is, models prioritize agreement with expressed user beliefs over correctness, leading to decreased accuracy and trust. In this work, we focus on evaluating sycophancy that LLMs display in agentic financial tasks. Our findings are three-fold: first, we find the models show only low to modest drops in performance in the face of user rebuttals or contradictions to the reference answer, which distinguishes sycophancy that models display in financial agentic settings from findings in prior work. Second, we introduce a suite of tasks to test for sycophancy by user preference information that contradicts the reference answer and find that most models fail in the presence of such inputs. Lastly, we benchmark different modes of recovery such as input filtering with a pretrained LLM.


【3】A Survey on Split Learning for LLM Fine-Tuning: Models, Systems, and Privacy Optimizations
标题:LLM微调的分离学习调查:模型、系统和隐私优化
链接:https://arxiv.org/abs/2604.24468

作者:Zihan Liu,Yizhen Wang,Rui Wang,Xiu Tang,Sai Wu
摘要:Fine-tuning unlocks large language models (LLMs) for specialized applications, but its high computational cost often puts it out of reach for resource-constrained organizations. While cloud platforms could provide the needed resources, data privacy concerns make sharing sensitive information with third parties risky. A promising solution is split learning for LLM fine-tuning, which divides the model between clients and a server, allowing collaborative and secure training through exchanged intermediate data, thus enabling resource-constrained participants to adapt LLMs safely. % In light of this, a growing body of literature has emerged to advance this paradigm, introducing varied model methods, system optimizations, and privacy defense-attack techniques for split learning. To bring clarity and direction to the field, a comprehensive survey is needed to classify, compare, and critique these diverse approaches. This paper fills the gap by presenting the first extensive survey dedicated to split learning for LLM fine-tuning. We propose a unified, fine-grained training pipeline to pinpoint key operational components and conduct a systematic review of state-of-the-art work across three core dimensions: model-level optimization, system-level efficiency, and privacy preservation. Through this structured taxonomy, we establish a foundation for advancing scalable, robust, and secure collaborative LLM adaptation.


【4】Scaling Properties of Continuous Diffusion Spoken Language Models
标题:连续扩散口语模型的缩放特性
链接:https://arxiv.org/abs/2604.24416

作者:Jason Ramapuram,Eeshan Gunesh Dhekane,Amitis Shidani,Dan Busbridge,Bogdan Mazoure,Zijin Gu,Russ Webb,Tatiana Likhomanenko,Navdeep Jaitly
摘要 :Speech-only spoken language models (SLMs) lag behind text and text-speech models in performance, with recent discrete autoregressive (AR) SLMs indicating significant computational and data demands to match text models. Since discretizing continuous speech for AR creates bottlenecks, we explore whether continuous diffusion (CD) SLM is more viable. To quantify the SLMs linguistic quality, we introduce the phoneme Jensen-Shannon divergence (pJSD) metric. Our analysis reveals CD SLMs, mirroring AR behavior, exhibit scaling laws for validation loss and pJSD, and show optimal token-to-parameter ratios decreasing as compute scales. However, for the latter, loss becomes insensitive to choice of data and model sizes, showing potential for fast inference. Scaling CD SLMs to 16B parameters with tens of millions of hours of conversational data enables generation of emotive, prosodic, multi-speaker, multilingual speech, though achieving long-form coherence remains a significant challenge.


【5】DPRM: A Plug-in Doob h transform-induced Token-Ordering Module for Diffusion Language Models
标题:DPRM:用于扩散语言模型的插件Doob h变换诱导的令牌排序模块
链接:https://arxiv.org/abs/2604.24357

作者:Dake Bu,Wei Huang,Andi Han,Hau-San Wong,Qingfu Zhang,Taiji Suzuki,Atsushi Nitanda
摘要:Diffusion language models generate without a fixed left-to-right order, making token ordering a central algorithmic choice: which tokens should be revealed, retained, revised or verified at each step? Existing systems mainly use random masking or confidence-driven ordering. Random masking creates train--test mismatch, while confidence-only rules are efficient but can be myopic and suppress useful exploration.   We introduce DPRM (Doob h-transform Process Reward Model), a plug-in token-ordering module for diffusion language models. DPRM keeps the host architecture, denoising objective and supervision unchanged, and changes only the ordering policy. It starts from confidence-driven progressive ordering and gradually shifts to Doob h transform Process Reward guided ordering through online estimates.   We characterize the exact DPRM policy as a reward-tilted Gibbs reveal law, prove O(1/N) convergence of the stagewise Soft-BoN approximation, and show that the online bucketized controller tracks the exact DPRM score at empirical-Bernstein rates. Under tractable optimization assumptions, DPRM also yields a sample-complexity advantage over random and confidence-only ordering.   DPRM improves over confidence-based baselines in pretraining, post-training, test-time scaling, and single-cell masked diffusion, with particularly strong gains on harder reasoning subsets. In protein, molecular generation and DNA design, the effect is more multi-objective: ordering-aware variants significantly improve selected structural or fragment-constrained metrics while not uniformly dominating the host baseline on every quality metric. These results identify token ordering as a fundamental control axis in diffusion language models and establish DPRM as a general-purpose module for improving it. Code is available at https://github.com/DakeBU/DPRM-DLLM.


【6】BitRL: Reinforcement Learning with 1-bit Quantized Language Models for Resource-Constrained Edge Deployment
标题:BitRL:使用1位量化语言模型的强化学习,用于资源受限边缘部署
链接:https://arxiv.org/abs/2604.24273

作者:Md. Ashiq Ul Islam Sajid,Mohammad Sakib Mahmood,Md. Tareq Hasan,Md Abdur Rahim,Rafat Ara,Md. Arafat Hossain
备注:6pages, 1 Figure, IEEE International Conference of Frontiers of Engineering and Emerging Technologies 2026
摘要:The deployment of intelligent reinforcement learning (RL) agents on resource-constrained edge devices remains a fundamental challenge due to the substantial memory, computational, and energy requirements of modern deep learning systems. While large language models (LLMs) have emerged as powerful architectures for decision-making agents, their multi-billion parameter scale confines them to cloud-based deployment, raising concerns about latency, privacy, and connectivity dependence.   We introduce BitRL, a framework for building RL agents using 1-bit quantized language models that enables practical on-device learning and inference under severe resource constraints. Leveraging the BitNet b1.58 architecture with ternary weights (-1, 0, +1) and an optimized inference stack, BitRL achieves 10-16x memory reduction and 3-5x energy efficiency improvements over full-precision baselines while maintaining 85-98 percent of task performance across benchmarks.   We provide theoretical analysis of quantization as structured parameter perturbation, derive convergence bounds for quantized policy gradients under frozen-backbone architectures, and identify the exploration-stability trade-off in extreme quantization. Our framework systematically integrates 1-bit quantized language models with reinforcement learning for edge deployment and demonstrates effectiveness on commodity hardware.


【7】Meta-Aligner: Bidirectional Preference-Policy Optimization for Multi-Objective LLMs Alignment
标题:Meta Aligner:多目标LLM协调的双向偏好政策优化
链接:https://arxiv.org/abs/2604.24178

作者:Wenzhe Xu,Biao Liu,Yiyang Sun,Xin Geng,Ning Xu
摘要:Multi-Objective Alignment aims to align Large Language Models (LLMs) with diverse and often conflicting human values by optimizing multiple objectives simultaneously. Existing methods predominantly rely on static preference weight construction strategies. However, rigidly aligning to fixed targets discards valuable intermediate information, as training responses inherently embody valid preference trade-offs even when deviating from the target. To address this limitation, we propose Meal, i.e., MEta ALigner, a bi-level meta-learning framework enabling bidirectional optimization between preferences and policy responses, generating instructive dynamic preferences for steadier training. Specifically, we introduce a preference-weight-net as a meta-learner to generate adaptive preference weights based on input prompts and update the preference weights as learnable parameters, while the LLM policy acts as a base-learner optimizing response generation conditioned on these preferences with rejection sampling strategy. Extensive empirical results demonstrate that our method achieves superior performance on several multi-objective benchmarks, validating the effectiveness of the dynamic bidirectional preference-policy optimization framework.


【8】FlashOverlap: Minimizing Tail Latency in Communication Overlap for Distributed LLM Training
标题:Flash Overlap:最大限度地减少分布式LLM训练的通信重叠中的尾部延迟
链接:https://arxiv.org/abs/2604.24013

作者:Rezaul Karim,Austin Wen,Wang Zongzuo,Weiwei Zhang,Yang Liu,Walid Ahmed
摘要 :The rapid growth in the size of large language models has necessitated the partitioning of computational workloads across accelerators such as GPUs, TPUs, and NPUs. However, these parallelization strategies incur substantial data communication overhead significantly hindering computational efficiency. While communication-computation overlap presents a promising direction, existing data slicing based solutions suffer from tail latency. To overcome this limitation, this research introduces a novel communication-computation overlap technique to eliminate this tail latency in state of the art overlap methods for distributed LLM training. The aim of this technique is to effectively mitigate communication bottleneck of tensor parallelism and data parallelism for distributed training and inference. In particular, we propose a novel method termed Flash-Overlap that replaces conventional collective operations of reduce-scatter and all-gather with decomposed peer-to-peer (P2P) communication and schedules partitioned computations to enable fine-grained overlap. Our method provides an exact algorithm for reducing communication overhead that eliminates tail latency. Moreover, it presents a versatile solution compatible with data-parallel training and various tensor-level parallelism strategies, including TPSP and UP. Experimental evaluations demonstrate that our technique consistently achieves lower latency, superior Model FLOPS Utilization (MFU), and high throughput.


【9】When to Commit? Towards Variable-Size Self-Contained Blocks for Discrete Diffusion Language Models
标题:何时承诺?离散扩散语言模型的可变大小自包含块
链接:https://arxiv.org/abs/2604.23994

作者:Danny Wang,Ruihong Qiu,Zi Huang
摘要:Discrete diffusion language models (dLLMs) enable parallel token updates with bidirectional attention, yet practical generation typically adopts blockwise semi-autoregressive decoding. This switch creates a training-inference mismatch: training denoises with full-sequence context, while inference commits tokens within a bounded block without future context. Therefore, decoding with fixed-size or heuristic-based blocks can lead to premature token commitments, as decisions are made without full access to future context that could alter those choices. Motivated by this, we propose self-containedness as a principled criterion for block commitment. A block is self-contained if its predictions remain consistent with Future-Aware (FA) or without No-Future (NF) access to future context, reframing block boundary selection as a test of self-containedness rather than a heuristic choice. Based on this principle, we introduce Variable-size Self-contained Blocks (VSB) for dLLMs. VSB scores and selects block boundaries using the divergence between token-level predictive distributions under NF and FA conditioning, which quantifies how predictions would change if future context were revealed. We provide theoretical justification linking self-containedness to predictive consistency, and extensive experiments validate VSB's efficacy over fixed-size and heuristic blockwise decoding.


【10】Continual Calibration: Coverage Can Collapse Before Accuracy in Lifelong LLM Fine-Tuning
标题:连续校准:终身LLM微调的准确性之前,覆盖范围可能会崩溃
链接:https://arxiv.org/abs/2604.23987

作者:Ibne Farabi Shihab,Sanjeda Akter,Anuj Sharma
摘要:Continual learning for large language models is typically evaluated through accuracy retention under sequential fine-tuning. We argue that this perspective is incomplete, because uncertainty reliability can degrade earlier and more sharply than top-1 performance. We study this empirically by measuring conformal coverage and calibration error on sequentially fine-tuned models across three model families and eight task sequences drawn primarily from classification and multiple-choice benchmarks. Across the classification-style settings we study, coverage loss exceeds accuracy loss by a factor of roughly \(3.4\times \pm 0.5\times\) on average across seeds; in the most pronounced case, coverage drops from \(0.92\) to \(0.61\), while accuracy remains within three points of baseline. Standard continual-learning methods that preserve accuracy do not automatically preserve coverage, and naive calibration baselines recover only part of the gap. We propose calibration replay, a lightweight post-hoc procedure that maintains a task-specific held-out buffer and refits a task-specific conformal threshold under the current model after each update. It adds no training-time gradient cost, uses less than one percent of the memory of ordinary experience replay, and typically restores coverage to within two points of nominal at buffer size \(m = 200\). We accompany the empirical study with a drift decomposition, a finite-sample recovery theorem showing exact conformal validity under exchangeability, and a mixture-validity proposition explaining why pooled thresholds do not suffice. Our guarantees are stated for classification-style tasks with task-specific buffers; extensions to open-ended generation are exploratory.


【11】Representational Curvature Modulates Behavioral Uncertainty in Large Language Models
标题:代表性弯曲调节大型语言模型中的行为不确定性
链接:https://arxiv.org/abs/2604.23985

作者:Jack King,Evelina Fedorenko,Eghbal A. Hosseini
摘要:In autoregressive large language models (LLMs), temporal straightening offers an account of how the next-token prediction objective shapes representations. Models learn to progressively straighten the representational trajectory of input sequences across layers, potentially facilitating next-token prediction via linear extrapolation. However, a direct link between this trajectory and token-level behavior has been missing. We provide such a link by relating contextual curvature-a geometric measure of how sharply the representational trajectory bends over recent context-to next-token entropy. Across two models (GPT-2 XL and Pythia-2.8B), contextual curvature is correlated with entropy, and this relationship emerges during training. Perturbation experiments reveal selective dependence: manipulating curvature through trajectory-aligned interventions reliably modulates entropy, while geometrically misaligned perturbations have no effect. Finally, regularizing representations to be straighter during training modestly reduces token-level entropy without degrading validation loss. These results identify trajectory curvature as a task-aligned representational feature that influences behavioral uncertainty in LLMs.


【12】JigsawRL: Assembling RL Pipelines for Efficient LLM Post-Training
标题:JigsawRL:组装RL管道以实现高效的LLM后训练
链接:https://arxiv.org/abs/2604.23838

作者:Zhengding Hu,Hehua Ouyang,Chang Chen,Zaifeng Pan,Yue Guan,Zhongkai Yu,Zhen Wang,Steven Swanson,Yufei Ding
摘要 :We present JigsawRL, a cost-efficient framework that explores Pipeline Multiplexing as a new dimension of RL parallelism. JigsawRL decomposes each pipeline into a Sub-Stage Graph that exposes the intra-stage and inter-worker imbalance hidden by stage-level systems. On this abstraction, JigsawRL resolves multiplexing interference through dynamic resource allocation, eliminates fragmented utilization by migrating long-tail rollouts across workers, and formulates their coordination as a graph scheduling problem solved with a look-ahead heuristic. On 4-64 H100/A100 GPUs across different agentic RL pipelines and models, JigsawRL achieves up to 1.85x throughput over Verl on synchronous RL, 1.54x over StreamRL and AReaL on asynchronous RL, and supports heterogeneous pipelines with moderate latency trade-off.


【13】One Size Fits None: Heuristic Collapse in LLM Investment Advice
标题:一个尺寸不适合:LLM投资建议的启发式崩溃
链接:https://arxiv.org/abs/2604.23837

作者:Jillian Ross,Andrew W. Lo
摘要:Large language models are increasingly deployed as advisors in high-stakes domains -- answering medical questions, interpreting legal documents, recommending financial products -- where good advice requires integrating a user's full context rather than responding to salient surface features. We investigate whether frontier LLMs actually do this, or whether they instead exhibit heuristic collapse: a systematic reduction of complex, multi-factor decisions to a small number of dominant inputs. We study the phenomenon in investment advice, where legal standards explicitly require individualized reasoning over a client's full circumstances. Applying interpretable surrogate models to LLM outputs, we find systematic heuristic collapse: investment allocation decisions are largely determined by self-reported risk tolerance, while other relevant factors contribute minimally. We further find that web search partially attenuates heuristic collapse but does not resolve it. These findings suggest that heuristic collapse is not resolved by web search augmentation or model scale alone, and that deploying LLMs as advisors requires auditing input sensitivity, not just output quality.


【14】Agentic Fusion of Large Atomic and Language Models to Accelerate Materials Discovery
标题:大原子和语言模型的有机融合加速材料发现
链接:https://arxiv.org/abs/2604.23758

作者:Mingze Li,Yu Rong,Songyou Li,Lihong Wang,Jiacheng Cen,Liming Wu,Anyi Li,Zongzhao Li,Qiuliang Liu,Rui Jiao,Tian Bian,Pengju Wang,Hao Sun,Jianfeng Zhang,Ji-Rong Wen,Deli Zhao,Shifeng Jin,Tingyang Xu,Wenbing Huang
摘要:The discovery of novel materials is critical for global energy and quantum technology transitions. While deep learning has fundamentally reshaped this landscape, existing predictive or generative models typically operate in isolation, lacking the autonomous orchestration required to execute the full discovery process. Here we present ElementsClaw, an agentic framework for materials discovery that synergizes Large Atomic Models (LAMs) with Large Language Models (LLMs). In response to varied human requirements, ElementsClaw dynamically orchestrates a suite of LAM tools finetuned from our proposed model Elements for atomic-scale numerical computation, while leveraging LLMs for high-level semantic reasoning. This shift moves AI-driven materials science from isolated processes toward integrated and human interactive discovery. In the demanding domain of superconductors, our agentic system guides the experimental synthesis of four new superconductors, including Zr3ScRe8 with a transition temperature of 6.8 K and HfZrRe4 at 6.7 K. At scale, ElementsClaw screens more than 2.4 million stable crystals within only 28 GPU hours, identifying 68,000 high-confidence superconducting candidates and vastly expanding the known superconducting space. These results demonstrate how our agent accelerates materials discovery with high physical fidelity.


【15】The Override Gap: A Magnitude Account of Knowledge Conflict Failure in Hypernetwork-Based Instant LLM Adaptation
标题:收件箱差距:基于超网络的即时LLM适应中知识冲突失败的严重解释
链接:https://arxiv.org/abs/2604.23750

作者:Shuaizhi Cheng,Xiang Shi,Mingwei Li
备注:35 pages, 15 figures
摘要:Hypernetwork-based methods such as Doc-to-LoRA internalize a document into an LLM's weights in a single forward pass, but they fail systematically on conflicts: when the document contradicts pretraining knowledge, accuracy collapses to 46.4% on the deepest facts. We show the failure is a magnitude problem rather than a representational one. The hypernetwork already targets the right layers, but its adapter margin is approximately constant across documents while the pretrained margin grows with training frequency, so deep conflicts lose by construction. The account predicts that failure should track prior strength: sorting 194 conflicts by the base model's log-probability on the contradicted fact, baseline accuracy falls from 68% on weak-prior questions to 16% on strong-prior ones, a 52 percentage-point gap. The cure is amplitude. Selective Layer Boosting scales the adapter at its top-norm layers, and Conflict-Aware Internalization triggers boosting only when the base model is confident. Both are training-free; together they raise deep-conflict accuracy from 46.4% to 71.0% on Gemma-2B and from 53.6% to 72.5% on Mistral-7B while preserving novel-knowledge recall, and beat vanilla retrieval-augmented generation on medium conflicts by 18 percentage points despite operating entirely in parameter space. We release KID-Bench, a 489-question benchmark that separates novel recall, cross-knowledge combination, and prior-graded conflicts.


【16】SFT-then-RL Outperforms Mixed-Policy Methods for LLM Reasoning
标题:SFT-then-RL优于混合策略LLM推理方法
链接:https://arxiv.org/abs/2604.23747

作者:Alexis Limozin,Eduard Durech,Torsten Hoefler,Imanol Schlag,Valentina Pyatkin
摘要:Recent mixed-policy optimization methods for LLM reasoning that interleave or blend supervised and reinforcement learning signals report improvements over the standard SFT-then-RL pipeline. We show that numerous recently published research papers rely on a faulty baseline caused by two distinct bugs: a CPU-offloaded optimizer bug in DeepSpeed that silently drops intermediate micro-batches during gradient accumulation (affecting multiple downstream frameworks including TRL, OpenRLHF and Llama-Factory), and a loss aggregation bug in OpenRLHF that incorrectly weights per-mini-batch losses. Together they suppress SFT performance, with the optimizer bug accounting for most of the gap and the loss aggregation bug contributing a smaller additional effect. Once corrected, the standard SFT-then-RL pipeline surpasses every published mixed-policy method we evaluate by +3.8 points on math benchmarks with Qwen2.5-Math-7B and by +22.2 points with Llama-3.1-8B. Even a truncated variant with just 50 RL steps outperforms mixed-policy methods on math benchmarks while using fewer FLOPs.


【17】RouteNLP: Closed-Loop LLM Routing with Conformal Cascading and Distillation Co-Optimization
标题:RouteNLP:具有共形级联和蒸馏协同优化的闭环LLM路由
链接:https://arxiv.org/abs/2604.23577

作者:Dongxin Guo,Jikun Wu,Siu Ming Yiu
备注:Accepted at ACL 2026 Industry Track. 13 pages, 2 figures, 15 tables, 1 algorithm
摘要:Serving diverse NLP workloads with large language models is costly: at one enterprise partner, inference costs exceeded $200K/month despite over 70% of queries being routine tasks well within the capability of smaller models. We present RouteNLP, a closed-loop framework that routes queries across a tiered model portfolio to minimize cost while satisfying per-task quality constraints. The framework integrates three components: a difficulty-aware router with shared task-conditioned representations trained on preference data and quality signals; confidence-calibrated cascading that uses conformal prediction for distribution-free threshold initialization; and a distillation-routing co-optimization loop that clusters escalation failures, applies targeted knowledge distillation to cheaper models, and automatically retrains the router, yielding over twice the cost improvement of untargeted distillation. In an 8-week pilot deployment processing ~5K queries/day at an enterprise customer-service division, RouteNLP reduced inference costs by 58% while maintaining 91% response acceptance and reducing p99 latency from 1,847 ms to 387 ms. On a six-task benchmark spanning finance, customer service, and legal domains, the framework achieves 40-85% cost reduction while retaining 96-100% quality on structured tasks and 96-98% on generation tasks, with human evaluation confirming that 74.5% of routed generation outputs match or exceed frontier-model quality.


【18】Supernodes and Halos: Loss-Critical Hubs in LLM Feed-Forward Layers
标题:超节点和光环:LLM前向层中的有损临界中心
链接:https://arxiv.org/abs/2604.23475

作者:Audrey Cherilyn,Houman Safaai
摘要:We study the organization of channel-level importance in transformer feed-forward networks (FFNs). Using a Fisher-style loss proxy (LP) based on activation-gradient second moments, we show that loss sensitivity is concentrated in a small set of channels within each layer. In Llama-3.1-8B, the top 1% of channels per layer accounts for a median of 58.7% of LP mass, with a range of 33.0% to 86.1%. We call these loss-critical channels supernodes. Although FFN layers also contain strong activation outliers, LP-defined supernodes overlap only weakly with activation-defined outliers and are not explained by activation power or weight norms alone. Around this core, we find a weaker but consistent halo structure: some non-supernode channels share the supernodes' write support and show stronger redundancy with the protected core. We use one-shot structured FFN pruning as a diagnostic test of this organization. At 50% FFN sparsity, baselines that prune many supernodes degrade sharply, whereas our SCAR variants explicitly protect the supernode core; the strongest variant, SCAR-Prot, reaches perplexity 54.8 compared with 989.2 for Wanda-channel. The LP-concentration pattern appears across Mistral-7B, Llama-2-7B, and Qwen2-7B, remains visible in targeted Llama-3.1-70B experiments, and increases during OLMo-2-7B pretraining. These results suggest that LLM FFNs develop a small learned core of loss-critical channels, and that preserving this core is important for reliable structured pruning.


【19】Hybrid JIT-CUDA Graph Optimization for Low-Latency Large Language Model Inference
标题:低延迟大型语言模型推理的混合JIT-CUDA图优化
链接:https://arxiv.org/abs/2604.23467

作者:Divakar Kumar Yadav,Tian Zhao
摘要:Large Language Models (LLMs) have achieved strong performance across natural language and multimodal tasks, yet their practical deployment remains constrained by inference latency and kernel launch overhead, particularly in interactive, short-sequence settings. This paper presents a hybrid runtime framework that combines Just-In-Time (JIT) compilation with CUDA Graph execution to reduce launch overhead while preserving runtime flexibility during autoregressive decoding. The framework partitions transformer inference into static components executed via CUDA Graph replay and dynamic components handled through JIT-compiled kernels, enabling asynchronous graph capture and reuse across decoding steps.   We evaluate the proposed approach on LLaMA-2 7B using single-GPU, batch-size-one inference across prompt lengths from 10 to 500 tokens. Experimental results show that the hybrid runtime reduces Time-to-First-Token (TTFT) by up to 66.0% and achieves lower P99 latency compared with TensorRT-LLM in this regime. These results indicate that hybrid JIT-CUDA Graph execution can effectively reduce inference latency and variance for short-sequence LLM workloads, making it a practical optimization strategy for latency-sensitive AI applications.


【20】Evolve: A Persistent Knowledge Lifecycle for Small Language Models
标题:Evolve:小型语言模型的持久知识库
链接:https://arxiv.org/abs/2604.23424

作者:Dikran Hovagimian
备注:35 pages, 1 figure. Code and evaluation data: https://gitlab.com/dikran.hovagimian/evolve
摘要:Evolve pairs a small local language model with a persistent, teacher-compiled knowledge store -- refined through sleep consolidation and usage-driven refresh -- to deliver substantial accuracy gains over the model's parametric baseline while amortizing teacher costs through cross-query knowledge reuse. Rather than retrieving document fragments at query time, Evolve constructs a store of semantically coherent sections compiled by teacher models at natural conceptual boundaries; new sections are staged on acquisition, consolidated offline through teacher-mediated merging, and refreshed inline when expired. A 2B-parameter local model handles classification and generation; large teacher models are invoked only for knowledge operations.   Across 750 benchmark queries spanning custom specialist questions, NaturalQuestions, and TriviaQA, the 2B model augmented by Evolve improves from 20-33% baseline accuracy to 60-84% (+40-52pp) while reducing teacher invocations by over 50% through reuse. Post-consolidation compresses the knowledge store by 31-33.5% across three independent benchmarks while preserving accuracy; section-based retrieval outperforms chunk-based retrieval by 5-9pp across every lifecycle condition. The architecture supports two generation modes over the same lifecycle -- suppress (strict section-only grounding, auditable) and augment (section-supplemented responses).


【21】An Empirical Evaluation of Locally Deployed LLMs for Bug Detection in Python Code
标题:本地部署的LLM用于Python代码中的漏洞检测的经验评估
链接:https://arxiv.org/abs/2604.23361

作者:Jelena Ilić Vulićević
备注:8 pages, 5 figures. Code available at https://github.com/insajder/llm-bug-detection
摘要:Large language models (LLMs) have demonstrated strong performance on a wide range of software engineering tasks, including code generation and analysis. However, most prior work relies on cloud-based models or specialized hardware, limiting practical applicability in privacy-sensitive or resource-constrained environments. In this paper, we present a systematic empirical evaluation of two locally deployed LLMs, LLaMA 3.2 and Mistral, for real-world Python bug detection using the BugsInPy benchmark. We evaluate 349 bugs across 17 projects using a zero-shot prompting approach at the function level and an automated keyword-based evaluation framework. Our results show that locally executed models achieve accuracy between 43% and 45%, while producing a large proportion of partially correct responses that identify problematic code regions without pinpointing the exact fix. Performance varies significantly across projects, highlighting the importance of codebase characteristics. The results demonstrate that local models can identify a meaningful share of bugs, though precise localization remains difficult for locally executed LLMs, particularly when handling complex and context dependent bugs in realistic development scenarios.


【22】Process Supervision of Confidence Margin for Calibrated LLM Reasoning
标题:校准LLM推理置信度的过程监控
链接:https://arxiv.org/abs/2604.23333

作者:Liaoyaqi Wang,Chunsheng Zuo,William Jurayj,Benjamin Van Durme,Anqi Liu
摘要:Scaling test-time computation with reinforcement learning (RL) has emerged as a reliable path to improve large language models (LLM) reasoning ability. Yet, outcome-based reward often incentivizes models to be overconfident, leading to hallucinations, unreliable confidence-based control, and unnecessary compute allocation. We introduce Reinforcement Learning with Confidence Margin (\textbf{RLCM}), a calibration-aware RL framework that jointly optimizes correctness and confidence reliability via a margin-enhanced process reward over intermediate-budget completions. Rather than aligning confidence to correctness likelihoods, RLCM encourages to widen the confidence margin between correct and incorrect steps within a single reasoning trajectory. Across mathematical, code, logic and science benchmarks, our method substantially improves calibration while maintaining or improving accuracy. We further show that, with calibrated confidence signals, the resulting models enable more efficient conformal risk control and effective confidence-weighted aggregation.


【23】Revisable by Design: A Theory of Streaming LLM Agent Execution
标题:可设计修改:流媒体LLM代理执行理论
链接:https://arxiv.org/abs/2604.23283

作者:Zhiyuan Zhai,Ming Li,Xin Wang
摘要:Current LLM agents operate under an implicit but universal assumption: execution is a transaction -- the user submits a request, the agent works in isolation, and only upon completion does the dialogue resume. This forces users into a binary choice: wait for a potentially incorrect output, or interrupt and lose all progress. We reject this assumption and propose the stream paradigm, in which agent execution and user intervention are concurrent, interleaved processes sharing a bidirectional channel. We formalize this paradigm through a reversibility taxonomy that classifies every agent action as Idempotent, Reversible, Compensable, or Irreversible, and arrive at a core conclusion: an agent's flexibility is bounded by its reversibility. We prove that conflicting compensable actions impose unavoidable adaptation costs and that conflicting irreversible actions make full specification satisfaction impossible -- these costs are properties of the action space, not of the algorithm. Guided by this insight, we present the Revision Absorber, a reactive algorithm based on the Earliest-Conflict Rollback rule that is structurally optimal under mild assumptions. Experiments on StreamBench with real LLM agents validate all predictions: the Absorber matches the quality of a brute-force full-restart baseline while wasting an order of magnitude fewer steps of already-completed work, turning mid-execution revisions from a dead-end into a first-class interaction.


【24】Fine-tuning vs. In-context Learning in Large Language Models: A Formal Language Learning Perspective
标题:大型语言模型中的微调与上下文学习:形式语言学习的角度
链接:https://arxiv.org/abs/2604.23267

作者:Bishwamittra Ghosh,Soumi Das,Till Speicher,Qinyuan Wu,Mohammad Aflah Khan,Deepak Garg,Krishna P. Gummadi,Evimaria Terzi
备注:Accepted at ACL 2026 (Main)
摘要:Large language models (LLMs) operate in two fundamental learning modes - fine-tuning (FT) and in-context learning (ICL) - raising key questions about which mode yields greater language proficiency and whether they differ in their inductive biases. Prior studies comparing FT and ICL have yielded mixed and inconclusive results due to inconsistent experimental setups. To enable a rigorous comparison, we propose a formal language learning task - offering precise language boundaries, controlled string sampling, and no data contamination - and introduce a discriminative test for language proficiency, where an LLM succeeds if it assigns higher generation probability to in-language strings than to out-of-language strings.   Empirically, we find that: (a) FT has greater language proficiency than ICL on in-distribution generalization, but both perform equally well on out-of-distribution generalization. (b) Their inductive biases, measured by the correlation in string generation probabilities, are similar when both modes partially learn the language but diverge at higher proficiency levels. (c) Unlike FT, ICL performance differs substantially across models of varying sizes and families and is sensitive to the token vocabulary of the language. Thus, our work demonstrates the promise of formal languages as a controlled testbed for evaluating LLMs, behaviors that are difficult to isolate in natural language datasets. Our source code is available at https://github.com/bishwamittra/formallm.


【25】RL Token: Bootstrapping Online RL with Vision-Language-Action Models
标题:RL代币:使用视觉-语言-动作模型引导在线RL
链接:https://arxiv.org/abs/2604.23073

作者:Charles Xu,Jost Tobias Springenberg,Michael Equi,Ali Amin,Adnan Esmail,Sergey Levine,Liyiming Ke
摘要:Vision-language-action (VLA) models can learn to perform diverse manipulation skills "out of the box," but achieving the precision and speed that real-world tasks demand requires further fine-tuning -- for example, via reinforcement learning (RL). We introduce a lightweight method that enables sample-efficient online RL fine-tuning of pretrained VLAs using just a few hours of real-world practice. We (1) adapt the VLA to expose an "RL token," a compact readout representation that preserves task-relevant pretrained knowledge while serving as an efficient interface for online RL, and (2) train a small actor-critic head on this RL token to refine the actions, while anchoring the learned policy to the VLA. Online RL with the RL token (RLT) makes it possible to fine-tune even large VLAs with RL quickly and efficiently. Across four real-robot tasks (screw installation, zip tie fastening, charger insertion, and Ethernet insertion), RLT improves the speed on the hardest part of the task by up to 3x and raises success rates significantly within minutes to a few hours of practice. It can even surpass the speed of human teleoperation on some of the tasks.


【26】C-MORAL: Controllable Multi-Objective Molecular Optimization with Reinforcement Alignment for LLMs
标题:C-MORAL:LLM的可控制多目标分子优化和强化比对
链接:https://arxiv.org/abs/2604.23061

作者:Rui Gao,Youngseung Jeon,Swastik Roy,Morteza Ziyadi,Xiang 'Anthony' Chen
备注:18 pages, 6 figures
摘要:Large language models (LLMs) show promise for molecular optimization, but aligning them with selective and competing drug-design constraints remains challenging. We propose C-Moral, a reinforcement learning post-training framework for controllable multi-objective molecular optimization. C-Moral combines group-based relative optimization, property score alignment for heterogeneous objectives, and continuous non-linear reward aggregation to improve stability across competing properties. Experiments on the C-MuMOInstruct benchmark show that C-Moral consistently outperforms state-of-the-art models across both in-domain and out-of-domain settings, achieving the best Success Optimized Rate (SOR) of 48.9% on IND tasks and 39.5% on OOD tasks, while largely preserving scaffold similarity. These results suggest that RL post-training is an effective way to align molecular language models with continuous molecular design objectives. Our code and models are publicly available at https://github.com/Rwigie/C-MORAL.


【27】AutoPyVerifier: Learning Compact Executable Verifiers for Large Language Model Outputs
标题:AutoPyVerification:学习大型语言模型输出的紧凑可执行验证器
链接:https://arxiv.org/abs/2604.22937

作者:Pouya Pezeshkpour,Estevam Hruschka
摘要:Verification is becoming central to both reinforcement-learning-based training and inference-time control of large language models (LLMs). Yet current verifiers face a fundamental trade-off: LLM-based verifiers are expressive but hard to control and prone to error, while deterministic executable verifiers are reliable and interpretable but often limited in capability. We study the following question: given a development set of LLM outputs and labels for a target objective, such as correctness, can we automatically induce a minimal set of Python verifiers whose joint satisfaction closely matches that objective? We propose AutoPyVerifier, a framework that uses an LLM to synthesize candidate verifier functions and then refines them through search over a directed acyclic graph (DAG). By navigating the DAG, AutoPyVerifier systematically explores the space of deterministic executable verifiers and selects a compact verifier set whose joint satisfaction best approximates the target objective. Across mathematical reasoning, coding, function calling, and instruction-following benchmarks for several state-of-the-art LLMs, AutoPyVerifier improves target-objective prediction by up to 55.0 F1 points over the initial LLM-generated verifier sets. Additional analyses show that the most useful verification targets vary by benchmark and model, and that the DAG-based search shifts the learned verifier sets toward more structural and semantically grounded checks. We further show that exposing the discovered verifier set to an LLM as an external tool improves downstream accuracy by up to 17.0 points. We release our code


【28】Utility-Aware Data Pricing: Token-Level Quality and Empirical Training Gain for LLMs
标题:实用性感知数据定价:LLM的令牌级质量和经验训练增益
链接:https://arxiv.org/abs/2604.22893

作者:Minghui Xu,Qi Luo,Kun Li
备注:23 pages, 1 figure, 6 tables
摘要:Traditional data valuation methods based on ``row-count $\times$ quality coefficient'' paradigms fail to capture the nuanced, nonlinear contributions that data makes to Large Language Model (LLM) capabilities. This paper presents a dynamic data valuation framework that transitions from static accounting to utility-based pricing. Our approach operates on three layers: (1) token-level information density metrics using Shannon entropy and Data Quality Scores; (2) empirical training gain measurement through influence functions, proxy model strategies, and Data Shapley values; and (3) cryptographic verifiability through hash-based commitments, Merkle trees, and a tamper-evident training ledger. We provide comprehensive experimental validation on three real domains (instruction following, mathematical reasoning, and code summarization), demonstrating that proxy-based empirical gain achieves near-perfect ranking alignment with realized utility, substantially outperforming row-count and token-count baselines. This framework enables a fair Data-as-a-Service economy where high-reasoning data is priced according to its actual contribution to model intelligence, while providing the transparency and auditability necessary for trustworthy data markets.


【29】Quantifying and Mitigating Self-Preference Bias of LLM Judges
标题:量化和缓解LLM法官的自我偏好偏见
链接:https://arxiv.org/abs/2604.22891

作者:Jinming Yang,Chuxian Qiu,Zhenyu Deng,Xinshan Jiao,Tao Zhou
摘要 :LLM-as-a-Judge has become a dominant approach in automated evaluation systems, playing critical roles in model alignment, leaderboard construction, quality control, and so on. However, the scalability and trustworthiness of this approach can be substantially distorted by Self-Preference Bias (SPB), which is a directional evaluative deviation in which LLMs systematically favor or disfavor their own generated outputs during evaluation. Existing measurements rely on costly human annotations and conflate generative capability with evaluative stance, and thus are impractical for large-scale deployment in real-world systems. To address this issue, we introduce a fully automated framework to quantifying and mitigating SPB, which constructs equal-quality pairs of responses with negligible quality differences, enabling statistical disentanglement of discriminability from bias propensity without human gold standards. Empirical analysis across 20 mainstream LLMs reveals that advanced capabilities are often uncorrelated, or even negatively correlated, with low SPB. To mitigate this bias, we propose a structured multi-dimensional evaluation strategy grounded in cognitive load decomposition, which reduces SPB by 31.5\% on average.


【30】IntrAgent: An LLM Agent for Content-Grounded Information Retrieval through Literature Review
标题:Intrator:一个通过文献评论进行基于内容的信息检索的LLM代理
链接:https://arxiv.org/abs/2604.22861

作者:Fengbo Ma,Zixin Rao,Xiaoting Li,Zhetao Chen,Hongyue Sun,Yiping Zhao,Xianyan Chen,Zhen Xiang
备注:Accepted to ACL 2026 main conference
摘要:Scientific research relies on accurate information retrieval from literature to support analytical decisions. In this work, we introduce a new task, INformation reTRieval through literAture reVIEW (IntraView), which aims to automate fine-grained information retrieval faithfully grounded in the provided content in response to research-driven queries, and propose IntrAgent, an LLM-based agent that addresses this challenging task. In particular, IntrAgent is designed to mimic human behaviors when reading literature for information retrieval -- identifying relevant sections and then iteratively extracting key details to refine the retrieved information. It follows a two-stage pipeline: a Section Ranking stage that prioritizes relevant literature sections through structural-knowledge-enabled reasoning, and an Iterative Reading stage that continuously extracts details and synthesizes them into concise, contextually grounded answers. To support rigorous evaluation, we introduce IntraBench, a new benchmark consisting of 315 test instances built from expert-authored questions paired with literature spanning five STEM domains. Across seven backbone LLMs, IntrAgent achieves on average 13.2% higher cross-domain accuracy than state-of-the-art RAG and research-agent baselines.


【31】CoFi-PGMA: Counterfactual Policy Gradients under Filtered Feedback for Multi-Agent LLMs
标题:CoFi-PGMA:多代理LLM过滤反馈下的反事实政策倾向
链接:https://arxiv.org/abs/2604.22785

作者:Stela Tong,Elai Ben-Gal
备注:17 pages, 0 figures
摘要:Large language model (LLM) deployments increasingly rely on multi-agent architectures in which multiple models either compete through routing mechanisms or collaborate to produce a final answer. In both settings, the learning signal received by each agent is filtered by the system mechanism. Routing produces selection-gated feedback where only the chosen response is evaluated, while collaboration produces shared rewards that obscure the individual contribution of each agent. As a result, standard RLHF objectives designed for a single deployed policy become misspecified. We introduce CoFi-PGMA (Counterfactual Policy Gradients under Filtered Feedback for Multi-Agent LLMs), a unified framework for learning under filtered feedback in multi-agent LLM systems. Our approach derives a counterfactual per-agent training objective based on marginal contribution, which corrects the learning signal under both routing and collaborative mechanisms. For routing systems, the objective corresponds to off-policy corrections for selection-gated feedback, while for collaborative systems it reduces to leave-one-out difference rewards for credit assignment. We further analyze how softmax routing induces risk-sensitive incentives and provide practical training algorithms that integrate counterfactual estimators, multiturn-aware rewards, and policy optimization methods, and demonstrate the approach on a real-world reasoning dataset.


【32】Parameter Efficiency Is Not Memory Efficiency: Rethinking Fine-Tuning for On-Device LLM Adaptation
标题:参数效率不是内存效率:重新思考设备上LLM自适应的微调
链接:https://arxiv.org/abs/2604.22783

作者:Irene Tenison,Stella Ahn,Miriam Kim,Ebtisam Alshehri,Lalana Kagal
摘要:Parameter-Efficient Fine-Tuning (PEFT) has become the standard for adapting large language models (LLMs). In this work we challenge the wide-spread assumption that parameter efficiency equates memory efficiency and on-device adaptability. We show that this is not true - while methods like LoRA and IA3 significantly reduce trainable parameters, they remain bound by intermediate tensors that scale linearly with sequence length, often triggering out-of-memory errors on-device. In this work, we introduce LARS (Low-memory Activation-Rank Subspace), a novel adaptation framework that decouples memory consumption from sequence length. While prior PEFT methods apply low-rank constraints to model parameters, LARS instead constrains the activation subspace used during training, directly targeting the dominant source of memory consumption and fundamentally flattening the memory growth rate. LARS reduces the memory footprint by an average of 33.54% on GPUs and 51.95% on CPUs in comparison to LoRA across reasoning, understanding and long-context datasets using different models while maintaining competitive accuracy and throughput. Besides GPUs, we deploy on Raspberry Pi and consumer-grade CPUs to demonstrate that LARS provides a scalable path for sophisticated LLM personalization on resource-constrained hardware and edge devices.


【33】KARL: Mitigating Hallucinations in LLMs via Knowledge-Boundary-Aware Reinforcement Learning
标题:KARL:通过知识边界感知强化学习缓解LLM中的幻觉
链接:https://arxiv.org/abs/2604.22779

作者:Cheng Gao,Cheng Huang,Kangyang Luo,Ziqing Qiao,Shuzheng Si,Huimin Chen,Chaojun Xiao,Maosong Sun
备注:21 pages, 8 figures
摘要 :Enabling large language models (LLMs) to appropriately abstain from answering questions beyond their knowledge is crucial for mitigating hallucinations. While existing reinforcement learning methods foster autonomous abstention, they often compromise answer accuracy because their static reward mechanisms, agnostic to models' knowledge boundaries, drive models toward excessive caution. In this work, we propose KARL, a novel framework that continuously aligns an LLM's abstention behavior with its evolving knowledge boundary. KARL introduces two core innovations: a Knowledge-Boundary-Aware Reward that performs online knowledge boundary estimation using within-group response statistics, dynamically rewarding correct answers or guided abstention; and a Two-Stage RL Training Strategy that first explores the knowledge boundary and bypasses the "abstention trap", and subsequently converts incorrect answers beyond the knowledge boundary into abstentions without sacrificing accuracy. Extensive experiments on multiple benchmarks demonstrate that KARL achieves a superior accuracy-hallucination trade-off, effectively suppressing hallucinations while maintaining high accuracy across both in-distribution and out-of-distribution scenarios.


【34】The Randomness Floor: Measuring Intrinsic Non-Randomness in Language Model Token Distributions
标题:随机性下限:测量语言模型代币分布中的固有非随机性
链接:https://arxiv.org/abs/2604.22771

作者:Jarosław Hryszko
备注:13 pages, 4 figures, 5 tables
摘要:Language models cannot be random. This paper introduces Entropic Deviation (ED), the normalised KL divergence between a model's token distribution and the uniform distribution, and measures it systematically across 31,200 generations spanning seven models, two architectures (transformer and state space), nine prompt categories, three temperatures, and five languages. Under semantically neutral prompts (empty strings, random characters, nonsense syllables) transformers still exhibit ED of approximately 0.30, meaning that 88-93% of the non-randomness observed under semantic prompts is intrinsic to the learned weights rather than induced by context. Three transformer families (Gemma, Llama, Qwen) converge on nearly identical ED values despite different training data and vocabularies. A state space model (Mamba2) reveals a qualitatively different regime: twice the ED, three times lower within-sequence variance, and massive sensitivity to temperature (r = -0.78) where transformers are nearly immune (r < 0.05). Cross-lingual experiments with Qwen-32B show a stable gradient across five languages (English, Japanese, Chinese, Polish, Arabic) that does not correlate with token fertility and persists when two languages sharing an identical tokeniser subset are compared. These findings establish a structural lower bound on randomness in pretrained language models, characterise how this bound differs across architectures, and demonstrate that language itself modulates the bound independently of tokenisation.


【35】Large language model-enabled automated data extraction for concrete materials informatics
标题:混凝土材料信息学的大语言模型支持的自动数据提取
链接:https://arxiv.org/abs/2604.22938

作者:Zhanzhao Li,Kengran Yang,Qiyao He,Kai Gong
备注:20 pages, 5 figures, 1 table
摘要:The promise of data-driven materials discovery remains constrained by the scarcity of large, high-quality, and accessible experimental datasets. Here, we introduce a generalizable large language model (LLM)-powered pipeline for automated extraction and structuring of materials data from unstructured scientific literature, using concrete materials as a representative and particularly challenging example. The pipeline exhibits robust performance across a broad range of LLMs and achieves an $F_1$ score of up to 0.97 for diverse composition--process--property attributes. Within one hour, it extracts nearly 9,000 high-quality records with over 100 attributes screened from more than 27,000 publications, enabling the construction of the largest open laboratory database for blended cement concrete. Machine learning analyses underscore the importance of large, diverse, and information-rich datasets for enhancing both in-distribution accuracy and out-of-distribution generalization to unseen materials. The proposed pipeline is readily adaptable to other materials domains and accelerates the development of scalable data infrastructures for materials informatics.


【36】In-Sync: Adaptation of Speech Aware Large Language Models for ASR with Word Level Timestamp Predictions
标题:In-同步:通过单词级时间戳预测调整用于ASB的语音感知大型语言模型
链接:https://arxiv.org/abs/2604.22817

作者:Xulin Fan,Vishal Sunder,Samuel Thomas,Mark Hasegawa-Johnson,Brian Kingsbury,George Saon
备注:Accepted to ICASSP 2026
摘要:Recent advances in speech-aware language models have coupled strong acoustic encoders with large language models, enabling systems that move beyond transcription to produce richer outputs. Among these, word-level timestamp prediction is critical for applications such as captioning, media search, and multimodal synchronization, yet it is often handled by external alignment tools. In this work, we extend an existing speech-aware language model to predict timestamps directly alongside transcripts. We introduce a set of novel lightweight training strategies that improve alignment robustness while preserving recognition quality. Experiments across multiple datasets show that these strategies not only enhance timestamp accuracy, but also yield gains in overall ASR performance. Together, they demonstrate an efficient and unified approach to speech recognition with precise timestamp prediction.


Graph相关(图学习|图神经网络|图优化等)(16篇)

【1】XGRAG: A Graph-Native Framework for Explaining KG-based Retrieval-Augmented Generation
标题:XGRAG:一个用于解释基于KG的检索增强生成的图形原生框架
链接:https://arxiv.org/abs/2604.24623

作者:Zhuoling Li,Ha Linh Hong Tran Nguyen,Valeria Bladinieres,Maxim Romanovsky
摘要 :Graph-based Retrieval-Augmented Generation (GraphRAG) extends traditional RAG by using knowledge graphs (KGs) to give large language models (LLMs) a structured, semantically coherent context, yielding more grounded answers. However, GraphRAG reasoning process remains a black-box, limiting our ability to understand how specific pieces of structured knowledge influence the final output. Existing explainability (XAI) methods for RAG systems, designed for text-based retrieval, are limited to interpreting an LLM response through the relational structures among knowledge components, creating a critical gap in transparency and trustworthiness. To address this, we introduce XGRAG, a novel framework that generates causally grounded explanations for GraphRAG systems by employing graph-based perturbation strategies, to quantify the contribution of individual graph components on the model answer. We conduct extensive experiments comparing XGRAG against RAG-Ex, an XAI baseline for standard RAG, and evaluate its robustness across various question types, narrative structures and LLMs. Our results demonstrate a 14.81% improvement in explanation quality over the baseline RAG-Ex across NarrativeQA, FairyTaleQA, and TriviaQA, evaluated by F1-score measuring alignment between generated explanations and original answers. Furthermore, XGRAG explanations exhibit a strong correlation with graph centrality measures, validating its ability to capture graph structure. XGRAG provides a scalable and generalizable approach towards trustworthy AI through transparent, graph-based explanations that enhance the interpretability of RAG systems.


【2】Fraud Detection in Cryptocurrency Markets with Spatio-Temporal Graph Neural Networks
标题:利用时空图神经网络检测加密货币市场中的欺诈
链接:https://arxiv.org/abs/2604.24590

作者:Lidia Losavio,Luca Persia,Madan Sathe,Dimosthenis Pasadakis
备注:9 pages, 3 figures, Accepted at the SDS2026: IEEE Swiss Conference on Data Science and AI
摘要:Technological advancements in cryptocurrency markets have increased accessibility for investors, but concurrently exposed them to the risks of market manipulations. Existing fraud detection mechanisms typically rely on machine learning methods that treat each financial asset (i.e., token) and its related transactions independently. However, market manipulation strategies are rarely isolated events, but are rather characterized by coordination, repetition, and frequent transfers among related assets. This suggests that relational structure constitutes an integral component of the signal and can be effectively represented through graphical means. In this paper, we propose three graph construction methods that rely on aggregated hourly market data. The proposed graphs are processed by a unified spatio-temporal Graph Neural Network (GNN) architecture that combines attention-based spatial aggregation with temporal Transformer encoding. We evaluate our methodology on a real-world dataset comprised of pump-and-dump schemes in cryptocurrency markets, spanning a period of over three years. Our comparative results showcase that our graph-based models achieve significant improvements over standard machine learning baselines in detecting anomalous events. Our work highlights that learned market connectivity provides substantial gains for detecting coordinated market manipulation schemes.


【3】PathMoG: A Pathway-Centric Modular Graph Neural Network for Multi-Omics Survival Prediction
标题:PathMoG:用于多组学生存预测的以路径为中心的模块化图神经网络
链接:https://arxiv.org/abs/2604.24371

作者:Di Wang,Chupei Tang,Junxiao Kong,Jixiu Zhai,Moyu Tang,Tianchi Lu
备注:9 pages, 5 figures, 3 tables. Source code available at https://github.com/wangzoyou/pathmog
摘要:Cancer survival prediction from multi-omics data remains challenging because prognostic signals are high-dimensional, heterogeneous, and distributed across interacting genes and pathways. We propose PathMoG, a pathway-centric modular graph neural network for multi-omics survival prediction. PathMoG reorganizes genome-scale inputs into 354 KEGG-informed pathway modules, introduces a Hierarchical Omics Modulation module to condition gene-expression representations on mutation, copy number variation, pathway, and clinical context, and uses dual-level attention to capture both intra-pathway driver signals and inter-pathway clinical relevance. We evaluated PathMoG on 5,650 patients across 10 TCGA cancer types and observed consistent improvements over representative survival baselines. The framework further provides gene-level, pathway-level, and patient-level interpretability, supporting biologically grounded and clinically relevant risk stratification.


【4】Latent-Hysteresis Graph ODEs: Modeling Coupled Topology-Feature Evolution via Continuous Phase Transitions
标题:潜滞图常微分方程:通过连续相变模拟拓扑-特征耦合演化
链接:https://arxiv.org/abs/2604.24293

作者:Qinhan Hou,Jing Tang
备注:18 pages, 5 tables and 3 figures
摘要:Graph neural ordinary differential equations (Graph ODEs) extend graph learning from discrete message-passing layers to continuous-time representation flows. While it supports adaptive long-range propagation, we show that Graph ODEs with strictly positive irreducible mixing operators face an inherent \emph{monostability trap}: in the long-time regime, information leakage is unavoidable and the dynamics converge to a single global consensus attractor. We propose the \textbf{Hysteresis Graph ODE (HGODE)}, which couples feature evolution with a latent topological potential driven by a learned pairwise force. A double-well edge potential and bipolarized gate allow edge states to polarize into connected or insulated phases while preserving differentiability. We provide asymptotic analysis of the collapse mechanism and the proposed hysteretic topology dynamics, and validate HGODE on theory-driven synthetic diagnostics and real-world graph benchmarks.


【5】CMGL: Confidence-guided Multi-omics Graph Learning for Cancer Subtype Classification
标题:CMGL:用于癌症亚型分类的置信引导多组学图学习
链接:https://arxiv.org/abs/2604.24201

作者:Boyang Fan,Hengchuang Yin,Siyu Yi,Yifan Wang,Zhicheng Li,Leijiyu Zhou,Jiancheng Lv,Wei Ju
备注:24 pages, 15 figures, 13 tables, 2 algorithms (main paper + supplementary materials)
摘要 :Motivation: Multi-omics integration can improve cancer subtyping, but modality informativeness and noise vary across cancer types and patients. Existing graph-based methods optimize modality weights jointly with the classification objective and therefore lack independent reliability estimates, so low-quality omics distort patient similarity graphs and amplify noise through message passing.   Results: We propose CMGL, a two-stage framework that estimates per-sample modality reliability through evidential deep learning and uses the frozen confidence scores to guide cross-omics fusion and graph construction. On four MLOmics cancer-subtype tasks and the 32-class pan-cancer task, CMGL consistently improves over the strongest baseline, surpassing it by 4.03% in average accuracy on the four single-cancer tasks. Its representations recover the PAM50 intrinsic subtypes of breast invasive carcinoma (BRCA), and the BRCA-trained model transfers without fine-tuning to kidney renal clear cell carcinoma (KIRC), stratifying patients into prognostically distinct groups.


【6】Explaining Temporal Graph Predictions With Shapley Values
标题:用Shapley值解释时态图预测
链接:https://arxiv.org/abs/2604.24078

作者:Lea-Marie Sussek,Stefan Heindorf
摘要:Temporal Graph Neural Networks (TGNNs) have become increasingly popular in recent years due to their superior predictive performance by combining both spatial and temporal information. However, how these models utilize the information to make predictions is rather unexplored, leading to potentially faulty or biased models. This work introduces two novel model-agnostic explainers for local explanations of TGNNs based on Shapley and Owen values. The first method, an event-level (edge-level) Shapley explainer, applies the KernelSHAP algorithm to estimate contribution scores for individual temporal events, providing interpretable descriptions for model behavior. The second, a feature-level Shapley explainer, extends this framework by decomposing event-level Shapley values into Owen values, and thereby uncovers hierarchical dependencies of the event and its features. The explainers outperform SOTA explainers on different metrics and datasets. Additionally, the Feature Explainer reveals a faulty extraction of actual timestamps of a commonly used TGAT implementation, helping to further understand performance drops on very sparse explanations.


【7】Crystal structure prediction using graph neural combinatorial optimization
标题:利用图神经组合优化预测晶体结构
链接:https://arxiv.org/abs/2604.23921

作者:Stavros Gerolymatos,J. Kyle Brubaker,Martin J. A. Schuetz,Vladimir V. Gusev
摘要:Crystalline materials are widely used in technological applications, yet their discovery remains a significant challenge. As their properties are driven by structure, crystal structure prediction (CSP) methods play a central role in computational approaches aiming to accelerate this process. Previously, CSP has been approached from a combinatorial optimization perspective, with the core challenge of allocating atoms on a fine grid of predefined discrete positions within a unit cell while minimizing their interaction energy. Exact mathematical optimization methods provide guaranteed solutions, but they become computationally expensive for large-scale instances, where the atomic configuration space grows rapidly, particularly in the absence of additional symmetry constraints. In this work, we introduce a neural combinatorial optimization approach to the atom allocation challenge and, subsequently, CSP, based on graph neural networks (GNNs), which can effectively sample from the distribution of feasible structures in an unsupervised manner. We leverage expander graphs to construct computational graphs over discrete positions that capture both short- and long-range interactions between atoms, and employ the Gumbel-Sinkhorn approach to enforce the desired stoichiometry of the generated structures. We demonstrate that our method outperforms classical heuristic approaches and is competitive with a commercial optimization solver across a range of chemical compositions. This enables the use of ever-expanding GPU infrastructure to tackle the inherent combinatorial challenges of CSP, paving the way for scaling beyond current capabilities.


【8】Graph Memory Transformer (GMT)
标题:图形内存Transformer(GMT)
链接:https://arxiv.org/abs/2604.23862

作者:Nicola Zanarini,Niccolò Ferrari
备注:65 pages, 10 figures, 5 tables. Code available at https://github.com/Nemesis533/GMT-GraphMemoryTransformer
摘要:We investigate whether the Feed-Forward Network (FFN) sublayer in a decoder-only transformer can be replaced by an explicit learned memory graph while preserving the surrounding autoregressive architecture. The proposed Graph Memory Transformer (GMT) keeps causal self-attention intact, but replaces the usual per-token FFN transformation with a memory cell that routes token representations over a learned bank of centroids connected by a learned directed transition matrix. In the base GMT v7 instantiation studied here, each of 16 transformer blocks contains 128 centroids, a 128 * 128 edge matrix, gravitational source routing, token-conditioned target selection, and a gated displacement readout. The cell therefore returns movement from an estimated source memory state toward a target memory state, rather than a retrieved value. The resulting model is a fully decoder-only language model with 82.2M trainable parameters and no dense FFN sublayers, compared with a 103.0M-parameter dense GPT-style baseline used in the evaluation. The base v7 model trains stably and exposes centroid usage, transition structure, and source-to-target movement as directly inspectable quantities of the forward computation. It remains behind the larger dense baseline in validation loss and perplexity (3.5995/36.58 vs. 3.2903/26.85), while showing close zero-shot benchmark behavior under the evaluated setting. These results are not intended as a state-of-the-art claim; they support the viability and structural interpretability of replacing dense within-token transformation with graph-mediated memory navigation. Broader scaling, optimized kernels, and more extensive benchmark evaluation are left for subsequent work.


【9】Scalable Production Scheduling: Linear Complexity via Unified Homogeneous Graphs
标题:可扩展生产调度:通过统一齐次图实现线性复杂性
链接:https://arxiv.org/abs/2604.23841

作者:Jonathan Hoss,Moritz Link,Noah Klarmann
备注:This work has been submitted to the IEEE for possible publication
摘要 :Efficiently solving the Job Shop Scheduling Problem in real-world industrial applications requires policies that are both computationally lean and topologically robust. While Reinforcement Learning has shown potential in automating dispatching rules, existing models often struggle with a scalability bottleneck caused by quadratic graph complexity or the architectural overhead of heterogeneous layers. We introduce a unified graph framework that employs feature-based homogenization to project distinct node roles into a shared latent space. This allows a standard homogeneous Graph Isomorphism Network to capture complex resource contention with linear complexity, ensuring low-latency inference for large-scale industrial applications. Our empirical results demonstrate that our framework achieves state-of-the-art performance while exhibiting consistent zero-shot generalization. We identify the job-to-machine ratio as the primary driver of policy effectiveness, rather than absolute problem size. Based on this, we propose a hypothesis of structural saturation, demonstrating that policies trained on critically congested instances ($\mathcal{J} \approx \mathcal{M}$) learn scale-invariant resolution strategies. Agents trained at this saturation point internalize invariant conflict-resolution logic, allowing them to treat massive rectangular instances as a sequential concatenation of saturated sub-problems. This approach eliminates the need for expensive scale-specific retraining and prevents overfitting to statistical shortcuts, providing a robust and efficient pathway for deploying RL solutions in dynamic production environments.


【10】Hamiltonian Graph Inference Networks: Joint structure discovery and dynamics prediction for lattice Hamiltonian systems from trajectory data
标题:汉密尔顿图推理网络:根据轨迹数据对格子汉密尔顿系统进行联合结构发现和动力学预测
链接:https://arxiv.org/abs/2604.23606

作者:Ru Geng,Panayotis Kevrekidis,Yixian Gao,Hong-Kun Zhang,Jian Zu
备注:18 pages, 8 figures
摘要:Lattice Hamiltonian systems underpin models across condensed matter, nonlinear optics, and biophysics, yet learning their dynamics from data is obstructed by two unknowns: the interaction topology and whether node dynamics are homogeneous. Existing graph-based approaches either assume the graph is given or, as in $α$-separable graph Hamiltonian network, infer it only for separable Hamiltonians with homogeneous node dynamics. We introduce the Hamiltonian Graph Inference Network (HGIN), which jointly recovers the interaction graph and predicts long-time trajectories from state data alone, for both separable and non-separable Hamiltonians and under heterogeneous node dynamics. HGIN couples a structure-learning module -- a learnable weighted adjacency matrix trained under a Hamilton's-equations loss -- with a trajectory-prediction module that partitions edges into physically distinct subgraphs via $k$-means clustering, assigning each subgraph its own encoder and thereby breaking the parameter-sharing bottleneck of conventional GNNs. On three benchmarks -- a Klein--Gordon lattice with long-range interactions and two discrete nonlinear Schrödinger lattices (homogeneous and heterogeneous) -- HGIN reduces long-time energy prediction error and trajectory prediction error by six to thirteen orders of magnitude relative to baselines. A symmetry argument on the Hamiltonian loss further shows that the learned weights encode the parity of the underlying pair potential, yielding an interpretable readout of the system's interaction structure.


【11】ComplianceNLP: Knowledge-Graph-Augmented RAG for Multi-Framework Regulatory Gap Detection
标题:合规NLP:用于多框架监管差距检测的知识图增强RAG
链接:https://arxiv.org/abs/2604.23585

作者:Dongxin Guo,Jikun Wu,Siu Ming Yiu
备注:Accepted at ACL 2026 Industry Track. 19 pages, 15 tables, 1 figure
摘要:Financial institutions must track over 60,000 regulatory events annually, overwhelming manual compliance teams; the industry has paid over USD 300 billion in fines and settlements since the 2008 financial crisis. We present ComplianceNLP, an end-to-end system that automatically monitors regulatory changes, extracts structured obligations, and identifies compliance gaps against institutional policies. The system integrates three components: (1) a knowledge-graph-augmented RAG pipeline grounding generations in a regulatory knowledge graph of 12,847 provisions across SEC, MiFID II, and Basel III; (2) multi-task obligation extraction combining NER, deontic classification, and cross-reference resolution over a shared LEGAL-BERT encoder; and (3) compliance gap analysis that maps obligations to internal policies with severity-aware scoring. On our benchmark, ComplianceNLP achieves 87.7 F1 on gap detection, outperforming GPT-4o+RAG by +3.5 F1, with 94.2% grounding accuracy ($r=0.83$ vs. human judgments) and 83.4 F1 under realistic end-to-end error propagation. Ablations show that knowledge-graph re-ranking contributes the largest marginal gain (+4.6 F1), confirming that structural regulatory knowledge is critical for cross-reference-heavy tasks. Domain-specific knowledge distillation (70B $\to$ 8B) combined with Medusa speculative decoding yields $2.8\times$ inference speedup; regulatory text's low entropy ($H=2.31$ bits vs. $3.87$ general text) produces 91.3% draft-token acceptance rates. In four months of parallel-run deployment processing 9,847 updates at a financial institution, the system achieved 96.0% estimated recall and 90.7% precision, with a $3.1\times$ sustained analyst efficiency gain. We report deployment lessons on trust calibration, GRC integration, and distributional shift monitoring for regulated-domain NLP.


【12】Do Transaction-Level and Actor-Level AML Queues Agree? An Empirical Evaluation of Granularity Effects on the Elliptic++ Graph
标题:交易级和演员级的反洗钱协议是否一致?椭圆++图粒度效应的实证评估
链接:https://arxiv.org/abs/2604.23494

作者:Ankur Malik
备注:20 pages, 9 tables, 4 appendices
摘要:Graph-based anti-money laundering (AML) systems on blockchain networks can score suspicious activity at two granularity levels -- transactions or actor addresses -- yet compliance action is conducted per actor. This paper contributes an evaluation methodology for measuring how scoring granularity affects investigation queue composition under fixed review budgets. We formalize the evaluation through a projection framework mapping transaction-level scores to the actor-level action unit via four aggregation operators, and introduce budgeted investigation metrics -- yield@budget, burden decomposition, and case fragmentation. Using the public Elliptic++ Bitcoin dataset (203,769 transactions; 822,942 address occurrences), we train independent random forest classifiers at each level under a causal temporal protocol and compare review queues through Jaccard overlap, burden decomposition, and feature-matching ablations. At one-percent budget, temporal evaluation yields mean Jaccard of 0.374 (SD 0.171); static pooled evaluation yields 0.087 (95% CI [0.079, 0.094]). An enriched address model receiving all 237 features produces even lower overlap (Jaccard=0.051), with 4.3% illicit per 100 reviews versus 30.2% for the transaction-projected queue. Address-level detection value is temporally concentrated: two timesteps exceed 91% illicit per 100 reviews while the static burden is only 3.4%. A fixed hybrid policy underperforms the best single-level queue by 5.05pp (CI [-10.2pp, -0.9pp]). These findings establish that scoring granularity is a consequential design variable for AML investigation systems -- same data, same budget, different queues, different addresses investigated.


【13】Layer Embedding Deep Fusion Graph Neural Network
标题:层嵌入深度融合图神经网络
链接:https://arxiv.org/abs/2604.23324

作者:Taihua Xu,Genhao Tian,Jicong Fan,Xibei Yang,Qinghua Zhang,Yun Cui
摘要:Graph Neural Networks (GNNs) have demonstrated impressive performance in learning representations from graph-structured data. However, their message-passing mechanism inherently relies on the assumption of label consistency among connected nodes, limiting their applicability to low-homophily settings. Moreover, since message passing operates as a hierarchical diffusion process, GNNs face challenges in capturing long-range dependencies. As network depth increases, the structural noise along heterophilic edges tends to be amplified, resulting in over-smoothing. This issue becomes especially prominent in highly heterophilic graphs, where the propagation of inconsistent semantics across the topology continually exacerbates misaggregation. To address this issue, we propose a novel framework named Layer Embedding Deep Fusion Graph Neural Network (LEDF-GNN). Specifically, we design a Layer Embedding Deep Fusion (LEDF) operator that nonlinearly fuses multi-layer embeddings to capture inter-layer dependencies and effectively alleviate deep propagation degradation. Meanwhile, to mitigate structural heterophily, LEDF-GNN employs a Dual-Topology Parallel Strategy (DTPS) that simultaneously leverages the original and reconstructed topologies, allowing for adaptive structure-semantics co-optimization under diverse homophily conditions. Extensive semi-supervised classification experiments on the citation and image benchmarks demonstrate that, under both homophilic and heterophilic settings, LEDF-GNN consistently outperforms state-of-the-art baselines, validating its effectiveness and generalization capability across diverse graph types.


【14】HBGSA: Hydrogen Bond Graph with Self-Attention for Drug-Target Binding Affinity Prediction
标题:HBGSA:用于药物-靶点结合亲和力预测的具有自我注意力的键合图
链接:https://arxiv.org/abs/2604.23115

作者:Junxiao Kong,Chupei Tang,Di Wang,Jixiu Zhai,Yi He,Moyu Tang,Tianchi Lu
摘要:Accurate prediction of drug-target binding affinity accelerates drug discovery by prioritizing compounds for experimental validation. Current methods face three limitations: sequence-based approaches discard spatial geometric constraints, structure-based methods fail to exploit hydrogen bond features, and conventional loss functions neglect prediction-target correlation, a key factor for identifying high-affinity compounds in virtual screening. We developed HBGSA (Hydrogen Bond Graph with Self-Attention), a 3.06M-parameter model that encodes hydrogen bond spatial features. HBGSA uses graph neural networks to model hydrogen bond spatial topology with self-attention enhancement and Pearson correlation loss. Experimental results on PDBbind Core Set and CSAR-HiQ dataset demonstrate that HBGSA outperforms baseline methods with strong generalization capability. Ablation studies confirm the effectiveness of hydrogen bond modeling and Pearson correlation loss.


【15】BiTA: Bidirectional Gated Recurrent Unit-Transformer Aggregator in a Temporal Graph Network Framework for Alert Prediction in Computer Networks
标题:BiTA:用于计算机网络警报预测的时间图网络框架中的双向门控循环单元-转换器聚合器
链接:https://arxiv.org/abs/2604.22781

作者:Zahra Makki Nayeri,Mohsen Rezvani
摘要:Proactive alert prediction in computer networks is critical for mitigating evolving cyber threats and enabling timely defensive actions. Temporal Graph Neural Networks (TGNs) provide a principled framework for modeling time-evolving interactions; however, existing TGN-based methods predominantly rely on unidirectional or single-mechanism temporal aggregation, which limits their ability to capture recursive, multi-scale temporal patterns commonly observed in real-world attack behaviors. In this paper, we propose BiTA, a Bidirectional Gated Recurrent Unit-Transformer Aggregator for temporal graph learning. Rather than introducing a deeper or higher-capacity model, BiTA redesigns the temporal aggregation function within the TGN framework by jointly encoding bidirectional sequential dependencies and long-range contextual relations over each node's temporal neighborhood. This aggregation strategy enables complementary temporal reasoning at different scales while preserving the original TGN memory and message-passing structure. We evaluate BiTA on real-world alert datasets, demonstrating significant improvements in key performance metrics such as area under the curve, average precision, mean reciprocal rank, and per-category prediction accuracy when compared to state-of-the-art temporal graph models. BiTA outperforms baseline methods under both transductive and inductive settings, highlighting its robustness and generalization capabilities in dynamic network environments. BiTA is a scalable and interpretable framework for real-time cyber threat anticipation, paving the way toward more intelligent and adaptive intrusion detection systems.


【16】Probabilistic Graphical Model using Graph Neural Networks for Bayesian Inversion of Discrete Structural Component States
标题:使用图神经网络进行离散结构部件状态的Bayesian倒置的概率图模型
链接:https://arxiv.org/abs/2604.23514

作者:Teng Li,Stephen Wu,Yong Huang,James L. Beck,Hui Li
摘要:The health condition of components in civil infrastructures can be described by various discrete states according to their performance degradation. Inferring these states from measurable responses is typically an ill-posed inverse problem. Although Bayesian methods are well-suited to tackle such problems, computing the posterior probability density function (PDF) presents challenges. The likelihood function cannot be analytically formulated due to the unclear relationship between discrete states and structural responses, and the high-dimensional state parameters resulting from numerous components severely complicates the computation of the marginal likelihood function. To address these challenges, this study proposes a novel Bayesian inversion paradigm for discrete variables based on Probabilistic Graphical Models (PGMs). The Markov networks are employed as modeling tools, with model parameters learned from data and structural topology prior. It has been proved that inferring this PGM produces the same probabilistic estimation as the posterior PDF derived from Bayesian inference, which effectively solves the above challenges. The inference is accomplished by Graph Neural Networks (GNNs), and a graph property-based GNN training strategy is developed to enable accurate inference across varying graph scales, thereby significantly reducing the computational overhead in high-dimensional problems. Both synthetic and experimental data are used to validate the proposed framework


Transformer(10篇)

【1】SolarTformer: A Transformer Based Deep Learning Approach for Short Term Solar Power Forecasting
标题:SolarTformer:一种基于Transformer的深度学习方法,用于短期太阳能发电预测
链接:https://arxiv.org/abs/2604.24306

作者:Ankan Basu,Jyotiraditya Roy,Aditya Datta,Prayas Sanyal,Sumanta Banerjee
备注:14 pages, 5 figures
摘要:Accurate forecasting of solar power output is essential for efficient integration of renewable energy into the grid. In this study, an attention-based deep learning model, inspired by transformer architecture, is used for short-term solar power forecasting. Our proposed model, "SolarTformer", is designed to predict solar power output from meteorological data. Unlike traditional models, SolarTformer leverages self-attention mechanisms to effectively capture temporal dependencies and spatial variability in solar irradiance. In addition, the proposed methodology includes feeding power station-specific metadata into the model, which helps to generalize between power stations located at different locations and with different panel configurations and in different seasons. Our experiments demonstrate that SolarTformer significantly outperforms previous models on the same data set. In particular, the model exhibits strong performance on both clear and cloudy days, indicating high robustness and generalizability. These findings highlight the potential of attention-based architectures in enhancing the accuracy of solar forecasting, contributing to a more reliable management of renewable energy.


【2】ELSA: Exact Linear-Scan Attention for Fast and Memory-Light Vision Transformers
标题:ELSA:快速和记忆光视觉变形机的精确线性扫描注意力
链接:https://arxiv.org/abs/2604.23798

作者:Chih-Chung Hsu,Xin-Di Ma,Wo-Ting Liao,Chia-Ming Lee
备注:Accepted to CVPRF2026
摘要:Existing attention accelerators often trade exact softmax semantics, depend on fused Tensor Core kernels, or incur sequential depth that limits FP32 throughput on long sequences. We present \textbf{ELSA}, an algorithmic reformulation of online softmax attention that (i)~preserves exact softmax semantics in real arithmetic with a \emph{provable} $\mathcal{O}(u\log n)$ FP32 relative error bound; (ii)~casts the online softmax update as a prefix scan over an associative monoid $(m,S,W)$, yielding $O(n)$ extra memory and $O(\log n)$ parallel depth; and (iii)~is Tensor-Core independent, implemented in Triton and CUDA C++, and deployable as a \emph{drop-in replacement} requiring no retraining or weight modification. Unlike FlashAttention-2/3, which rely on HMMA/GMMA Tensor Core instructions and provide no compatible FP32 path, ELSA operates identically on A100s and resource-constrained edge devices such as Jetson TX2 -- making it the only hardware-agnostic exact-attention kernel that reduces parallel depth to $O(\log n)$ at full precision. On A100 FP32 benchmarks (1K--16K tokens), ELSA delivers $1.3$--$3.5\times$ speedup over memory-efficient SDPA and $1.97$--$2.27\times$ on BERT; on Jetson TX2, ELSA achieves $1.5$--$1.6\times$ over Math (64--900 tokens), with $17.8$--$20.2\%$ throughput gains under LLaMA-13B offloading at $\ge$32K. In FP16, ELSA approaches hardware-fused baselines at long sequences while retaining full FP32 capability, offering a unified kernel for high-precision inference across platforms. Our code and implementation are available at https://github.com/ming053l/ELSA.


【3】Transformer as an Euler Discretization of Score-based Variational Flow
标题:基于分数的变分流的Euler离散化变换Transformer
链接:https://arxiv.org/abs/2604.23740

作者:Huadong Liao
摘要:Despite the Transformer's dominance across machine learning, its architecture remains largely heuristic and lacks a unified theoretical foundation. We introduce Score-based Variational Flow (SVFlow), a continuous-time dynamical system for representation learning in which the state evolves according to a variational posterior-weighted average of conditional log-likelihood scores, and provide a principled basis for regularization through variational consistency. We show that forward Euler discretization of spherical SVFlow exactly recovers the Transformer architecture. Multi-head attention approximates SVFlow vector field via a vMF kernel-smoothed posterior, while MoE/FFN approximates it in a relaxed network-based way, and the residual-normalization block implements a relaxed retraction that maintains spherical geometry. This unification explains why attention trains stably without explicit regularization while MoE requires auxiliary balancing losses. Experiments on pre-trained language models with prefix shuffling show that SVFlow-induced metrics correlate with task performance, reveal depth-dependent sensitivity, and reflect the intrinsic dynamics of attention.


【4】Rank, Head-Channel Non-Identifiability, and Symmetry Breaking: A Precise Analysis of Representational Collapse in Transformers
标题:等级、头道不可识别性和对称性破坏:《Transformer》中具象崩溃的精确分析
链接:https://arxiv.org/abs/2604.23681

作者:Giansalvo Cirrincione
备注:36 pages, 8 figures, 1 table. Submitted to Artificial Intelligence (Elsevier)
摘要 :A widely cited result by Dong et al. (2021) showed that Transformers built from self-attention alone, without skip connections or feed-forward layers, suffer from rapid rank collapse: all token representations converge to a single direction. The proposed remedy was the MLP. We show that this picture, while correct in the regime studied by Dong, is incomplete in ways that matter for architectural understanding.   Three results are established. First, layer normalisation is precisely affine-rank-neutral: it preserves the affine rank of the token representation set exactly. The widespread claim that LN "plays no role" is imprecise; the correct statement is sharper. Second, residual connections generically obstruct rank collapse in real Transformers such as BERT-base, in a measure-theoretic sense, without contribution from the MLP. The MLP's irreplaceable function is different: generating feature directions outside the linear span of the original token embeddings, which no stack of attention layers can produce. Third, a phenomenon distinct from rank collapse is identified: head-channel non-identifiability. After multi-head attention sums per-head outputs through the output projection, individual contributions cannot be canonically attributed to a specific head; n(H-1)d_k degrees of freedom per layer remain ambiguous when recovering a single head from the mixed signal. The MLP cannot remedy this because it acts on the post-summation signal.   A constructive partial remedy is proposed: a position-gated output projection (PG-OP) at parameter overhead below 1.6% of the standard output projection. The four collapse phenomena identified in the literature -- rank collapse in depth, in width, head-channel non-identifiability, and entropy collapse -- are unified under a symmetry-breaking framework, each corresponding to a distinct symmetry of the Transformer's forward pass.


【5】From Edges to Depth: Probing the Spatial Hierarchy in Vision Transformers
标题:从边缘到深度:探索视觉Transformer中的空间层次
链接:https://arxiv.org/abs/2604.23452

作者:Jainum Sanghavi
备注:12 pages, 6 figures. Code available at https://github.com/JainumSanghavi/ProbingViTs
摘要:Vision Transformers trained only on image classification routinely transfer to tasks that demand spatial understanding, yet they receive no spatial supervision during pretraining. We ask where and how robustly such structure is encoded. Probing a frozen ViT-B/16 layerwise for two complementary properties, local patch boundaries (BSDS500) and per-patch depth (NYU Depth V2), reveals a clear hierarchy: boundary structure becomes linearly decodable at layers 5-6 (AP = 0.833), while depth, which requires integrating global cues, peaks two to three layers later at layer 8 (MAE = 0.0875). Both signals collapse at the final classification layer, and random-weight controls confirm the encodings are learned rather than architectural. Causal interventions add specificity: ablating the single direction a linear depth probe reads degrades depth decoding by up to 165%, while ablating any other direction changes it by less than 1%. Targeted activation patching along that direction shows the depth signal is partially re-derived at each layer rather than passively carried in the residual stream, with mid-layer interventions persisting most strongly downstream. The result is that a classification-trained ViT develops an actively maintained spatial hierarchy that mirrors the early-to-late progression observed in the primate visual cortex.


【6】TEMPO: Transformers for Temporal Disease Progression from Cross-Sectional Data
标题:TEMPO:来自横截数据的时态疾病进展的变形者
链接:https://arxiv.org/abs/2604.23368

作者:Hongtao Hao,Joseph L. Austerweil
备注:31 pages; Published at Conference on Health, Inference, and Learning (CHIL) 2026
摘要:Event-Based Models (EBMs) infer biomarker progression from cross-sectional data but typically only as ordinal sequences and rely on rigid model assumptions. We propose \textsc{Tempo}, a Transformer architecture that learns both ordinal and continuous event sequences through simulation-based supervised learning. \textsc{Tempo} uses two Transformer modules: one treats biomarkers as tokens to infer event sequencing; the other treats patients as tokens, representing each by their per-biomarker abnormality profile, to infer patients' disease stages. On synthetic benchmarks, \textsc{Tempo} reduces normalized Kendall's Tau distance by 52.89\% and staging MAE by 25.33\% compared to state-of-the-art SA-EBM, with larger reductions in high-dimensional settings (58.88\% and 61.10\%). Applied to ADNI, \textsc{Tempo} recovers a biologically plausible Alzheimer's progression: early medial temporal atrophy, followed by amyloid accumulation and cognitive decline, and late-stage tau pathology with terminal acceleration of global neurodegeneration -- broadly consistent with established disease models. \textsc{Tempo} also eliminates the need to derive custom inference algorithms and enables rapid empirical comparison of generative hypotheses.


【7】AutoCompress: Critical Layer Isolation for Efficient Transformer Compression
标题:AutoCompress:关键层隔离,实现高效的Transformer压缩
链接:https://arxiv.org/abs/2604.22786

作者:Archit Thorat
备注:6 pages, 2 tables. Code available at https://github.com/NotDrake100/autocompress
摘要:We present AutoCompress, a transformer compression method motivated by an empirical finding: in small transformers, Layer 0 carries disproportionately high task-critical information, with an NTK-based importance score of 3.6 compared to a maximum of 0.054 for all other layers -- a gap of over 60x. Based on this finding, we propose Critical Layer Isolation (CLI), an architecture that protects Layer 0 at full dimensionality, compresses all intermediate layers through a learned bottleneck, and restores the full dimension at the final layer. Applied to GPT-2 Medium (354.8M parameters), CLI-GPT2 achieves 204.5 perplexity on WikiText-103 with only 143.8M parameters -- a 2.47x compression ratio and 59.5% parameter reduction. Crucially, an ablation study demonstrates that a uniform bottleneck baseline of comparable size achieves only 571.8 perplexity under identical training conditions, confirming that the architectural decision to protect Layer 0 -- rather than simply reducing model size -- is the primary driver of performance. Code and checkpoints are publicly available.


【8】The Spectral Lifecycle of Transformer Training: Transient Compression Waves, Persistent Spectral Gradients, and the Q/K--V Asymmetry
标题:Transformer训练的频谱分布:瞬时压缩波、持续频谱分布和Q/K--V不对称
链接:https://arxiv.org/abs/2604.22778

作者:Yi Liu
摘要:We present the first systematic study of weight matrix singular value spectra \emph{during} transformer pretraining, tracking full SVD decompositions of every weight matrix at 25-step intervals across three model scales (30M--285M parameters). We discover three phenomena: \textbf{(1)~Transient Compression Waves:} stable rank compression propagates as a traveling wave from early to late layers, creating a dramatic gradient that peaks early then \emph{reverses} -- late layers eventually over-compress past early layers. \textbf{(2)~Persistent Spectral Gradients:} the power-law exponent~$α$ develops a permanent depth gradient forming a non-monotonic inverted-U in deeper models, with peaks shifting toward earlier layers as depth increases. \textbf{(3)~Q/K--V Functional Asymmetry:} value/output projections compress uniformly while query/key projections carry the full depth-dependent dynamics. The dissociation between transient compression and persistent spectral shape reveals that \emph{rank and spectral shape encode fundamentally different information about training}. We formalize this as a two-timescale dynamical model and derive scaling laws ($Δα\propto L^{0.26}$, $R^2{=}0.99$). We validate on nine models across three families (custom, GPT-2, Pythia; 30M--1B parameters; 8--36 layers), demonstrate that $α$ predicts layer importance ($ρ{=}0.69$--$0.84$, $p{


【9】MOCA: A Transformer-based Modular Causal Inference Framework with One-way Cross-attention and Cutting Feedback
标题:MOCA:一个基于转换器的模块化因果推理框架,具有单向交叉注意和切割反馈
链接:https://arxiv.org/abs/2604.23107

作者:Lei Wang,Debashis Ghosh
备注:25 pages, 8 figures, 4 tables. Preprint
摘要:Causal effect estimation from observational data requires careful adjustment for confounding. Classical estimators such as inverse probability weighting and augmented inverse probability weighting are effective under favorable model specification, but may become unstable when treatment assignment and outcome mechanisms are complex, non-linear, and high-dimensional. Machine learning and representation learning approaches improve flexibility, yet joint training can allow outcome-related information to influence treatment-side representations, which is undesirable from a causal perspective. We propose MOCA (Modular One-way Causal Attention), a transformer-based framework that separates treatment and outcome modeling through a modular design, and performs confounder adjustment using a one-way attention mechanism. A cutting-feedback strategy, implemented via gradient detachment, prevents the outcome loss from updating the treatment module. This design preserves directional information flow while retaining the representational power of transformer architectures for causal inference. Across multiple simulated scenarios, including linear, nonlinear, heavy-tailed, hidden confounding, and high-dimensional settings, MOCA shows competitive or improved performance relative to IPW, AIPW, X-learner, TARNet, and DragonNet. We further illustrate the method on the Infant Health and Development Program dataset and the Dehejia-Wahba dataset as real-world benchmarks. These results suggest that modular attention with one-way information flow provides a promising and interpretable direction for causal inference with modern deep learning models.


【10】From Equations to Algorithms and Data: Transforming Microwave Engineering and Education with Machine Learning
标题:从方程到算法和数据:用机器学习改变微波工程和教育
链接:https://arxiv.org/abs/2604.22792

作者:Mehmet Parlak,Islam Guven
备注:4 figures, 1 table, conference
摘要:Conventional microwave engineering education relies heavily on analytical methods, canonical circuit topologies, and intuition-driven design, which have proven effective at microwave frequencies. However, as systems increasingly operate in the millimeter-wave and terahertz regimes, parasitic effects, process-dependent electromagnetic interactions, and ultra-wideband performance requirements challenge both topology/layout-constrained traditional design methodologies and existing teaching paradigms. This paper proposes a pedagogical shift in microwave and RFIC (Radio Frequency Integrated Circuit) engineering and education by introducing machine-learning (ML) and data-driven electromagnetic synthesis as a complementary design framework for microwave circuits such as power dividers and combiners, couplers, and baluns. Rather than emphasizing predefined topologies, the proposed approach enables topology-agnostic, performance-oriented exploration of the design space, allowing students to directly engage with electromagnetic behavior through specification-driven synthesis. By integrating machine-learning-based inverse design and multi-objective optimization into the curriculum, the framework enhances physical intuition, encourages design creativity, and better aligns microwave education with emerging industrial practices in high-frequency and ultra-wideband system design.


GAN|对抗|攻击|生成相关(11篇)

【1】Personalized Worked Example Generation from Student Code Submissions using Pattern-based Knowledge Components
标题:使用基于模式的知识组件从学生代码提交中生成个性化工作示例
链接:https://arxiv.org/abs/2604.24758

作者:Griffin Pitts,Muntasir Hoq,Peter Brusilovsky,Narges Norouzi,Arto Hellas,Juho Leinonen,Bita Akram
备注:Accepted to the Thirteenth ACM Conference on Learning @ Scale (L@S 2026)
摘要:Adaptive programming practice often relies on fixed libraries of worked examples and practice problems, which require substantial authoring effort and may not correspond well to the logical errors and partial solutions students produce while writing code. As a result, students may receive learning content that does not directly address the concepts they are working to understand, while instructors must either invest additional effort in expanding content libraries or accept a coarse level of personalization. We present an approach for knowledge-component (KC) guided educational content generation using pattern-based KCs extracted from student code. Given a problem statement and student submissions, our pipeline extracts recurring structural KC patterns from students' code through AST-based analysis and uses them to condition a generative model. In this study, we apply this approach to worked example generation, and compare baseline and KC-conditioned outputs through expert evaluation. Results suggest that KC-conditioned generation improves topical focus and relevance to learners' underlying logical errors, providing evidence that KC-based steering of generative models can support personalized learning at scale.


【2】Advancing Ligand-based Virtual Screening and Molecular Generation with Pretrained Molecular Embedding Distance
标题:利用预先训练的分子嵌入距离推进基于配体的虚拟筛选和分子生成
链接:https://arxiv.org/abs/2604.24474

作者:Shiyun Wa,Yifei Wang,Simone Sciabola,Ye Wang
备注:26 pages, 12 figures, 9 tables
摘要 :Molecular similarity plays a central role in ligand-based drug discovery, such as virtual screening, analog searching, and goal-directed molecular generation. However, traditional similarity measures, ranging from fingerprint-based Tanimoto coefficients to 3D shape overlays, are often computationally expensive at scale or rely on hand-crafted molecular descriptors. Meanwhile, many deep learning approaches to similarity-aware design still depend on similarity-specific supervision or costly data curation, limiting their generality across targets. In this work, we propose pretrained embedding distance (PED) as an effective alternative, computed directly from pretrained molecular models without task-specific training. Experimental results show that PED exhibits distinct correlations with traditional similarity metrics, and performs effectively in both ranking molecules for virtual screening and guiding molecular generation via reward design. These findings suggest that pretrained molecular embeddings capture rich structural information and can serve as a promising and scalable similarity measurement for modern AI-aided drug discovery.


【3】SAGE: Sparse Adaptive Guidance for Dependency-Aware Tabular Data Generation
标题:SAGE:依赖性感知表格数据生成的稀疏自适应指南
链接:https://arxiv.org/abs/2604.24368

作者:Shuo Yang,Zheyu Zhang,Bardh Prenkaj,Gjergji Kasneci
备注:Accepted by ACL 2026
摘要:Generating high-fidelity synthetic tabular data remains a critical challenge for enhancing data availability in privacy-sensitive and low-resource domains. Recent approaches leverage LLMs by representing table rows as sequences, yet suffer from two fundamental limitations: (1) they model feature dependencies densely, introducing spurious correlations; and (2) they assume static relationships between features, ignoring how these dependencies vary with feature values. To overcome these limitations, we introduce SAGE (Sparse Adaptive Guidance), a novel LLM-based generation framework that enforces sparse and dynamic dependency guidance. SAGE discretizes features into value-aware pseudo-features and constructs a mutual information-based sparse dependency graph. This graph adaptively guides generation through explicit context selection or implicit logit correction, enabling LLMs to focus on truly relevant information during synthesis. Our extensive experiments across six datasets and multiple tasks reveal that SAGE not only improves data fidelity and downstream utility, boosting F1 scores by 10% compared to previous LLM-based methods, but also reduces policy violations by one point. These results highlight the importance of adaptive structure in tabular data generation and provide new insights into context-sensitive control of LLMs.


【4】Unveiling the Backdoor Mechanism Hidden Behind Catastrophic Overfitting in Fast Adversarial Training
标题:揭开快速对抗训练中灾难性过度训练背后隐藏的后门机制
链接:https://arxiv.org/abs/2604.24350

作者:Mengnan Zhao,Lihe Zhang,Tianhang Zheng,Bo Wang,Baocai Yin
摘要:Fast Adversarial Training (FAT) has attracted significant attention due to its efficiency in enhancing neural network robustness against adversarial attacks. However, FAT is prone to catastrophic overfitting (CO), wherein models overfit to the specific attack used during training and fail to generalize to others. While existing methods introduce diverse hypotheses and propose various strategies to mitigate CO, a systematic and intuitive explanation of CO remains absent. In this work, we innovatively interpret CO through the lens of backdoor. Through validations on pathway division, diverse feature predictions, and universal class distinguishable triggers in CO, we conceptualize CO as a weak trigger variant of unlearnable tasks, unifying CO, backdoor attacks, and unlearnable tasks under a common theoretical framework. Guided by this, we leverage several backdoor inspired strategies to mitigate CO: (i) Recalibrate CO affected model parameters using vanilla fine tuning, linear probing, or reinitialization-based techniques; (ii) Introduce a weight outlier suppression constraint to regulate abnormal deviations in model weights. Extensive experiments support our interpretation of CO and show the efficacy of the proposed mitigation strategies.


【5】Mitigating Error Amplification in Fast Adversarial Training
标题:缓解快速对抗训练中的错误放大
链接:https://arxiv.org/abs/2604.24332

作者:Mengnan Zhao,Lihe Zhang,Bo Wang,Tianhang Zheng,Hong Zhong,Geyong Min
摘要:Fast Adversarial Training (FAT) has proven effective in enhancing model robustness by encouraging networks to learn perturbation-invariant representations. However, FAT often suffers from catastrophic overfitting (CO), where the model overfits to the training attack and fails to generalize to unseen ones. Moreover, robustness oriented optimization typically leads to notable performance degradation on clean inputs, and such degradation becomes increasingly severe as the perturbation budget grows. In this work, we conduct a comprehensive analysis of how guidance strength affects model performance by modulating perturbation and supervision levels across distinct confidence groups. The findings reveal that low confidence samples are the primary contributors to CO and the robustness accuracy trade off. Building on this insight, we propose a Distribution-aware Dynamic Guidance (DDG) strategy that dynamically adjusts both the perturbation budget and supervision signal. Specifically, DDG scales the perturbation magnitude according to the sample confidence at the ground truth class, thereby guiding samples toward consistent decision boundaries while mitigating the influence of learning spurious correlations. Simultaneously, it dynamically adjusts the supervision signal based on the prediction state of each sample, preventing overemphasis on incorrect signals. To alleviate potential gradient instability arising from dynamic guidance, we further design a weighted regularization constraint. Extensive experiments on standard benchmarks demonstrate that DDG effectively alleviates both CO and the robustness accuracy trade off.


【6】Do Synthetic Trajectories Reflect Real Reward Hacking? A Systematic Study on Monitoring In-the-Wild Hacking in Code Generation
标题:合成轨迹是否反映了真实的奖励黑客行为?监控代码生成中的野外黑客行为的系统研究
链接:https://arxiv.org/abs/2604.23488

作者:Lichen Li,Hengguang Zhou,Yijun Liang,Tianyi Zhou,Cho-Jui Hsieh
摘要 :Reward hacking in code generation, where models exploit evaluation loopholes to obtain full reward without correctly solving the tasks, poses a critical challenge for Reinforcement Learning (RL) and the deployment of reasoning models. Existing studies have been conducted primarily on synthetic hacking trajectories. However, whether these synthetic behaviors faithfully represent naturally emerging hacking in the wild remains unclear. In this work, we present a systematic analysis of the synthetic vs. in-the-wild discrepancy in reward hacking. We examine to what extent hacking behaviors induced by prompting resemble those emerging during RL training, and whether monitors trained on synthetic trajectories generalize to naturally arising but previously unseen hacking. To scale up the curation of in-the-wild reward hacking trajectories, we modified Group Relative Policy Optimization (GRPO) by injecting conflicting unit tests as tracers and applying a "resampling-until-hack" mechanism. Through controlled comparisons between monitors trained on synthetic versus in-the-wild data, we find that (1) synthetic-data-trained monitors fail to generalize to "in-the-wild" hacking, and (2) monitors trained on our "in-the-wild" trajectories demonstrate stronger generalizability to unseen hacking types. Our results indicate that synthetic reward hacking data may not fully reflect natural reward hacking behaviors, and that relying solely on synthetic data can lead to misleading conclusions. The codebase is available at https://github.com/LichenLillc/CoTMonitoring.git


【7】UniAda: Universal Adaptive Multi-objective Adversarial Attack for End-to-End Autonomous Driving Systems
标题:UniAda:针对端到端自动驾驶系统的通用自适应多目标对抗攻击
链接:https://arxiv.org/abs/2604.23362

作者:Jingyu Zhang,Jacky Wai Keung,Yan Xiao,Yihan Liao,Yishu Li,Xiaoxue Ma
备注:Published at IEEE Transactions on Reliability journal (2023)
摘要:Adversarial attacks play a pivotal role in testing and improving the reliability of deep learning (DL) systems. Existing literature has demonstrated that subtle perturbations to the input can elicit erroneous outcomes, thereby substantially compromising the security of DL systems. This has emerged as a critical concern in the development of DL-based safety-critical systems like Autonomous Driving Systems (ADSs). The focus of existing adversarial attack methods on End-to-End (E2E) ADSs has predominantly centered on misbehaviors of steering angle, which overlooks speed-related controls or imperceptible perturbations. To address these challenges, we introduce UniAda, a multi-objective white-box attack technique with a core function that revolves around crafting an image-agnostic adversarial perturbation capable of simultaneously influencing both steering and speed controls. UniAda capitalizes on an intricately designed multi-objective optimization function with the Adaptive Weighting Scheme (AWS), enabling the concurrent optimization of diverse objectives. Validated with both simulated and real-world driving data, UniAda outperforms five benchmarks across two metrics, inducing steering and speed deviations from 3.54 degrees to 29 degrees and 11 km per hour to 22 km per hour on average. This systematic approach establishes UniAda as a proven technique for adversarial attacks on modern DL-based E2E ADSs.


【8】CombiMOTS: Combinatorial Multi-Objective Tree Search for Dual-Target Molecule Generation
标题:CombiMOTS:用于双目标分子生成的组合多目标树搜索
链接:https://arxiv.org/abs/2604.23307

作者:Thibaud Southiratn,Bonil Koo,Yijingxiu Lu,Sun Kim
备注:Accepted as a poster at ICML 2025 (Main Track)
摘要:Dual-target molecule generation, which focuses on discovering compounds capable of interacting with two target proteins, has garnered significant attention due to its potential for improving therapeutic efficiency, safety and resistance mitigation. Existing approaches face two critical challenges. First, by simplifying the complex dual-target optimization problem to scalarized combinations of individual objectives, they fail to capture important trade-offs between target engagement and molecular properties. Second, they typically do not integrate synthetic planning into the generative process. This highlights a need for more appropriate objective function design and synthesis-aware methodologies tailored to the dual-target molecule generation task. In this work, we propose CombiMOTS, a Pareto Monte Carlo Tree Search (PMCTS) framework that generates dual-target molecules. CombiMOTS is designed to explore a synthesizable fragment space while employing vectorized optimization constraints to encapsulate target affinity and physicochemical properties. Extensive experiments on real-world databases demonstrate that CombiMOTS produces novel dual-target molecules with high docking scores, enhanced diversity, and balanced pharmacological characteristics, showcasing its potential as a powerful tool for dual-target drug discovery. The code and data is accessible through https://github.com/Tibogoss/CombiMOTS.


【9】FastAT Benchmark: A Comprehensive Framework for Fair Evaluation of Fast Adversarial Training Methods
标题:FastAT Benchmark:一个公平评估快速对抗训练方法的综合框架
链接:https://arxiv.org/abs/2604.22853

作者:Chao Pan,Xin Yao
备注:9 pages, 2 figures, 3 tables. Code: https://github.com/fzjcdt/FastAT_Benchmark Project page: https://fzjcdt.github.io/FastAT_Benchmark/benchmark.html
摘要:Fast Adversarial Training (FastAT) seeks to achieve adversarial robustness at a fraction of the computational cost incurred by standard multi-step methods such as PGD-AT. Although numerous FastAT techniques have been proposed in recent years, fair comparison among them remains elusive. Existing benchmarks and public leaderboards typically permit diverse model architectures, varying training configurations, and external data sources, making it unclear whether reported improvements reflect genuine algorithmic advances or merely more favorable experimental conditions. To address this problem, we introduce the FastAT Benchmark, a controlled evaluation framework built on three core design principles: unified architecture requirements, standardized training settings, and strict prohibition of external or synthetic data. The benchmark implements over twenty representative FastAT methods within a single codebase, enabling direct and reproducible comparison. Each method is assessed through a dual-metric evaluation framework that measures both adversarial robustness (accuracy under PGD, AutoAttack, and CR Attack) and computational cost (GPU training time and peak memory footprint). Comprehensive experiments on CIFAR-10, CIFAR-100, and Tiny-ImageNet provide reliable baseline measurements and reveal that well-designed single-step methods can match or surpass PGD-AT robustness at substantially lower cost, while no single method dominates across all evaluation dimensions. The complete benchmark, including source code, configuration files, and experimental results, is publicly available to support transparent and fair evaluation of future FastAT research.


【10】Learning Without Adversarial Training: A Physics-Informed Neural Network for Secure Power System State Estimation under False Data Injection Attacks
标题:无对抗训练的学习:用于虚假数据注入攻击下安全电力系统状态估计的物理信息神经网络
链接:https://arxiv.org/abs/2604.22784

作者:Solon Falas,Markos Asprou,Charalambos Konstantinou,Maria K. Michael
摘要 :State estimation is a cornerstone of power system control-center operations, and its robust operation is increasingly a cyber-physical security concern as modern grids become more digitalized and communication-intensive. Neural network-based approaches have gained attention as alternatives to conventional model-based state estimation methods. Physics-Informed Neural Networks (PINNs), which embed power-flow consistency into the learning objective, have shown improved accuracy over existing approaches. This work proposes a PINN-based model for Power System State Estimation (PSSE) that protects the estimation process against the stealth-constrained AC False Data Injection Attacks (FDIAs) considered in this study. The model is developed without adversarial training. Instead, a dynamic loss-weighting formulation based on homoscedastic uncertainty learns the relative scaling of supervised data-fit and physics-residual terms during training, reducing sensitivity to manual weight tuning. Robustness is evaluated on the IEEE 118-bus system using representative stealthy-FDIA families including state distortion, load redistribution, line overloading, and residual-constrained stealth corruption. Performance is measured using Mean Absolute Error (MAE) on voltage magnitudes and phase angles. Results demonstrate higher accuracy and stability than existing fixed-weight PINN variants.


【11】Context-Integrated Adversarial Learning for Predictive Modelling of Stock Price Dynamics
标题:用于股价动态预测建模的上下文集成对抗学习
链接:https://arxiv.org/abs/2604.22801

作者:Alexis Lazanas,Spyros Christodoulou,Spyridon Karpouzis
备注:9 pages, 5 figures
摘要:It is a challenging task to forecast equity prices in fast moving financial markets as this becomes even more difficult when the predictive signal is based on non-homogeneous information channels. The classical statistical methods, especially the Autoregressive Integrated Moving Average (ARIMA) models, limit their analytical ability with the linear assumptions that prevent the modeling of complex temporal dynamics. In contrast, complex neural networks, including Long Short-Term Memory (LSTM) networks, are also skilled at capturing sequential interaction effects; they however tend to collapse in the face of abrupt shifts in volatility and changing distributions. In this paper we introduce a context-sensitive adversarial learning model to predict equity prices in this work, which is synthesized distribution-based generative modelling with sentiment-based auxiliary information obtained through Natural Language Processing (NLP). The architecture uses adversarial training to model future price movements and incorporates contextual sentiment features derived using financial textual data. Through a collective utilization of quantitative market indicators along with the additional contextual cues, the framework hopes to enhance the reliability of forecasts during the periods of increased volatility and regime change. Empirical evaluation of a sample of U.S. equities testifies that the presented approach outperforms the traditional ARIMA and LSTM baselines in a range of measures of error. These findings imply that context-sensitive adversarial paradigm is an effective instrument of enhancing stock price prediction effectiveness in complex financial environments characterized by uncertainty and structural changes.


半/弱/无/有监督|不确定性|主动学习(11篇)

【1】Cortex-Inspired Continual Learning: Unsupervised Instantiation and Recovery of Functional Task Networks
标题:受Cortex启发的连续学习:功能任务网络的无监督实例化和恢复
链接:https://arxiv.org/abs/2604.24637

作者:Kevin McKee,Thomas Hazy,Yicong Zheng,Zacharie Bugaud,Thomas Miconi
备注:16 pages, 15 figures
摘要:Block-sequential continual learning demands that a single model both protect prior solutions from catastrophic forgetting and efficiently infer at inference time which prior solution matches the current input without task labels. We present Functional Task Networks (FTN), a parameter-isolation method inspired by structural and dynamical motifs found in the mammalian neocortex. Similar to mixture-of-experts, this method uses a high dimensional, self-organizing binary mask over a large population of small but deep networks, inspired by dendritic models of pyramidal neurons. The mask is produced by a three-stage procedure: (1) gradient descent on a continuous mask identifies task-relevant neurons, (2) a smoothing kernel biases the result toward spatial contiguity, (3) and k-winner-take-all binarizes the resulting group at a fixed capacity budget. Like mixture-of-experts, each neuron is an independent deep network, so disjoint masks give exactly disjoint gradient updates, providing structural guarantees against catastrophic forgetting. This three-stage procedure recovers the sub-network of a previously-trained task in a single gradient step, providing unsupervised task segmentation at inference time. We test it on three continual-learning benchmarks: (1) a synthetic multi-task classification/regression generator, (2) MNIST with shuffled class labels (pure concept shift), and (3) Permuted MNIST (domain shift). On all three, FTN with fine grained smoothing (FTN-Slow) results in nearly zero forgetting. FTN with a large kernel and only 2 iterations of smoothing (FTN-Fast) trades off some retention for increased speed. We show that the spatial organization mechanism reduces the effective mask search from the combinatorial top-k subset problem in O(C(H,K)) to the complexity of a near-linear scan in O(H) over compact cortical neighborhoods, which is parallelized by the gradient-based update.


【2】Uncovering Latent Patterns in Social Media Usage and Mental Health: A Clustering-Based Approach Using Unsupervised Machine Learning
标题:发现社交媒体使用和心理健康中的潜在模式:使用无监督机器学习的基于预测的方法
链接:https://arxiv.org/abs/2604.24611

作者:Md All Shahria,Sanjeda Dewan Mithila,Touhid Alam,Mohammad Sakib Mahmood,Mahfuza Khatun
备注:13 pages, 5 figures, International Conference on Advancement in Healthcare Technology and Biomedical Engineering, Vancouver, BC, Canada
摘要 :The widespread adoption of social media has heightened interest in its psychological effects, particularly on mental health indicators such as anxiety, depression, loneliness, and sleep quality, as these platforms increasingly influence social interactions and well-being. Although previous research has examined correlations between social media use and mental health, few studies have utilized unsupervised machine learning to segment users based on behavioral and psychological patterns, leaving a gap in identifying distinct risk profiles across diverse groups. This study seeks to address this by segmenting individuals according to their social media usage and psychological well-being, employing clustering to reveal hidden patterns and evaluate their mental health implications. Data from 551 participants, collected via an online survey, were preprocessed using KNN imputation for missing values, one-hot encoding for categorical variables like Gender with 5 unique values, and outlier detection via IQR and Z-score methods. K-Means clustering, optimized at 6 clusters using the Elbow Method and a Silhouette Score of 0.32, was applied, with PCA reducing 22 dimensions for visualization and a correlation heatmap highlighting relationships, such as a 0.28 correlation between social media hours and anxiety.


【3】Complexity of Linear Regions in Self-supervised Deep ReLU Networks
标题:自监督深度ReLU网络中线性区域的复杂性
链接:https://arxiv.org/abs/2604.24393

作者:Mufhumudzi Muthivhi,Terence L. van Zyl
备注:Accepted for publication in 2026 IEEE/CVF Conference on Computer Vision and Pattern Recognition - Findings Track (CVPRF)
摘要:There has been growing interest in studying the complexity of Rectified Linear Unit (ReLU) based activation networks. Recent work investigates the evolution of the number of piecewise-linear partitions (linear regions) that are formed during training. However, current research is limited to examining the complexity of models trained in a supervised way. Self-Supervised Learning (SSL) differs in that it directly optimises the representation space using a loss function to enhance the model's performance across multiple downstream tasks. This study investigates the local distribution of linear regions produced by SSL models. We demonstrate that the evolution of linear regions correlates with the representation quality by utilising SplineCam to extract two-dimensional polytopes near the data distribution. We track the number, area, eccentricity, and boundaries of regions throughout training. The study compares supervised, contrastive, and self-distillation methods over two standard benchmark datasets, MNIST and FashionMNIST. The analysis of the experimental results shows that self-supervised methods create substantially fewer regions to achieve comparable accuracy to supervised models. Contrastive methods rapidly expand regions over time, whereas self-distillation methods tend to consolidate by merging neighbouring regions. Lastly, we can detect representation collapse early within the geometric space of linear regions. Our analysis suggests that polytopal metrics can serve as reliable indicators of representation quality and model performance.


【4】Self-Abstraction Learning for Effective and Stable Training of Deep Neural Networks
标题:自我抽象学习可有效稳定地训练深度神经网络
链接:https://arxiv.org/abs/2604.24313

作者:Wonyong Cho,Taemin Kim,Jungmin Kim,Jeong-Rae Kim,Sung Hoon Jung
备注:Submitted to IEEE Access. Under review
摘要:Training large-scale deep neural networks effectively and stably is essential for applying deep learning across various fields. However, conventional methods, which rely on training a single large network, often encounter challenges such as gradient vanishing, overfitting and unstable learning. To overcome these limitations, we introduce Self-Abstraction Learning (SAL), a hierarchical framework. In SAL, networks are arranged by structural complexity, where the simplest topmost network is trained first and its hidden and output layers serve as guidance for the successively more complex networks below. This top-down sequential guidance effectively mitigates optimization issues, enabling stable training of deep architectures. Various experiments across MLP, CNN, and RNN architectures demonstrate that SAL consistently outperforms conventional methods, ensuring robust generalization even in data-scarce and complex network regimes.


【5】CAPSULE: Control-Theoretic Action Perturbations for Safe Uncertainty-Aware Reinforcement Learning
标题:CAPSULE:用于安全不确定性意识强化学习的控制理论动作扰动
链接:https://arxiv.org/abs/2604.23576

作者:Rahul Narava,Siddharth Verma,Ojas Jain,Shashi Shekhar Jha,Mayank Shekhar Jha
摘要:Ensuring safe exploration in high-dimensional systems with unknown dynamics remains a significant challenge. Existing safe reinforcement learning methods often provide safety guarantees only in expectation, which can still lead to safety violations. Control-theoretic approaches, in contrast, offer hard constraint-based safety guarantees but typically assume access to known system dynamics or require accurate estimation of control-affine models. In this paper, we propose a safe reinforcement learning framework that learns a probabilistic control-affine dynamics model in an offline setting. The learned model is leveraged to explicitly construct control barrier functions (CBFs) that incorporate model uncertainty to provide conservative safety constraints. These CBF constraints are enforced through an online constraint-based action correction mechanism, enabling safe exploration without overly restricting task performance. Empirical evaluations on nonlinear, complex continuous-control benchmarks demonstrate that our approach achieves returns comparable to those of existing baselines while significantly reducing safety violations.


【6】An Analysis of Active Learning Algorithms using Real-World Crowd-sourced Text Annotations
标题:使用现实世界众包文本注释的主动学习算法分析
链接:https://arxiv.org/abs/2604.23290

作者:Varun Totakura,Ankita Singh,Yushun Dong,Shayok Chakraborty
备注:The proposed dataset can be accessed at https://github.com/varuntotakura/al_rcta/. To appear in Proceedings of the IEEE International Joint Conference on Neural Networks (IJCNN 2026)
摘要 :Active learning algorithms automatically identify the most informative samples from large amounts of unlabeled data and tremendously reduce human annotation effort in inducing a machine learning model. In a conventional active learning setup, the labeling oracles are assumed to be infallible, that is, they always provide correct answers (in terms of class labels) to the queried unlabeled instances, which cannot be guaranteed in real-world applications. To this end, a body of research has focused on the development of active learning algorithms in the presence of imperfect / noisy oracles. Existing research on active learning with noisy oracles typically simulate the oracles using machine learning models; however, real-world situations are much more challenging, and using ML models to simulate the annotation patterns may not appropriately capture the nuances of real-world annotation challenges. In this research, we first collect annotations of text samples (from 3 benchmark text classification datasets) from crowd-sourced workers through a crowd-sourcing platform. We then conduct extensive empirical studies of 8 commonly used active learning techniques (in conjunction with deep neural networks) using the obtained annotations. Our analyses sheds light on the performance of these techniques under real-world challenges, where annotators can provide incorrect labels, and can also refuse to provide labels. We hope this research will provide valuable insights that will be useful for the deployment of deep active learning systems in real-world applications. The obtained annotations can be accessed at https://github.com/varuntotakura/al_rcta/.


【7】Self-Supervised Learning for Android Malware Detection on a Time-Stamped Dataset
标题:在有时间戳的数据集中进行Android恶意软件检测的自我监督学习
链接:https://arxiv.org/abs/2604.23025

作者:Annan Fu,Hao Pei,Maryam Tanha
摘要:Android malware detectors built with machine learning often suffer from temporal bias: models are trained and evaluated without respecting apps' actual release times, inflating accuracy and weakening real-world robustness. We address this by constructing a time-stamped dataset of benign and malicious Android apps and introducing a timestamp-verification procedure to ensure temporal accuracy. We then propose a detection framework that uses Bootstrap Your Own Latent (BYOL) for self-supervised pre-training to learn obfuscation-resilient representations, followed by supervised classification. Under time-aware evaluation, the method attains 98% accuracy and 89% F1. We further characterize malware behavior by analyzing true positives and false negatives using VirusTotal and the MITRE ATT&CK framework. To support reproducibility and further innovation, we release our dataset and source code.


【8】Shape: A Self-Supervised 3D Geometry Foundation Model for Industrial CAD Analysis
标题:Shape:用于工业CAD分析的自我监督3D几何基础模型
链接:https://arxiv.org/abs/2604.22826

作者:Bayangmbe Mounmo,Sam Chien,Mile Mitrovic
备注:19 pages, 2 figures
摘要:Industrial CAD workflows require robust, generalizable 3D geometric representations supporting accuracy and explainability. We introduce Shape, a self-supervised foundation model converting surface meshes into dense per-token embeddings. Shape combines a structured 3D latent grid, a multi-scale geometry-aware tokenizer (MAGNO) with cross-attention, and a transformer processor using grouped-query attention and RMSNorm. A learned reconstruction prior enables per-region attribution for explainable predictions. Pretraining uses masked-token reconstruction of normalized geometry statistics and multi-resolution contrastive consistency. The 10.9M-parameter backbone is pretrained on 61,052 CAD meshes from Thingi10K, MFCAD, and Fusion360. On a held-out split of 2,983 meshes, Shape achieves reconstruction R2 = 0.729 and 98.1% top-1 retrieval under the Wang-Isola protocol, with near-zero reconstruction train/val gap (contrastive scores use a larger evaluation pool). A 2x2 ablation on loss type and target-space normalization shows per-dimension normalization is critical: without it, performance collapses (R2 < 0.14, top-1 < 88%); with it, both losses succeed (R2 > 0.70, top-1 > 96%). Smooth-L1 offers secondary stability. Code, embeddings, and an interactive demo are released at https://github.com/simd-ai/shape.


【9】Accelerating Quantum Materials Characterization: Hybrid Active Learning for Autonomous Spin Wave Spectroscopy
标题:加速量子材料特性:自主旋转波光谱的混合主动学习
链接:https://arxiv.org/abs/2604.23821

作者:William Ratcliff
备注:47 pages, 13 figures, 5 tables
摘要:Autonomous neutron spectroscopy must solve three distinct tasks: detection (where is the signal?), inference (which Hamiltonian governs it?), and refinement (what are the parameters?). No single controller solves all three equally well. We present TAS-AI, a hybrid agnostic-to-physics-informed framework for autonomous triple-axis spin-wave spectroscopy that separates these tasks explicitly. In blind reconstruction benchmarks, model-agnostic methods such as random sampling, coarse grids, and Gaussian-process mappers reach a global error threshold more reliably and with fewer measurements than physics-informed planning, supporting the claim that discovery and inference are distinct tasks requiring distinct controllers. Once signal structure is localized, the physics-informed stage performs in-loop Hamiltonian discrimination and parameter refinement: in a controlled square-lattice test between nearest-neighbor-only and J1-J2 Hamiltonians, TAS-AI reaches a decisive AIC-derived evidence ratio (>100) in fewer than 10 measurements, while motion-aware scheduling cuts wall-clock time by 32% at a fixed measurement budget. We also identify a failure mode of posterior-weighted design, algorithmic myopia, in which the planner over-refines the current leading model while under-sampling low-intensity falsification probes. A constrained falsification channel sharply reduces time spent committed to the wrong model and accelerates correct model selection without modifying the Bayesian inference engine. In controlled two-model ablations, both a deterministic top-two max-disagreement rule and an LLM-based audit committee achieve this gain under identical constraints. We demonstrate the full workflow in silico using a high-fidelity digital twin and provide an open-source Python implementation.


【10】High-dimensional Semi-supervised Classification via the Fermat Distance
标题:通过费马距离进行多维半监督分类
链接:https://arxiv.org/abs/2604.23573

作者:Ruoxu Tan,Yiming Zang
摘要:Semi-supervised classification, where unlabeled data are massive but labeled data are limited, often arises in machine learning applications. We address this challenge under high-dimensional data by leveraging the manifold and cluster assumptions. Based on the Fermat distance, a density-sensitive metric that naturally encodes the cluster assumption, we propose the weighted $k$-nearest neighbors (NN) classifier and multidimensional scaling (MDS)-induced classifiers. The use of MDS with a large target dimension allows the effective application of linear classifiers to complex manifold data. Theoretically, we derive a sharp lower bound for the expected excess risk within clusters and prove that the weighted $k$-NN classifier utilizing the true Fermat distance is minimax optimal. Furthermore, we explicitly quantify the utility of unlabeled data by showing that the error arising from estimating the Fermat distance decays exponentially with the pooled sample size. Such a rate is much faster than the related rates in the literature. Extensive experiments on synthetic and real datasets demonstrate competitive or superior performance of our approaches compared to state-of-the-art graph-based semi-supervised classifiers.


【11】A General Framework for Generative Self-supervised Learning in Non-invasive Estimation of Physiological Parameters Using Photoplethysmography
标题:使用光电体积脉搏成像法无创估计生理参数中生成性自我监督学习的通用框架
链接:https://arxiv.org/abs/2604.22780

作者:Zexing Zhang,Huimin Lu,Songzhe Ma,Jianzhong Peng,Chenglin Lin,Niya Li,Bingwang Dong
摘要:Aligning physiological parameter labels with large-scale photoplethysmographic (PPG) data for deep learning is challenging and resource-intensive. While self-supervised representation learning (SSRL) can handle limited annotated data, the challenge lies in learning robust shared representations from vast unlabeled data and integrating contextual cues to learn distinctive representations. To alleviate these challenges, a generative SSRL framework TS2TC is proposed to utilize the temporal, spectrogram, and temporal-spectrogram mixed domains to explore and incorporate the unique features of PPG for universal and noninvasive physiological parameter estimation. A pretext task named Cross-Temporal Fusion Generative Anchor (CTFGA) is designed, modeling temporal dependencies and reconstructing independent segments at a coarse level to provide robust global feature extraction and local contextual representation. The framework includes sub-signals from PPG with diverse frequency scales and order derivatives reflecting hemodynamics to facilitate learning shared representations at varying semantic levels. Secondly, a cognitive-inspired dual-process transfer (DPT) strategy is formulated, consisting of prior-dependent autonomous processes and posterior observation reasoning processes, to leverage the independent and integrated advantages of shared and specific representations. TS2TC introduces a bilinear temporal-spectrogram fusion method in the mixed domain, aligning latent representations from different domains and establishing fine-grained contextual interactions across multiple sources of information. Extensive experiments on physiological parameter estimation tasks showed that the joint performance of CTFGA and DPT outperforms standard generative learning significantly. TS2TC achieved an average 2.49\% improvement in RMSE over state-of-the-art estimation methods with only 10\% training data.


迁移|Zero/Few/One-Shot|自适应(11篇)

【1】Fed-DLoRA: Efficient Wireless Federated Learning with Dynamic Low-Rank Adaptation
标题:Fed-DLoRA:具有动态低等级自适应的高效无线联邦学习
链接:https://arxiv.org/abs/2604.24103

作者:Huaicheng Li,Junhui Zhao,Haoyu Quan,Xiaoming Wang
备注:11 pages, 7 figures. Accepted for publication in IEEE Transactions on Vehicular Technology
摘要:Federated learning (FL) offers a promising distributed learning paradigm for internet of vehicles (IoV) applications. However, it faces challenges from communication overhead and dynamic environments. Model compression techniques reduce computing and communication burden yet create trade-offs between compression ratios and vehicle participation strategies. In this paper, we propose a lightweight FL algorithm named federated learning with dynamic low-rank adaptation (Fed-DLoRA), which is combined with low-rank adaptation (LoRA) to effectively reduce parameters and communication costs while enhancing training efficiency. The convergence analysis of Fed-DLoRA is conducted through stochastic gradient descent optimization coupled with singular value decomposition. This analysis establishes the theoretical relationships among LoRA rank, vehicular scheduling strategies and the model's convergence characteristics. Building on these insights, we formulate a joint optimization problem aimed at maximizing system performance. To address this problem, we propose an adaptive rank, bandwidth and vehicle selection (ARBVS) algorithm that integrates enumeration with greedy optimization strategies. The algorithm provides efficient rank selection and resource scheduling strategies for each FL communication round, thereby achieving effective performance improvements for the FL system. Experimental results demonstrate that Fed-DLoRA achieves superior performance compared to conventional federated learning approaches, exhibiting enhanced accuracy, faster convergence, and improved communication efficiency.


【2】Adaptive-Distribution Randomized Neural Networks for PDEs: A Low-Dimensional Distribution-Learning Framework
标题:用于PDEs的自适应分布随机神经网络:一种低维分布学习框架
链接:https://arxiv.org/abs/2604.23999

作者:You Yang,Fei Wang
摘要:Randomized neural networks (RaNNs) are attractive for partial differential equations (PDEs) because they replace expensive end-to-end training with a linear least-squares solve over randomized hidden features. Their practical performance, however, depends strongly on the sampling distribution of the hidden-layer parameters, which is usually chosen heuristically and problem by problem. This distribution sensitivity is a central bottleneck in randomized neural PDE solvers. In this work, we propose Adaptive-Distribution Randomized Neural Networks (AD-RaNN), a framework that promotes randomized feature generation from a fixed heuristic choice to a low-dimensional adaptive optimization problem. Instead of training all hidden weights and biases, AD-RaNN parameterizes the hidden-feature sampling distribution by a low-dimensional vector p and optimizes only p, thereby preserving the least-squares structure of RaNNs while reducing manual distribution tuning. The method uses a two-stage strategy: ridge-regularized reduced training for stable distribution-parameter optimization, followed by an unregularized least-squares refit for final solution recovery. We develop two adaptive mechanisms, PDE-Driven Adaptive Distribution (PDAD) and Data-Driven Adaptive Distribution (DDAD), and deploy them in space-time solvers, discrete-time solvers, and operator-learning models. We also incorporate an adaptive layer-growth enhancement for localized structures. For the reduced optimization problem, we establish well-posedness of the reduced objectives, consistency of ridge-regularized minimizers, an efficient gradient formula, and a practical lower-bound estimate for the ridge parameter. Numerical experiments on benchmark problems show that AD-RaNN provides an effective distribution-level adaptation mechanism, reduces reliance on hand-crafted hidden-feature distributions, and achieves strong empirical accuracy.


【3】Geometry Preserving Loss Functions Promote Improved Adaptation of Blackbox Generative Model
标题:几何保留损失函数促进黑匣子生成模型的改进适应性
链接:https://arxiv.org/abs/2604.23888

作者:Sinjini Mitra,Constantine Kyriakakis,Shenyuan Liang,Anuj Srivastava,Pavan Turaga
摘要 :Adaptation of blackbox generative models has been widely studied recently through the exploration of several methods including generator fine-tuning, latent space searches, leveraging singular value decomposition, and so on. However, adapting large-scale generative AI tools to specific use cases continues to be challenging, as many of these industry-grade models are not made widely available. The traditional approach of fine-tuning certain layers of a generative network is not feasible due to the expense of storing and fine-tuning generative models, as well as the restricted access to weights and gradients. Recognizing these challenges, we propose a novel end-to-end pipeline aimed at domain adaptation by leveraging geometry-preserving loss functions in conjunction to pre-trained generative adversarial networks (GANs). Our method rethinks the problem of adaptation by re-contextualizing the role of GAN inversion in obtaining accurate latent space representations. Extending the ability of existing state-of-the-art inverters, we preserve pair-wise distances between tangent spaces to successfully train a latent generative model to produce samples from the target distribution. We evaluate our proposed pipeline on StyleGANs with real distribution shifts and demonstrate that the introduction of the geometry preserving loss function lends to improved adaptation of generative models compared to other traditional loss functions.


【4】A General Representation-Based Approach to Multi-Source Domain Adaptation
标题:基于通用表示的多源域自适应方法
链接:https://arxiv.org/abs/2604.23790

作者:Ignavier Ng,Yan Li,Zijian Li,Yujia Zheng,Guangyi Chen,Kun Zhang
备注:ICML 2025
摘要:A central problem in unsupervised domain adaptation is determining what to transfer from labeled source domains to an unlabeled target domain. To handle high-dimensional observations (e.g., images), a line of approaches use deep learning to learn latent representations of the observations, which facilitate knowledge transfer in the latent space. However, existing approaches often rely on restrictive assumptions to establish identifiability of the joint distribution in the target domain, such as independent latent variables or invariant label distributions, limiting their real-world applicability. In this work, we propose a general domain adaptation framework that learns compact latent representations to capture distribution shifts relative to the prediction task and address the fundamental question of what representations should be learned and transferred. Notably, we first demonstrate that learning representations based on all the predictive information, i.e., the label's Markov blanket in terms of the learned representations, is often underspecified in general settings. Instead, we show that, interestingly, general domain adaptation can be achieved by partitioning the representations of Markov blanket into those of the label's parents, children, and spouses. Moreover, its identifiability guarantee can be established. Building on these theoretical insights, we develop a practical, nonparametric approach for domain adaptation in a general setting, which can handle different types of distribution shifts.


【5】Enhanced Privacy and Communication Efficiency in Non-IID Federated Learning with Adaptive Quantization and Differential Privacy
标题:利用自适应量化和差异隐私增强非IID联邦学习中的隐私和通信效率
链接:https://arxiv.org/abs/2604.23426

作者:Emre Ardıç,Yakup Genç
备注:Published in IEEE Access, Vol. 13, 2025. DOI: 10.1109/ACCESS.2025.3554138 Github: https://github.com/eardic/FL_DPQS
摘要:Federated learning (FL) is a distributed machine learning method where multiple devices collaboratively train a model under the management of a central server without sharing underlying data. One of the key challenges of FL is the communication bottleneck caused by variations in connection speed and bandwidth across devices. Therefore, it is essential to reduce the size of transmitted data during training. Additionally, there is a potential risk of exposing sensitive information through the model or gradient analysis during training. To address both privacy and communication efficiency, we combine differential privacy (DP) and adaptive quantization methods. We use Laplacian-based DP to preserve privacy, which is relatively underexplored in FL and offers tighter privacy guarantees than Gaussian-based DP. We propose a simple and efficient global bit-length scheduler using round-based cosine annealing, along with a client-based scheduler that dynamically adapts based on client contribution estimated through dataset entropy analysis. We evaluate our approach through extensive experiments on CIFAR10, MNIST, and medical imaging datasets, using non-IID data distributions across varying client counts, bit-length schedulers, and privacy budgets. The results show that our adaptive quantization methods reduce total communicated data by up to 52.64% for MNIST, 45.06% for CIFAR10, and 31% to 37% for medical imaging datasets compared to 32-bit float training while maintaining competitive model accuracy and ensuring robust privacy through differential privacy.


【6】Domain-Adapted Fine-Tuning of ECG Foundation Models for Multi-Label Structural Heart Disease Screening
标题:用于多标签结构性心脏病筛查的心电图基础模型的自适应微调
链接:https://arxiv.org/abs/2604.23385

作者:Duc N. Do,Minh N. Do,Dang Nguyen,Khanh T. Q. Le,Khoa D. Pham,Hung N. Huynh,Phi Pham-Van-Hoang,Quan K. Huynh,Ramez M. Odat,Perisa Ashar,Ethan Philip Lowder,Minh H. N. Le,Hoang Le,Phat V. H. Nguyen,Quan Le,Jacques Kpodonu,Phat K. Huynh
备注:Accepted to Canadian AI 2026
摘要:Transthoracic echocardiography is the reference standard for confirming structural heart disease (SHD), but first-line screening is limited by cost, workflow burden, and specialist availability. We evaluated whether open pretrained electrocardiogram (ECG) foundation models can support echo-confirmed multi-label SHD detection using the public EchoNext Mini-Model benchmark. Six echocardiography-derived abnormalities were targeted: reduced left ventricular ejection fraction, increased left ventricular wall thickness, aortic stenosis, mitral regurgitation, tricuspid regurgitation, and right ventricular systolic dysfunction. Under a common pipeline, we compared engineered ECG features with gradient boosting, end-to-end waveform learning from scratch, and transfer from open ECG foundation models. We then applied in-domain self-supervised adaptation of an ECG foundation model (ECG-FM) on EchoNext waveforms followed by selective supervised fine-tuning, and evaluated trade-offs between discrimination and adaptation cost. Adapted ECG-FM models achieved the best overall performance: peak macro-AUROC 0.8509 and macro-AUPRC 0.4297, while a parameter-efficient operating point preserved AUROC (0.8501) and attained the highest fixed-threshold macro-F1 0.3691. Late fusion with covariates did not improve threshold-independent discrimination, and evaluated LoRA, alternative backbones, and mixture-of-foundations strategies did not surpass the best adapted single-backbone models. These results indicate that for ECG-based case finding and echocardiography triage, combining target-domain self-supervised adaptation with selective supervised updating of a pretrained ECG backbone is the most effective transfer strategy.


【7】Channel Adaptation for EEG Foundation Models: A Systematic Benchmark Across Architectures, Tasks, and Training Regimes
标题:脑电基础模型的通道适应:跨架构、任务和训练方案的系统基准
链接:https://arxiv.org/abs/2604.23091

作者:Kuntal Kokate,Bruno Aristimunha,Dung Truong,Arnaud Delorme
摘要:Scaling EEG foundation models requires pooling data across heterogeneous electrode montages, a prerequisite both for larger pretraining corpora and for downstream deployment. We present the first systematic comparison of four channel adaptation methods (Conv1d projection, spherical spline interpolation (SSI), source-space decomposition, and Riemannian re-centering) across five pretrained EEG foundation models (5M--157M parameters), five downstream tasks, and two training regimes with 10--15 random seeds each. We find that rigid-montage models (BENDR, Neuro-GPT) require external adaptation, while flexible models (EEGPT, CBraMod) match or exceed it natively when fine-tuned but benefit from external methods under frozen-encoder deployment. A probe-SFT asymmetry exists: external adaptation can cause severe negative transfer during fine-tuning of flexible models. The optimal method is architecture-dependent (Conv1d for BENDR, SSI/Riemannian for Neuro-GPT, source-space decomposition for depression detection), and 5M-parameter CBraMod outperforms models up to 31$\times$ larger on 4/5 datasets, consistent with independent findings that compact EEG-specific architectures can match larger models.


【8】Accelerating New Product Introduction for Visual Quality Inspection via Few-Shot Diffusion-Based Defect Synthesis
标题:通过基于少次扩散的缺陷合成加速新产品引入以进行视觉质量检测
链接:https://arxiv.org/abs/2604.22850

作者:Serkan Hamdi Güğül,Kemal Levi,Burak Acar
备注:10 pages, 6 figures. White paper from Relimetrics, Inc
摘要:Industrial visual inspection systems often suffer from a severe scarcity of labeled defect data, particularly during the early stages of New Product Introduction (NPI). This limitation hinders the deployment of robust supervised detectors precisely when automated quality control is most needed. We present an end-to-end generative framework for high-fidelity, few-shot defect synthesis that enables both in-domain augmentation and cross-domain transfer. Our approach disentangles defect morphology from background appearance by combining masked textual inversion for defect representation learning, noise-blended conditioned generation for surface-aware synthesis, and gradient-aware post-processing for seamless visual integration. We evaluate the framework in two practically relevant settings: few-shot data augmentation, where synthetic samples enrich a small set of real defects, and zero-shot adaptation, where defects learned from a source domain are transferred to a novel target surface without any real target-domain defect examples. Using RF-DETR as the downstream detector, we show that the proposed pipeline substantially narrows the domain gap on a private industrial dataset. In the few-shot setting, synthetic augmentation improves mAP from 78.8% to 83.3%. In the zero-shot setting, synthetic domain adaptation improves mAP from 65.0% to 85.1%. These results demonstrate that high-fidelity defect synthesis can meaningfully accelerate NPI by enabling effective inspection models before sufficient real defect data has been collected.


【9】Stochastic KV Routing: Enabling Adaptive Depth-Wise Cache Sharing
标题:随机KV路由:启用自适应深度缓存共享
链接:https://arxiv.org/abs/2604.22782

作者:Anastasiia Filippova,David Grangier,Marco Cuturi,João Monteiro
摘要:Serving transformer language models with high throughput requires caching Key-Values (KVs) to avoid redundant computation during autoregressive generation. The memory footprint of KV caching is significant and heavily impacts serving costs. This work proposes to lessen these memory requirements. While recent work has largely addressed KV cache reduction via compression and eviction along the temporal axis, we argue that the \emph{depth} dimension offers an orthogonal and robust avenue for optimization. Although prior research suggests that a full cache for every layer is redundant, implementing cross-layer cache sharing remains a practical challenge; existing methods typically suffer from reduced throughput or increased time-to-first-token. In this paper, we demonstrate that dropping a layer's cache offers efficient optimization without information loss. We propose a simple training approach: random cross-layer attention. During training, layers randomly choose to attend either to their own KV states or those of a preceding layer. This stochastic process adapts the model to be robust to various depth-wise cache sharing strategies, ensuring flexibility for unknown hardware constraints at deployment time. Our evaluations show that applying this scheme during pre-training or fine-tuning enables depth-wise cache sharing for various model families. Furthermore, for larger models in data-constrained settings, this approach is suggestive of a regularization-like effect, frequently preserving or improving performance while significantly reducing the cache's memory footprint.


【10】GSC-QEMit: A Telemetry-Driven Hierarchical Forecast-and-Bandit Framework for Adaptive Quantum Error Mitigation
标题:GSC-QEMit:用于自适应量子误差缓解的遥感驱动分层预测和Bandit框架
链接:https://arxiv.org/abs/2604.24551

作者:Steven Szachara,Sheeraja Rajakrishnan,Dylan Jay Van Allen,Jason Pollack,Travis Desell,Daniel Krutz
备注:8 pages, 3 figures, accepted to EEE/INNS IJCNN 2026 and is a part of WCCI2026
摘要 :Quantum error mitigation (QEM) is essential for extracting reliable results from near-term quantum devices, yet practical deployments must balance mitigation strength against runtime overhead under time-varying noise. We introduce \emph{GSC-QEMit}, a telemetry-driven, \textbf{context--forecast--bandit} framework for \emph{adaptive} mitigation that switches between lightweight suppression and heavier intervention as drift evolves. GSC-QEMit composes three coupled modules: (G) a Growing Hierarchical Self-Organizing Map (GHSOM) that clusters streaming telemetry into operating contexts; (S) an uncertainty-aware subsampled Gaussian-process forecaster that predicts short-horizon fidelity degradation; and (C) a cost-aware contextual multi-armed bandit (CMAB) that selects mitigation actions via Thompson sampling with explicit intervention cost. We evaluate GSC-QEMit on benchmark circuit families (GHZ, Quantum Fourier Transform, and Grover search) under nonstationary noise regimes simulated in Qiskit Aer, using an instrumented testbed where action labels correspond to graded mitigation intensity. Across Clifford, non-Clifford, and structured workloads, GSC-QEMit improves average logical fidelity by \textbf{+9.0\%} relative to unmitigated execution while reducing unnecessary heavy interventions by reserving them for inferred noise spikes. The resulting policies exhibit a favorable fidelity--cost trade-off and transfer across the evaluated workloads without circuit-specific tuning.


【11】Few-Shot Cross-Device Transfer for Quantum Noise Modeling on Real Hardware
标题:在实际硬件上进行量子噪音建模的Few-Shot跨设备传输
链接:https://arxiv.org/abs/2604.24397

作者:Sahil Al Farib,Sheikh Redwanul Islam,Azizur Rahman Anik
备注:9 pages, 8 figures, 8 tables. Submitted to IEEE Quantum Computing and Engineering (QCE) 2026
摘要:In the noisy intermediate-scale quantum (NISQ) regime, quantum devices contain hardware-specific noise sources which restrict device-invariant error mitigation strategies. We explore transfer learning approaches to apply noise models learned on one quantum device to a different device with the help of a small amount of data. We create a real-hardware dataset from two IBM quantum devices, ibm_fez (source) and ibm_marrakesh (target), comprising 170 noisy and ideal circuit output distributions, with device calibration features added. We train a residual neural network on the source device to map noisy to ideal outcomes. The zero-shot transfer test shows a KL divergence of 1.6706 (up from 0.3014), establishing device specificity. With K = 20 fine-tuning samples, KL drops to 1.1924 (28.6% improvement over zero-shot), recovering 34.9% of the gap between zero-shot and in-domain KL. Ablation studies reveal that the major cause of mismatches across devices is CX gate error, followed by readout error. The results show quantum noise can be learned and fine-tuned with minimal samples, and provide a plausible approach to cross-device quantum error mitigation.


强化学习(13篇)

【1】SpecRLBench: A Benchmark for Generalization in Specification-Guided Reinforcement Learning
标题:SpecRLBench:规范引导强化学习中的泛化基准
链接:https://arxiv.org/abs/2604.24729

作者:Zijian Guo,İlker Işık,H. M. Sabbir Ahmad,Wenchao Li
摘要:Specification-guided reinforcement learning (RL) provides a principled framework for encoding complex, temporally extended tasks using formal specifications such as linear temporal logic (LTL). While recent methods have shown promising results, their ability to generalize across unseen specifications and diverse environments remains insufficiently understood. In this work, we introduce SpecRLBench, a benchmark designed to evaluate the generalization capabilities of LTL-based specification-guided RL methods. The benchmark spans multiple difficulty levels across navigation and manipulation domains, incorporating both static and dynamic environments, diverse robot dynamics, and varied observation modalities. Through extensive empirical evaluation, we characterize the strengths and limitations of existing approaches and reveal the challenges that emerge as specification and environment complexity increase. SpecRLBench provides a structured platform for systematic comparison and supports the development of more generalizable specification-guided RL methods. Code is available at https://github.com/BU-DEPEND-Lab/SpecRLBench.


【2】A Reward-Free Viewpoint on Multi-Objective Reinforcement Learning
标题:关于多目标强化学习的无奖励观点
链接:https://arxiv.org/abs/2604.24532

作者:Ying-Tu Chen,Wei Hung,Bing-Shu Wu,Zhang-Wei Hong,Ping-Chun Hsieh
备注:ICLR 2026
摘要:Many sequential decision-making tasks involve optimizing multiple conflicting objectives, requiring policies that adapt to different user preferences. In multi-objective reinforcement learning (MORL), one widely studied approach} addresses this by training a single policy network conditioned on preference-weighted rewards. In this paper, we explore a novel algorithmic perspective: leveraging reward-free reinforcement learning (RFRL) for MORL. While RFRL has historically been studied independently of MORL, it learns optimal policies for any possible reward function, making it a natural fit for MORL's challenge of handling unknown user preferences. We propose using the RFRL's training objective as an auxiliary task to enhance MORL, enabling more effective knowledge sharing beyond the multi-objective reward function given at training time. To this end, we adapt a state-of-the-art RFRL algorithm to the MORL setting and introduce a preference-guided exploration strategy that focuses learning on relevant parts of the environment. Through extensive experiments and ablation studies, we demonstrate that our approach significantly outperforms the state-of-the-art MORL methods across diverse MO-Gymnasium tasks, achieving superior performance and data efficiency. This work provides the first systematic adaptation of RFRL to MORL, demonstrating its potential as a scalable and empirically effective solution to multi-objective policy learning.


【3】An Automatic Ground Collision Avoidance System with Reinforcement Learning
标题:一种具有强化学习的自动地面避碰系统
链接:https://arxiv.org/abs/2604.24403

作者:Seyyid Osman Sevgili,Atahan Cilan,Mahir Demir,Özgün Can Yürütken,Ümit Can Bekar
摘要:This article evaluates an artificial intelligence (AI)-based Automatic Ground Collision Avoidance System (AGCAS) designed for advanced jet trainers to enhance operational effectiveness. In the continuously evolving field of aerospace engineering, the integration of AI is crucial for advancing operations with improved timing constraints and efficiency. Our study explores the design process of an AI-driven AGCAS, specifically tailored for advanced jet trainers, focusing on addressing the AGCAS problem within a limited observation space. The system utilizes line-of-sight queries on a terrain server to ensure precise and efficient collision avoidance. This approach aims to significantly improve the safety and operational capabilities of advanced jet trainers.


【4】An Aircraft Upset Recovery System with Reinforcement Learning
标题:具有强化学习的飞机倾覆恢复系统
链接:https://arxiv.org/abs/2604.24355

作者:Mahir Demir,Atahan Cilan,Seyyid Osman Sevgili,Özgün Can Yürütken,Ümit Can Bekar
摘要:This article explores the progress made in the creation of a pilot activated recovery system (PARS) for advanced jet trainers that utilizes artificial intelligence (AI) in an effort to enhance operational efficiency. The PARS model employs an advanced reinforcement learning (RL) architecture, incorporating a cutting-edge soft-actor critic (SAC) model and hyper-parameter optimization methods. Negative-g punishments and other handcrafted features remarked upon by control engineers and domain experts regarding PARS are also taken into account by the system. When evaluated by them, the AI model's behavior is deemed more desirable than that of conventional control methods.


【5】Perfecting Aircraft Maneuvers with Reinforcement Learning
标题:利用强化学习完善飞机机动
链接:https://arxiv.org/abs/2604.24338

作者:Atahan Cilan,Mahir Demir,Özgün Can Yürütken,Seyyid Osman Sevgili,Ümit Can Bekar
摘要:This paper evaluates an advanced jet trainer's utilization of artificial intelligence (AI)-based aircraft aerobatic maneuvers with the intention of developing an AI-assisted pilot training module for specific aircraft maneuvers. A multitude of aircraft maneuvers have been simulated using reinforcement learning (RL) agents, which will serve as a training tool for future pilots.


【6】EPM-RL: Reinforcement Learning for On-Premise Product Mapping in E-Commerce
标题:EPM-RL:电子商务中基于本地产品映射的强化学习
链接:https://arxiv.org/abs/2604.23993

作者:Minhyeong Yu,Wonduk Seo
备注:preprint
摘要:Product mapping, the task of deciding whether two e-commerce listings refer to the same product, is a core problem for price monitoring and channel visibility. In real marketplaces, however, sellers frequently inject promotional keywords, platform-specific tags, and bundle descriptions into titles, causing the same product to appear under many different names. Recent LLM-based and multi-agent frameworks improve robustness and interpretability on such hard cases, but they often rely on expensive external APIs, repeated retrieval, and complex inference-time orchestration, making large-scale deployment costly and difficult in privacy-sensitive enterprise settings. To address these issues, we present EPM-RL, a reinforcement-learning-based framework for building an accurate and efficient on-premise e-commerce product mapping model. Our central idea is to distill high-cost agentic reasoning into a trainable in-house model. Starting from a curated set of product pairs with LLM-generated rationales and human verification, we first perform parameter-efficient fine-tuning (PEFT) on a small student model using structured reasoning outputs. We then further optimize the model with Reinforcement Learning (RL) using an agent-based reward that jointly evaluates output-format compliance, label correctness, reasoning--preference scores from specially designed judge models. Preliminary results show that EPM-RL consistently improves over PEFT-only training and offers a stronger quality--cost trade-off than commercial API-based baselines, while enabling private deployment and lower operational cost. These findings suggest that reinforcement learning can turn product mapping from a high-latency agentic pipeline into a scalable, inspectable, and production-ready in-house system.


【7】V-GRPO: Online Reinforcement Learning for Denoising Generative Models Is Easier than You Think
标题:V-GRPO:用于去噪生成模型的在线强化学习比您想象的更容易
链接:https://arxiv.org/abs/2604.23380

作者:Bingda Tang,Yuhui Zhang,Xiaohan Wang,Jiayuan Mao,Ludwig Schmidt,Serena Yeung-Levy
摘要:Aligning denoising generative models with human preferences or verifiable rewards remains a key challenge. While policy-gradient online reinforcement learning (RL) offers a principled post-training framework, its direct application is hindered by the intractable likelihoods of these models. Prior work therefore either optimizes an induced Markov decision process (MDP) over sampling trajectories, which is stable but inefficient, or uses likelihood surrogates based on the diffusion evidence lower bound (ELBO), which have so far underperformed on visual generation. Our key insight is that the ELBO-based approach can, in fact, be made both stable and efficient. By reducing surrogate variance and controlling gradient steps, we show that this approach can beat MDP-based methods. To this end, we introduce Variational GRPO (V-GRPO), a method that integrates ELBO-based surrogates with the Group Relative Policy Optimization (GRPO) algorithm, alongside a set of simple yet essential techniques. Our method is easy to implement, aligns with pretraining objectives, and avoids the limitations of MDP-based methods. V-GRPO achieves state-of-the-art performance in text-to-image synthesis, while delivering a $2\times$ speedup over MixGRPO and a $3\times$ speedup over DiffusionNFT.


【8】CODA: Coordination via On-Policy Diffusion for Multi-Agent Offline Reinforcement Learning
标题:CODA:通过策略上扩散进行协调,实现多智能体离线强化学习
链接:https://arxiv.org/abs/2604.23308

作者:Marcel Hedman,Kale-ab Abebe Tessera,Juan Claude Formanek,Anya Sims,Riccardo Zamboni,Trevor McInroe,John Torr,Elliot Fosong
摘要 :Offline multi-agent reinforcement learning (MARL) enables policy learning from fixed datasets, but is prone to coordination failure: agents trained on static, off-policy data converge to suboptimal joint behaviours because they cannot co-adapt as their policies change. We introduce CODA (Coordination via On-Policy Diffusion for Multi-Agent Reinforcement Learning), a diffusion-based multi-agent trajectory generator for data augmentation that samples conditioned on the current joint policy, producing synthetic experience which reflects the evolving behaviours of the agents, thereby providing a mechanism for co-adaptation. We find that previous diffusion-based augmentation approaches are insufficient for fostering multi-agent coordination because they produce static augmented datasets that do not evolve as the current joint policy changes during training; CODA resolves this by more closely simulating on-policy learning and is a meaningful step toward coordinated behaviours in the offline setting. CODA is algorithm-agnostic and can be layered onto both model-free and model-based offline reinforcement learning pipelines as an augmentation module. Empirically, CODA not only resolves canonical coordination pathologies in continuous polynomial games but also delivers strong results on the more complex MaMuJoCo continuous-control benchmarks.


【9】K-Score: Kalman Filter as a Principled Alternative to Reward Normalization in Reinforcement Learning
标题:K-Score:卡尔曼过滤器作为强化学习中奖励标准化的原则替代方案
链接:https://arxiv.org/abs/2604.23056

作者:Zixuan Xia,Quanxi Li
备注:Accepted in NewInML Workshop, The 42nd International Conference on Machine Learning (ICML 2025).\href{https://icml.cc/virtual/2025/affinity-event/39980}{Event Page}
摘要:We propose a simple yet effective alternative to reward normalization in policy gradient reinforcement learning by integrating a 1D Kalman filter for online reward estimation. Instead of relying on fixed heuristics, our method recursively estimates the latent reward mean, smoothing high-variance returns and adapting to non-stationary environments. This approach incurs minimal overhead and requires no modification to existing policy architectures. Experiments on \textit{LunarLander} and \textit{CartPole} demonstrate that Kalman-filtered rewards significantly accelerate convergence and reduce training variance compared to standard normalization techniques. Code is available at https://github.com/Sumxiaa/Kalman_Normalization.


【10】StackFeat RL: Reinforcement Learning over Iterative Dual Criterion Feature Selection for Stable Biomarker Discovery
标题:StackFeat RL:基于迭代双标准特征选择的强化学习,以实现稳定的生物标志物发现
链接:https://arxiv.org/abs/2604.22892

作者:A. Yermekov,D. A. Herrera-Martí
备注:7 pages. Submitted to eccb2026
摘要:Feature selection in high-dimensional genomic data ($d \gg n$) demands methods that are simultaneously accurate, sparse, and stable. Existing approaches either require manual threshold specification (mRMR, stability selection), produce unstable selections under data perturbation (Lasso, Boruta), or ignore biological structure entirely. We introduce StackFeat-RL, a meta-learning framework that optimises the hyperparameters of an iterative dual-criterion feature selection algorithm via REINFORCE policy gradients. The dual criterion, requiring both coefficient consistency and selection frequency, guards against two failure modes missed by single-criterion methods, while iterative accumulation provides convergence guarantees via the law of large numbers.   On COVID-19 miRNA data (GSE240888, 332 features) and three Alzheimer's disease classification tasks (GSE84422, 13237 genes; Normal vs.\ Possible, Probable, and Definite AD), StackFeat-RL achieves the highest predictive accuracy among all evaluated methods, including ElasticNet, Boruta, mRMR, and stability selection, while requiring 3--4$\times$ fewer features.   Keywords: feature selection, reinforcement learning, REINFORCE, elastic net, biomarker discovery, Alzheimer's disease, dual-criterion selection, protein interaction networks


【11】When Policies Cannot Be Retrained: A Unified Closed-Form View of Post-Training Steering in Offline Reinforcement Learning
标题:当政策无法重新训练时:离线强化学习中训练后指导的统一封闭视图
链接:https://arxiv.org/abs/2604.22873

作者:Elias Hossain,Mohammad Jahid Ibna Basher,Ivan Garibay,Ozlem Garibay,Niloofar Yousefi
摘要:Offline reinforcement learning (RL) can learn effective policies from fixed datasets, but deployment objectives may change after training, and in many applications the trained actor cannot be retrained because of data, cost, or governance constraints. We study deployment-time adaptation for frozen offline actors using Product-of-Experts (PoE) composition with a goal-conditioned prior. Our main practical finding is graceful degradation rather than universal performance gain: under degraded or random priors, precision-weighted composition remains anchored to the frozen actor, while additive and prior-only adaptation collapse, and a KL-budget selector often recovers a near-oracle operating point. We also make explicit a closed-form identity in the frozen-actor setting: for diagonal-Gaussian actors and priors, PoE with coefficient alpha yields the same deterministic policy as KL-regularized adaptation with beta = alpha / (1 - alpha), with posterior covariances differing only by a global scalar factor. Empirically, across four D4RL environments (3,900 MuJoCo episodes), we observe a 4/5/3 HELP/FROZEN/HURT split. Extending the analysis to six harder cells and two AntMaze diagnostics reveals an actor-competence ceiling: medium-expert remains HURT in all 9 cells at every tested alpha, while AntMaze with a behavior-cloned frozen actor yields zero success for all composition rules. Overall, PoE and KL-regularized adaptation are best viewed as a single actor-anchored safety mechanism for deployment-time steering.


【12】Load constrained wind farm flow control through multi-objective multi-agent reinforcement learning
标题:通过多目标多智能体强化学习实现负载约束风电场流量控制
链接:https://arxiv.org/abs/2604.22795

作者:Teodor Åstrand,Marcus Binder Nilsen,Iasonas Tsaklis,Tuhfe Göçmen,Pierre-Elouan Réthoré,Nikolay Dimitrov
备注:Submitted to Journal of Physics: Conference Series (Torque 2026). This is the Accepted Manuscript version of an article accepted for publication in Journal of Physics: Conference Series. IOP Publishing Ltd is not responsible for any errors or omissions in this version of the manuscript or any version derived from it. This Accepted Manuscript is published under a CC BY licence
摘要 :This study presents a multi-agent reinforcement learning (MARL) framework for load-constrained wind farm flow control (WFFC). While wake steering can enhance total wind farm power, it often introduces increased structural loads on downstream turbines. To address this, we integrate an Independent Soft Actor-Critic (I-SAC) architecture with a data-driven, local inflow sector-averaged surrogate model to provide real-time estimates of Damage Equivalent Loads (DELs). By incorporating these estimates into a shaped reward function, turbine-specific agents are trained to maximize power production while adhering to specific load-increase thresholds ($Δ_{max}$) of 10%, 20%, and 30% relative to a baseline controller. The framework is implemented within the WindGym environment using the DYNAMIKS flow solver with Dynamic Wake Meandering (DWM) model to capture non-stationary wake physics. Results indicate that the MARL agents successfully learn collaborative policies that prioritise power gain while actively retreating from high-DEL control strategies.


【13】Accelerating Reinforcement Learning for Wind Farm Control via Expert Demonstrations
标题:通过专家演示加速风电场控制的强化学习
链接:https://arxiv.org/abs/2604.22794

作者:Marcus Binder Nilsen,Julian Quick,Tuhfe Göçmen,Nikolay Dimitrov,Pierre-Elouan Réthoré
备注:Submitted to Journal of Physics: Conference Series (Torque 2026). This is the Accepted Manuscript version of an article accepted for publication in Journal of Physics: Conference Series. IOP Publishing Ltd is not responsible for any errors or omissions in this version of the manuscript or any version derived from it. This Accepted Manuscript is published under a CC BY licence
摘要:Reinforcement learning (RL) offers a promising approach for adaptive wind farm flow control, yet its practical deployment is hindered by slow training convergence and poor initial performance, factors that could translate to years of reduced power output if an untrained agent were deployed directly. This work investigates whether domain knowledge from steady-state wake models can accelerate RL training and improve initial controller performance. We propose a pretraining methodology in which expert demonstrations are generated by deploying a PyWake-based steady-state optimizer within a dynamic wake simulation (WindGym), then used to initialize both the actor and critic networks of a Soft Actor-Critic agent via behavior cloning. Experiments on a 2x2 wind farm show that pretraining eliminates the costly initial learning phase: while an untrained agent underperforms the greedy zero-yaw baseline by approximately 12%, pretraining raises initial performance to near-baseline levels. During online fine-tuning, all configurations converge within 250,000 environment steps to achieve similar performance, ultimately exceeding that of a lookup-table controller, which reaches approximately 7% power gain after 500,000 steps.


元学习(2篇)

【1】Meta-CoT: Enhancing Granularity and Generalization in Image Editing
标题:Meta-CoT:增强图像编辑中的粒度和通用性
链接:https://arxiv.org/abs/2604.24625

作者:Shiyi Zhang,Yiji Cheng,Tiankai Hang,Zijin Yin,Runze He,Yu Xu,Wenxun Dai,Yunlong Lin,Chunyu Wang,Qinglin Lu,Yansong Tang
备注:Accepted by CVPR2026, Project Page: https://shiyi-zh0408.github.io/projectpages/Meta-CoT/
摘要:Unified multi-modal understanding/generative models have shown improved image editing performance by incorporating fine-grained understanding into their Chain-of-Thought (CoT) process. However, a critical question remains underexplored: what forms of CoT and training strategy can jointly enhance both the understanding granularity and generalization? To address this, we propose Meta-CoT, a paradigm that performs a two-level decomposition of any single-image editing operation with two key properties: (1) Decomposability. We observe that any editing intention can be represented as a triplet - (task, target, required understanding ability). Inspired by this, Meta-CoT decomposes both the editing task and the target, generating task-specific CoT and traversing editing operations on all targets. This decomposition enhances the model's understanding granularity of editing operations and guides it to learn each element of the triplet during training, substantially improving the editing capability. (2) Generalizability. In the second decomposition level, we further break down editing tasks into five fundamental meta-tasks. We find that training on these five meta-tasks, together with the other two elements of the triplet, is sufficient to achieve strong generalization across diverse, unseen editing tasks. To further align the model's editing behavior with its CoT reasoning, we introduce the CoT-Editing Consistency Reward, which encourages more accurate and effective utilization of CoT information during editing. Experiments demonstrate that our method achieves an overall 15.8% improvement across 21 editing tasks, and generalizes effectively to unseen editing tasks when trained on only a small set of meta-tasks. Our code, benchmark, and model are released at https://shiyi-zh0408.github.io/projectpages/Meta-CoT/


【2】Meta-Ensemble Learning with Diverse Data Splits for Improved Respiratory Sound Classification
标题:采用不同数据分裂的元集合学习以改进呼吸声分类
链接:https://arxiv.org/abs/2604.24096

作者:June-Woo Kim,Miika Toikkanen,Heejoon Koo,Yoon Tae Kim,Doyoung Kwon,Kyunghoon Kim
备注:EMBC 2026 Accepted
摘要:Training reliable respiratory sound classification models remains challenging due to the limited size and subject diversity of datasets. Ensemble methods can improve robustness, but when base models are trained on identical data, models tend to overfit and produce highly correlated predictions, thereby reducing the effectiveness of ensembling. In this work, we investigate a meta-ensemble learning methodology that enhances prediction diversity by training base models on diverse data splits and combining their outputs through a trained meta-model. Specifically, we train base models on the ICBHI dataset using two data split settings: fixed 80-20% split and five-fold cross-validation split, under two data granularity settings: patient- and sample-level. The resulting diversity in base model predictions enables the meta-model to better generalize. Our approach achieves new state-of-the-art performance on the ICBHI benchmark, reaching a Score of 66.49% and showing improved generalization on two out-of-distribution datasets, indicating its potential applicability to real-world clinical data.


符号|符号学习(1篇)

【1】Why Architecture Choice Matters in Symbolic Regression
标题:为什么建筑选择在符号回归中很重要
链接:https://arxiv.org/abs/2604.23256

作者:Chakshu Gupta
备注:4 pages, 2 figures, 6 tables
摘要 :Symbolic regression discovers mathematical formulas from data. Some methods fix a tree of operators, assign learnable weights, and train by gradient descent. The tree's structure, which determines what operators and variables appear at each position, is chosen once and applied to every target. This paper tests whether that choice affects which targets are actually recovered. Three structures are compared, all sharing the same operator and target language but differing in how variables enter the tree; one is strictly more expressive. Across over 12,700 training runs, one structure recovers a target at 100% while another scores 0%, and the ranking reverses on a different target. Expressiveness guarantees that a solution exists in the search space, but not that gradient descent finds it: the most expressive structure fails on targets that a restricted alternative solves reliably. Switching the operator changes which targets succeed; reversing its gradient profile collapses recovery entirely. Balanced (non-chain) tree shapes are never recovered. These findings show that the optimization landscape, not expressiveness alone, determines what gradient-based symbolic regression recovers.


医学相关(7篇)

【1】Benchmarking Pathology Foundation Models for Breast Cancer Survival Prediction
标题:乳腺癌生存预测的病理学基金会模型基准
链接:https://arxiv.org/abs/2604.24679

作者:Fredrik K. Gustafsson,Constance Boissin,Johan Vallon-Christersson,David A. Clifton,Mattias Rantalainen
摘要:Pathology foundation models (PFMs) have recently emerged as powerful pretrained encoders for computational pathology, enabling transfer learning across a wide range of downstream tasks. However, systematic comparisons of these models for clinically meaningful prediction problems remain limited, especially in the context of survival prediction under external validation. In this study, we benchmark widely used and recently proposed PFMs for breast cancer survival prediction from whole-slide histopathology images. Using a standardized pipeline based on patch-level feature extraction and a unified survival modeling framework, we evaluate model representations across three independent clinical cohorts comprising more than 5,400 patients with long-term follow-up. Models are trained on one cohort and evaluated on two independent external cohorts, enabling a rigorous assessment of cross-dataset generalization. Overall, H-optimus-1 achieves the strongest survival prediction performance. More broadly, we observe consistent generational improvements across model families, with second-generation PFMs outperforming their first-generation counterparts. However, absolute performance differences between many recent PFMs remain modest, suggesting diminishing returns from further scaling of pretraining data or model size alone. Notably, the compact distilled model H0-mini slightly outperforms its larger teacher model H-optimus-0, despite using fewer than 8% of the parameters and enabling significantly faster feature extraction. Together, these results provide the first large-scale, externally validated benchmark of PFMs for breast cancer survival prediction, and offer practical guidance for efficient deployment of PFMs in clinical workflows.


【2】Robust and Clinically Reliable EEG Biomarkers: A Cross Population Framework for Generalizable Parkinson's Disease Detection
标题:稳健且临床可靠的脑电生物标志物:可推广帕金森病检测的跨人群框架
链接:https://arxiv.org/abs/2604.23933

作者:Nicholas R. Rasmussen,Longwei Wang,Rodrigue Rizk,Md Rezwanul Akter Pallab,Samuel Stuwart,Martina Mancini,Arun Singh,KC Santosh
备注:This is the non anonymized preprint corresponding to the version submitted to ACM Transactions on Computing for Healthcare. It is not the final typeset or accepted version
摘要:Developing robust and clinically reliable EEG biomarkers requires evaluation frameworks that explicitly address cross population generalization in multi site settings such as Parkinsons disease (PD) detection. Models trained under i.i.d. assumptions often capture population specific artifacts rather than disease relevant neural structure, leading to poor generalization across clinical cohorts. EEG further amplifies this challenge due to low signal to noise ratio and heterogeneous acquisition conditions. We propose a population aware evaluation framework to assess the robustness and clinical reliability of EEG biomarkers under distribution shift. Using an n gram expansion strategy, we enumerate all cross population train test configurations across five independent cohorts, resulting in 75 directional evaluations. A nested cross validation design with integrated channel selection ensures prospective biomarker identification without population leakage. Results show that cross population transfer is asymmetric and that both accuracy and biomarker stability improve with increasing training population diversity, achieving up to 94.1% accuracy on held out cohorts. A theoretical analysis based on mixture risk optimization and hypothesis space contraction explains these trends, showing that multi population training promotes population robust representations. This work establishes a principled framework for learning robust, generalizable, and clinically reliable EEG biomarkers for multi site biomedical applications.


【3】Machine learning models for estimating counterfactuals in a single-arm inflammatory bowel disease study
标题:用于估计单组炎症性肠道疾病研究中反事实的机器学习模型
链接:https://arxiv.org/abs/2604.23465

作者:Dan Liu,Fida K. Dankar,Jennifer C. deBruyn,Amanda Ricciuto,Anne M. Griffiths,Thomas D. Walters,Khaled EI Emam
摘要:Single-arm trials accelerate study timelines by reducing the number of patients that must be recruited for a concurrent control group. However, these designs require an alternative comparator to estimate treatment effects. One approach is to construct a virtual control arm using a machine learning (ML) model trained on external control data to predict the counterfactual outcomes of the treatment arm. Our aim in this study was to leverage virtual controls by developing and evaluating ML-based counterfactual outcome models trained on IFX-treated patients to predict 1-year steroid-free clinical remission (SFCR ) and a composite of C-reactive protein remission plus steroid-free clinical remission (CRP-SFCR) for ADA-treated pediatric Crohn's disease patients, and to compare the resulting IFX-versus-ADA treatment effect estimates with those obtained using propensity score matching to external controls. Five ML models were used to train counterfactual models on the observed IFX cohort data. The resulting models were used to predict the counterfactual outcomes for the ADA arm patients. LGBM yields the best OR closest to the propensity score matched reference, and all 95% CI results align with the conclusion from the reference study that no statistical difference in the primary and secondary outcomes has been observed between the patients treated with ADA or IFX. Our study supports virtual controls as a viable and effective substitute for expensive, lengthy or unethical patient recruitment in an inflammatory bowel disease (IBD) trial. The developed gradient boosted prediction model can be used as a pretrained model to generate IFX counterfactual predictions in future studies, pending external validation and assessment of transportability.


【4】Knee-xRAI: An Explainable AI Framework for Automatic Kellgren-Lawrence Grading of Knee Osteoarthritis
标题 :Knee-xRAI:一个可解释的人工智能框架,用于膝关节骨关节炎自动Kellmin-Lawrence分级
链接:https://arxiv.org/abs/2604.23435

作者:Azmul A. Irfan,Nur Ahmad Khatim,Alfan Alfian Irfan,Achmad Zaki,Erike A. Suwarsono,Mansur M. Arief
备注:8 pages, 4 figures
摘要:Radiographic grading of knee osteoarthritis (KOA) with the Kellgren-Lawrence (KL) system is limited by inter-reader variability and the opacity of current deep learning approaches, which predict KL grades directly from images without decomposing structural features. We present Knee-xRAI, a modular framework that independently quantifies the three cardinal radiographic features of KOA (joint space narrowing [JSN], osteophytes, and subchondral sclerosis) and integrates them into an explainable KL grade classification. The pipeline combines U-Net++ segmentation for contour-based JSN measurement, an SE-ResNet-50 network for per-site osteophyte grading (OARSI scale), and a hybrid texture-CNN classifier for binary sclerosis quantification. The resulting 50-dimensional structured feature vector feeds two complementary classification paths. An XGBoost path supports SHAP-based feature attribution. A ConvNeXt hybrid path combines the structured vector with a full-image encoder for enhanced predictive performance. Evaluated on 8,260 radiographs from an OAI-derived dataset, the JSN module achieved a Dice coefficient of 0.8909 and an mJSW intraclass correlation of 0.8674 against manual annotations. The ConvNeXt hybrid path reached a test quadratic weighted kappa (QWK) of 0.8436 and AUC of 0.9017. The transparent XGBoost path achieved a test QWK of 0.6294 with full feature-level audit capability. Ablation confirmed JSN as the dominant predictor (QWK = 0.6103 alone), with osteophyte features providing consistent incremental gain (+0.0183) and sclerosis contributing marginally. Inference-time ablation of Path B confirmed the structured pathway contributes materially beyond the image encoder, with QWK drops of 0.098 (feature zeroing) and 0.284 (feature-image permutation). Knee-xRAI explicitly quantifies all three KL-defining radiographic features within a single auditable pipeline.


【5】DeepImagine: Learning Biomedical Reasoning via Successive Counterfactual Imagining
标题:DeepImagine:通过连续反事实想象学习生物医学推理
链接:https://arxiv.org/abs/2604.23054

作者:Youze Zheng,Jianyou Wang,Yuhan Chen,Matthew Feng,Longtian Bao,Hanyuan Zhang,Maxim Khan,Aditya K. Sehgal,Christopher D. Rosin,Umber Dube,Ramamohan Paturi
备注:Preprint. Work in Progress
摘要:Predicting the outcomes of prospective clinical trials remains a major challenge for large language models. Prior work has shown that both traditional correlational predictors, such as random forests and logistic regression, and strong commercial LLMs achieve limited performance on this task. In this paper, we propose DeepImagine, a framework for teaching LLMs biomedical reasoning through successive counterfactual imagining. The central idea is to approximate hidden causal mechanisms of clinical trials by training models to infer how observed trial results would change under controlled perturbations of experimental conditions, such as dosage, outcome measures, study arms, geography, and other trial attributes. To support this objective, we construct both natural and approximate counterfactual pairs from real clinical trials with reported outcomes. For settings where strict counterfactual supervision is available, such as paired outcome measures or dose-ranging study arms within the same trial, we train models with supervised fine-tuning. For broader settings where only approximate counterfactual pairs can be retrieved, we optimize models with reinforcement learning using verifiable rewards based on downstream benchmark correctness. We further augment training with synthetic reasoning traces that provide causally plausible explanations for local counterfactual transitions. Using this pipeline, we train language models under 10B parameters, including Qwen3.5-9B, and evaluate them on clinical trial outcome prediction. We aim to show that DeepImagine consistently improves over untuned language models and traditional correlational baselines. Finally, we aim to show that the learned reasoning trajectories provide interpretable signals about how models represent trial-level mechanisms, suggesting a practical path toward more mechanistic and scientifically useful biomedical language models.


【6】VS-DDPM: Efficient Low-Cost Diffusion Model for Medical Modality Translation
标题:NS-DDPM:高效的低成本医疗模式翻译扩散模型
链接:https://arxiv.org/abs/2604.22942

作者:Nikoo Moradi,Gijs Luijten,Behrus Hinrichs-Puladi,Jens Kleesiek,Victor Alves,Jan Egger,André Ferreira
摘要:Diffusion models produce high-quality synthetic data but suffer from slow inference. We propose 3D Variable-Step Denoising Diffusion Probabilistic Model (VS-DDPM) a framework engineered to maintain generative quality while accelerating inference by several factors. We tested our approach on four tasks (missing MRI, tumor removal, MRI-to-sCT, and CBCT-to-sCT) within the BraTS2025 and SynthRAD2025 challenges. Designed for high efficiency under hardware and time constrains imposed by both challenges. VS-DDPM achieved state-of-the-art (SOTA) performance in missing MRI synthesis, yielding Dice scores of 0.80, 0.83, and 0.88 for the enhancing tumor, tumor core, and whole tumor regions, respectively, alongside a structural similarity index (SSIM) of 0.95. For MRI tumor removal, the model attained a root mean squared error (RMSE) of 0.053, a peak signal-to-noise ratio (PSNR) of 26.77, and an SSIM of 0.918. While the framework demonstrated competitive performance in MRI-to-sCT and CBCT-to-sCT tasks, it did not reach SOTA benchmarks, potentially due to sensitivities in data pre and post-processing pipelines or specific loss function configurations. These results demonstrate that VS-DDPM provides a robust and tunable solution for high-fidelity 3D medical image synthesis. The code is available in https://github.com/andre-fs-ferreira/SynthRAD_by_Faking_it.


【7】Semantic Segmentation for Histopathology using Learned Regularization based on Global Proportions
标题:使用基于全局比例的学习正规化进行组织学语义分割
链接:https://arxiv.org/abs/2604.24347

作者:Yangping Li,Thomas Pinetz,Michael Hölzel,Marieta Toma,Alexander Effland
摘要 :In pathology, the spatial distribution and proportions of tissue types are key indicators of disease progression, and are more readily available than fine-grained annotations. However, these assessments are rarely mapped to pixel-wise segmentation. The task is fundamentally underdetermined, as many spatially distinct segmentations can satisfy the same global proportions in the absence of pixel-wise constraints. To address this, we introduce Variational Segmentation from Label Proportions (VSLP), a two-stage framework that infers dense segmentations from global label proportions, without any pixel-level annotations. This framework first leverages a pre-trained transformer model with test-time augmentation to produce a pixel-wise confidence estimate. In the second stage, these estimates are fused by solving a variational optimization problem that incorporates a Wasserstein data fidelity term alongside a learned regularizer. Unlike end-to-end networks, our variational method can visualize the fidelity-regularization energy, resulting in more interpretable segmentation. We validate our approach on two public datasets, achieving superior performance over existing weakly supervised and unsupervised methods. For one of these datasets, proportions have been estimated by an experienced pathologist to provide a realistic benchmark to the community. Furthermore, the method scales to an in-house dataset with noisy pathologist labels, severely outperforming state-of-the-art methods, thereby demonstrating practical applicability. The code and data will be made publicly available upon acceptance at https://github.com/xiaoliangpi/VSLP.


蒸馏|知识提取(3篇)

【1】TCOD: Exploring Temporal Curriculum in On-Policy Distillation for Multi-turn Autonomous Agents
标题:TCOD:探索多回合自治代理的政策上蒸馏中的时态课程
链接:https://arxiv.org/abs/2604.24005

作者:Jiaqi Wang,Wenhao Zhang,Weijie Shi,Yaliang Li,James Cheng
摘要:On-policy distillation (OPD) has shown strong potential for transferring reasoning ability from frontier or domain-specific models to smaller students. While effective on static single-turn tasks, its behavior in multi-turn agent settings remains underexplored. In this work, we identify a key limitation of vanilla OPD in such settings, which we term Trajectory-Level KL Instability. Specifically, we observe that KL divergence increases together with a drop in success rate, and even after convergence, the KL remains high, leading to unstable training. This instability arises from inter-turn error compounding: as errors accumulate, the student is driven beyond the teacher's effective support, rendering the supervision signal unreliable. To address this, we propose TCOD (Temporal Curriculum On-Policy Distillation), a simple yet effective framework that controls the trajectory depth exposed to the student and progressively expands it from short to long with a curriculum schedule.Experimental results across four student-teacher pairs on three multi-turn agent benchmarks (ALFWorld, WebShop, ScienceWorld) show that TCOD mitigates KL escalation and enhances KL stability throughout training, improving agent performance by up to 18 points over vanilla OPD. Further evaluations show that TCOD can even surpass the teacher's performance and generalize to tasks on which the teacher fails.


【2】On the Memorization of Consistency Distillation for Diffusion Models
标题:扩散模型稠度蒸馏的子化
链接:https://arxiv.org/abs/2604.23552

作者:Bingqing Jiang,Difan Zou
备注:34 pages
摘要:Diffusion models are central to modern generative modeling, and understanding how they balance memorization and generalization is critical for reliable deployment. Recent work has shown that memorization in diffusion models is shaped by training dynamics, with generalization and memorization emerging at different stages of training. However, deployed diffusion models are often further distilled, introducing an additional training phase whose impact on memorization is not well understood. In this work, we analyze how distillation reshapes memorization behavior in diffusion models, taking consistency distillation as a representative framework. Empirically, we show that when applied to a teacher model that has memorized data, consistency distillation significantly reduces transferred memorization in the student while preserving, and sometimes improving, sample quality. To explain this behavior, we provide a theoretical analysis using a random feature neural network model [Bonnaire et al., 2025], showing that consistency distillation suppresses unstable feature directions associated with memorization while preserving stable, generalizable modes. Our findings suggest that distillation can serve not only as an acceleration tool, but also as a mechanism for improving the memorization-generalization trade-off.


【3】Efficient Rationale-based Retrieval: On-policy Distillation from Generative Rerankers based on JEPA
标题:高效的基于数据库的检索:基于JEPA的生成重新搜索器的按策略蒸馏
链接:https://arxiv.org/abs/2604.23336

作者:Teng Chen,Sheng Xu,Feixiang Guo,Xiaoyu Wang,Qingqing Gu,Hongyan Li,Luo Ji
备注:11 pages, 8 figures. ICMR 2026
摘要:Unlike traditional fact-based retrieval, rationale-based retrieval typically necessitates cross-encoding of query-document pairs using large language models, incurring substantial computational costs. To address this limitation, we propose Rabtriever, which independently encodes queries and documents, while providing comparable cross query-document comprehension capabilities to rerankers. We start from training a LLM-based generative reranker, which puts the document prior to the query and prompts the LLM to generate the relevance score by log probabilities. We then employ it as the teacher of an on-policy distillation framework, with Rabtriever as the student to reconstruct the teacher's contextual-aware query embedding. To achieve this effect, Rabtriever is first initialized from the teacher, with parameters frozen. The Joint-Embedding Predictive Architecture (JEPA) paradigm is then adopted, which integrates a lightweight, trainable predictor between LLM layers and heads, projecting the query embedding into a new hidden space, with the document embedding as the latent vector. JEPA then minimizes the distribution difference between this projected embedding and the teacher embedding. To strengthen the sampling efficiency of on-policy distillation, we also add an auxiliary loss on the reverse KL of LLM logits, to reshape the student's logit distribution. Rabtriever optimizes the teacher's quadratic complexity on the document length to linear, verified both theoretically and empirically. Experiments show that Rabtriever outperforms different retriever baselines across diverse rationale-based tasks, including empathetic conversations and robotic manipulations, with minor accuracy degradation from the reranker. Rabtriever also generalizes well on traditional retrieval benchmarks such as MS MARCO and BEIR, with comparable performance to the best retriever baseline.


推荐(4篇)

【1】Modeling Behavioral Intensity and Transitions for Generative Recommendation
标题:生成性推荐的行为强度和转变建模
链接:https://arxiv.org/abs/2604.24472

作者:Wenxuan Yang,Xiaoyang Xu,Hanyu Zhang,Zhexuan Xu,Wanqiang Xiong,Zhaoqun Chen
摘要:Multi-behavior recommendation aims to predict user conversions by modeling various interaction types that carry distinct intent signals. Recently, generative sequence modeling methods have emerged as an important paradigm for multi-behavior recommendation by achieving flexible sequence generation. However, existing generative methods typically treat behaviors as auxiliary token features and feed them into unified attention mechanisms. These models implicitly assume uniform activation of dependencies among historical behaviors, thereby failing to discern differences in intensity or capture transition patterns. To address these limitations, we propose BITRec, a novel generative multi-behavior recommendation framework that introduces structured behavioral modeling through selective dependency activation. BITRec incorporates (i) Hierarchical Behavior Aggregation (HBA), which explicitly models behavioral intensity differences through separated exploration and commitment pathways, and (ii) Transition Relation Encoding (TRE), which encodes transition structures through explicit learnable relation matrices. Experiments on four large-scale datasets (RetailRocket, Taobao, Tmall, Insurance Dataset) with millions of interactions achieve consistent improvements of 15-23% across multiple metrics, with peak gains of 22.79% MRR on Tmall and 17.83% HR@10, 17.55% NDCG@10 on Taobao.


【2】FreeScale: Distributed Training for Sequence Recommendation Models with Minimal Scaling Cost
标题:FreeScale:以最小的扩展成本对序列推荐模型进行分布式训练
链接:https://arxiv.org/abs/2604.24073

作者:Chenhao Feng,Haoli Zhang,Shakhzod Ali-Zade,Yanli Zhao,Liang Luo,Jennifer Cao,Lisen Deng,Siqiao Chen,Chenyu Zhao,Tristan Rice,Daniel Johnson,Min Si,Tiantu Xu,Yi Zhang,Siqi Yan,Chuanhao Zhuge,Min Ni,Bi Xue,Qunshu Zhang,Shen Li
备注:14 pages, 11 figures. Accepted to the 9th MLSys Conference, Bellevue, WA, USA, 2026
摘要:Modern industrial Deep Learning Recommendation Models typically extract user preferences through the analysis of sequential interaction histories, subsequently generating predictions based on these derived interests. The inherent heterogeneity in data characteristics frequently result in substantial under-utilization of computational resources during large-scale training, primarily due to computational bubbles caused by severe stragglers and slow blocking communications. This paper introduces FreeScale, a solution designed to (1) mitigate the straggler problem through meticulously load balanced input samples (2) minimize the blocking communication by overlapping prioritized embedding communications with computations (3) resolve the GPU resource competition during computation and communication overlapping by communicating through SM-Free techniques. Empirical evaluation demonstrates that FreeScale achieves up to 90.3% reduction in computational bubbles when applied to real-world workloads running on 256 H100 GPUs.


【3】CASP: Support-Aware Offline Policy Selection for Two-Stage Recommender Systems
标题:CASP:两阶段推荐系统的支持感知离线策略选择
链接:https://arxiv.org/abs/2604.23022

作者:Nilson Chapagain
备注:10 pages
摘要:Two-stage recommender systems first choose a candidate generator and then rank items within the generated set. Because the generator decides which items are available to the ranker, changing the generator changes both the policy value and the data support used to estimate that value. This creates an offline selection problem that standard single-stage objectives do not capture: a policy may look good under a retrieval score or a raw off-policy value estimate, but still be unreliable if it depends on weakly supported generator-item pairs. We propose CASP (Coupled Action-Set Pessimism), a support-aware offline selector for finite libraries of two-stage recommender policies. CASP combines doubly robust value estimation with a support-burden penalty. We show that stagewise rules that ignore downstream continuation value can be arbitrarily suboptimal, and we derive population, finite-class, and reconstructed-propensity guarantees for conservative selection. In simulations and a reconstructed MovieLens 1M application, CASP selects lower-burden policies when estimated value and support credibility are in tension.


【4】MTServe: Efficient Serving for Generative Recommendation Models with Hierarchical Caches
标题:MTServe:通过分层缓存为生成性推荐模型提供高效服务
链接:https://arxiv.org/abs/2604.22881

作者:Xin Wang,Chi Ma,Shaobin Chen,Pu Wang,Menglei Zhou,Junyi Qiu,Qiaorui Chen,Jiayu Sun,Shijie Liu,Zehuan Wang,Lei Yu,Chuan Liu,Fei Jiang,Wei Lin,Hao Wang,Jiawei Jiang,Xiao Yan
摘要:Generative recommendation (GR) offers superior modeling capabilities but suffers from prohibitive inference costs due to the repeated encoding of long user histories. While cross-request Key-Value (KV) cache reuse presents a significant optimization opportunity, the massive scale of individual user states creates a storage explosion that far exceeds physical GPU limits. We propose MTServe, a hierarchical cache management system that virtualizes GPU memory by leveraging host RAM as a scalable backup store. To bridge the I/O gap between tiers, MTServe introduces a suite of system-level optimizations, including a hybrid storage layout, an asynchronous data transfer pipeline, and a locality-driven replacement policy. On both public and production datasets, MTServe delivers up to 3.1* speedup while maintaining near-perfect hit ratios (>98.5%).


聚类(4篇)

【1】Gromov-Wasserstein Methods for Multi-View Relational Embedding and Clustering
标题:多视图关系嵌入和集群的Gromov-Wasserstein方法
链接:https://arxiv.org/abs/2604.23912

作者:Rafael Pereira Eufrazio,Eduardo Fernandes Montesuma,Charles Casimiro Cavalcante
备注:This manuscript is currently under review at the XLIV Simposio Brasileiro de Telecomunicacoes e Processamento de Sinais - SBrT (Brazilian Symposium on Telecommunications and Signal Processing ) 2026
摘要 :Learning low-dimensional representations from multi-view relational data is challenging when underlying geometries differ across views. We propose Bary-GWMDS, a Gromov-Wasserstein-based method that operates directly on distance matrices to learn a consensus embedding preserving shared relational structure. By leveraging intrinsic distances, the approach naturally handles nonlinear distortions across views. We also introduce Mean-GWMDS-C, a clustering-oriented formulation that averages distance matrices and learns reduced-support representations via a consensus Gromov-Wasserstein transport. Experiments on synthetic and real-world datasets show that the proposed framework yields stable and geometrically meaningful embeddings.


【2】Characterizations of Admissible Objective Functions for Hierarchical Clustering
标题:分层聚集可接受目标函数的刻画
链接:https://arxiv.org/abs/2604.23628

作者:Ryuki Tsukuba,Kazutoshi Ando
备注:22 pages, 3 figures. Submitted to Algorithmica
摘要:Hierarchical clustering is a fundamental task in data analysis, yet for a long time it lacked a principled objective function. Dasgupta [STOC 2016] initiated a formal framework by introducing a discrete objective function for cluster trees. This framework was subsequently expanded by Cohen-Addad et al. [J. ACM 2019], who introduced the notion of admissibility -- a criterion ensuring that, whenever the input similarities admit consistent hierarchical representations, the minimizers of an objective function recover them. They also provided a necessary and sufficient condition for admissibility within a broad class of objective functions, which we refer to as sum-type objective functions. Our contributions are twofold. First, we characterize admissible sum-type objective functions when the scaling function g is a symmetric polynomial of degree at most two, together with sufficient conditions in the degree-three case. For admissible objective functions in this class, we show that the recursive sparsest cut algorithm achieves an O($φ$)-approximation ratio, where $φ$ denotes the approximation factor of the sparsest cut subroutine. Second, we introduce a new class of objective functions for hierarchical clustering, which we term max-type objective functions, where cluster interactions are measured by maximum rather than aggregate similarity. For this class, we establish a general characterization of admissibility for arbitrary scaling functions g, and a complete characterization when g is a symmetric polynomial of degree at most two. These results provide new theoretical insights into admissible objective functions for hierarchical clustering and clarify the scope of algorithmic guarantees for optimizing them.


【3】Deep Clustering for Climate: Analyzing Teleconnections through Learned Categorical States
标题:气候深度聚集:通过习得的分类国家分析气候关联
链接:https://arxiv.org/abs/2604.22909

作者:Lívia Meinhardt,Dário Oliveira
摘要:Understanding and representing complex climate variability is essential for both scientific analysis and predictive modeling. However, identifying meaningful climate regimes from raw variables is challenging, as they exhibit high noise and nonlinear dependencies. In this work, we explore the use of Masked Siamese Networks to discretize climate time series into semantically rich clusters. Focusing on daily minimum and maximum temperature, we show that the resulting representations: (i) yield clusters that reflect meaningful climate states under our modeling assumptions, offering a simplified representation for downstream use; (ii) enable sampling and analysis of specific climate scenarios; and (iii) exhibit statistical associations with El Niño events, underscoring their scientific relevance. Our findings highlight the potential of self-supervised discretization as a tool for climate data analysis and open avenues for incorporating richer climate indicators in future work.


【4】Turtle shell clustering: A mixture approach to discriminative clustering with applications to flow cytometry and other data
标题:龟壳聚类:一种判别聚类的混合方法及其在流式细胞术和其他数据中的应用
链接:https://arxiv.org/abs/2604.23083

作者:Mackenzie R. Neal,Paul D. McNicholas,Arthur White
摘要:Generative approaches to clustering provide information on geometric properties of clusters, whereas discriminative approaches provide boundaries between clusters. Ideas from both approaches are incorporated to present a fully unsupervised, probabilistic, and discriminative clustering method via a regularized mutual information objective function, wherein a mixture of mixtures of Gaussian and uniform distributions is used for formulation of the conditional model. Automatic selection of the number of components is established with the introduction of the regularizing term and a merge step, similar to those applied in reversible jump Markov chain Monte Carlo methods used in Bayesian clustering. Consequently, the turtle shell method -- a fully unsupervised clustering method capable of estimating non-linear boundary lines, automatically selecting the number of components, and capturing intuitive clusters in the presence of data abnormalities such as noise and/or irregular cluster shapes -- is introduced. We test this method on various simulated and real datasets commonly explored in clustering research, and extend the analysis to datasets arising from flow cytometry experiments.


自动驾驶|车辆|车道检测等(1篇)

【1】ARETE: Attention-based Rasterized Encoding for Topology Estimation using HSV-transformed Crowdsourced Vehicle Fleet Data
标题:AreTE:使用经RSV转换的众包车队数据进行基于注意力的网格化编码进行布局估计
链接:https://arxiv.org/abs/2604.24353

作者:Daniel Fritz,Dimitrios Lagamtzis,Michael Mink,Markus Enzweiler,Steffen Schober
摘要 :The continuous advancement of autonomous driving (AD) introduces challenges across multiple disciplines to ensure safe and efficient driving. One such challenge is the generation of High-Definition (HD) maps, which must remain up to date and highly accurate for downstream automotive tasks. One promising approach is the use of crowdsourced data from a vehicle fleet, representing road topology and lane-level features. This work focuses on the generation of centerlines and lane dividers from crowdsourced vehicle trajectories. We adopt a Detection Transformer (DETR)-based approach, where a rasterized representation of vehicle trajectories is used as input to predict vectorized lane representations. Each lane consists of a centerline with an associated direction and corresponding lane dividers that are geometrically constrained by the centerline. Our method includes the extraction of local tiles, from which crowdsourced vehicle trajectories are aggregated. Each tile undergoes a transformation into a rasterized representation encoding both the presence and direction of each trajectory, enabling the prediction of vectorized directed lanes. Experiments are conducted on an internal dataset as well as on the public datasets nuScenes and nuPlan.


联邦学习|隐私保护|加密(4篇)

【1】FedSLoP: Memory-Efficient Federated Learning with Low-Rank Gradient Projection
标题:FedSLoP:具有低等级梯度投影的内存高效联邦学习
链接:https://arxiv.org/abs/2604.24012

作者:Yutong He,Zhengyang Huang,Jiahe Geng
备注:27 pages, 7 figures
摘要:Federated learning enables a population of clients to collaboratively train machine learning models without exchanging their raw data, but standard algorithms such as FedAvg suffer from slow convergence and high communication and memory costs in heterogeneous, resource-constrained environments. We introduce FedSLoP, a federated optimization algorithm that combines stochastic low-rank subspace projections of gradients, thereby reducing the dimension of communicated and stored updates while preserving optimization progress. On the theoretical side, we develop a detailed nonconvex convergence analysis under standard smoothness and bounded-variance assumptions, showing that FedSLoP is guaranteed to converge to a first-order stationary point at a rate of $O(1/\sqrt{NT})$. On the empirical side, we conduct extensive experiments on federated MNIST classification with heterogeneous data partitions, showing that FedSLoP substantially reduces communication volume and client-side memory while achieving competitive or better accuracy compared with FedAvg and representative sparse or low-rank baselines. Together, our results demonstrate that random subspace momentum methods such as FedSLoP provide a principled and effective approach to communication- and memory-efficient federated learning. Codes are available at: https://github.com/pkumelon/FedSLoP.git.


【2】Scalable and Verifiable Federated Learning for Cross-Institution Financial Fraud Detection
标题:用于跨机构金融欺诈检测的可扩展和可验证的联邦学习
链接:https://arxiv.org/abs/2604.23437

作者:Prajwal Panth,Nishant Nigam
备注:8 pages, 7 figures. Preprint
摘要:The global financial ecosystem confronts a critical asymmetry: while fraud syndicates operate as borderless, distributed networks, banking institutions remain constrained by regulatory data silos, limiting visibility into cross-institutional threat patterns under strict privacy laws such as GDPR. Although Federated Learning (FL) enables collaborative training, existing protocols impose a trade-off among scalability, privacy, and integrity. Homomorphic encryption schemes are computationally expensive, while pairwise masking protocols require O(N^2) key exchanges and lack mechanisms to detect malformed updates. Existing defenses also remain vulnerable to gradient inversion attacks that can reconstruct sensitive transaction data.   To address these limitations, we propose Dynamic Sharded Federated Learning (DSFL), a verifiable secure aggregation framework for cross-institution financial fraud detection. DSFL replaces mesh topologies with Dynamic Stochastic Sharding, reducing communication complexity from O(N^2) to O(N m), where m is a fixed shard size, achieving linear scalability. To mitigate insider threats, we introduce Linear Integrity Tags, an additive-homomorphic commitment mechanism that enables probabilistic verification of submitted updates without the overhead of zero-knowledge proofs, while not enforcing semantic correctness. Additionally, the Active Neighborhood Recovery protocol ensures robust aggregation under participant dropouts. Empirical evaluation on the Credit Card Fraud Detection Dataset (ULB) demonstrates an approximately 33x latency reduction compared to Paillier-based secure aggregation, while maintaining strong resilience under simulated failures. These results position DSFL as a practical foundation for scalable and privacy-preserving collaborative fraud detection.


【3】A Taxonomy and Resolution Strategy for Client-Level Disagreements in Federated Learning
标题:联邦学习中客户级分歧的分类和解决策略
链接:https://arxiv.org/abs/2604.23386

作者:Daan Rosendal,Ana Oprescu
备注:8 pages, 16 figures. Published in IEEE BigData 2025
摘要:Federated Learning (FL) typically assumes unconditional collaboration, a premise that overlooks the complexities of real-world, multi-stakeholder environments in which clients may need to exclude one another for strategic, regulatory, or competitive reasons. This paper addresses this gap, which we term 'client-level disagreements,' by first introducing a taxonomy of such scenarios. We then propose a robust, multi-track resolution strategy that guarantees strict client exclusion by creating and managing isolated model update paths ('tracks'), thereby preventing the cross-contamination and unfairness issues present in naive strategies. Through an empirical evaluation of our custom simulation system across 34 scenarios using the MNIST and N-CMAPSS datasets, we validate that our approach correctly handles permanent, temporal, and overlapping disagreement patterns. Our scalability analysis reveals the server-side resolution algorithm's overhead is negligible (<1 ms per round) even under heavy load. The primary scalability constraint is the client-side training load from participating in multiple tracks, a cost that we show can be effectively mitigated by a submodel reuse strategy. This work presents a scalable and architecturally sound method for managing client-level disagreements, and enhances the practical applicability of FL in settings where policy compliance and strategic control are non-negotiable.


【4】Conditional Imputation for Within-Modality Missingness in Multi-Modal Federated Learning
标题:多模式联邦学习中模式内缺失的条件插补
链接:https://arxiv.org/abs/2604.23112

作者:Wugeng Zheng,Ziwen Kan,Katie Wang,Chen Chen,Song Wang
备注:Wugeng Zheng and Ziwen Kan contributed equally to this work. Song Wang is the corresponding author. Accepted to FedVision 2026
摘要 :Multimodal Federated Learning (MMFL) enables privacy-preserving collaborative training, but real-world clinical applications often suffer from within-modality missingness caused by sensor intermittency or irregular sampling. Existing methods implicitly represent unobserved data via architectural alignment or missing embeddings, often failing to recover the true distribution and yielding sub-optimal performance. We propose CondI, a federated framework explicitly addressing this missingness using conditional diffusion models. CondI employs a two-phase training pipeline: first, imputing unobserved temporal components using available multimodal context and conditional embeddings; second, optimizing modality-specific extractors and joint embedding spaces. During inference, imputed raw data pass through trained extractors to generate robust features, providing a holistic representation for downstream tasks. Explicit data imputation ensures models operate on complete semantic structures, significantly enhancing resilience against severe data incompleteness. Experiments on three clinical datasets (PTB-XL, SLEEP-EDF, MIMIC-IV) demonstrate CondI achieves comparable results to state-of-the-art baselines. Code: https://github.com/ZhengWugeng/CondI


推理|分析|理解|解释(19篇)

【1】Model-Free Inference of Investor Preferences: A Relative Entropy IRL Approach
标题:投资者偏好的无模型推断:相对熵IRL方法
链接:https://arxiv.org/abs/2604.24280

作者:Chen Xu
摘要:We present a framework using Relative Entropy Inverse Reinforcement Learning (RE-IRL) to recover investor reward functions from observed investment actions and market conditions. Unlike traditional IRL algorithms, RE-IRL is employed to account for environments where transition probabilities are unknown or inaccessible. To address the challenge of data sparsity, we utilize a $K$-nearest neighbor approach to estimate the observed behavior policy. Furthermore, we propose a statistical testing framework to evaluate the validity and robustness of the estimated results.


【2】Rewarding the Scientific Process: Process-Level Reward Modeling for Agentic Data Analysis
标题:奖励科学过程:统计数据分析的过程级奖励建模
链接:https://arxiv.org/abs/2604.24198

作者:Zhisong Qiu,Shuofei Qiao,Kewei Xu,Yuqi Zhu,Lun Du,Ningyu Zhang,Huajun Chen
备注:Work in progress
摘要:Process Reward Models (PRMs) have achieved remarkable success in augmenting the reasoning capabilities of Large Language Models (LLMs) within static domains such as mathematics. However, their potential in dynamic data analysis tasks remains underexplored. In this work, we first present a empirical study revealing that general-domain PRMs struggle to supervise data analysis agents. Specifically, they fail to detect silent errors, logical flaws that yield incorrect results without triggering interpreter exceptions, and erroneously penalize exploratory actions, mistaking necessary trial-and-error exploration for grounding failures. To bridge this gap, we introduce DataPRM, a novel environment-aware generative process reward model that (1) can serve as an active verifier, autonomously interacting with the environment to probe intermediate execution states and uncover silent errors, and (2) employs a reflection-aware ternary reward strategy that distinguishes between correctable grounding errors and irrecoverable mistakes. We design a scalable pipeline to construct over 8K high-quality training instances for DataPRM via diversity-driven trajectory generation and knowledge-augmented step-level annotation. Experimental results demonstrate that DataPRM improves downstream policy LLMs by 7.21% on ScienceAgentBench and 11.28% on DABStep using Best-of-N inference. Notably, with only 4B parameters, DataPRM outperforms strong baselines, and exhibits robust generalizability across diverse Test-Time Scaling strategies. Furthermore, integrating DataPRM into Reinforcement Learning yields substantial gains over outcome-reward baselines, achieving 78.73% on DABench and 64.84% on TableBench, validating the effectiveness of process reward supervision. Code is available at https://github.com/zjunlp/DataMind.


【3】A Limit Theory of Foundation Models: A Mathematical Approach to Understanding Emergent Intelligence and Scaling Laws
标题:基础模型的极限理论:理解涌现智能和标度定律的数学方法
链接:https://arxiv.org/abs/2604.24037

作者:Jun Shu,Junxiong Jia,Deyu Meng,Zongben Xu
摘要:Emergent intelligence have played a major role in the modern AI development. While existing studies primarily rely on empirical observations to characterize this phenomenon, a rigorous theoretical framework remains underexplored. This study attempts to develop a mathematical approach to formalize emergent intelligence from the perspective of limit theory. Specifically, we introduce a performance function E(N, P, K), dependent on data size N, model size P and training steps K, to quantify intelligence behavior. We posit that intelligence emerges as a transition from finite to effectively infinite knowledge, and thus recast emergent intelligence as existence of the limit $\lim_{N,P,K \to \infty} \mathcal{E}(N,P,K)$, with emergent abilities corresponding to the limiting behavior. This limit theory helps reveal that emergent intelligence originates from the existence of a parameter-limit architecture (referred to as the limit architecture), and that emergent intelligence rationally corresponds to the learning behavior of this limit system. By introducing tools from nonlinear Lipschitz operator theory, we prove that the necessary and sufficient conditions for existence of the limit architecture. Furthermore, we derive the scaling law of foundation models by leveraging tools of Lipschitz operator and covering number. Theoretical results show that: 1) emergent intelligence is governed by three key factors-training steps, data size and the model architecture, where the properties of basic blocks play a crucial role in constructing foundation models; 2) the critical condition Lip(T)=1 for emergent intelligence provides theoretical support for existing findings. 3) emergent intelligence is determined by an infinite-dimensional system, yet can be effectively realized in practice through a finite-dimensional architecture. Our empirical results corroborate these theoretical findings.


【4】Stabilizing Efficient Reasoning with Step-Level Advantage Selection
标题:通过分步优势选择稳定高效推理
链接:https://arxiv.org/abs/2604.24003

作者:Han Wang,Xiaodong Yu,Jialian Wu,Jiang Liu,Ximeng Sun,Mohit Bansal,Zicheng Liu
备注:Findings of ACL 2026, Code: https://github.com/HanNight/SAS
摘要 :Large language models (LLMs) achieve strong reasoning performance by allocating substantial computation at inference time, often generating long and verbose reasoning traces. While recent work on efficient reasoning reduces this overhead through length-based rewards or pruning, many approaches are post-trained under a much shorter context window than base-model training, a factor whose effect has not been systematically isolated. We first show that short-context post-training alone, using standard GRPO without any length-aware objective, already induces substantial reasoning compression-but at the cost of increasingly unstable training dynamics and accuracy degradation. To address this, we propose Step-level Advantage Selection (SAS), which operates at the reasoning-step level and assigns a zero advantage to low-confidence steps in correct rollouts and to high-confidence steps in verifier-failed rollouts, where failures often arise from truncation or verifier issues rather than incorrect reasoning. Across diverse mathematical and general reasoning benchmarks, SAS improves average Pass@1 accuracy by 0.86 points over the strongest length-aware baseline while reducing average reasoning length by 16.3%, yielding a better accuracy-efficiency trade-off.


【5】Inverting Foundation Models of Brain Function with Simulation-Based Inference
标题:基于仿真推理的脑功能基础模型反演
链接:https://arxiv.org/abs/2604.23865

作者:Niels Bracher,Xavier Intes,Stefan T. Radev
摘要:Foundation models of brain activity promise a new frontier for in silico neuroscience by emulating neural responses to complex stimuli across tasks and modalities. A natural next step is to ask whether these models can also be used in reverse. Can we recover a stimulus or its properties from synthetic brain activity? We study this question in a proof-of-concept setting using TRIBEv2. We pair the brain emulator with large language models (LLMs) that generate news headlines from linguistic parameters such as valence, arousal, and dominance. We then use simulation-based inference to learn a probabilistic mapping from brain maps to latent stimulus parameters. Our results show that these parameters can be recovered from predicted brain maps, validating the quality of neural encodings. They also show that LLMs can serve as controllable stimulus generators for simulated experiments. Together, these findings provide a step toward decoding and inverse design with foundation brain models.


【6】SeqShield: A Behavioral Analysis Approach to Uncover Rootkits
标题:SeqShield:揭露Rootkits的行为分析方法
链接:https://arxiv.org/abs/2604.23812

作者:Paras Ghodeshwar,Sandeep K Shukla,Anand Handa,Nitesh Kumar
备注:15 pages, 1 Algorithm, 1 Architecute Digram. Model training on both relevant features and irrelevant features with featured extraction method is explored
摘要:Rootkits are among the most elusive types of malware, capable of bypassing traditional static analysis methods due to their metamorphic behavior. Signature-based detection techniques struggle against these threats, necessitating a shift toward dynamic analysis approaches. We propose SeqShield, a behavior-based rootkit detection approach designed specifically for the Windows OS, leveraging API call sequences for dynamic behavior analysis. Instead of relying on static signatures, SeqShield examines the execution patterns of API calls, which inherently reflect malicious intent. Analyzing API sequences, we can effectively identify rootkit-like behavior. We also employed a metamorphic code engine to generate 10X mutated variants of rootkits, demonstrating their obfuscation strategies. SeqShield applies n-gram analysis to extract bigram and trigram features from these API call sequences, enabling effective detection of rootkit-like activity. Among the models tested, Random Forest achieves the highest accuracy of 97.27% (bigram) and 96.17% (trigram). To optimize performance and decrease the dimension, we apply feature importance ranking using the Gini Impurity Index, iteratively selecting the most significant features. The optimized lower-dimensional feature matrix significantly enhances detection efficiency without sacrificing accuracy. Using the optimized feature set, our approach achieves 96.72% accuracy for bigrams and 97.81% accuracy for trigrams.


【7】Leveraging Spatial Transcriptomics as Alternative to Manual Annotations for Deep Learning-Based Nuclei Analysis
标题:利用空间转录组学作为手动注释的替代方案进行基于深度学习的细胞核分析
链接:https://arxiv.org/abs/2604.23481

作者:Kazuya Nishimura,Ryoma Bise,Haruka Hirose,Yasuhiro Kojima
摘要:Deep learning-based nuclei segmentation and classification in pathology images typically rely on large-scale pixel-level manual annotations, which are costly and difficult to obtain across diverse tissues and staining conditions. To address this limitation, we propose a framework that leverages spatial transcriptomics (ST) data as supervision for nuclei segmentation and classification. By incorporating cell-level ST data, we obtain gene expression profiles and corresponding nuclear masks from histopathological images. Gene expression profiles are converted into cell-type labels and used as training data for image-based classification. Because existing gene expression-based cell-type classification methods are not designed for image recognition, we introduce an image-oriented classification approach that bridges gene expression-based cell typing and image-based cell classification. To evaluate generalization, we conduct segmentation experiments on previously unseen organs and compare our method with conventional supervised models. Despite being trained on fewer organ types, our framework achieves higher segmentation accuracy, demonstrating strong transferability. Classification experiments further show consistent improvements over existing approaches.


【8】Ulterior Motives: Detecting Misaligned Reasoning in Continuous Thought Models
标题:别有用心:检测连续思维模型中的错位推理
链接:https://arxiv.org/abs/2604.23460

作者:Sharan Ramjee
备注:15 pages with 2 figures
摘要 :Chain-of-Thought (CoT) reasoning has emerged as a key technique for eliciting complex reasoning in Large Language Models (LLMs). Although interpretable, its dependence on natural language limits the model's expressive bandwidth. Continuous thought models address this bottleneck by reasoning in latent space rather than human-readable tokens. While they enable richer representations and faster inference, they raise a critical safety question: how can we detect misaligned reasoning in an uninterpretable latent space? To study this, we introduce MoralChain, a benchmark of 12,000 social scenarios with parallel moral/immoral reasoning paths. We train a continuous thought model with backdoor behavior using a novel dual-trigger paradigm - one trigger that arms misaligned latent reasoning ([T]) and another that releases harmful outputs ([O]). We demonstrate three findings: (1) continuous thought models can exhibit misaligned latent reasoning while producing aligned outputs, with aligned and misaligned reasoning occupying geometrically distinct regions of latent space; (2) linear probes trained on behaviorally-distinguishable conditions ([T][O] vs [O]) transfer to detecting armed-but-benign states ([T] vs baseline) with high accuracy; and (3) misalignment is encoded in early latent thinking tokens, suggesting safety monitoring for continuous thought models should target the "planning" phase of latent reasoning.


【9】GeoFunFlow-3D: A Physics-Guided Generative Flow Matching Framework for High-Fidelity 3D Aerodynamic Inference over Complex Geometries
标题:GeofunFlow-3D:物理引导的生成流匹配框架,用于复杂几何形状的高保真3D空气动力推理
链接:https://arxiv.org/abs/2604.23350

作者:Ruiling Jiang,Yong Zhang,Houbiao Li
备注:40 pages, 18 figures,4 tables
摘要:Deep generative models and neural operators have demonstrated significant potential for 3D aerodynamic inference. However, they often face inherent challenges in maintaining physical consistency and preserving high-frequency features, primarily due to spectral bias and gradient conflicts within the governing equations. To address these issues, we propose GeoFunFlow-3D, a physics-guided generative flow matching framework. Temporally, we utilize optimal transport theory to build the generation path, ensuring stable training dynamics. Spectrally, we introduce a high-order discrete engine without automatic differentiation (No-AD) to reduce gradient stiffness. Spatially, a topology-aware super-resolution module (SATO) is employed to rigorously enforce physical laws in localized regions such as shock waves. We evaluated our framework on complex industrial datasets. On the BlendedNet dataset, the model successfully avoids mode collapse even under sparse data conditions. For the NASA Rotor37 test, it accurately captures 3D detached shock structures. Compared to conventional operators, GeoFunFlow-3D significantly improves accuracy, reducing the pressure field error (RRMSE) to 0.0215 while maintaining competitive inference efficiency. Ultimately, this work provides a reliable, geometry-driven approach for generating high-dimensional fluid fields.


【10】Hidden States Know Where Reasoning Diverges: Credit Assignment via Span-Level Wasserstein Distance
标题:隐藏的国家知道推理分歧在哪里:通过跨级别沃瑟斯坦距离分配学分
链接:https://arxiv.org/abs/2604.23318

作者:Xinzhu Chen,Wei He,Huichuan Fan,Wenzhe Niu,Zhongxiang Sun,Xuanru Wang,Jiuchong Gao,Jinghua Hao,Renqing He,Weijie Yu
摘要:Group Relative Policy Optimization (GRPO) performs coarse-grained credit assignment in reinforcement learning with verifiable rewards (RLVR) by assigning the same advantage to all tokens in a rollout. Process reward models can provide finer-grained supervision, but they require step-level annotation or additional reward modeling. We show that hidden-state distributions contain a useful signal for local reasoning quality that can be extracted using only outcome-level correctness labels available in RLVR. Specifically, within each GRPO group, the Wasserstein distance between span-level hidden state distributions of correct and incorrect rollouts increases around regions where their local reasoning quality diverges. This association holds both across examples and within individual trajectories, suggesting that hidden-state distributional divergence can serve as a self-supervision signal for fine-grained credit assignment. We formalize this observation with a separation theorem showing that, under mild structural assumptions, post-divergence spans have larger Wasserstein distances than pre-divergence spans whenever the population-level distributional gap exceeds finite-sample noise. Motivated by this result, we propose \textbf{S}pan-level \textbf{H}idden state \textbf{E}nabled \textbf{A}dvantage \textbf{R}eweighting (SHEAR), which modifies GRPO by using span-level Wasserstein distances to scale token-level advantages, amplifying updates on tokens whose hidden states are more separated from the opposing group. The method requires no additional model and only minimal changes to the training pipeline. Experiments on five mathematical reasoning benchmarks and five code generation benchmarks show improvements over standard GRPO and strong performance relative to supervised process reward models, while requiring no additional annotation or reward model training.


【11】Scaling Multi-Node Mixture-of-Experts Inference Using Expert Activation Patterns
标题:使用专家激活模式扩展多节点专家混合推理
链接:https://arxiv.org/abs/2604.23150

作者:Abhimanyu Bambhaniya,Geonhwa Jeong,Jason Park,Jiecao Yu,Jaewon Lee,Pengchao Wang,Changkyu Kim,Chunqiang Tang,Tushar Krishna
摘要:Most recent state-of-the-art (SOTA) large language models (LLMs) use Mixture-of-Experts (MoE) architectures to scale model capacity without proportional per-token compute, enabling higher-quality outputs at manageable serving costs. However, MoE inference at scale is fundamentally bottlenecked by expert load imbalance and inefficient token routing, especially in multi-node deployments where tokens are not guaranteed to be routed to local experts, resulting in significant inter-node all-to-all communication overhead.   To systematically characterize these challenges, we profile SOTA open-source MoE models, including Llama 4 Maverick, DeepSeek V3-671B, and Qwen3-230B-A22B, on various datasets and collected over 100k real expert activation traces. Upon studying the expert activation patterns, we uncover various persistent properties across all the frontier MoE models: variable expert load imbalance, domain-specific expert activation where expert popularity shifts across task families (code, math, chat, general), and a strong correlation between prefill and decode expert activations. Motivated by these findings, we propose workload-aware micro-batch grouping and an expert placement strategy to maximize token locality to the destination expert, thereby reducing inter-node communication. Across models and datasets, these optimizations help reduce all2all communication data up to 20, resulting in lower MoE decode latency and better accelerator utilization.


【12】Shape of Memory: a Geometric Analysis of Machine Unlearning in Second-Order Optimizers
标题:记忆形状:二阶优化器中机器取消学习的几何分析
链接:https://arxiv.org/abs/2604.23046

作者:Kennon Stewart
备注:Full experiment data available at secondstreetlabs.io
摘要:We argue that current definitions of machine unlearning are underspecified for second-order optimizers. We compare first-order and second-order learners for their ability to handle the data deletion task with varying degrees of eigendecomposition to mimic the loss model memory. While both first and second-order methods realign with the ideal counterfactul in terms of performance and gradient, the second-order optimizer shows significant volatility in the optimizer state. This indicates residual information, supposedly deleted, that isn't detectable by first-order analysis. Various eigendecay treatments show that stability and information loss is regained only under controlled state pertubation where geometric information (or memory) is erased.


【13】Understanding Representation Gaps Across Scales in Tropical Tree Species Classification from Drone Imagery
标题:了解无人机图像热带树种分类中跨尺度的表示差距
链接:https://arxiv.org/abs/2604.23019

作者:Sulagna Saha,Arthur Ouaknine,Etienne Laliberté,Carol Altimas,Evan M. Gora,Adriane Esquivel Muelbert,Ian R. McGregor,Cesar Gutierrez,Vanessa E. Rubio,David Rolnick
备注:ML4RS @ICLR 2026 (Main)
摘要:Accurate classification of tropical tree species from unoccupied aerial vehicle (UAV) imagery remains challenging due to high species diversity and strong visual similarity among species at typical image resolutions (centimeters per pixel). In contrast, models trained on close-up citizen science photographs captured with smartphones achieve strong plant species classification performance. Recent advances in UAV data acquisition now enable the collection of close-up images that are spatially registered with top-view aerial imagery and approach the level of visual detail found in smartphone photographs, with the trade-off that such high-resolution photos cannot be acquired for many trees. In this work, we evaluate the performance of existing methods using paired top-view and close-up UAV imagery collected in a species-rich tropical forest. Through fine-tuning experiments, we quantify the performance gap between vision foundation models and in-domain generalist plant recognition models across both image types (high-resolution close-up versus coarser-resolution top-view imagery). We show that classification performance is consistently higher on close-up images than on top-view aerial imagery, and that this performance gap widens for rare species. Finally, we propose that self-supervised representation alignment across these two spatial scales offers a promising approach for integrating fine-grained visual information into canopy-level species classification models based on top-view UAV imagery. Leveraging high-resolution close-up UAV imagery to enhance canopy-level species classification could substantially improve large-scale monitoring of tropical forest biodiversity.


【14】On-Device Vision Training, Deployment, and Inference on a Thumb-Sized Microcontroller
标题:拇指大小微控制器上的设备上视觉训练、部署和推理
链接:https://arxiv.org/abs/2604.23012

作者:Jeremy Ellis
备注:25 pages; 3 figures; 3 tables. Code and datasets available at https://github.com/webmcu-ai/on-device-vision-ai. Paper 1 of the webmcu-ai series. Implements end-to-end on-device CNN training and inference on a thumb-sized microcontroller (ESP32-S3) the XIAO ML Kit in ~1,750 lines of single-file C++ without external ML dependencies
摘要:This paper presents a complete, end-to-end on-device vision machine learning pipeline, comprising data acquisition, two-layer CNN training with Adam optimization, and real-time inference, executing entirely on a microcontroller-class device costing $15-40 USD. Unlike cloud-based workflows that require external infrastructure and conceal the computational pipeline from the practitioner, this system implements every step of the core ML lifecycle in approximately 1,750 lines of readable C++ that compiles in under one minute using the Arduino IDE, with no external ML dependencies. Running on the Seeed Studio ESP32-S3 XIAO ML Kit (8 MB PSRAM), the firmware achieves three-class 64x64 image classification in approximately 9 minutes per training run, with real-time inference at 6.3 FPS. Key contributions include: correct batch-level gradient accumulation; pre-computed resize lookup tables for inference; dual-format weight export for SD-free baked-in deployment; a three-tier weight priority system (SD binary > baked-in header > He-initialization) resolved automatically at boot; a single-constant network reconfiguration interface; and PSRAM-aware memory management suited to microcontroller constraints. All source code and reference datasets are released under the MIT License at https://github.com/webmcu-ai/on-device-vision-ai


【15】The Power of Power Law: Asymmetry Enables Compositional Reasoning
标题:幂律的力量:不对称使组合推理成为可能
链接:https://arxiv.org/abs/2604.22951

作者:Zixuan Wang,Xingyu Dang,Jason D. Lee,Kaifeng Lyu
摘要:Natural language data follows a power-law distribution, with most knowledge and skills appearing at very low frequency. While a common intuition suggests that reweighting or curating data towards a uniform distribution may help models better learn these long-tail skills, we find a counterintuitive result: across a wide range of compositional reasoning tasks, such as state tracking and multi-step arithmetic, training under power-law distributions consistently outperforms training under uniform distributions. To understand this advantage, we introduce a minimalist skill-composition task and show that learning under a power-law distribution provably requires significantly less training data. Our theoretical analysis reveals that power law sampling induces a beneficial asymmetry that improves the pathological loss landscape, which enables models to first acquire high-frequency skill compositions with low data complexity, which in turn serves as a stepping stone to efficiently learn rare long-tailed skills. Our results offer an alternative perspective on what constitutes an effective data distribution for training models.


【16】Towards Understanding the Expressive Power of GNNs with Global Readout
标题:通过全球读数了解GNN的表现力
链接:https://arxiv.org/abs/2604.22870

作者:Maurice Funk,Daumantas Kojelis
备注:17 pages
摘要 :We study the expressive power of message-passing aggregate-combine-readout graph neural networks (ACR-GNNs). Particularly, we focus on the first-order (FO) properties expressible by this formalism. While a tight logical characterisation remains a difficult open question, we make two contributions towards answering it. First, we show that sum aggregation and readout suffice for GNNs to capture FO properties that cannot be expressed in the logic C2 on both directed and undirected graphs. This strengthens known results by Hauke and Wał{\k e}ga (2026) where aggregation and readout functions are specially crafted for the task. Second, we identify two natural ways of restoring characterisability (with regard to C2) for ACR-GNNs. One option is to limit local aggregation (without imposing restrictions on global readout), whilst the second is to run ACR-GNNs over graphs of bounded degree (but unbounded size). In both cases, the FO properties captured by GNNs are exactly those definable by a formula in graded modal logic with global counting modalities. Our results thus establish an innate lower- and upper-bound in terms of how far (fragments of) C2 can be taken to characterise GNNs, and imply that is indeed the unbounded interaction of aggregation and readout that pushes the logical expressive power of GNNs above C2.


【17】Audio2Tool: Bridging Spoken Language Understanding and Function Calling
标题:Audio2Tool:连接口语理解和函数调用
链接:https://arxiv.org/abs/2604.22821

作者:Ramit Pahwa,Apoorva Beedu,Parivesh Priye,Rutu Gandhi,Saloni Takawale,Aruna Baijal,Zengli Yang
摘要:Voice assistants increasingly rely on Speech Language Models (SpeechLMs) to interpret spoken queries and execute complex tasks, yet existing benchmarks lack domain breadth, acoustic diversity, and compositional reasoning complexity to evaluate tool-calling performance. We introduce Audio2Tool, a large-scale dataset comprising approximately 30,000 queries designed to assess tool-calling capabilities of SpeechLMs across three primary domains: Smart Car, Smart Home, and Wearables. Our benchmark features a multi-tier complexity hierarchy, ranging from simple direct commands to complex multi-intent and needle-in-a-haystack extraction to isolate distinct failure modes. To ensure realism, we employ zero-shot voice cloning text-to-speech synthesis and diverse noise profiles to simulate in-the-wild conditions. Evaluations of state-of-the-art SpeechLMs and ASR-LLM pipelines show strong performance on simple commands but significant degradation under compositional and acoustic challenges. We will release the dataset and benchmark upon acceptance.


【18】Artificial General Intelligence Forecasting and Scenario Analysis: State of the Field, Methodological Gaps, and Strategic Implications
标题:人工通用智能预测和情景分析:领域状况、方法论差距和战略影响
链接:https://arxiv.org/abs/2604.22766

作者:Gopal P. Sarma,Sunny D. Bhatt,Michael Jacob,Rachel Steratore
备注:75 pages, 1 figure
摘要:In this report, we review the current state of methodologies to forecast the arrival of artificial general intelligence, assess their reliability, and analyze the implications for strategy and policy. We synthesize diverse forecasting approaches, document significant limitations in existing methods, and propose a research agenda for developing more-robust forecasting infrastructure. The report does not endorse a specific forecast or scenario but rather provides a framework for interpreting forecasts under conditions of deep uncertainty. We experimented with an iterative approach to human and artificial intelligence collaboration for this report. The primary drafting of the text was performed by large language models (GPT 5.1, Gemini 3 Pro, and Claude 4.5 Opus), with human researchers providing direction, peer review, fact-checking, and revision.


【19】Inference of Online Newton Methods with Nesterov's Accelerated Sketching
标题:利用涅斯捷洛夫加速草图推理在线牛顿方法
链接:https://arxiv.org/abs/2604.23436

作者:Haoxuan Wang,Xinchen Du,Sen Na
备注:51 pages, 2 tables, 3 figures
摘要:Reliable decision-making with streaming data requires principled uncertainty quantification of online methods. While first-order methods enable efficient iterate updates, their inference procedures still require updating proper (covariance) matrices, incurring $O(d^2)$ time and memory complexity, and are sensitive to ill-conditioning and noise heterogeneity of the problem. This costly inference task offers an opportunity for more robust second-order methods, which are, however, bottlenecked by solving Newton systems with $O(d^3)$ complexity. In this paper, we address this gap by studying an online Newton method with Hessian averaging, where the Newton direction at each step is approximately computed using a sketch-and-project solver with Nesterov's acceleration, matching $O(d^2)$ complexity of first-order methods. For the proposed method, we quantify its uncertainty arising from both random data and randomized computation. Under standard smoothness and moment conditions, we establish global almost-sure convergence, prove asymptotic normality of the last iterate with a limiting covariance characterized by a Lyapunov equation, and develop a fully online covariance estimator with non-asymptotic convergence guarantees. We also connect the resulting uncertainty quantification to that of exact and sketched Newton methods without Nesterov's acceleration. Extensive experiments on regression models demonstrate the superiority of the proposed method for online inference.


检测相关(3篇)

【1】A Benchmark Suite of Reddit-Derived Datasets for Mental Health Detection
标题:用于心理健康检测的Reddit衍生数据集基准套件
链接:https://arxiv.org/abs/2604.23458

作者:Khalid Hasan,Jamil Saquer
备注:In the proceedings of 12th Annual Conference on Computational Science & Computational Intelligence (CSCI'25)
摘要 :The growing availability of online support groups has opened up new windows to study mental health through natural language processing (NLP). However, it is hindered by a lack of high-quality, well-validated datasets. Existing studies have a tendency to build task-specific corpora without collecting them into widely available resources, and this makes reproducibility as well as cross-task comparison challenging. In this paper, we present a uniform benchmark set of four Reddit-based datasets for disjoint but complementary tasks: (i) detection of suicidal ideation, (ii) binary general mental disorder detection, (iii) bipolar disorder detection, and (iv) multi-class mental disorder classification. All datasets were established upon diligent linguistic inspection, well-defined annotation guidelines, and human-judgmental verification. Inter-annotator agreement metrics always exceeded the baseline agreement score of 0.8, ensuring the labels' trustworthiness. Previous work's evidence of performance on both transformer and contextualized recurrent models demonstrates that these models receive excellent performances on tasks (F1 ~ 93-99%), further validating the usefulness of the datasets. By combining these resources, we establish a unifying foundation for reproducible mental health NLP studies with the ability to carry out cross-task benchmarking, multi-task learning, and fair model comparison. The presented benchmark suite provides the research community with an easy-to-access and varied resource for advancing computational approaches toward mental health research.


【2】AnemiaVision: Non-Invasive Anemia Detection via Smartphone Imagery Using EfficientNet-B3 with TrivialAugmentWide, Mixup Augmentation, and Persistent Patient History Management
标题:贫血视觉:使用EfficientNet-B3、TrivialAugmentWide、Mixup Augmentation和持续病史管理通过智能手机图像进行无创性贫血检测
链接:https://arxiv.org/abs/2604.22964

作者:Rahul Patel
备注:6 pages, 6 figures, 6 tables. Final year personal project, Department of Electronics and Communication Engineering, Indian Institute of Information Technology Surat. Code: https://github.com/RAHULPATEL2002/anemia-detection Demo: https://anemia-detection-gbmj.onrender.com
摘要:Anemia affects over one billion people globally and remains severely under-diagnosed in low-resource regions where laboratory blood tests are inaccessible. This paper presents AnemiaVision, an end-to-end web-based system for non-invasive anemia screening from smartphone photographs of the palpebral conjunctiva and fingernail beds. The proposed pipeline fine-tunes a pre-trained EfficientNet-B3 backbone with a redesigned three-layer classifier head incorporating BatchNorm, GELU activations, and high-rate Dropout (0.45/0.35). Training employs four orthogonal accuracy-boosting techniques: TrivialAugmentWide for policy-free image augmentation, RandomErasing for spatial regularisation, Mixup (alpha=0.2) for inter-class smoothing, and cosine-annealing scheduling with linear warmup. Early stopping is governed by peak validation accuracy rather than validation loss to prevent premature termination on high-variance epochs. The deployed Flask application integrates persistent patient-history management backed by PostgreSQL on Render, with an automated database-migration entrypoint ensuring zero data loss across redeploys. Ablation experiments demonstrate that accuracy-first early stopping contributes +1.6% and Mixup contributes +2.8% to final validation accuracy. Overall, the proposed system achieves a validation accuracy of 96.2% and AUC-ROC of 0.98, compared with 44.9% validation accuracy and AUC-ROC of 0.58 from the three-epoch CPU-only baseline. Sensitivity for the anemic class reaches 0.96, making the system suitable as a first-line screening tool for community health workers in rural settings. The system is publicly accessible and source code is openly available.


【3】ECoLAD: Deployment-Oriented Evaluation for Automotive Time-Series Anomaly Detection
标题:ECoLAD:面向部署的汽车时序异常检测评估
链接:https://arxiv.org/abs/2603.10926

作者:Kadir-Kaan Özer,René Ebeling,Markus Enzweiler
备注:6 pages, 3 figures, 5 tables
摘要:Time-series anomaly detectors are commonly compared on workstation-class hardware under unconstrained execution. In-vehicle monitoring, however, requires predictable latency and stable behavior under limited CPU parallelism. Accuracy-only leaderboards can therefore misrepresent which methods remain feasible under deployment-relevant constraints.   We present ECoLAD (Efficiency Compute Ladder for Anomaly Detection), a deployment-oriented evaluation protocol instantiated as an empirical study on proprietary automotive telemetry (anomaly rate ${\approx}$0.022) and complementary public benchmarks. ECoLAD applies a monotone compute-reduction ladder across heterogeneous detector families using mechanically determined, integer-only scaling rules and explicit CPU thread caps, while logging every applied configuration change. Throughput-constrained behavior is characterized by sweeping target scoring rates and reporting (i) coverage (the fraction of entities meeting the target) and (ii) the best AUC-PR achievable among measured ladder configurations satisfying the target. On constrained automotive telemetry, lightweight classical detectors sustain both coverage and detection lift above the random baseline across the full throughput sweep. Several deep methods lose feasibility before they lose accuracy.


分类|识别(6篇)

【1】SceneSelect: Selective Learning for Trajectory Scene Classification and Expert Scheduling
标题:Sceneselect:轨迹场景分类和专家调度的选择性学习
链接:https://arxiv.org/abs/2604.24514

作者:Xinrun Wang,Deshun Xia,Ke Xu,Weijie Zhu
备注:This paper has been accepted by ICIC 2026
摘要:Accurate trajectory prediction is fundamentally challenging due to high scene heterogeneity - the severe variance in motion velocity, spatial density, and interaction patterns across different real-world environments. However, most existing approaches typically train a single unified model, expecting a fixed-capacity architecture to generalize universally across all possible scenarios. This conventional model-centric paradigm is fundamentally flawed when confronting such extreme heterogeneity, inevitably leading to a severe generalization gap, degraded accuracy, and massive computational waste. To overcome this bottleneck, rather than refining restricted model-centric architectures, we propose selective learning, a novel scene-centric paradigm. It explicitly analyzes the characteristics of the underlying scene to dynamically route inputs to the most appropriate expert models. As a concrete implementation of this paradigm, we introduce SceneSelect. Specifically, SceneSelect utilizes unsupervised clustering on interpretable geometric and kinematic features to discover a latent scene taxonomy. A highly decoupled classification module is then trained to assign real-time inputs to these scene categories, and a highly extensible, plug-and-play scheduling policy automatically dispatches the trajectory sequence to the optimal expert predictor. Crucially, this decoupled design ensures excellent generalization capabilities, allowing seamless integration with different off-the-shelf models and robust adaptation across new datasets without requiring computationally expensive joint retraining. Extensive experiments on three public benchmarks (ETH-UCY, SDD, and NBA) demonstrate that our method consistently outperforms strong single-model and ensemble baselines, achieving an average improvement of 10.5%, showcasing the effectiveness of scene-aware selective learning.


【2】Machine-Learning-Based Classification of Radio Frequency Building Loss
标题:基于机器学习的射频建筑物损失分类
链接:https://arxiv.org/abs/2604.24143

作者:Jiayi Tan,Neelabhro Roy,James Gross,Rohit Chandra,Tsao-Tsen Chen
备注:Accepted as a short paper in International Conference on Telecommunications (ICT) 2026
摘要:Accurate modeling of outdoor-to-indoor (O2I) and indoor-to-indoor (I2I) signal loss is important for improving indoor wireless network performance in dense urban areas. Traditional on-site measurements are expensive, time-consuming, and difficult to conduct across wide regions. Real-world datasets also tend to be noisy and imbalanced, which makes signal loss prediction challenging. This study presents a machine learning framework for classifying radio frequency (RF) building loss. The framework combines passively collected, crowdsourced user equipment (UE) data from 3GPP-compliant networks with public building information. We evaluated Random Forest, XGBoost, LightGBM, and a voting classifier using both supervised (SL) and semi-supervised learning (SSL). Compared to SL-only inference, the proposed SL and SSL framework improved both prediction accuracy and confidence under identical data constraints, achieving up to 12.6% relative accuracy gain for O2I loss and 3.4% for I2I loss, while reducing prediction entropy by up to 8.4%. Among the evaluated models, SSL XGBoost provided the most confident O2I loss classification, whereas SSL LightGBM achieved the best performance for I2I loss. These results demonstrate that the proposed approach provides a practical, data-driven alternative to traditional models, with promising potential to support better network planning and indoor coverage optimization.


【3】Impact of Age Specialized Models for Hypoglycemia Classification
标题:年龄专业化模型对脑下垂体分类的影响
链接:https://arxiv.org/abs/2604.23732

作者:Beyza Cinar,Maria Maleshkova
备注:Accepted for IEEE CAI 2026. 13 pages, 6 Figures, and 10 Tables
摘要:Disease progression varies with age and is influenced by underlying genetic, biochemical, and hormonal etiologies, suggesting the need for tailored monitoring, care, and medication beyond standard clinical guidelines. Specifically, in autoimmune diseases like type 1 diabetes (T1D), where patients depend on exogenous insulin to compensate for insulin deficiency, medication dosing and the physiological response reflected in vital signs can differ. Insulin therapy can lead to hypoglycemia, a dangerous condition characterized by decreased blood glucose levels ($\leq$70). This risk can be mitigated through improved diabetes management supported by data analytics. Notably, leveraging data from continuous glucose monitoring (CGM) devices, hypoglycemia onset can be predicted. However, while glucose variability, auto-antibody levels, and hypoglycemia occurrence differ across age groups, hypoglycemia classification most often only relies on population-based models specialized in specific age ranges. In this work, we classify hypoglycemia 0, 5-15, 20-45, and 50-120 minutes before onset using DiaData, a large CGM dataset of patients with T1D ranging from children to seniors. In particular, we investigate: 1) the generalizability of a population-based model including all age groups, 2) the impact of age-segmented models trained separately per age group, and 3) the effect of model individualization through transfer learning. The results show that a global population-based model yields similar or superior performance compared to age-segmented models. These findings suggest that data from children, teenagers, and adults can be combined for training models on hypoglycemia classification. While glucose variation differs across age groups, short-term hypoglycemic patterns are similar. However, data of children obtain their best recall with age specialized model.


【4】COMO: Closed-Loop Optical Molecule Recognition with Minimum Risk Training
标题:COMO:具有最小风险训练的闭环光学分子识别
链接:https://arxiv.org/abs/2604.23546

作者:Zhuoqi Lyu,Qing Ke
摘要:Optical chemical structure recognition (OCSR) translates molecular images into machine-readable representations like SMILES strings or molecular graphs, but remains challenging in real-world documents due to inexhaustible variations in chemical structures, shorthand conventions, and visual noise. Most existing deep-learning-based approaches rely on teacher forcing with token-level Maximum Likelihood Estimation (MLE). This training paradigm suffers from exposure bias, as models are trained under ground-truth prefixes but must condition on their own previous predictions during inference. Moreover, token-level MLE objectives hinder the optimization towards molecular-level evaluation criteria such as chemical validity and structural similarity. Here we introduce Minimum Risk Training (MRT) to OCSR and propose COMO (Closed-loop Optical Molecule recOgnition), a closed-loop framework that mitigates exposure bias by directly optimizing over molecule-level, non-differentiable objectives, by iteratively sampling and evaluating the model's own predictions. Experiments on ten benchmarks including synthetic and real-world chemical diagrams from patent and scientific literature demonstrate that COMO substantially outperforms existing rule-based and learning-based methods with less training data. Ablation studies further show that MRT is architecture-agnostic, demonstrating its potential for broad application to end-to-end OCSR systems.


【5】Contrastive Learning for Multimodal Human Activity Recognition with Limited Labeled Data
标题:有限标记数据的多模式人类活动识别对比学习
链接:https://arxiv.org/abs/2604.23281

作者:Long Jing,Zhixiong Yang,Yajun Zhang,Xinlong Feng
摘要 :Human activity recognition serves as the foundation for various emerging applications. In recent years, researchers have used collaborative sensing of multi-source sensors to capture complex and dynamic human activities. However, multimodal human activity sensing typically encounters highly heterogeneous data across modalities and label scarcity, resulting in an application gap between existing solutions and real-world needs. In this paper, we propose CLMM, a general contrastive learning framework for human activity recognition that achieves effective multimodal recognition with limited labeled data.   CLMM employs a novel two-stage training strategy. In the first stage, CLMM employs a CNN-DiffTransformer encoder to capture cross-modal shared information by extracting local and global features. Meanwhile, a hard-positive samples weighting algorithm enhances gradient propagation to reinforce shared learning. In the second stage, a dual-branch architecture combining quality-guided attention and bidirectional gated units captures modality-specific information, while a primary-auxiliary collaborative training strategy fuses both shared and modality-specific information. Experimental results on three public datasets demonstrate that CLMM significantly improves state-of-the-art baselines in both recognition accuracy and convergence performance.


【6】Learning from Imperfect Text Guidance: Robust Long-Tail Visual Recognition with High-Noise Label
标题:从不完美的文本引导中学习:具有高噪音标签的稳健长尾视觉识别
链接:https://arxiv.org/abs/2604.23125

作者:Mengke Li,Haiquan Ling,Yiqun Zhang,Yang Lu,Hui Huang
备注:Accepted by CVM 2026
摘要:Real-world data often exhibit long-tailed distributions with numerous noisy labels, substantially degrading the performance of deep models. While prior research has made progress in addressing this combined challenge, it overlooks the severe label-image mismatch inherent to high-noise settings, thereby limiting their effectiveness. Given that observed labels, though mismatched with images, still retain category information, we propose employing auxiliary text information from labels to address label-image inconsistencies in long-tailed noisy data. Specifically, we leverage the intrinsic cross-modal alignment in pre-trained visual-language models to correct the label-image inconsistencies. This supervisory signal, referred to as Weak Teacher Supervision (WTS), is unaffected by label noise and data distribution biases, albeit exhibits limited accuracy. Therefore, the activation of WTS is determined by evaluating the discrepancy between text-predicted labels and observed labels. Extensive experiments demonstrate the superior performance of WTS across synthetic and real-world datasets, particularly under high-noise conditions. The source code is available at https://anonymous.4open.science/r/WTS-0F3C.


表征(5篇)

【1】Learning Interpretable PDE Representations for Generative Reconstructions with Structured Sparsity
标题:为具有结构稀疏性的生成式重建学习可解释的QE表示
链接:https://arxiv.org/abs/2604.23867

作者:Valerie Tsao,Nathaniel Chaney,Manolis Veveakis
备注:28 pages, 20 figures
摘要:Scientific measurements are often bottlenecked by suboptimal conditions, whether that be noise, incomplete spatial coverage, or limited resolution, rendering accurate field reconstruction a difficult task. We introduce LatentPDE, a latent diffusion framework designed to simultaneously resolve sparse-observation reconstruction and super-resolution. While existing physics-guided diffusion models typically rely on soft loss penalties or uninterpretable representations, our approach enforces physical compliance by constructing an inherently interpretable latent space. Specifically, we parameterize the latent variables directly as the coefficients and source terms of an assumed governing PDE. In doing so, LatentPDE is able to reliably reconstruct dynamics across highly disparate and structured data gaps. Empirical results on diverse configurations demonstrate that our model achieves high-fidelity recovery at any desired resolution while also tracking the underlying predictive uncertainty.


【2】Causal Representation Learning from General Environments under Nonparametric Mixing
标题:非参数混合下一般环境中的因果表示学习
链接:https://arxiv.org/abs/2604.23800

作者:Ignavier Ng,Shaoan Xie,Xinshuai Dong,Peter Spirtes,Kun Zhang
备注:Accepted to AISTATS 2025. This is a slightly revised version of the published paper
摘要:Causal representation learning aims to recover the latent causal variables and their causal relations, typically represented by directed acyclic graphs (DAGs), from low-level observations such as image pixels. A prevailing line of research exploits multiple environments, which assume how data distributions change, including single-node interventions, coupled interventions, or hard interventions, or parametric constraints on the mixing function or the latent causal model, such as linearity. Despite the novelty and elegance of the results, they are often violated in real problems. Accordingly, we formalize a set of desiderata for causal representation learning that applies to a broader class of environments, referred to as general environments. Interestingly, we show that one can fully recover the latent DAG and identify the latent variables up to minor indeterminacies under a nonparametric mixing function and nonlinear latent causal models, such as additive (Gaussian) noise models or heteroscedastic noise models, by properly leveraging sufficient change conditions on the causal mechanisms up to third-order derivatives. These represent, to our knowledge, the first results to fully recover the latent DAG from general environments under nonparametric mixing. Notably, our results match or improve upon many existing works, but require less restrictive assumptions about changing environments.


【3】Intervention-Aware Multiscale Representation Learning from Imaging Phenomics and Perturbation Transcriptomics
标题:来自成像表型组学和微扰转录组学的干预感知多尺度表示学习
链接:https://arxiv.org/abs/2604.22832

作者:Jiayuan Chen,Ruoqi Liu,Zishan Gu,Ping Zhang
备注:CVPR 2026 main conference
摘要 :Microscopy-based phenotypic profiling is scalable for drug discovery but lacks the mechanistic depth of transcriptomics, which remains costly and scarce. Existing multimodal approaches either use images to support other modalities or naively align representations by sample identity, ignoring cell-type and dose variations in weakly paired data-limiting generalization to unseen interventions. In this paper, we introduce an intervention-aware distillation framework that leverages perturbational transcriptomics to guide image representation learning. A transcriptome-conditioned teacher integrates gene expression and intervention metadata to produce soft distributions over a chemistry-aware codebook organized by drug similarity. The teacher employs a fine-tuned single-cell foundation model to encode cell-type context and disentangle dose effects. An image-only student learns to predict these distributions from microscopy alone, distilling mechanistic knowledge while operating independently at test time. This design emphasizes intervention semantics rather than identity alignment and explicitly handles dose and cell-type mismatches. We provide theoretical guarantees showing that transcriptomic guidance tightens the risk bound for image-based prediction. On Cell Painting and RxRx datasets paired with L1000, our method significantly improves one-shot transfer to unseen interventions and drug-target gene discovery compared to self-supervised and alignment baselines.


【4】Explicit integral representations and quantitative bounds for two-layer ReLU networks
标题:两层ReLU网络的显式积分表示和量化界
链接:https://arxiv.org/abs/2604.23260

作者:Anthony Lee
摘要:An approach to construct explicit integral representations for two-layer ReLU networks is presented, which provides relatively simple representations for any multivariate polynomial. Quantitative bounds are provided for a particular, sharpened ReLU integral representation, which involves a harmonic extension and a projection. The bounds demonstrate that functions can be approximated with $L^{2}(\mathcal{D})$ errors that do not depend explicitly on dimension or degree, but rather the coefficients of their monomial expansions and the distribution $\mathcal{D}$.


【5】Representation Homogeneity and Systemic Instability in AI-Dominated Financial Markets: A Structural Approach
标题:人工智能主导的金融市场中的代表同质性和系统性不稳定性:结构性方法
链接:https://arxiv.org/abs/2604.22818

作者:Yimeng Qiu,Qiwei Han
摘要:This paper investigates how similarity in the informational representation of market states among Artificial Intelligence (AI) trading agents can generate systemic instability in financial markets. We construct a structural multi-agent market model calibrated using high-frequency microstructural moments. AI agents are modeled through a two-layer decision architecture consisting of a nonlinear representation layer and an adaptive linear readout layer. The representation layer maps raw market states into high-dimensional feature vectors, while the readout layer generates return forecasts that feed into a risk-controlled trading rule. This representation-based microfoundation separates two objects that are often conflated in the literature: representation homogeneity (the degree to which agents encode market states into similar feature spaces) and forecast overlap (the degree to which agents produce similar return predictions). We show theoretically that these two concepts are related but not equivalent, and that representation homogeneity can compress the effective space of forecast disagreement under stress even when predictions appear diverse in normal times. Through controlled factorial experiments that vary representation homogeneity while conditioning on alternative risk-aversion and learning-rate distributions, we hypothesize that increasing representation similarity amplifies synchronization in beliefs and positions, leading to volatility clustering, liquidity stress, and elevated tail risk. Our structural mechanisms suggest that low perceived volatility regimes can endogenously accumulate hidden leverage through position stickiness, which subsequently collapses when shocks trigger synchronized deleveraging. The results provide a structural foundation for macroprudential policies aimed at monitoring and preserving diversity in how AI systems represent and process market information.


3D|3D重建等相关(2篇)

【1】AmaraSpatial-10K: A Spatially and Semantically Aligned 3D Dataset for Spatial Computing and Embodied AI
标题:AmaraSpatial-10 K:用于空间计算和并行人工智能的空间和语义对齐的3D数据集
链接:https://arxiv.org/abs/2604.23018

作者:Mohammad Sadegh Salehi,Alex Perkins,Igor Maurell,Ashkan Dabbagh,Raymond Wong
摘要:Web-scale 3D asset collections are abundant, but rarely deployment-ready. Assets ship with arbitrary metric scale, incorrect pivots and forward axes, brittle geometry, and textures that do not support relighting, which limits their utility for embodied AI, robotics simulation, game development, and AR/VR. We present AmaraSpatial-10K, a dataset of over 10,000 synthetic 3D assets designed for downstream use rather than volume alone. Each asset is released as a metric-scaled, semantically anchored .glb with separated PBR material maps, a convex collision hull, a paired reference image, and rich multi-sentence text metadata. The dataset spans indoor objects, vehicles, architecture, creatures, and props under a unified spatial convention. Alongside the dataset, we introduce an evaluation suite for 3D asset banks. The suite comprises a continuous Scale Plausibility Score (SPS) with an LLM-as-Judge interval protocol, an LLM Concept Density score for metadata, an anchor-error metric, and a cross-modal CLIP coherence protocol, and we use it to audit AmaraSpatial-10K alongside matched subsets from Objaverse, HSSD, ABO, and GSO. Compared with Objaverse-sourced assets, we demonstrate that AmaraSpatial-10K substantially improves text-based retrieval precision (CLIP Recall@5 of 0.612 vs 0.181, a 3.4x improvement with median rank falling from 267 to 3), and we establish that it satisfies the spatial and semantic prerequisites for physics-aware scene composition and embodied-AI asset banks, leaving those downstream evaluations to future work. AmaraSpatial-10K is publicly available on Hugging Face.


【2】2D Pre-Training for 3D Pose Estimation
标题:用于3D姿势估计的2D预训练
链接:https://arxiv.org/abs/2604.22830

作者:Liyao Jiang,Ruichen Chen,Keith G. Mills
备注:This work was completed as a graduate course project more than four years prior to this preprint. It is shared for archival and educational purposes. We open-source our code fork here: https://github.com/ECE740F21T01/pytorch-pose-hg-3d
摘要 :Pre-training is a general method that is used in a range of deep learning tasks. By first training a model on one task, and then further training on the downstream task used for final evaluation, the model is forced to learn a more general understanding of the input data. While pre-training has been applied to 3D Human Pose Estimation (HPE) previously, the scope of datasets used is typically very limited to some strong benchmarks, like Human3.6M. Therefore, in this project, we expand the scope of an existing 3D HPE scheme to be compatible with additional 2D and 3D HPE datasets, like Occlusion Person. We perform an extensive study on how aspects of 2D pre-training, such as model size, affect downstream performance, and to what extent pre-training can help the model generalize to different datasets. Experimental results show that 2D pre-training consistently outperforms training on 3D data alone, particularly in terms of computational efficiency. Finally, using MPII and Human3.6M, we are able to obtain an MPJPE score of under 64.5mm.


编码器(1篇)

【1】PEPS: Positional Encoding Projected Sampling -- Extended
标题:PEPS:位置编码投影采样--扩展
链接:https://arxiv.org/abs/2604.24167

作者:Guillaume Perez,Janarbek Matai,Takahiro Harada
摘要:Implicit neural representations (INRs) are increasingly being used as tools to map coordinates to signals, encompassing applications from neural fields to texture compression, shape representations, and beyond. Most INR methods are based on using high-dimensional projections of the initial coordinates through encoders such as grid or positional encoding. Nevertheless, positional encoding is often insufficient and grids, as we show in this paper, require high resolution for being able to learn. In this paper, we demonstrate that positional encoding can be used not only as a high-dimensional embedding but also decomposed as a series of meaningful points. We propose the Positional Encoding Projected Sampling, where we treat the projection of the original coordinate at each frequency as a point of interest. We describe the motion of each point with respect to the frequencies and show that it follows a unique pattern. Finally, we use the unique motion of each point as a basis decomposition for doing learned positional encoding using grids. We prove, using three competitive applications; image representation, texture compression, and signed distance function; that the proposed approach outperforms the current state of the art methods, and often requires 25\% less parameters for equivalent reconstruction error or rendering.


优化|敛散性(8篇)

【1】The Optimal Sample Complexity of Multiclass and List Learning
标题:多类和列表学习的最佳样本复杂性
链接:https://arxiv.org/abs/2604.24749

作者:Chirag Pabbaraju
摘要:While the optimal sample complexity of binary classification in terms of the VC dimension is well-established, determining the optimal sample complexity of multiclass classification has remained open. The appropriate complexity parameter for multiclass classification is the DS dimension, and despite significant efforts, a gap of $\sqrt{\text{DS}}$ has persisted between the upper and lower bounds on sample complexity.   Recent work by Hanneke et al. (2026) shows a novel algebraic characterization of multiclass hypothesis classes in terms of their DS dimension. Building up on this, we show that the maximum hypergraph density of any multiclass hypothesis class is upper-bounded by its DS dimension. This proves a longstanding conjecture of Daniely and Shalev-Shwartz (2014). As a consequence, we determine the optimal dependence of the sample complexity on the DS dimension for multiclass as well as list learning.


【2】Stochastic simultaneous optimistic optimization
标题:随机同步乐观优化
链接:https://arxiv.org/abs/2604.24537

作者:Michal Valko,Alexandra Carpentier,Rémi Munos
备注:Published in International Conference on Machine Learning (ICML 2013)
摘要:We study the problem of global maximization of a function f given a finite number of evaluations perturbed by noise. We consider a very weak assumption on the function, namely that it is locally smooth (in some precise sense) with respect to some semi-metric, around one of its global maxima. Compared to previous works on bandits in general spaces (Kleinberg et al., 2008; Bubeck et al., 2011a) our algorithm does not require the knowledge of this semi-metric. Our algorithm, StoSOO, follows an optimistic strategy to iteratively construct upper confidence bounds over the hierarchical partitions of the function domain to decide which point to sample next. A finite-time analysis of StoSOO shows that it performs almost as well as the best specifically-tuned algorithms even though the local smoothness of the function is not known.


【3】Hindsight Preference Optimization for Financial Time Series Advisory
标题:金融时间序列咨询的事后诸葛亮偏好优化
链接:https://arxiv.org/abs/2604.23988

作者:Yanwei Cui,Guanghui Wang,Xing Zhang,Peiyang He,Ziyuan Li,Bing Zhu,Wei Qiu,Xusheng Wang,Zheng Yu,Anqi Xin
备注:Accepted at ICLR 2026 TSALM Workshop
摘要:Time series models predict numbers; decision-makers need advisory -- directional signals with reasoning, actionable suggestions, and risk management. Training language models for such predictive advisory faces a fundamental challenge: quality depends on outcomes unknown at prediction time. We bridge two ideas from reinforcement learning -- using information unavailable during execution to retrospectively generate training signal, and preference alignment -- and propose Hindsight Preference Optimization: observed outcomes let an LLM judge rank candidate advisories on dimensions that scalar metrics cannot capture, producing preference pairs for DPO without human annotation. We apply this to Vision-Language-Model-based predictive advisories on S&P 500 equity time series, demonstrated by a 4B model outperforming its 235B teacher on both accuracy and advisory quality.


【4】OptProver: Bridging Olympiad and Optimization through Continual Training in Formal Theorem Proving
标题:OptProver:通过形式定理证明的持续训练来连接奥林匹克竞赛和优化
链接:https://arxiv.org/abs/2604.23712

作者:Chenyi Li,Yanchen Nie,Zhengyu Ming,Gong Zhang,Kun Yuan,Zaiwen Wen
摘要 :Recent advances in formal theorem proving have focused on Olympiad-level mathematics, leaving undergraduate domains largely unexplored. Optimization, fundamental to machine learning, operations research, and scientific computing, remains underserved by existing provers. Its reliance on domain-specific formalisms (convexity, optimality conditions, and algorithmic analysis) creates significant distribution shift, making naive domain transfer ineffective. We present OptProver, a trained model that achieves robust transfer from Olympiad to undergraduate optimization. Starting from a strong Olympiad-level prover, our pipeline mitigates distribution shift through two key innovations. First, we employ large-scale optimization-focused data curation via expert iteration. Second, we introduce a specialized preference learning objective that integrates perplexity-weighted optimization with a mechanism to penalize valid but non-progressing proof steps. This not only addresses distribution shifts but also guides the search toward efficient trajectories. To enable rigorous evaluation, we construct a novel benchmark in Lean 4 focused on optimization. On this benchmark, OptProver achieves state-of-the-art Pass@1 and Pass@32 among comparably sized models while maintaining competitive performance on general theorem-proving tasks, demonstrating effective domain transfer without catastrophic forgetting.


【5】A Layer Separation Optimization Framework for Cross-Entropy Training in Deep Learning
标题:深度学习中交叉熵训练的分层分离优化框架
链接:https://arxiv.org/abs/2604.23225

作者:Yaru Liu,Michael K. Ng,Yiqi Gu
摘要:This paper investigates the deep learning optimization problem with softmax cross-entropy loss. We propose a layer separation strategy to alleviate the strong nonconvexity encountered during training deep networks. For cross-entropy models with fully connected and convolutional neural networks, we introduce auxiliary variables associated with hidden layer outputs and construct corresponding layer separation models, which decompose the original deeply nested optimization problem into a sequence of more manageable subproblems. We also conduct theoretical analyses, proving that the new layer separation loss provides an upper bound for the original cross-entropy loss. Moreover, we design alternating minimization algorithms and prove that, under appropriate conditions, these algorithms exhibit decreasing properties of the loss function. Numerical experiments validate the effectiveness of the proposed methods and indicate improved optimization behavior, especially for fully connected and convolutional neural networks.


【6】Sliced-Regularized Optimal Transport
标题:分片正则化最优迁移
链接:https://arxiv.org/abs/2604.23944

作者:Khai Nguyen
备注:22 pages, 8 figures, 1 table
摘要:We propose a new regularized optimal transport (OT) formulation, termed sliced-regularized optimal transport (SROT). Unlike entropic OT (EOT), which regularizes the transport plan toward an independent coupling, SROT regularizes it toward a smoothened sliced OT (SOT) plan. To the best of our knowledge, SROT is the first approach to leverage a version of SOT plan as a reference to improve classical OT. We provide a formal definition of SROT, derive its dual formulation, and provide a post-Bayesian interpretation of SROT. We then develop a Sinkhorn-style algorithm for efficient computation, retaining the same scalability advantages as EOT. By incorporating a scalable SOT plan as a prior, SROT yields more accurate approximations of the exact OT plan than EOT under the same level of regularization. Moreover, the resulting transport plan improves upon the reference SOT plan itself. We further introduce the corresponding OT divergence induced by SROT, named SROT divergence, and analyze its topological and computational properties. Finally, we validate our approach through experiments on synthetic datasets and color transfer tasks, demonstrating that SROT is better than both EOT and SOT in approximating exact OT. Additional experiments on gradient flows further highlight the advantages of SROT divergence.


【7】Nearly Optimal Subdata Selection
标题:近似最优子数据选择
链接:https://arxiv.org/abs/2604.23930

作者:Min Yang,Wei Zheng,John Stufken,Ming-Chung Chang,Ting Tian,Xueqin Wang
摘要:When, in terms of the number of data points, the size of a dataset exceeds available computing resources, or when labeling is expensive, an attractive solution consists of selecting only some of the data points (subdata) for further consideration. A central question for selecting subdata of size $n$ from $N$ available data points is which $n$ points to select. While an answer to this question depends on the objective, one approach for a parametric model and a focus on parameter estimation is to select subdata that retains maximal information. Identifying such subdata is a classical NP-hard problem due to its inherent discreteness. Based on optimal approximate design theory, we develop a new methodology for information-based subdata selection, resulting in subdata that approaches the optimal solution. To achieve this, we develop a novel algorithm that applies to a general model, accommodates arbitrary choices of $N$ and $n$, and supports multiple optimality criteria, and we prove its convergence. Moreover, the new methodology facilitates an assessment of the efficiency of subdata selected by any method by obtaining tight lower and upper bounds for the efficiency. We show that the subdata obtained through the new methodology is highly efficient and outperforms all existing methods.


【8】Rethinking Trust Region Bayesian Optimization in High Dimensions
标题:重新思考多维信任域Bayesian优化
链接:https://arxiv.org/abs/2604.22967

作者:Wei-Ting Tang,Joel A. Paulson
摘要:Trust Region Bayesian Optimization (TuRBO) is an effective strategy for alleviating the curse of dimensionality in high-dimensional black-box optimization. However, inappropriate lengthscale design can cause the local Gaussian process (GP) model within the trust region to degenerate, leading to suboptimal performance in high dimensions. In this work, we show that TuRBO's local GP may remain either excessively complex or overly simple as the dimension $D$ and trust region side length $L$ vary. To address this issue, we propose a straightforward variant, AdaScale-TuRBO, which scales the GP lengthscale with both the problem dimension and trust region size, thereby preserving kernel geometry and maintaining consistent prior complexity. Empirically, we show that AdaScale-TuRBO can robustly outperform standard TuRBO and other popular high-dimensional BO methods on synthetic benchmarks and real-world trajectory planning tasks.


预测|估计(21篇)

【1】Exploiting Differential Flatness for Efficient Learning-based Model Predictive Control of Constrained Multi-Input Control Affine Systems
标题:利用差异平坦性实现约束多输入控制仿射系统的高效基于学习的模型预测控制
链接:https://arxiv.org/abs/2604.24706

作者:Tobias A. Farger,Adam W. Hall,Angela P. Schoellig
备注:Accepted for publication in 2026 European Control Conference
摘要:Learning-based control techniques use data from past trajectories to control systems with uncertain dynamics. However, learning-based controllers are often computationally inefficient, limiting their practicality. To address this limitation, we propose a learning-based controller that exploits differential flatness, a property of many robotic systems. Recent research on using flatness for learning-based control either is limited in that it (i) ignores input constraints, (ii) applies only to single-input systems, or (iii) is tailored to specific platforms. In contrast, our approach uses a system extension and block-diagonal cost formulation to control general multi-input, nonlinear, affine systems. Furthermore, it satisfies input and half-space flat state constraints and guarantees probabilistic Lyapunov decrease using only two sequential convex optimizations. We show that our approach performs similarly to, but is multiple times more efficient than, a Gaussian process model predictive controller in simulation, and achieves competitive tracking in real hardware experiments.


【2】Dialysis Risk Prediction and Treatment Effect Estimation for AKI patients using Longitudinal Electronic Health Records
标题:使用纵向电子健康记录对AKI患者的透析风险预测和治疗效果评估
链接:https://arxiv.org/abs/2604.24547

作者:Kalyani P. Pande,Evan Yang,Bryan Zhu,Sandeep K. Mallipattu,Alisa Yurovsky,Tengfei Ma
摘要:Progression to dialysis or end-stage renal disease is a rare but clinically important outcome. Clinicians need evidence on how medication exposures influence downstream risk. We constructed a fixed-window EHR cohort (90-day observation, 730-day prediction; N=81401; dialysis/ESRD prevalence: 1.1%) and modeled sequences of diagnoses, procedures, and medications with kidney laboratory trends (creatinine, BUN, eGFR). A transformer-based causal multi-head model was trained to estimate drug- and ingredient-level average treatment effects (ATEs) using counterfactual exposure removal and insertion under a full medication history setup. On test set, predictive performance reached an AUC of 0.694 and PR-AUC of 0.094. At the selected decision threshold (0.883), the model achieved an F1 score of 0.201 with a Brier score of 0.018. Post-hoc causal analyses of lab changes (eGFR, creatinine, BUN) using IPTW, AIPW, naive, and covariate-adjusted OLS methods assessed clinical directionality. Results showed partial protective-direction support for ACE/ARB exposures and worsening-direction signals for loop diuretics.


【3】Prior-Agnostic Robust Forecast Aggregation
标题:先验不可知的鲁棒预测聚合
链接:https://arxiv.org/abs/2604.24517

作者:Zhi Chen,Cheng Peng,Wei Tang
摘要:Robust forecast aggregation combines the predictions of multiple information sources to perform well in the worst case across all possible information structures. Previous work largely focuses on settings with a known binary state space, where the state is either 0 or 1. We study prior-agnostic robust forecast aggregation in which the aggregator observes only experts' reports, yet is ignorant of both the underlying joint information structure and the full prior, including the underlying state space. Unlike the standard model that fixes the binary state space {0, 1}, we allow the (binary) unknown state values to be arbitrary numbers in [0, 1], so the same reported probability may correspond to very different realized outcome frequencies across environments.   Our main contribution is a simple, explicit, closed-form log-odds aggregator that linearly pools forecasts in logit space, together with (nearly-)tight minimax-regret guarantees across three knowledge regimes. We first show that under conditionally independent (CI) signals, robust aggregation with an unknown state space is strictly harder than in the known-state setting by establishing a larger lower bound, and our aggregation rule can achieve a worst-case regret of 0.0255. Along the way, we also characterize tight regret bounds for Blackwell-ordered structures and for general information structures. In the classical setting with known state space {0,1}, our aggregator achieves regret strictly below 0.0226 for CI structures. To the best of our knowledge, this is the first explicit closed-form aggregator that achieves a regret upper bound strictly less than 0.0226. Finally, we extend the model where the aggregator additionally knows each expert's marginal forecast distribution; in this setting, with the CI structures, we show that a generalized log-odds rule achieves regret of 0.0228, complementing with a lower bound of 0.0225.


【4】IMPA-Net: Meteorology-Aware Multi-Scale Attention and Dynamic Loss for Extreme Convective Radar Nowcasting
标题:IMPA-Net:极端对流雷达临近预报的气象意识多尺度关注和动态损失
链接:https://arxiv.org/abs/2604.24224

作者:Haofei Cui,Guangxin He,Juanzhen Sun,Jingjia Luo,Haonan Chen,Xiaoran Zhuang,Mingxuan Chen,Xian Xiao
摘要 :Short-range prediction of convective precipitation from weather radar observations is essential for severe weather warnings. However, deep learning models trained with pixel-wise error metrics tend to produce overly smooth forecasts that suppress intense echoes critical for hazard detection. This issue is exacerbated by insufficient multi-scale feature interaction and suboptimal fusion of heterogeneous geophysical inputs. We propose IMPA-Net (Integrated Multi-scale Predictive Attention Network), a deterministic 0-2 hour nowcasting framework that addresses these limitations through meteorologically-informed designs at the input, architecture, and loss function levels. A parameter-free Spatial Mixer reorganizes heterogeneous input channels at the mesoscale-$γ$ neighborhood (~2 km) via deterministic channel permutation, providing a structured cross-field prior. An integrated multi-scale predictive attention module serves as the spatiotemporal translator, capturing dynamics from mesoscale-$β$ to mesoscale-$γ$ scales. A Meteorologically-Aware Dynamic Loss employs three-level asymmetric weighting -- adapting across training epochs, storm intensity, and forecast lead time -- to counteract regression-to-the-mean. Evaluated against seven baselines on a multi-source radar dataset over eastern China, IMPA-Net raises the Heidke Skill Score at $\geq$45 dBZ from 0.049 (SimVP baseline) to 0.143 under matched settings. Relative to pySTEPS, it provides a better trade-off between severe-event detection and false-alarm control. Spectral analysis confirms preserved energy across mesoscale bands where competing methods show progressive smoothing. These improvements are shown within a single domain and convective regime; generalizability to other orographic and climatic regions remains to be tested.


【5】DecompKAN: Decomposed Patch-KAN for Long-Term Time Series Forecasting
标题:DecompKAN:用于长期时间序列预测的分解Patch-KAN
链接:https://arxiv.org/abs/2604.23968

作者:Naveen Mysore
备注:15 pages, 6 figures, 8 tables. Preprint; under review
摘要:Accurate time series forecasting in scientific domains such as climate modeling, physiological monitoring, and energy systems benefits from both competitive predictions and model transparency. This work proposes DecompKAN, a lightweight attention-free architecture that combines trend-residual decomposition, channel-wise patching, learned instance normalization, and B-spline Kolmogorov-Arnold Network (KAN) edge functions. Each KAN edge learns an explicit, inspectable 1D scalar function over learned patch-embedding coordinates that can be directly visualized. On standard benchmarks, DecompKAN achieves best or tied-best MSE on 15 of 32 dataset-horizon combinations among selected published baselines, and achieves best or tied-best MSE on 20 of 36 comparisons under a controlled same-recipe evaluation across 9 datasets including the physiological PPG-DaLiA benchmark. The architecture shows particular strength on datasets with smooth temporal dynamics (Solar -17%, ECL -10% vs. iTransformer, Weather) and physiological time series. Visualization of learned edge functions reveals qualitatively different latent nonlinearities across domains. Ablation analysis shows that the architectural pipeline (decomposition, patching, normalization) drives performance more than the choice of nonlinear layer, while the KAN formulation enables inspection of learned latent transformations.


【6】Task-guided Spatiotemporal Network with Diffusion Augmentation for EEG-based Dementia Diagnosis and MMSE Prediction
标题:具有扩散增强的任务引导时空网络用于基于脑电的痴呆症诊断和SSE预测
链接:https://arxiv.org/abs/2604.23964

作者:Xiaoyu Zheng,Xu Tian,Bin Jiao,Kunbo Cui,Hanhe Lin,Lu Shen,Jin Liu
摘要:Patients with dementia typically exhibit cognitive impairment, which is routinely assessed using the Mini-Mental State Examination (MMSE). Concurrently, their underlying neurophysiological abnormalities are reflected in Electroencephalography (EEG), providing a basis for joint modeling. However, traditional multi-task approaches suffer from feature entanglement, which leads to inter-task interference when handling heterogeneous objectives.To address this challenge, we propose a task-guided spatiotemporal network (TGSN) with diffusion augmentation for EEG-based dementia diagnosis and MMSE prediction. Specifically, TGSN integrates a multi-band feature fusion module to capture complementary spectral information from EEG. Meanwhile, a pre-trained data augmentation module utilizing a diffusion process is introduced toincrease sample diversity. To model the complex spatiotemporal patterns of EEG, we propose a gated spatiotemporal attention module that captures long-range spatial dependencies and temporal dynamics. Moreover, we design a task-guided query module to achieve task-specific feature extraction, thereby mitigating task interference. The effectiveness of TGSN is evaluated on the XY02 dataset. Experimental results demonstrate that the proposed network outperforms several state-of-the-art methods, achieving classification accuracies of 97.78\% for Alzheimer's Disease (AD)/Frontotemporal Dementia (FTD) and 83.93\% for AD/FTD/Vascular Cognitive Impairment (VCI), which exceed the best baselines by 16.39\% and 8.28\%, respectively. In parallel, it reduces the RMSE for MMSE prediction to 1.93 and 2.38, achieving significant error reductions of 1.44 and 1.43 compared to the best baselines. Additionally, validation on the DS004504 dataset demonstrates strong cross-dataset generalization...


【7】Machine Learning and Deep Learning Models for Short Term Electricity Price Forecasting in Australia's National Electricity Market
标题:澳大利亚国家电力市场短期电价预测的机器学习和深度学习模型
链接:https://arxiv.org/abs/2604.23908

作者:Wei Lu,Jay Wang,Dingli Duan,Ding Mao,Caiyi Song,John Huang
备注:28 pages, 5 figures
摘要:Short term electricity price forecast is essential in competitive power markets, yet electricity price series exhibit high volatility, irregularity, and non-stationarity. This phenomenon is pronounced in the South Australian region of the National Electricity Market, where high renewable penetration drives price volatility and frequent negative price intervals, while structural changes such as the transition to five-minute settlement further complicate forecast. To address these challenges, this study develops a unified benchmark framework. Under identical data preprocessing, feature engineering with lag features, rolling statistics, cyclic temporal encodings, and so on, and an 85% to 15% chronological train test split, six algorithms are systematically compared, including AWMLSTM, CatBoost, GBRT, LSTM, LightGBM, and SVR. The results show that for price prediction, tree-based models, especially GBRT with an R squared value of 0.88, generally outperform LSTM and SVR. However, all models achieve a mean absolute percentage error above 90%, and more than 65% of GBRT predictions have relative errors above 10%, which highlights the inherent difficulty of price forecast. For demand prediction, all models perform substantially better than in price prediction. AWMLSTM and GBRT achieve an R2 value of 0.96 with mean absolute percentage error below 32%, and GBRT has 74.37% of samples within 5% error, while LSTM and SVR perform less accurately in both tasks. Future improvements should focus on hybrid models such as tree plus transformers, data augmentation for extreme events, and error correction to better capture price spikes.


【8】Modeling Induced Pleasure through Cognitive Appraisal Prediction via Multimodal Fusion
标题:通过多模式融合通过认知评价预测来建模诱导的快乐
链接:https://arxiv.org/abs/2604.23753

作者:Nastaran Dab,Raziyeh Zall,Mohammadreza Kangavari
摘要 :Multimodal affective computing analyzes user-generated social media content to predict emotional states. However, a critical gap remains in understanding how visual content shapes cognitive interpretations and elicits specific affective experiences such as pleasure. This study introduces a novel computational model to infer video-induced pleasure via cognitive appraisal variables. The proposed model addresses four challenges: (1) noisy and inconsistent human labels, (2) the semantic gap between "positive emotions" and "pleasure," (3) the scarcity of pleasure-specific datasets, and (4) the limited interpretability of existing black-box fusion methods. Our approach integrates data-driven and cognitive theory-driven methods, using cognitive appraisal theory and a fuzzy model within an innovative framework. The model employs transformer-based architectures and attention mechanisms for fine-grained multimodal feature extraction and interpretable fusion to capture both inter- and intra-modal dynamics associated with pleasure. This enables the prediction of underlying appraisal variables, thereby bridging the semantic gap and enhancing model explainability beyond conventional statistical associations. Experimental results validate the efficacy of the proposed method in detecting video-induced pleasure, achieving a peak accuracy of 0.6624 in predicting pleasure levels. These findings highlight promising implications for affective content recommendation, intelligent media creation, and advancing our understanding of how digital media influences human emotions.


【9】TimingLLM: A Two-Stage Retrieval-Augmented Framework for Pre-Synthesis Timing Prediction from Verilog
标题:TimingLLM:一个基于Verilog的两级检索增强综合前时序预测框架
链接:https://arxiv.org/abs/2604.23602

作者:Armin Abdollahi,Negin Ashrafi,Mehdi Kamal,Massoud Pedram
摘要:Early, tool-free prediction of post-synthesis timing remains a key obstacle to rapid RTL iteration. We introduce TimingLLM, a two-stage retrieval-augmented LLM pipeline that estimates worst negative slack (WNS) and total negative slack (TNS) directly from Verilog. Stage 1 is a fine-tuned LLM that acts as a compact post-synthesis timing oracle, producing path-level arrivals/required times that are summarized into lightweight structural-timing cues (e.g., bag-of-gates counts, critical-path depth, gate-type patterns). Stage 2 is an LLM-based regressor that predicts WNS/TNS and applies a learned diagonal steering vector at the last transformer block, computed from the k nearest timing-labeled modules in a disjoint retrieval bank. On VerilogEval, TimingLLM attains R_WNS = 0.91 (MAPE 12%) and R_TNS=0.97 (MAPE 16%) while running 1.3-1.6 times faster than prior methods. Training uses a new 60k-module Verilog corpus with synthesis reports, which we will release. After training once, TimingLLM can be adapted to new technology libraries and PVT corners by refitting only a small regression head on 1000 labeled modules per setting, consistently outperforming state-of-the-art baselines.


【10】Autocorrelation Reintroduces Spectral Bias in KANs for Time Series Forecasting
标题:自相关在KAN中重新引入谱偏差以进行时间序列预测
链接:https://arxiv.org/abs/2604.23518

作者:Chen Zeng,Jiahui Wang,Qiao Wang
摘要:Existing theory suggests that Kolmogorov-Arnold Networks (KANs) can overcome the spectral bias commonly observed in neural networks under the assumption that inputs are statistically independent. However, this assumption does not hold in time series forecasting (TSF), where inputs are lagged observations with strong temporal autocorrelation. Through theoretical analysis and empirical validation, we obtain an unexpected finding: temporal autocorrelation reintroduces spectral bias in KANs, and the bias becomes increasingly pronounced as the degree of autocorrelation increases. This suggests that standard KANs may face substantial difficulties in TSF with strongly autocorrelated inputs. To address this problem, we introduce the Discrete Cosine Transform (DCT) to reduce the correlations among the network inputs. As expected, experimental results reveal that DCT preprocessing substantially reduces the observed low-frequency preference in TSF. This result also corroborates that the spectral bias of KANs in TSF tasks is indeed induced by the autocorrelation among input variables.


【11】Interpretable Physics-Informed Load Forecasting for U.S. Grid Resilience: SHAP-Guided Ensemble Validation in Hybrid Deep Learning Under Extreme Weather
标题:美国电网弹性的可解释物理信息负载预测:极端天气下混合深度学习中的SHAP引导的集合验证
链接:https://arxiv.org/abs/2604.23500

作者:Md Abubakkar,Sajib Debnath,Md. Uzzal Mia
摘要:Accurate short-term electricity load forecasting is a cornerstone of U.S. grid reliability; however, prevailing deep learning models remain opaque, limiting operator trust during extreme weather. A unified, interpretable, physics-informed ensemble framework is proposed, integrating a Convolutional Neural Network (CNN) branch for local feature extraction and a Transformer branch for long-range dependency modeling; the branches are fused through a validation-optimized weighted ensemble and regularized by a physics-informed loss derived from the piecewise parabolic temperature-demand relationship of the Electric Reliability Council of Texas (ERCOT) system. Post-hoc interpretability is provided through SHapley Additive exPlanations (SHAP) with the DeepExplainer backend, yielding global and event-level attributions. Using eight years of ERCOT hourly load data (2018-2025) fused with Automated Surface Observing System (ASOS) records from three Texas stations, the framework achieves 713 MW MAE, 812 MW RMSE, and 1.18% MAPE on the test window. For Hampel-flagged extreme events, MAPE falls by 20.7% relative to its Transformer branch and by 40.5% relative to its CNN branch; an ablation confirms that the parabolic and ramp constraints drive a 14.7% RMSE reduction. SHAP analysis reveals a regime shift: temperature dominates under normal operation, whereas wind speed and precipitation become more influential during cold fronts and heatwaves.


【12】GeoCert: Certified Geometric AI for Reliable Forecasting
标题:GeCert:经过认证的几何人工智能,可实现可靠的预测
链接:https://arxiv.org/abs/2604.23474

作者:Regina Zhang,Zongru Li,Honggang Wen,Xiaofeng Liu,Siu-Ming Yiu,Pietro Liò,Kwok-Yan Lam
备注:15 pages, 4 figures
摘要 :Forecasting systems in science must be accurate, physically consistent, and certifiably reliable. Most existing models address prediction, constraint enforcement, and verification separately, limiting scalability and interpretability. We introduce GeoCert, a geometric AI framework that unifies forecasting, physical reasoning, and formal verification within a single differentiable computation. GeoCert formulates forecasting as evolution along a hyperbolic manifold, where negative curvature induces contraction dynamics, intrinsic robustness, and logarithmic-time certification. A hierarchical constraint architecture separates universal physical laws from domain-specific dynamics, enabling certified generalization across energy, climate, finance, and transportation systems. GeoCert achieves state-of-the-art accuracy while reducing computational cost by 97.5% and maintaining better certification rates. By embedding verification into the geometry of learning, GeoCert transforms forecasting from empirical approximation to formally verified inference, offering a scalable foundation for trustworthy, reproducible, and physically grounded scientific AI.


【13】MetaErr: Towards Predicting Error Patterns in Deep Neural Networks
标题:MetaErr:预测深度神经网络中的错误模式
链接:https://arxiv.org/abs/2604.23289

作者:Varun Totakura,Shayok Chakraborty
备注:Accepted and presented at the IEEE International Conference on SMART MULTIMEDIA (ICSM 2025)
摘要:Due to the unprecedented success of deep learning, it has become an integral component in several multimedia computing applications in todays world. Unfortunately, deep learning systems are not perfect and can fail, sometimes abruptly, without prior warning or explanation. While reducing the error rate of deep neural networks has been the primary focus of the multimedia community, the problem of predicting when a deep learning system is going to fail has received significantly less research attention. In this paper, we propose a simple yet effective framework, MetaErr, to address this under-explored problem in deep learning research. We train a meta-model whose goal is to predict whether a base deep neural network will succeed or fail in predicting a particular data sample, by observing the base models performance on a given learning task. The meta-model is completely agnostic of the architecture and training parameters of the base model. Such an error prediction system can be immensely useful in a variety of smart multimedia applications. Our empirical studies corroborate the promise and potential of our framework against competing baselines. We further demonstrate the usefulness of our framework to improve the performance of pseudo-labeling-based semi-supervised learning, and show that MetaErr outperforms several strong baselines on three benchmark computer vision datasets.


【14】Follow the TRACE: Exploiting Post-Click Trajectories for Online Delayed Conversion Rate Prediction
标题:遵循TRACE:利用点击后轨迹进行在线延迟转化率预测
链接:https://arxiv.org/abs/2604.23197

作者:Xinyue Zhang,Yuanhao Ding,Xiang Ao
备注:Accepted as a SIGIR 2026 short paper
摘要:Delayed feedback poses a core challenge for online CVR prediction, forcing a trade-off between label accuracy and data freshness. Existing methods address this through delay modeling or sample reweighting, yet neglect how post-click behaviors evolve over the observation period. To overcome this limitation, we formalize this evolution as feedback trajectory and propose TRACE. Instead of forcing hard labels on unrevealed samples, our method evaluates how well the accumulated feedback status aligns with conversion versus non-conversion, dynamically refining posteriors without waiting for final outcomes. To counteract early-stage trajectory sparsity, we further design a reliability-gated retrospective completer that leverages full-lifecycle data to provide adaptive posterior guidance for unrevealed samples. Extensive experiments validate TRACE's superiority over state-of-the-art baselines and confirm the retrospective completion module as a model-agnostic enhancer for existing systems. Our code is available at https://github.com/LunaZhangxy/TRACE.


【15】ProEval: Proactive Failure Discovery and Efficient Performance Estimation for Generative AI Evaluation
标题:ProEval:用于生成性人工智能评估的主动故障发现和高效性能估计
链接:https://arxiv.org/abs/2604.23099

作者:Yizheng Huang,Wenjun Zeng,Aditi Kumaresan,Zi Wang
备注:Our open-sourced code and data can be found at https://github.com/google-deepmind/proeval
摘要:Evaluating generative AI models is increasingly resource-intensive due to slow inference, expensive raters, and a rapidly growing landscape of models and benchmarks. We propose ProEval, a proactive evaluation framework that leverages transfer learning to efficiently estimate performance and identify failure cases. ProEval employs pre-trained Gaussian Processes (GPs) as surrogates for the performance score function, mapping model inputs to metrics such as the severity of errors or safety violations. By framing performance estimation as Bayesian quadrature (BQ) and failure discovery as superlevel set sampling, we develop uncertainty-aware decision strategies that actively select or synthesize highly informative inputs for testing. Theoretically, we prove that our pre-trained GP-based BQ estimator is unbiased and bounded. Empirically, extensive experiments on reasoning, safety alignment, and classification benchmarks demonstrate that ProEval is significantly more efficient than competitive baselines. It requires 8-65x fewer samples to achieve estimates within 1% of the ground truth, while simultaneously revealing more diverse failure cases under a stricter evaluation budget.


【16】Predicting Wind Loads on Container Ships in Harbor Environments through Multi-Fidelity Modeling
标题:通过多保真建模预测港口环境中集装箱船的风载荷
链接:https://arxiv.org/abs/2604.22882

作者:Matilde Fiore,Andrea Bresciani,Miguel Alfonso Mendez,Jeroen van Beeck
摘要 :Modern container ships face higher wind loads due to increased windage areas, making accurate predictions of wind loads essential for mooring design. Existing empirical models, largely developed for container ships with smaller windage areas and simpler geometrical configurations than those of modern large-scale vessels, often lack accuracy and do not account for the influence of nearby structures. This study proposes a multi-fidelity surrogate modelling framework for the prediction of wind-load coefficients, combining empirical correlations with simplified and detailed CFD models for ships in open-sea and harbor environments. The approach relies on recursive co-kriging to consistently fuse information across fidelity levels, enabling accurate predictions at a reduced computational cost. A sensitivity analysis is used to identify the most influential geometric parameters, and the resulting reduced parameter space is explored through sequential sampling to efficiently construct the training database.   The surrogate models are validated over a wide range of loading configurations and for two distinct harbor environments. The results demonstrate that the multi-fidelity approach significantly improves prediction accuracy compared to single-fidelity models, while substantially reducing the reliance on high-fidelity simulations. In particular, the proposed framework captures the dependence of wind loads on key geometric parameters and consistently outperforms traditional empirical correlations, providing a robust and efficient tool for engineering applications.


【17】Cross-Course Generalizability of SRL-Aligned Predictive Models Using Digital Learning Traces
标题:使用数字学习轨迹的SRL对齐预测模型的跨学科通用性
链接:https://arxiv.org/abs/2604.22812

作者:Jakob Schwerter,Loreen Sabel,Judith Bose,Matthew L. Bernacki,Di Xu,Marko Schmellenkamp,Thomas Zeume,Philipp Doebler
摘要:STEM dropout rates remain high at universities, particularly in computer science programs with theory-intensive courses. Digital learning environments now capture rich behavioral data that could help identify struggling students early, yet the generalizability of data-driven prediction models across courses and institutions remains uncertain. Guided by self-regulated learning (SRL) theory, this study analyzed multimodal digital-trace data from three undergraduate theoretical computer science courses (N1 = 137, N2 = 104, N3 = 148) at two universities. Weekly SRL-aligned digital-trace indicators were modeled using Elastic Net, Random Forest, and XGBoost to evaluate predictive performance over time and across settings, and model calibration both within and across courses. Early prediction of at-risk students was feasible, with SRL-related behaviors such as time management, effort regulation, and sustained engagement emerging as key predictors. While Random Forest achieved the highest in-sample accuracy, Elastic Net generalized more robustly across contexts. Out-of-sample accuracy and calibration declined between institutions with different base rates, underscoring the contextual nature of predictive analytics in higher education. These findings suggest that digital learning traces enable early identification of at-risk students within courses, but generalizing predictive models beyond their original context requires caution, particularly if the at-risk rates differ between contexts.


【18】Energy-Arena: A Dynamic Benchmark for Operational Energy Forecasting
标题:能源竞技场:运营能源预测的动态基准
链接:https://arxiv.org/abs/2604.24705

作者:Max Kleinebrahm,Jonathan Berrisch,Philipp Eiser,Wolf Fichtner,Veit Hagenmeyer,Matthias Hertel,Nils Koster,Sebastian Lerch,Ralf Mikut,Jan Priesmann,Melanie Schienle,Benjamin Schaefer,Jann Weinand,Florian Ziel
备注:6 pages, 5 figures, 1 table. Submitted to the European Electricity Markets (EEM) conference
摘要:Energy forecasting research faces a persistent comparability gap that makes it difficult to measure consistent progress over time. Reported accuracy gains are often not directly comparable because models are evaluated under study-specific datasets, time periods, information sets, and scoring setups, while widely used benchmarks and competition datasets are typically tied to fixed historical windows. This paper introduces the Energy-Arena, a dynamic benchmarking platform for operational energy time series forecasting that provides a continuously updated reference point as energy systems evolve. The platform operates as an open, API-based submission system and standardizes challenge definitions and submission deadlines aligned with operational constraints. Performance is reported on rolling evaluation windows via persistent leaderboards. By moving from retrospective backtesting to forward-looking benchmarking, the Energy-Arena enforces standardized ex-ante submission and ex-post evaluation, thereby improving transparency by preventing information leakage and retroactive tuning. The platform is publicly available at Energy-Arena.org.


【19】Dual Control of Linear Systems from Bilinear Observations with Belief Space Model Predictive Control
标题:基于双线性观测值的线性系统双重控制与相信空间模型预测控制
链接:https://arxiv.org/abs/2604.24663

作者:Daniel Cao,Beixi Du,Andrew Lowitt,Sunmook Choi,Sarah Dean,Yahya Sattar
摘要:We study finite-horizon quadratic control of linear systems with bilinear observations, in which the control input affects not only the state dynamics but also the partial observations of the state. In this setting, the separation principle can fail because control inputs influence the future quality of state estimates. State estimation requires an input-dependent Kalman filter whose gain and error covariance evolve as functions of the control inputs. To address this challenge, we propose a belief-space model predictive control ($\texttt{B-MPC}$) method that plans directly over both the estimated state and its error covariance. In particular, $\texttt{B-MPC}$ plans with a deterministic surrogate of the belief evolution defined by the input-dependent Kalman filter. Through numerical experiments in two synthetic settings, we show that $\texttt{B-MPC}$ can outperform both the separation-principle controller and its MPC variant in favorable regimes, and that these gains are accompanied by lower estimation covariance and more uncertainty-aware action choices.


【20】A Specialized Importance-Aware Quantum Convolutional Neural Network with Ring-Topology (IA-QCNN) for MGMT Promoter Methylation Prediction in Glioblastoma
标题:一种专门的具有重要性的环拓量子卷积神经网络(IA-QCNN),用于预测胶质母细胞瘤中的MGMT启动子甲基化
链接:https://arxiv.org/abs/2604.22877

作者:Emine Akpinar,Murat Oduncuoglu
备注:Submitted to Applied Soft Computing
摘要 :GBM is a highly aggressive primary malignancy in adults, necessitating personalized therapeutic strategies due to its inherent molecular heterogeneity. MGMT promoter methylation is a pivotal prognostic biomarker for anticipating response to temozolomide-based chemotherapy. Although various AI frameworks have been developed for non-invasive MGMT prediction, spatial heterogeneity of methylation status and the high-dimensional and correlated nature of MRI data frequently constrain discriminative feature learning and generalizability of classical models. To circumvent these limitations, a specialized IA-QCNN architecture is proposed, based on the principles of quantum mechanics, including superposition and entanglement, and enabling more efficient representation learning in high-dimensional Hilbert space. The framework establishes a methodological bridge between GBM radiogenomics and quantum deep learning by integrating energy-based slice selection, importance-aware weighting, ring-topology quantum convolution, and folding-based pooling layers. When the model predicts MGMT promoter methylation status using both mpMRI and T1Gd images, experimental results demonstrate that the IA-QCNN achieves high accuracy despite its low number of trainable parameters while effectively minimizing the overfitting problem observed in classical models. Quantitative analyses reveal that the T1Gd modality possesses higher discriminative power than mpMRI, establishing a clinically significant sequence preference. Furthermore, the model exhibits exceptional robustness in hybrid noise environments, effectively utilizing noise as a regularization mechanism to enhance predictive performance. Consequently, the specialized IA-QCNN architecture provides a robust and computationally efficient alternative to classical approaches in the analysis of heterogeneous radiogenomic data.


【21】Non-Destructive Prediction of Fruit Ripeness and Firmness Using Hyperspectral Imaging and Lightweight Machine Learning Models
标题:使用高光谱成像和轻量级机器学习模型非破坏性预测水果成熟度和硬度
链接:https://arxiv.org/abs/2604.22788

作者:Phongsakon Mark Konrad,Casper Kunstmann-Olsen,Jacek Fiutowski,Serkan Ayvaz
摘要:Post-harvest fruit quality assessment is essential for reducing food waste, yet reliable non-destructive methods typically depend on expensive hyperspectral cameras and computationally intensive deep learning models. These systems typically require GPU resources, large-scale training data, and domain expertise, limiting their feasibility for many real-world agricultural settings. This study systematically evaluates 20 classical machine learning algorithms on hyperspectral imaging data for simultaneous ripeness classification and firmness prediction across five fruit species, using cross-validated experimental design with Bayesian hyperparameter optimization. Data preprocessing strategy, particularly class balancing and spectral transformations, contributes as much to prediction accuracy as algorithm choice. Our results show that tree-based machine learning models can outperform state-of-the-art deep earning models reported in Fruit-HSNet. Moreover, the findings indicate that only three visible-range wavelengths are needed to recover over 94% of full-spectrum accuracy, demonstrating that low-cost multispectral sensors combined with lightweight machine learning models can serve as practical alternatives to expensive hyperspectral cameras and complex deep learning approaches for practical fruit quality sorting.


其他神经网络|深度学习|模型|建模(35篇)

【1】Learning to Think from Multiple Thinkers
标题:学习从多个思想者那里思考
链接:https://arxiv.org/abs/2604.24737

作者:Nirmit Joshi,Roey Magen,Nathan Srebro,Nikolaos Tsilivis,Gal Vardi
备注:Comments are welcome. There are 78 pages and 5 Figures


【2】Scalable Hyperparameter-Divergent Ensemble Training with Automatic Learning Rate Exploration for Large Models
标题:可扩展的超参数分歧集合训练,具有大型模型的自动学习率探索
链接:https://arxiv.org/abs/2604.24708

作者:Hailing Cheng,Tao Huang,Chen Zhu,Antonio Alonso
备注:8 pages, 2 figures


【3】A Functorial Formulation of Neighborhood Aggregating Deep Learning
标题:邻居聚合深度学习的功能公式
链接:https://arxiv.org/abs/2604.24672

作者:Sun Woo Park,Yun Young Choi,U Jin Choi,Youngho Woo
备注:32 pages, 11 figures. Comments welcome


【4】Efficient learning by implicit exploration in bandit problems with side observations
标题:通过带侧向观察的强盗问题中的内隐探索进行高效学习
链接:https://arxiv.org/abs/2604.24555

作者:Tomas Kocak,Gergely Neu,Michal Valko,Remi Munos
备注:Published at Neural Information Processing Systems (NeurIPS) 2014


【5】GradMAP: Gradient-Based Multi-Agent Proximal Learning for Grid-Edge Flexibility
标题:GradMAP:基于对象的多智能体近端学习,实现网格边缘灵活性
链接:https://arxiv.org/abs/2604.24549

作者:Yihong Zhou,Hongtai Zeng,Thomas Morstyn


【6】MIMIC: A Generative Multimodal Foundation Model for Biomolecules
标题:MIMIC:一个生成式多模态生物分子基础模型
链接:https://arxiv.org/abs/2604.24506

作者:Siavash Golkar,Jake Kovalic,Irina Espejo Morales,Samuel Sledzieski,Minhuan Li,Ksenia Sokolova,Geraud Krawezik,Alberto Bietti,Claudia Skok Gibbs,Roman Klypa,Shengwei Xiong,Francois Lanusse,Liam Parker,Kyunghyun Cho,Miles Cranmer,Tom Hehir,Michael McCabe,Lucas Meyer,Rudy Morel,Payel Mukhopadhyay,Mariel Pettee,Helen Qu,Jeff Shen,David Fouhey,Hadi Sotoudeh,Vikram Mulligan,Pilar Cossio,Sonya M. Hanson,Alisha N. Jones,Olga G. Troyanskaya,Shirley Ho


【7】Primitive Recursion without Composition: Dynamical Characterizations, from Neural Networks to Polynomial ODEs
标题:无复合的原始回归:动态特征,从神经网络到多元ODE
链接:https://arxiv.org/abs/2604.24356

作者:Olivier Bournez


【8】GeoEdit: Local Frames for Fast, Training-Free On-Manifold Editing in Diffusion Models
标题:地理编辑:用于扩散模型中快速、免训练的本地框架
链接:https://arxiv.org/abs/2604.24238

作者:Yiming Zhang,Sitong Liu,Ke Li,Zhihong Wu,Alex Cloninger,Melvin Leok


【9】Progressive Approximation in Deep Residual Networks: Theory and Validation
标题:深度剩余网络中的渐进逼近:理论与验证
链接:https://arxiv.org/abs/2604.24154

作者:Wei Wang,Xiao-Yong Wei,Qing Li


【10】End-to-End Learning for Partially-Observed Time Series with PyPOTS
标题:使用PyPOTS进行部分观察时间序列的端到端学习
链接:https://arxiv.org/abs/2604.24041

作者:Wenjie Du,Yiyuan Yang,Tianxiang Zhan,Qingsong Wen
备注:Accepted by KDD 2026


【11】Geometry-Aware Offline-to-Online Learning in Linear Contextual Bandits
标题:线性背景盗贼中具有几何意识的离线到在线学习
链接:https://arxiv.org/abs/2604.24016

作者:Zean Han,Ruihan Lin,Zezhen Ding,Jiheng Zhang


【12】Mammographic Lesion Segmentation with Lightweight Models: A Comparative Study
标题:使用轻量级模型进行乳腺摄影病变分割:比较研究
链接:https://arxiv.org/abs/2604.23899

作者:Helder Oliveira
备注:Submitted to SPIE JMI


【13】FAIR_XAI: Improving Multimodal Foundation Model Fairness via Explainability for Wellbeing Assessment
标题:FAIR_XAI:通过健康评估的可解释性提高多模式基础模型的公平性
链接:https://arxiv.org/abs/2604.23786

作者:Sophie Chiang,Tom Brennan,Fethiye Irmak Dogan,Jiaee Cheong,Hatice Gunes
备注:10 pages, 4 figures, 3 tables


【14】WISE-FM:Operation-Aware, Engineering-Informed Foundation Model for Multi-Task Well Design
标题:WISE-FM:操作感知、工程知情的多任务油井设计基础模型
链接:https://arxiv.org/abs/2604.23767

作者:Carine de Menezes Rebello,Anderson Rapello dos Santos,Idelfonso B. R. Nogueira


【15】Necessary and sufficient conditions for universality of Kolmogorov-Arnold networks
标题:Kolmogorov-Arnold网络普适性的充分必要条件
链接:https://arxiv.org/abs/2604.23765

作者:Vugar Ismailov
备注:19 pages, 26 references


【16】Multi-Plane HyperX: A Low-Latency and Cost-Effective Network for Large-Scale AI and HPC Systems
标题:多平面HyperX:用于大规模人工智能和高性能计算系统的低延迟且经济高效的网络
链接:https://arxiv.org/abs/2604.23519

作者:Ziyu Wang,Fei Lei,Dezun Dong
备注:Preprint. Work in progress


【17】When Context Sticks: Studying Interference in In-Context Learning
标题:当上下文卡住时:研究上下文学习中的干扰
链接:https://arxiv.org/abs/2604.23371

作者:Hanna Rød,Dagny Streit,Nils Valseth Selte,Justin Li
备注:14 pages, 6 figures, 2 tables. Code available at: https://github.com/nilsvselte/icl-context-stickiness


【18】Efficient VQ-QAT and Mixed Vector/Linear quantized Neural Networks
标题:高效的VQ-QAT和混合式载体/线性量化神经网络
链接:https://arxiv.org/abs/2604.23172

作者:Terry Gou,Puneet Gupta


【19】h-MINT: Modeling Pocket-Ligand Binding with Hierarchical Molecular Interaction Network
标题:h-MINT:用分级分子相互作用网络模拟口袋-配体结合
链接:https://arxiv.org/abs/2604.23134

作者:Yanru Qu,Yijie Zhang,Wenjuan Tan,Xiangzhe Kong,Xiangxin Zhou,Chaoran Cheng,Mathieu Blanchette,Jiaxuan You,Ge Liu


【20】A Tale of Two Variances: When Single-Seed Benchmarks Fail in Bayesian Deep Learning
标题:两种方差的故事:当单种子基准在Bayesian深度学习中失败时
链接:https://arxiv.org/abs/2604.23114

作者:Qishi Zhan,Minxuan Hu,Liang He,Guansu Wang,Jiaxin Liu


【21】Mixture of Heterogeneous Grouped Experts for Language Modeling
标题:语言建模的异类分组专家混合
链接:https://arxiv.org/abs/2604.23108

作者:Zhicheng Ma,Xiang Liu,Zhaoxiang Liu,Ning Wang,Yi Shen,Kai Wang,Shuming Shi,Shiguo Lian
备注:Accepted by ACL2026


【22】Unstable Rankings in Bayesian Deep Learning Evaluation
标题:Bayesian深度学习评估中排名不稳定
链接:https://arxiv.org/abs/2604.23102

作者:Qishi Zhan,Minxuan Hu,Guansu Wang,Jiaxin Liu,Liang He


【23】A Differentiable Framework for Global Circulation Model Precipitation Bias Correction
标题:全球环流模式降水偏差修正的差异框架
链接:https://arxiv.org/abs/2604.23045

作者:Kamlesh Sawadekar,Seth McGinnis,Peijun Li,Chaopeng Shen
备注:45 pages, 8 figures, 3 tables


【24】Collocation-based Robust Physics Informed Neural Networks for time-dependent simulations of pollution propagation under thermal inversion conditions on Spitsbergen
标题:基于配置的鲁棒物理知识神经网络,用于斯匹次卑尔根岛热逆温条件下污染传播的时变模拟
链接:https://arxiv.org/abs/2604.23003

作者:Leszek Siwik,Maciej Sikora,Natalia Leszczyńska,Tomasz Maciej Ciesielski,Eirik Valseth,Manuela Bastidas Olivares,Marcin Łoś,Tomasz Służalec,Jacek Leszczyński,Maciej Paszyński
备注:Robust Variational Physics Informed Neural Networks; Pollution propagation simulations; Longyearbyen at Spitsbergen; Advection-diffusion model; In-field measurements; Open source software


【25】Reward Models Are Secretly Value Functions: Temporally Coherent Reward Modeling
标题:奖励模型是秘密价值函数:时间一致的奖励模型
链接:https://arxiv.org/abs/2604.22981

作者:Alex Nikulkov
备注:27 pages, 14 figures


【26】Accelerating Frequency Domain Diffusion Models with Error-Feedback Event-Driven Caching
标题 :利用错误反馈事件驱动缓存加速频域扩散模型
链接:https://arxiv.org/abs/2604.22901

作者:Dong Liu,Haisheng Wang,Yanxuan Yu


【27】New non-Euclidean neural quantum states from additional types of hyperbolic recurrent neural networks
标题:来自其他类型双曲回归神经网络的新非欧几里得神经量子状态
链接:https://arxiv.org/abs/2604.24337

作者:H. L. Dao


【28】A Divergence-Based Method for Weighting and Averaging Model Predictions
标题:基于分歧的模型预测加权和平均方法
链接:https://arxiv.org/abs/2604.24172

作者:Olav Benjamin Vassend
备注:Accepted at AISTATS 2026


【29】Conditional Score-Based Modeling of Effective Langevin Dynamics
标题:有效Langevin动力学的基于条件分数的建模
链接:https://arxiv.org/abs/2604.23952

作者:Ludovico T. Giorgini


【30】Multi-scale Dynamic Wake Modeling of Floating Offshore Wind Turbines via Fourier Neural Operators and Physics-Informed Neural Networks
标题:通过傅里叶神经运算符和物理信息神经网络对浮动海上风力涡轮机进行多尺度动态尾流建模
链接:https://arxiv.org/abs/2604.23937

作者:Guodan Dong,Jianhua Qin,Chang Xu


【31】Integrative neurocybernetic modeling in the era of large-scale neuroscience
标题:大规模神经科学时代的综合神经控制论建模
链接:https://arxiv.org/abs/2604.23903

作者:Il Memming Park,Ayesha Vermani,Gonzalo G. de Polavieja,Juan Álvaro Gallego,Kathleen Esfahany,Shreya Saxena,Michael Orger,Auke Ijspeert,Matthew Dowling,Daniel McNamee,Srinivas C. Turaga,Zachary Mainen,Joseph J. Paton,Alfonso Renart
备注:Perspective


【32】Deep Learning of Solver-Aware Turbulence Closures from Nudged LES Dynamics
标题:来自推动LES动力学的求解器感知湍流闭合的深度学习
链接:https://arxiv.org/abs/2604.23874

作者:Ashwin Suriyanarayanan,Melissa Adrian,Dibyajyoti Chakraborty,Romit Maulik


【33】On (not) learning the Möbius function
标题:关于(不)学习莫比乌斯函数
链接:https://arxiv.org/abs/2604.23427

作者:Alexey Pozdnyakov
备注:62 pages


【34】Learning Curves and Benign Overfitting of Spectral Algorithms in Large Dimensions
标题:学习曲线和大维度谱算法的良性过拟
链接:https://arxiv.org/abs/2604.23212

作者:Weihao Lu,Qian Lin,Yingcun Xia,Dongming Huang


【35】A Dynamic Learning Observatory Reveals the Rapid Salinization of Satkhira, Bangladesh
标题:动态学习观察站揭示了孟加拉国萨特基拉的快速盐碱化
链接:https://arxiv.org/abs/2604.23127

作者:Showmitra Kumar Sarkar,Sai Ravela


其他(68篇)

【1】Conflict-Aware Harmonized Rotational Gradient for Multiscale Kinetic Regimes
标题:多尺度动力学机制的预算感知协调旋转梯度
链接:https://arxiv.org/abs/2604.24745

作者:Zhangyong Liang


【2】Diffusion-Guided Feature Selection via Nishimori Temperature: Noise-Based Spectral Embedding
标题:通过西森温度的扩散引导特征选择:基于噪音的光谱嵌入
链接:https://arxiv.org/abs/2604.24692

作者:Vasiliy S. Usatyuk,Denis A. Sapozhnikov,Sergey I. Egorov
备注:8 pages, 3 figures, extended version (with noise shift proof) of DSPA2026 article


【3】The Last Human-Written Paper: Agent-Native Research Artifacts
标题:最后一篇人类撰写的论文:原生代理研究文物
链接:https://arxiv.org/abs/2604.24658

作者:Jiachen Liu,Jiaxin Pei,Jintao Huang,Chenglei Si,Ao Qu,Xiangru Tang,Runyu Lu,Lichang Chen,Xiaoyan Bai,Haizhong Zheng,Carl Chen,Zhiyang Chen,Haojie Ye,Yujuan Fu,Zexue He,Zijian Jin,Zhenyu Zhang,Shangquan Sun,Maestro Harmon,John Dianzhuo Wang,Jianqiao Zeng,Jiachen Sun,Mingyuan Wu,Baoyu Zhou,Yuchen You,Shijian Lu,Yiming Qiu,Fan Lai,Yuan Yuan,Yao Li,Junyuan Hong,Ruihao Zhu,Beidi Chen,Alex Pentland,Ang Chen,Mosharaf Chowdhury,Zechen Zhang
备注:45 pages, 15 figures, 14 tables


【4】Hierarchical Behaviour Spaces
标题:分层行为空间
链接:https://arxiv.org/abs/2604.24558

作者:Michael Tryfan Matthews,Anssi Kanervisto,Jakob Foerster,Pierluca D'Oro,Scott Fujimoto,Mikael Henaff


【5】Deployment-Aligned Low-Precision Neural Architecture Search for Spaceborne Edge AI
标题:部署对齐的低精度神经架构搜索星载边缘人工智能
链接:https://arxiv.org/abs/2604.24492

作者:Parampuneet Kaur Thind,Vaibhav Katturu,Giacomo Zema,Roberto Del Prete


【6】SPLIT: Separating Physical-Contact via Latent Arithmetic in Image-Based Tactile Sensors
标题:SplIT:通过基于图像的触觉传感器中的潜在算术分离物理接触
链接:https://arxiv.org/abs/2604.24449

作者:Wadhah Zai El Amri,Nicolás Navarro-Guerrero
备注:Accepted to Elsevier Robotics and Autonomous Systems Journal


【7】Kwai Summary Attention Technical Report
标题:葵摘要注意技术报告
链接:https://arxiv.org/abs/2604.24432

作者:Chenglong Chu,Guorui Zhou,Guowang Zhang,Han Li,Hao Peng,Hongtao Cheng,Jian Liang,Jiangxia Cao,Kun Gai,Lingzhi Zhou,Lu Ren,Qi Zhang,Ruiming Tang,Ruitao Wang,Xinchen Luo,Yi Su,Zhiyuan Liang,Ziqi Wang,Boyang Ding,Chengru Song,Dunju Zang,Hui Wang,Jiao Ou,Jiaxin Deng,Jijun Shi,Jinghao Zhang,Junmin Chen,Lejian Ren,Minxuan Lv,Qianqian Wang,Qigen Hu,Shiyao Wang,Siyang Mao,Tao Wang,Xingmei Wang,Zhixin Ling,Ziming Li,Zixing Zhang
备注:Work in progress


【8】Certified geometric robustness -- Super-DeepG
标题:经过认证的几何稳健性-- Super-DeepG
链接:https://arxiv.org/abs/2604.24379

作者:Noémie Cohen,Mélanie Ducoffe,Christophe Gabreau,Claire Pagetti,Xavier Pucel
备注:ICCPS / HSCC 2026, CPS IoT Week, May 2026, Saint Malo (Palais du Grand Large), France


【9】Diffusion Templates: A Unified Plugin Framework for Controllable Diffusion
标题:扩散模板:一个用于可控扩散的统一插件框架
链接:https://arxiv.org/abs/2604.24351

作者:Zhongjie Duan,Hong Zhang,Yingda Chen
备注:21 pages, 15 figures


【10】Leveraging Human Feedback for Semantically-Relevant Skill Discovery
标题:利用人类反馈进行语义相关技能发现
链接:https://arxiv.org/abs/2604.24127

作者:Maxence Hussonnois,Thommen George Karimpanal,Santu Rana
备注:Accepted at the 28th International Conference on Pattern Recognition (ICPR 2026)


【11】Latency and Cost of Multi-Agent Intelligent Tutoring at Scale
标题:大规模多智能体智能辅导的延迟和成本
链接:https://arxiv.org/abs/2604.24110

作者:Iizalaarab Elhaimeur,Nikos Chrisochoides
备注:11 pages, 5 figures, 5 tables. Companion papers: arXiv:Q-ID (Quantum deployment), arXiv:A-ID (Architecture)


【12】Generalising maximum mean discrepancy: kernelised functional Bregman divergences
标题:概括最大均值差异:核心化功能布雷格曼差异
链接:https://arxiv.org/abs/2604.24047

作者:Russell Tsuchida,Frank Nielsen
备注:21 pages


【13】AgenticCache: Cache-Driven Asynchronous Planning for Embodied AI Agents
标题:Atlanticache:针对已确定的AI代理的缓存驱动的同步规划
链接:https://arxiv.org/abs/2604.24039

作者:Hojoon Kim,Yuheng Wu,Thierry Tambe
备注:Accepted at MLSys 2026


【14】Coverage-Based Calibration for Post-Training Quantization via Weighted Set Cover over Outlier Channels
标题:基于覆盖的离群通道加权集合覆盖后训练量化校正
链接:https://arxiv.org/abs/2604.24008

作者:Ibne Farabi Shihab,Sanjeda Akter,Anuj Sharma


【15】Fix Initial Codes and Iteratively Refine Textual Directions Toward Safe Multi-Turn Code Correction
标题:修复初始代码并迭代细化文本方向,以实现安全的多轮代码纠正
链接:https://arxiv.org/abs/2604.23989

作者:Yuto Tanaka,Issei Sato


【16】ZenBrain: A Neuroscience-Inspired 7-Layer Memory Architecture for Autonomous AI Systems
标题:ZenBrain:一种受神经科学启发的用于自主人工智能系统的7层内存架构
链接:https://arxiv.org/abs/2604.23878

作者:Alexander Bering
备注:Pre-print of NeurIPS 2026 main-track submission. Earliest preprint version on Zenodo 31 March 2026 (DOI: 10.5281/zenodo.19353664); cross-posted to TDCommons (dpubs_series/9683, 1 April 2026). Six Zenodo revisions and three TDCommons revisions through 9 April 2026 (Zenodo concept DOI: 10.5281/zenodo.19353663). 41 pages, 22 tables, 2 figures


【17】Cardiac Stability Theory: An Axiomatically Grounded Framework for Continuous Cardiac Health Monitoring via Smartphone Photoplethysmography
标题:心脏稳定性理论:通过智能手机光电体积脉搏成像法连续心脏健康监测的公理化框架
链接:https://arxiv.org/abs/2604.23876

作者:Timothy Oladunni,Farouk Ganiyu Adewumi


【18】Symmetric Equilibrium Propagation for Thermodynamic Diffusion Training
标题:热力学扩散训练的对称平衡传播
链接:https://arxiv.org/abs/2604.23806

作者:Aditi De


【19】Reparameterization through Coverings and Topological Weight Priors
标题:通过覆盖和布局权重先验重新参数化
链接:https://arxiv.org/abs/2604.23804

作者 :Maxim Beketov,Pavel Snopov


【20】Quasi-Equivariant Metanetworks
标题:准等变元作品
链接:https://arxiv.org/abs/2604.23720

作者:Viet-Hoang Tran,An Nguyen,Benoît Guérand,Thieu N. Vo,Tan M. Nguyen
备注:Accepted to ICLR 2026


【21】Information-Theoretic Measures in AI: A Practical Decision Guide
标题:人工智能中的信息论措施:实用决策指南
链接:https://arxiv.org/abs/2604.23716

作者:Nikolaos Al. Papadopoulos,Konstantinos E. Psannis
备注:25 pages, 2 tables, 1 figure. Submitted to Applied Intelligence (Springer)


【22】Can an MLP Absorb Its Own Skip Connection?
标题:MLP可以吸收自己的跳过连接吗?
链接:https://arxiv.org/abs/2604.23705

作者:Antonij Mijoski,Marko Karbevski


【23】Beyond coauthorship: semantic structure and phantom collaborators in transportation research, 1967--2025
标题:超越合著者:交通研究中的语义结构和幽灵合作者,1967- 2025
链接:https://arxiv.org/abs/2604.23699

作者:Seongjin Choi


【24】FlowPlace: Flow Matching for Chip Placement
标题:FlowPlace:用于芯片放置的流量匹配
链接:https://arxiv.org/abs/2604.23658

作者:Peng Xie,Ke Xue,Yunqi Shi,Ruo-Tong Chen,Chengrui Gao,Siyuan Xu,Chenjian Ding,Mingxuan Yuan,Chao Qian
备注:DAC 2026


【25】Hardware-Efficient Softmax and Layer Normalization with Guaranteed Normalization for Edge Devices
标题:硬件高效的Softmax和具有边缘设备保证规范化的层规范化
链接:https://arxiv.org/abs/2604.23647

作者:Dawon Choi,Hana Kim,Ji-Hoon Kim
备注:Accepted by 2026 IEEE International Symposium on Circuits and Systems (ISCAS)


【26】From Rights to Rites: Expectations Management in Smart-Home AI
标题:从权利到仪式:智能家居人工智能中的期望管理
链接:https://arxiv.org/abs/2604.23635

作者:Varad Vishwarupe,Ivan Flechais,Marina Jirotka,Nigel Shadbolt
备注:Accepted as a main track conference paper at 2026 HCI International (HCII), Montreal, Canada


【27】Neural Grammatical Error Correction for Romanian
标题:罗马尼亚语的神经语法错误纠正
链接:https://arxiv.org/abs/2604.23627

作者:Teodor-Mihai Cotet,Stefan Ruseti,Mihai Dascalu


【28】The Collapse of Heterogeneity in Silicon Philosophers
标题:硅谷哲学家中异相的崩溃
链接:https://arxiv.org/abs/2604.23575

作者:Yuanming Shi,Andreas Haupt


【29】When PINNs Go Wrong: Pseudo-Time Stepping Against Spurious Solutions
标题:当PINN出错时:伪时间对抗虚假解决方案
链接:https://arxiv.org/abs/2604.23528

作者:Sifan Wang,Shawn Koohy,Yiping Lu,Paris Perdikaris
备注:41 pages, 18 figures


【30】Evaluating CUDA Tile for AI Workloads on Hopper and Blackwell GPUs
标题:评估Hopper和Blackwell图形处理器上的AI工作负载的CUDA磁贴
链接:https://arxiv.org/abs/2604.23466

作者:Divakar Kumar Yadav,Tian Zhao,Deepak Kumar


【31】Architecture Matters for Multi-Agent Security
标题:架构对于多代理安全至关重要
链接:https://arxiv.org/abs/2604.23459

作者:Ben Hagag,William L. Anderson,Christian Schroeder de Witt,Sarah Scheffler


【32】AI Safety Training Can be Clinically Harmful
标题:人工智能安全训练可能对临床有害
链接:https://arxiv.org/abs/2604.23445

作者:Suhas BN,Andrew M. Sherrill,Rosa I. Arriaga,Chris W. Wiese,Saeed Abdullah
备注:26 pages, 5 figures, 10 tables


【33】When Does Removing LayerNorm Help? Activation Bounding as a Regime-Dependent Implicit Regularizer
标题:删除LayerNorm什么时候有帮助?激活限制作为一种依赖于制度的隐性调节器
链接:https://arxiv.org/abs/2604.23434

作者:Lucky Verma
备注:28 pages, 7 figures, includes appendices. Code and artifacts: https://github.com/lucky-verma/dyt-composition-study


【34】Approximating Uniform Random Rotations by Two-Block Structured Hadamard Rotations in High Dimensions
标题:用多维两块结构阿达玛旋转逼近均匀随机旋转
链接:https://arxiv.org/abs/2604.23418

作者:Tomer Zilca,Gal Mendelson


【35】Lost in Decoding? Reproducing and Stress-Testing the Look-Ahead Prior in Generative Retrieval
标题:迷失在解码中?生成式检索中前瞻先验的再现和压力测试
链接:https://arxiv.org/abs/2604.23396

作者:Kidist Amde Mekonnen,Yongkang Li,Yubao Tang,Simon Lupart,Maarten de Rijke
备注:12 pages, 5 figures, 9 tables; accepted to the 49th International ACM SIGIR Conference on Research and Development in Information Retrieval, July 20-24, 2026, Melbourne/Naarm, Australia


【36】A Parametric Memory Head for Continual Generative Retrieval
标题:连续生成检索的参数记忆头
链接:https://arxiv.org/abs/2604.23388

作者:Kidist Amde Mekonnen,Yubao Tang,Maarten de Rijke
备注:12 pages, 3 figures, 3 tables; accepted to the 49th International ACM SIGIR Conference on Research and Development in Information Retrieval, July 20-24, 2026, Melbourne/Naarm, Australia


【37】When Chain-of-Thought Fails, the Solution Hides in the Hidden States
标题:当思想链失败时,解决方案隐藏在隐藏状态中
链接:https://arxiv.org/abs/2604.23351

作者:Houman Mehrafarin,Amit Parekh,Ioannis Konstas


【38】From Stateless Queries to Autonomous Actions: A Layered Security Framework for Agentic AI Systems
标题:从无状态状态到自治动作:大型人工智能系统的分层安全框架
链接:https://arxiv.org/abs/2604.23338

作者:Kexin Chu
备注:23 pages, 3 figures, 10 tables


【39】GIFT: Global stabilisation via Intrinsic Fine Tuning
标题:礼物:通过内在微调实现全球稳定
链接:https://arxiv.org/abs/2604.23312

作者:Rory Young,Nicolas Pugeault


【40】STAND: Semantic Anchoring Constraint with Dual-Granularity Disambiguation for Remote Sensing Image Change Captioning
标题:STAND:遥感图像变更字幕的双粒度歧义语义锚定约束
链接:https://arxiv.org/abs/2604.23309

作者:Yanpei Gong,Beichen Zhang,Hao Wang,Zhaobo Qi,Xinyan Liu,Yuanrong Xu,Ruiyang Gao,Weigang Zhang


【41】Tessera: Secure, Near-Line-Rate Weight Streaming for UMA Edge Accelerators
标题:Tessera:用于UMA边缘加速器的安全、近线速重量流
链接:https://arxiv.org/abs/2604.23205

作者:Animan Naskar
备注:17 pages, 2 figures, 4 tables, 2 algorithms


【42】Well-Conditioned Oblivious Perturbations in Linear Space
标题:线性空间中的条件良好的不经意扰动
链接:https://arxiv.org/abs/2604.23193

作者:Shabarish Chenakkod,Michał Dereziński,Xiaoyu Dong,Mark Rudelson


【43】A Unified Fractional Regularization Framework for Sparse Recovery
标题:稀疏恢复的统一分数正规化框架
链接:https://arxiv.org/abs/2604.23184

作者:Yinhao Zhao,Haoyu He,Chuanqi Ma,Hao Wang


【44】Surface Sensitivity in Lean 4 Autoformalization
标题:Lean 4自动化中的表面敏感性
链接:https://arxiv.org/abs/2604.23135

作者:William Feng,Ethan Lou,Aryan Sharma


【45】Toward Real-World Adoption of Portrait Relighting via Hybrid Domain Knowledge Fusion
标题:通过混合领域知识融合实现肖像重新点亮的现实世界
链接:https://arxiv.org/abs/2604.23094

作者:Qian Huang,Mayoore Selvarasa Jaiswal,Zhen Zhong,Rochelle Pereira,Jianyuan Min


【46】ML-Guided Primal Heuristics for Mixed Binary Quadratic Programs
标题:混合二元二次规划的ML引导原始启发式
链接:https://arxiv.org/abs/2604.23053

作者:Weimin Huang,Natalie M. Isenberg,Ján Drgoňa,Draguna L Vrabie,Bistra Dilkina


【47】Preserving Long-Tailed Expert Information in Mixture-of-Experts Tuning
标题:在混合专家调整中保留长尾专家信息
链接:https://arxiv.org/abs/2604.23036

作者:Haoze He,Xingyuan Ding,Xuan Jiang,Xinkai Zou,Alex Cheng,Yibo Zhao,Juncheng Billy Li,Heather Miller
备注:36 pages


【48】Complex SGD and Directional Bias in Reproducing Kernel Hilbert Spaces
标题:再生核Hilbert空间中的复BCD和方向偏差
链接:https://arxiv.org/abs/2604.23017

作者:Natanael Alpay,Emeric Battaglia


【49】Score-Repellent Monte Carlo: Toward Efficient Non-Markovian Sampler with Constant Memory in General State Spaces
标题:排斥分数的蒙特卡洛:迈向一般状态空间中具有恒定记忆的高效非马尔科夫采样器
链接:https://arxiv.org/abs/2604.22948

作者:Jie Hu,Lingyun Chen,Geeho Kim,Jinyoung Choi,Bohyung Han,Do Young Eun


【50】Magnetic Indoor Localization through CNN Regression and Rotation Invariance
标题:通过CNN回归和旋转不变性进行室内磁定位
链接:https://arxiv.org/abs/2604.22896

作者:Helge Rosé,Konstantin Klipp,Tom Koubek,Bernd Schäufele,Ilja Radusch
备注:Published and presented at the 2026 4th International Conference on Mechatronics, Control and Robotics (ICMCR)


【51】Beyond Single-Agent Alignment: Preventing Context-Fragmented Violations in Multi-Agent Systems
标题:超越单代理对齐:防止多代理系统中的上下文碎片违规
链接:https://arxiv.org/abs/2604.22879

作者:Jie Wu,Ming Gong
备注:34 pages, 3 figures, 20 tables


【52】Avionic Main Fuel Pump Simulation and Fault-Diagnosis Benchmark
标题:航空电子主燃油泵模拟和故障诊断基准
链接:https://arxiv.org/abs/2604.22869

作者:Felix Leonhard Janzen,Lukas Moddemann,Alexander Diedrich,Oliver Niggemann


【53】WebSerial Vision Training for Microcontrollers: A Browser-Based Companion to On-Device CNN Training
标题:微控制器的WebSerial视觉训练:基于浏览器的设备CNN训练配套
链接:https://arxiv.org/abs/2604.22834

作者:Jeremy Ellis
备注:29 pages, 16 figures, 5 tables. Paper 2 of the webmcu-ai series. All source code and supplemental results available at: https://github.com/webmcu-ai/webmcu-vision-web


【54】DGHMesh: A Large-scale Dual-radar mmWave Dataset and Generalization-focused Benchmark for Human Mesh Reconstruction
标题:DGH网状:用于人体网格重建的大规模双雷达毫米波数据集和以概括为重点的基准
链接:https://arxiv.org/abs/2604.22827

作者:Rongxiao Guo,Qingchao Chen


【55】Hierarchical RL-MPC Control for Dynamic Wake Steering in Wind Farms
标题:风电场动态尾流转向分层WL-MPC控制
链接:https://arxiv.org/abs/2604.22797

作者:Marcus Binder Nilsen,Teodor Olof Benedict Åstrand,Tuhfe Göçmen,Pierre-Elouan Réthoré
备注:This work has been submitted to IFAC for possible publication


【56】Conformal PM2.5 Mapping Under Spatial Covariate Shift: Satellite-Reanalysis Fusion for Africa's Green Industrial Transition
标题:空间协变量变化下的保形PM2.5制图:卫星再分析融合促进非洲绿色产业转型
链接:https://arxiv.org/abs/2604.22787

作者:Yaw Osei Adjei,Davis Opoku,Ephraim Abotsi,Kwadwo Owusu Amanqua,Oliver Kornyo,Elisha Soglo-Ahianyo,Cephas Anertey Abbey
备注:9 pages, 8 figures, 6 tables. Index Terms: PM2.5 mapping, conformal prediction, covariate shift, spatial cross-validation, air quality, green industrialisation, trustworthy AI, Africa


【57】An Intelligent Fault Diagnosis Method for General Aviation Aircraft Based on Multi-Fidelity Digital Twin and FMEA Knowledge Enhancement
标题:基于多保真数字孪生和失效模式分析知识增强的通用航空飞机智能故障诊断方法
链接:https://arxiv.org/abs/2604.22777

作者:Zhihuan Wei,Yang Hu,Xinhang Chen,Yiming Zhang,Jie Liu,Wei Wang


【58】Epicure: Multidimensional Flavor Structure in Food Ingredient Embeddings
标题:Epicure:食品成分嵌入中的多维风味结构
链接:https://arxiv.org/abs/2604.22776

作者:Jakub Radzikowski,Josef Chen


【59】When VLMs 'Fix' Students: Identifying and Penalizing Over-Correction in the Evaluation of Multi-line Handwritten Math OCR
标题:当VLM“修复”学生时:识别和惩罚多行手写数学OCR评估中的过度纠正
链接:https://arxiv.org/abs/2604.22774

作者:Jin Seong,Wencke Liermann,Minho Kim,Jong-hun Shin,Soojong Lim


【60】Computational Design and Experimental Validation of Photoactive PARP1 Inhibitors
标题:光活性PARP 1抑制剂的计算设计和实验验证
链接:https://arxiv.org/abs/2604.24634

作者:Simon Axelrod,Miroslav Kašpar,Kristýna Jelínková,Markéta Šmídková,Erika Bartůňková,Sille Štěpánová,Eugene Shakhnovich,Václav Kašička,Martin Dračínský,Zlatko Janeba,Rafael Gómez-Bombarelli


【61】Enhancing molecular dynamics with equivariant machine-learned densities
标题:用等变机器学习密度增强分子动力学
链接:https://arxiv.org/abs/2604.24563

作者:Mihail Bogojeski,Muhammad R. Hasyim,Leslie Vogt-Maranto,Klaus-Robert Müller,Kieron Burke,Mark E. Tuckerman
备注:30 pages, 7 figures


【62】Extreme bandits
标题:极端强盗
链接:https://arxiv.org/abs/2604.24545

作者:Alexandra Carpentier,Michal Valko
备注:Published at Neural Information Processing Systems (NeurIPS) 2014


【63】Identifiability and Stability of Generative Drifting with Companion-Elliptic Kernel Families
标题:伴随椭圆核家族的生成漂移的可识别性和稳定性
链接:https://arxiv.org/abs/2604.24196

作者:Hak Geun Lee
备注:50 pages, no figures


【64】Fixed-Reservoir vs Variational Quantum Architectures for Chaotic Dynamics: Benchmarking QRC and QPINN on the Lorenz System
标题:用于混乱动力学的固定水库与变分量子架构:洛伦兹系统上的QRC和QPINN基准
链接:https://arxiv.org/abs/2604.23743

作者:Tushar Pandey


【65】Physics-Informed Temporal U-Net for High-Fidelity Fluid Interpolation
标题:用于高保真流体内插的物理信息时态U-Net
链接:https://arxiv.org/abs/2604.23372

作者:Eshwar R. A.,Nevin Mathew Thomas,Nehal G,Farida M. Begam
备注:12 pages, 6 figures, 1 table


【66】Nonlinear Non-Gaussian Density Steering with Input and Noise Channel Mismatch: Sinkhorn with Memory for Solving the Control-affine Schrödinger Bridge Problem
标题:输入和噪音通道不匹配的非线性非高斯密度引导:具有记忆的Sinkhorn解决控制仿射薛定汉桥问题
链接:https://arxiv.org/abs/2604.23370

作者:Georgiy A. Bondar,Asmaa Eldesoukey,Yongxin Chen,Abhishek Halder


【67】Applied AI-Enhanced RF Interference Rejection
标题:应用AI增强的RF干扰抑制
链接:https://arxiv.org/abs/2604.22816

作者:Rahul Jain,Pierre Trepagnier,Rick Gentile,Joey Botero,Alexia Schulz
备注:8 pages, 8 figures, Accepted to the 2nd IEEE International Conference on AI and Data Analytics (ICAD 2026)


【68】Sliced Wasserstein Steering between Gaussian Measures
标题:高斯测度间的切片Wasserstein导引
链接:https://arxiv.org/abs/2604.22807

作者:Kaito Ito,Anqi Dong
备注:Accepted at the European Control Conference 2026


机器翻译由腾讯交互翻译提供,仅供参考

点击“阅读原文”获取带摘要的学术速递

Python社区是高质量的Python/Django开发社区
本文地址:http://www.python88.com/topic/195602