<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Proceedings of Machine Learning Research</title>
    <description>Proceedings of The 29th International Conference on Artificial Intelligence and Statistics
  Held in Hilton Tanger Al Houara, Morocco on 02-05 May 2026

Published as Volume 300 by the Proceedings of Machine Learning Research on 30 August 2026.

Volume Edited by:
  Emtiyaz Khan
  Yingzhen Li
  Arno Solin
  Aaditya Ramdas

Series Editors:
  Tegan Emerson
  Hoel Kervadec
  Neil D. Lawrence
</description>
    <link>https://proceedings.mlr.press/v300/</link>
    <atom:link href="https://proceedings.mlr.press/v300/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Sun, 30 Aug 2026 17:19:08 +0000</pubDate>
    <lastBuildDate>Sun, 30 Aug 2026 17:19:08 +0000</lastBuildDate>
    <generator>Jekyll v3.10.0</generator>
    
      <item>
        <title> Learning Under Moral Hazard with Instrumental Regression and Generalized Method of Moments </title>
        <description> Machine learning has become increasingly popular in informing data-driven policy-making. Policies influence behavior in individuals or populations, and ideally, through observational signals, policy-makers learn which policies are effective. However, in many settings, individual actions cannot be perfectly observed. This issue, known in economics as moral hazard, poses a significant challenge. In this work, we study the foundational multitasking principal–agent contract design problem and demonstrate how instrumental regression and the generalized method of moments (GMM) estimator can be used to estimate or learn a good contract. As a bonus result, we also give a uniformity characterization of the shape of the optimal contract. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/zuo26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/zuo26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Differentially Private Minimum Spanning Tree in Euclidean Graphs </title>
        <description> Many graph learning applications involve analyzing geometric graphs (e.g., nearest neighbor graphs over embeddings) built over sensitive data, thus requiring formal privacy protections.  In this paper, we study benchmark problems in privately analyzing geometric graphs obtained from high dimensional embeddings. We provide several new results for the differentially private approximation of minimum spanning trees and hierarchical clustering in Euclidean graphs. Our algorithms achieve a near optimal privacy-utility trade-off  (up to constants), providing a $(1+\eta)$-multiplicative approximation with $\tilde{O}(\rho/\eta^2)$ additive error per edge of the tree under $\rho$-dist privacy (a generalization of DP in geometric data where neighboring datasets different in a single point moved by at most $\rho$ distance).  Furthermore, we establish a separation between Euclidean and general graphs by proving a lower bound of $\Omega(\rho\sqrt{n})$ additive error per edge of the tree for general graphs under a similar privacy notion, demonstrating that better utility is indeed achievable (allowing also multiplicative approximation) for geometric data. Our algorithm can also be directly applied to  widely used clustering algorithm based on MST, incurring only a small loss in the approximation guarantee compared to its non-private counterpart. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/zou26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/zou26a.html</guid>
        
        
      </item>
    
      <item>
        <title> RealStats: A Rigorous Real-Only Statistical Framework for Fake Image Detection </title>
        <description> As generative models continue to evolve, detecting AI-generated images remains a critical challenge. While effective detection methods exist, they often lack formal interpretability and may rely on implicit assumptions about the nature of fake content, potentially limiting their robustness to distributional shifts. In this work, we introduce a rigorous, statistically grounded framework for fake image detection that focuses on producing a probability score interpretable with respect to the real-image population. Our method leverages the strengths of multiple existing detectors by combining strong training-free statistics. We compute $p$-values over a range of test statistics and aggregate them using classical statistical ensembling to assess alignment with the unified real-image distribution. This framework is generic, flexible, and training-free, making it well-suited for robust fake image detection across diverse and evolving settings. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/zisman26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/zisman26a.html</guid>
        
        
      </item>
    
      <item>
        <title> PowerSoftmax: Towards Secure LLM Inference Over Encrypted Data </title>
        <description> Modern cryptographic methods for implementing privacy-preserving LLMs such as HE require the LLMs to have a polynomial form. Forming such a representation is challenging because transformers include non-polynomial components, such as Softmax and layer normalization. Previous approaches have either directly approximated pre-trained models with large-degree polynomials, which are less efficient over HE, or replaced non-polynomial components with easier-to-approximate primitives before training, e.g., Softmax with pointwise attention. The latter approach might introduce scalability challenges. We present a new HE-friendly variant of self-attention that offers a stable form for training and is easy to approximate with polynomials for secure inference. Our work introduces the first polynomial LLMs over a billion parameters, exceeding the size of previous models by more than tenfold. The resulting models demonstrate reasoning and in-context learning (ICL) capabilities comparable to standard transformers of the same size, representing a breakthrough in the field. Finally, we provide a detailed latency breakdown for each computation over encrypted data, paving the way for further optimization, and explore the differences in inductive bias between models relying on our HE-friendly variant and standard transformers. Our code is attached as a supplement. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/zimerman26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/zimerman26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Optimal Learning in Games under Delayed Feedback </title>
        <description> Learning in games is a central topic in both learning theory and game theory, and learning dynamics based on online learning have made significant theoretical and practical advances in recent years. In particular, in two-player zero-sum games, it has been shown that using optimistic follow-the-regularized-leader (OFTRL) as the online learning algorithm allows us to upper bound the individual regret for each player by a constant independent of the time horizon. However, in realistic game scenarios, players are not always able to observe the outcomes of their interactions immediately. Motivated by this, very recently, the problem of learning from delayed feedback in games has been proposed, and it has been shown that by using a variant of OFTRL, one can achieve a social regret upper bound of $\tilde{O}(D^2 + 1)$ for a fixed delay time $D$. This study investigates the optimal dependence on the delay parameter $D$ in the setting of learning from delayed feedback in games. In particular, we show that a simple algorithm that runs $D+1$ independent copies of the standard OFTRL designed for the non-delayed setting achieves social and individual regret upper bounds of $\tilde{O}(D + 1)$, thereby improving the existing bounds by a factor of $D$. Moreover, we provide a matching lower bound: for any learning dynamic, there exists a payoff matrix such that the regret of every player is at least $\Omega(D + 1)$. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/zhuang26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/zhuang26a.html</guid>
        
        
      </item>
    
      <item>
        <title> FairSHAP: Preprocessing for Fairness Through Attribution-Based Data Augmentation </title>
        <description> Ensuring fairness in machine learning models is critical, particularly in high-stakes domains where biased decisions can lead to serious societal consequences. However, existing preprocessing approaches generally lack transparent mechanisms for identifying which features are responsible for unfairness. This obscures the rationale behind data modifications. We introduce FairSHAP, a novel preprocessing framework that leverages Shapley value attribution to improve both individual and group fairness. FairSHAP identifies fairness-critical features in the training data using an interpretable measure of feature importance, and systematically modifies them through instance-level matching across sensitive groups. Our method effectively reduces discriminative risk (DR) with an instance-wise guarantee up to an interaction residual term, which is bounded under local matching, while simultaneously bounding the upper limit of demographic parity (DP), which in practice leads to its reduction. Experiments on multiple tabular datasets show that we achieve state-of-the-art or comparable performance across DR, DP, and equality of opportunity (EO) with minimal modifications, thereby preserving data fidelity. As a model-agnostic and transparent method, FairSHAP integrates seamlessly into existing machine learning pipelines and provides actionable insights into the sources of bias. Our code is available on \url{https://github.com/ZhuMuMu0216/FairSHAP.} </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/zhu26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/zhu26b.html</guid>
        
        
      </item>
    
      <item>
        <title> A Covering Framework for Offline POMDPs Learning Using Belief Space Metric </title>
        <description> In off-policy evaluation (OPE) for partially observable Markov decision processes (POMDPs), an agent must infer hidden states from past observations, which exacerbates both the curse of horizon and the curse of memory in existing OPE methods. This paper introduces a novel covering analysis framework that exploits the intrinsic metric structure of the belief space (distributions over latent states) to relax traditional coverage assumptions. By focusing on the policies with stability property, we derive error bounds that mitigate exponential blow-ups in horizon and memory length. Our unified analysis technique applies to a broad class of OPE algorithms, yielding concrete error bounds and coverage requirements expressed in terms of belief space metrics rather than raw history coverage. We illustrate the improved sample efficiency of this framework via case studies: the double sampling Bellman error minimization algorithm, and the memory-based future-dependent value functions (FDVF). In both cases, our coverage definition based on the belief-space metric yields tighter bounds. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/zhu26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/zhu26a.html</guid>
        
        
      </item>
    
      <item>
        <title> An Information-Theoretic Approach to Understanding Transformers’ In-Context Learning of Variable-Order Markov Chains </title>
        <description> We study transformers’ in-context learning of variable-length Markov chains (VOMCs), focusing on the finite-sample accuracy as the number of in-context examples increases. Compared to fixed-order Markov chains (FOMCs), learning VOMCs is substantially more challenging due to the additional structural learning component. The problem is naturally suited to a Bayesian formulation, where the context-tree weighting (CTW) algorithm, originally developed in the information theory community for universal data compression, provides an optimal solution. Empirically, we find that single-layer transformers fail to learn VOMCs in context, whereas transformers with two or more layers can succeed, with additional layers yielding modest but noticeable improvements. In contrast to prior results on FOMCs, attention-only networks appear insufficient for VOMCs. To explain these findings, we provide explicit transformer constructions: one with $D+2$ layers that can exactly implement CTW for VOMCs of maximum order $D$, and a simplified two-layer construction that uses partial information for approximate blending, shedding light on why two-layer transformers can perform well. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/zhou26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/zhou26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Noise-Free Dynamic Rank-Adaptation via Riemannian Methods in Federated Fine-Tuning </title>
        <description> Rank-adaptive low-rank adaptation (LoRA), a parameter-efficient fine-tuning (PEFT) technology, has achieved state-of-the-art performance in fine-tuning foundation models (FM). Directly transplanting the rank-adaptive LoRA methods from centralized learning to federated learning raises two critical issues: aggregation noise and rank drift. We presents Riemannian LoRA algorithm with adaptive rank for federated fine-tuning of foundation models (FFT-FM), RAFFT, which resolves both issues and significantly improves the computational cost. First, by utilizing Riemannian Procrustes analysis, we propose a Riemannian parameter matching method to avoid aggregation noise and ensure effective FFT-FM with rank-adaptive LoRA while cutting SVD cost by decomposing only low-dimensional $r \times r$ matrices, where $r$ is the rank parameter in the LoRA. We theoretically derive the equivalence between our RAFFT algorithm with rank-adaptive LoRA for the FFT-FM and the standard FFT-FM on the full parameter matrices based on FedAvg and verify the bounded error introduced by approximation. Second, by leveraging Riemannian manifold theory, we develop a Riemannian gradient descent (RGD) method to guarantee the local full parameter matrices on clients in the form of low-rank ones with fixed rank optimized by the server in each FFT-FM round, for alleviating the rank-drift issue to speed up the convergence of RAFFT. We theoretically demonstrate that the RGD optimization on the Riemannian manifold ensures the rank invariance during the local update process and the RGD optimization can converge in the FFT-FM context. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/zhou26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/zhou26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Three-Step Nav: A Hierarchical Global–Local Planner for Zero-Shot Vision-and-Language Navigation </title>
        <description> Breakthrough progress in vision-based navigation through unknown environments has been achieved by using multimodal large language models (MLLMs). These models can plan a sequence of motions by evaluating the current view at each time step against the task and goal given to the agent. However, current zero-shot Vision-and-Language Navigation (VLN) agents powered by MLLMs still tend to drift off course, halt prematurely, and achieve low overall success rates. We propose Three-Step Nav to counteract these failures with a three-view protocol: First, &quot;look forward&quot; to extract global landmarks and sketch a coarse plan. Then, &quot;look now&quot; to align the current visual observation with the next sub-goal for fine-grained guidance. Finally, &quot;look backward&quot; audits the entire trajectory to correct accumulated drift before stopping. Requiring no gradient updates or task-specific fine-tuning, our planner drops into existing VLN pipelines with minimal overhead. Three-Step Nav achieves state-of-the-art zero-shot performance on the R2R-CE and RxR-CE dataset. Our code is available at \url{https://github.com/ZoeyZheng0/3-step-Nav.} </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/zheng26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/zheng26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Near-optimal Rank Adaptive Inference of High Dimensional Matrices </title>
        <description> We address the problem of estimating a high-dimensional matrix from linear measurements, with a focus on designing optimal rank-adaptive algorithms. These algorithms infer the matrix by estimating its singular values and the corresponding singular vectors up to an effective rank, adaptively determined based on the data. We establish, for the first time, instance-specific lower bounds for the sample complexity of such algorithms. We uncover fundamental trade-offs in selecting the effective rank: balancing the precision of estimating a subset of singular values against the approximation cost incurred for the remaining ones. Our analysis identifies how the optimal effective rank depends on the matrix being estimated, the sample size, and the noise level. We propose an algorithm that combines a Least-Squares estimator with a universal singular value thresholding procedure. We provide finite-sample error bounds for this algorithm, that are tighter than those of existing rank-adaptive algorithms. Furthermore, our bounds nearly match the derived fundamental limits.  Finally, we confirm experimentally that our algorithm outperforms existing rank-adaptive algorithms. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/zheng26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/zheng26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Understanding the Benefits of SimCLR Pre-Training in Two-Layer Convolutional Neural Networks </title>
        <description> SimCLR is a popular contrastive learning method for vision tasks, renowned for its ability to pre-train neural networks to learn efficient representations. Despite its empirical effectiveness, the theoretical understanding of SimCLR is still very limited, even in the simplest learning scenarios. In this paper, we introduce a theoretical case study of SimCLR. Specifically, we consider training a two-layer convolutional neural network (CNN) to learn a toy image data model that has been considered in a series of recent works. For this particular learning task, we precisely characterize the label complexity under which SimCLR pre-training followed by supervised fine-tuning achieves approximately zero training loss and almost optimal test loss. Notably, the label complexity for SimCLR pre-training is far less demanding compared to direct supervised training, especially when the signal-to-noise ratio in the data is low. Our analysis sheds light on the benefits of SimCLR in learning with fewer labels. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/zhang26f.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/zhang26f.html</guid>
        
        
      </item>
    
      <item>
        <title> Meta-probabilistic Modeling </title>
        <description> Probabilistic graphical models (PGMs) are widely used to discover latent structure in data, but their success hinges on selecting an appropriate model design. In practice, model specification is difficult and often requires iterative trial-and-error. This challenge arises because classical PGMs typically operate on individual datasets. In this work, we consider settings involving collections of related datasets and propose meta-probabilistic modeling (MPM) to learn the generative model structure itself. MPM uses a hierarchical formulation in which global components encode shared patterns across datasets, while local parameters capture dataset-specific latent structure. For scalable learning and inference, we derive a tractable VAE-inspired surrogate objective together with a bi-level optimization algorithm. Our methodology supports a broad class of expressive probabilistic models and has connections to existing architectures, such as Slot Attention. Experiments on object-centric representation learning and sequential text modeling demonstrate that MPM effectively adapts generative models to data while recovering meaningful latent representations. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/zhang26e.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/zhang26e.html</guid>
        
        
      </item>
    
      <item>
        <title> Visual Prompting Reimagined: The Power of Activation Prompts </title>
        <description> Visual prompting (VP) has emerged as a popular method to repurpose pretrained vision models for adaptation to downstream tasks. Unlike conventional model fine-tuning techniques, VP introduces a universal perturbation directly into the input data to facilitate task-specific fine-tuning rather than modifying model parameters. However, there exists a noticeable performance gap between VP and conventional fine-tuning methods, highlighting an unexplored realm in theory and practice to understand and advance (input-level) VP to reduce its current performance gap. Towards this end,  we introduce a generalized concept, termed activation prompt (AP), which extends the scope of (input-level) VP by enabling universal perturbations to be applied to activation maps within the intermediate layers of the model. By using AP to revisit the problem of VP and employing it as an analytical tool, we demonstrate the intrinsic limitations of VP in both performance and efficiency, revealing why input-level prompting may lack effectiveness compared to AP, which exhibits a model-dependent layer preference. We show that AP is closely related to normalization tuning in convolutional neural networks and vision transformers, although each model type has distinct layer preferences for prompting. We also theoretically elucidate the rationale behind such a preference by analyzing global features across layers. Through extensive experiments across 29 datasets and various model architectures, we provide a comprehensive performance analysis of AP, comparing it with VP and parameter-efficient fine-tuning baselines. Our results demonstrate AP’s superiority in both accuracy and efficiency, considering factors such as time, parameters, memory usage, and throughput. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/zhang26d.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/zhang26d.html</guid>
        
        
      </item>
    
      <item>
        <title> Multi-Metric Adaptive Experimental Design Under a Fixed Budget with Validation </title>
        <description> A/B tests in online experiments face statistical power challenges when testing multiple candidates simultaneously, while adaptive experimental designs (AED) alone fall short in inferring experiment statistics such as the average treatment effect, especially with many metrics (e.g., revenue, safety) and heterogeneous variances. This paper proposes a fixed-budget multi-metric AED framework with a two-phase structure: an adaptive exploration phase to identify the best treatment, and a validation phase with an A/B test to verify the treatment’s quality and infer statistics. We propose SHRVar, which generalizes sequential halving (SH) with a novel relative-variance-based sampling and an elimination strategy built on reward z values. It achieves a provable error probability that decreases exponentially, where the exponent H3 generalizes the complexity measure for SH and SHVar with homogeneous and heterogeneous variances, respectively. Numerical experiments demonstrate its performance and robustness. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/zhang26c.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/zhang26c.html</guid>
        
        
      </item>
    
      <item>
        <title> Welfare-Centric Clustering </title>
        <description> Fair clustering has traditionally focused on ensuring equitable group representation or equalizing group-specific clustering costs. However, Dickerson et al. recently showed that these fairness notions may yield undesirable or unintuitive clustering outcomes and advocated for a welfare-centric clustering approach that models the utilities of the groups. In this work, we model group utilities based on both distances and proportional representation and formalize two optimization objectives based on welfare-centric clustering: the Rawlsian (Egalitarian) objective and the Utilitarian objective. We introduce novel algorithms for both objectives and prove theoretical guarantees for them. Empirical evaluations on multiple real-world datasets demonstrate that our methods significantly outperform existing fair clustering baselines. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/zhang26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/zhang26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Spectral Clustering for Directed Graphs via Likelihood Estimation on Stochastic Block Models </title>
        <description> Graph clustering is a fundamental task in unsupervised learning with broad real-world applications. While spectral clustering methods for undirected graphs are well-established and guided by a minimum cut optimization consensus, their extension to directed graphs remains relatively underexplored due to the additional complexity introduced by edge directions. In this paper, we leverage statistical inference on stochastic block models to guide the development of a spectral clustering algorithm for directed graphs. Specifically, we study the maximum likelihood estimation under a widely used directed stochastic block model, and derive a global objective function that aligns with the underlying community structure. Building on its spectral relaxation, we propose two novel spectral clustering algorithms for directed graphs and establish theoretical guarantees for their misclustering error. Extensive experiments on synthetic and real-world datasets demonstrate significant performance gains over existing baselines. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/zhang26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/zhang26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Conditional Flow Matching for Bayesian Posterior Inference </title>
        <description> We propose a generative multivariate posterior sampler via flow matching. It offers a simple training objective, and does not require access to likelihood evaluation. The method learns a dynamic, block-triangular velocity field in the joint space of data and parameters, which results in a deterministic transport map from a source distribution to the desired posterior. The inverse map, named vector rank, is accessible by reversibly integrating the velocity over time. It is advantageous to leverage the dynamic design: proper constraints on the velocity yield a monotone map, which leads to a conditional Brenier map, enabling a fast and simultaneous generation of Bayesian credible sets whose contours correspond to level sets of Monge-Kantorovich data depth. Our approach is computationally lighter compared to GAN-based and diffusion-based counterparts, and is capable of capturing complex posterior structures. Finally, frequentist theoretical guarantee on the consistency of the recovered posterior distribution, and of the corresponding Bayesian credible sets, is provided. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/zhai26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/zhai26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Disentangling Federated Learning Heterogeneity: A Dual-Perspective Analysis of Quantifying Skew Versus Scarcity </title>
        <description> Federated Learning faces significant challenges due to data heterogeneity, which manifests as Label Distribution Skew and label missingness. We propose Skew-Scarcity Disentanglement Indicator (SSDI), a novel metric that decomposes heterogeneity into two disentangled components: Label Distribution Skew (LDS) (quantity skew of present labels) and Label Coverage Deficiency (LCD) (deviation due to missing labels). Using a PAC-Bayesian framework, we derive a generalization bound indicating that Label Coverage Deficiency becomes the dominant risk factor as the number of clients increases, severely degrading accuracy on rare labels. Our study reveals that, for a fixed number of labels, increasing clients is a primary driver of per-label accuracy variance by exacerbating Label Coverage Deficiency. Moreover, a higher global missing rate intensifies this divergence effect and can precipitate severe performance breakdown at a lower critical threshold of clients. Experiments on vision benchmarks confirm that SSDI accurately captures the severity of performance divergence. The SSDI framework provides a principled tool for diagnosing heterogeneity and guiding targeted mitigation strategies. The code for the SSDI-controlled client-label matrix generation used in our experiments is available at \url{https://github.com/wkzeng/SSDI.git.} </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/zeng26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/zeng26b.html</guid>
        
        
      </item>
    
      <item>
        <title> A Hessian-Free Actor-Critic Algorithm for Bi-Level Reinforcement Learning with Applications to LLM Fine-Tuning </title>
        <description> We study a structured bi-level optimization problem where the upper-level objective is a smooth function and the lower-level problem is policy optimization in a Markov decision process (MDP). The upper-level decision variable parameterizes the reward of the lower-level MDP, and the upper-level objective depends on the optimal induced policy. Existing methods for bi-level optimization and RL often require second-order information, impose strong regularization at the lower level, or inefficiently use samples through nested-loop procedures. In this work, we propose a single-loop, first-order actor-critic algorithm that optimizes the bi-level objective via a penalty-based reformulation. We introduce into the lower-level RL objective an attenuating entropy regularization, which enables asymptotically unbiased upper-level hyper-gradient estimation without solving the unregularized RL problem exactly. We establish the finite-time and finite-sample convergence of the proposed algorithm to a stationary point of the original, unregularized bi-level optimization problem through a novel lower-level residual analysis under a special type of Polyak–Lojasiewicz condition. We validate the performance of our method through experiments on a GridWorld goal position problem and on happy tweet generation through reinforcement learning from human feedback (RLHF). </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/zeng26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/zeng26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Kernel Treatment Effects with Adaptively Collected Data </title>
        <description> Adaptive experiments improve efficiency by adjusting treatment assignments based on past outcomes, but this adaptivity breaks the i.i.d. assumptions that underpin classical asymptotics. At the same time, many questions of interest are distributional, extending beyond average effects. Kernel treatment effects (KTE) provide a flexible framework by representing interventional outcome distributions in an RKHS and comparing them via kernel distances. We present the first kernel-based framework for distributional inference under adaptive data collection. Our method combines doubly robust RKHS scores with a witness function learned on one fold, and performs inference on a second fold using a projected, sequentially normalized scalar statistic with valid type-I error.  Experiments show that the resulting procedure is well calibrated and effective for both mean shifts and higher-moment differences, outperforming adaptive baselines limited to scalar effects. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/zenati26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/zenati26a.html</guid>
        
        
      </item>
    
      <item>
        <title> How to Approximate Inference with Subtractive Mixture Models </title>
        <description> Classical mixture models (MMs) are widely used tractable proposals for approximate inference settings such as variational inference (VI) and importance sampling (IS). Recently, mixture models with negative coefficients, called subtractive mixture models (SMMs), have been proposed as a potentially more expressive alternative. However, how to effectively use SMMs for VI and IS is still an open question as they do not provide latent variable semantics and therefore cannot use sampling schemes for classical MMs.  In this work, we study how to circumvent this issue by designing several expectation estimators for IS and learning schemes for VI with SMMs, and we empirically evaluate them for distribution approximation. Finally, we discuss the additional challenges in estimation stability and learning efficiency that they carry and propose ways to overcome them. Code is available at \url{https://github.com/april-tools/delta-vi.} </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/zellinger26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/zellinger26a.html</guid>
        
        
      </item>
    
      <item>
        <title> The Cross-Context Threshold Test: Detecting Discrimination Under Environmental Shifts </title>
        <description> We study how threshold tests for detecting discrimination under environmental shifts, focusing on the Veil-of-Darkness (VoD) setting where visibility changes between daylight and darkness. We show that standard threshold tests, when applied separately to daylight and darkness data, violate key assumptions: risk distributions drift across contexts and thresholds fluctuate arbitrarily. We propose a cross-context threshold test that enforces distributional invariance and monotonic threshold decay. Using New York City stop-and-frisk data and synthetic experiments, we demonstrate that this model yields more reliable thresholds, improves bias detection, and aligns with the counterfactual logic of the VoD test. Our framework generalizes to fairness auditing whenever environmental context influences decisions. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/yuan26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/yuan26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Tensor Gaussian Processes: Efficient Solvers for Nonlinear PDEs </title>
        <description> Machine learning solvers for partial differential equations (PDEs) have attracted growing interest. However, most existing approaches, such as neural network solvers, rely on stochastic training, which is inefficient and typically requires a great many training epochs.  Gaussian process (GP)/kernel-based solvers, while mathematical principled, suffer from scalability issues when handling large numbers of collocation points often needed for challenging or higher-dimensional  PDEs. To overcome these limitations, we propose TGPS, a tensor-GP-based solver  that introduces factor functions along each input dimension using one-dimensional GPs and combines them via tensor decomposition to approximate the full solution. This design reduces the task to learning a collection of one-dimensional GPs, substantially lowering computational complexity, and enabling scalability to massive collocation sets. For efficient nonlinear PDE solving, we use a partial freezing strategy and Newton’s method to linerize the nonlinear terms. We then develop an alternating least squares (ALS) approach that admits closed-form  updates, thereby substantially enhancing the training efficiency. We establish theoretical guarantees on the expressivity of our model, together with convergence proof and error analysis  under standard regularity assumptions.  Experiments on several benchmark PDEs demonstrate that our method achieves superior accuracy and efficiency compared to existing approaches. The code  is released at \url{https://github.com/BayesianAIGroup/TGPSolve-NonLinear-PDEs} </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/yuan26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/yuan26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Proof of The TAP Free Energy for High-Dimensional Linear Regression with Spherical Priors at All Temperatures </title>
        <description> Approximate inference is central to Bayesian learning, with variational inference (VI) providing a scalable framework for posterior approximation. While mean-field VI often fails in high dimensions, the more refined Bethe approximation, equivalent to the Thouless-Anderson-Palmer (TAP) free energy in statistical physics, has long been conjectured to capture Bayes-optimal behavior. We prove that the TAP formula holds for Bayesian linear regression with a uniform spherical prior at all noise levels ($\Delta&gt;0$), extending the result of Qiu and Sen (2022) in the high-noise regime. Our argument constructs a ridge regression functional that dominates the TAP free energy, yielding the first rigorous analysis of the global optimizer of the non-concave TAP functional for a planted inference model at an arbitrary noise level. This verifies that TAP, rather than mean-field, is the correct variational description in this setting. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/yu26d.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/yu26d.html</guid>
        
        
      </item>
    
      <item>
        <title> Learning Geometry and Topology via Multi-Chart Flows </title>
        <description> Real world data often lie on low-dimensional Riemannian manifolds embedded in high-dimensional spaces. This motivates learning degenerate normalizing flows that map between the ambient space and a low-dimensional latent space. However, if the manifold has a non-trivial topology, it can never be correctly learned using a single flow. Instead multiple flows must be ‘glued together’. In this paper, we first propose the general training scheme for learning such a collection of flows, and secondly we develop the first numerical algorithms for computing geodesics on such manifolds. Empirically, we demonstrate that this leads to highly significant improvements in topology estimation. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/yu26c.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/yu26c.html</guid>
        
        
      </item>
    
      <item>
        <title> Undersmoothing Black-Box Models for Functional Estimation </title>
        <description> We study functional estimation using black-box models through a model-agnostic undersmoothing framework. The proposed procedure \texttt{Rep} operates by augmenting the original dataset through replicating a proportion of samples multiple times, and subsequently applying the black-box algorithm to the augmented dataset. This construction automatically induces undersmoothing and reduces the functional estimation error. We provide several empirical demonstrations (including neural network based learners) showing that compared to the plug-in estimator, the proposed algorithm \texttt{Rep} improves the estimation accuracy of functional estimation without requiring explicit expressions for the associated influence functions. Furthermore, we develop a theoretical analysis in two representative settings, the Nadaraya–Watson estimator and the random feature model, establishing that replication provides explicit prescriptions for the replication proportion and number of copies, and yields  optimal convergence rates for functional estimation. In the classical nonparametric regression setting, we extend \texttt{Rep} with a Lepski-style method that adapts to unknown structural features of the regression function. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/yu26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/yu26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Community-Enhanced Semi-seeded Network Alignment (CESSNA): A Robust Method with Application to Microbiome Networks </title>
        <description> Network alignment (i.e., graph matching) is a fundamental, though computationally challenging, problem that seeks to identify correspondences between vertices in network data. We present Community-Enhanced Semi-seeded Network Alignment (CESSNA), a novel algorithm that integrates community structure and partial seed information to improve matching efficiency and accuracy. CESSNA decomposes the global matching problem into smaller, community-based blocks, enabling efficient block-wise gradient descent and reducing computational complexity to that of the largest non-seeded community. The method flexibly incorporates both true and inferred communities, maintaining robustness even in the presence of noise and limited seed data. Experiments on synthetic and real-world datasets demonstrate that CESSNA consistently outperforms traditional seeded and unseeded graph matching approaches, achieving up to a 46-fold increase in accuracy over state-of-the-art methods without any seeds on the Wikipedia dataset. Furthermore, we present an innovative application of CESSNA to microbiome data, showing the capacity of this approach for robust, multiscale graph comparison in complex network data. These findings highlight the potential of CESSNA for addressing a broad spectrum of non-traditional network alignment problems, and emphasize CESSNA’s ability to accomplish efficient and accurate network alignment and its utility for uncovering new insights in biologically hierarchical data. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/yu26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/yu26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Topological Alignment of Shared Vision-Language Embedding Space </title>
        <description> Contrastive Vision-Language Models (VLMs) have demonstrated strong zero-shot capabilities.  However, their cross-modal alignment remains biased toward English due to limited multilingual multimodal data.  Recent multilingual extensions have alleviated this gap but enforce instance-level alignment while neglecting the global geometry of the shared embedding space.  We address this problem by introducing \textbf{ToMCLIP} (\textbf{To}pological Alignment for \textbf{M}ultilingual \textbf{CLIP}), a topology-aware framework aligning embedding spaces with topology-preserving constraints.  The proposed method applies persistent homology to define a topological alignment loss and approximates persistence diagram with theoretical error bounds using graph sparsification strategy.  This work validates the proposed approach, showing enhanced structural coherence of multilingual representations, higher zero-shot accuracy on the CIFAR-100, and stronger multilingual retrieval performance on the xFlickr&amp;CO.  Beyond VLMs, the proposed approach provides a general method for incorporating topological alignment into representation learning.  Code is available at \url{https://github.com/junwon0/ToMCLIP.git.} </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/you26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/you26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Secretary Problem with Predictions and Ordering </title>
        <description> The classic secretary problem, a cornerstone of optimal stopping theory, assumes a random, immutable arrival order of candidates. While recent work has integrated machine-learned predictions to improve selection, the power to set the arrival order based on these predictions remains largely untapped. This paper introduces a novel framework for the secretary problem that leverages predictions for both valuation and strategic scheduling. We propose an algorithm that strategically controls the arrival time of the top-predicted candidate and dynamically adapts its hiring policy based on observed prediction accuracy. Our analysis shows that this approach achieves a worst-case competitive ratio of 0.229, surpassing the 0.215 bound of state-of-the-art algorithms that do not control ordering, bringing it closer to the upper bound of $1/e \approx 0.368$ while maintaining consistency guarantees. Furthermore, we demonstrate that our ordering framework can be adapted to improve fairness guarantees, doubling the success probability in a known fair algorithm from 1/16 to 1/8. Our results highlight that controlling the sequence is a powerful tool for building more robust and fair learning-augmented online algorithms. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/yiming26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/yiming26a.html</guid>
        
        
      </item>
    
      <item>
        <title> RoseCDL: Robust and Scalable Convolutional Dictionary Learning for rare-event and anomaly detection </title>
        <description> Detecting rare events and anomalies in large-scale signals is essential in fields such as astronomy, physical simulations, and biomedical science. In many cases, this problem naturally decomposes into identifying common local patterns and detecting deviations that correspond to anomalies. Convolutional Dictionary Learning (CDL) is a powerful tool for modeling local structures, but its adoption for this task has been limited by computational demands and sensitivity to outliers. We introduce RoseCDL, a novel CDL algorithm designed for robust and scalable modeling  of signal pattern distribution. RoseCDL leverages stochastic windowing for efficient training and incorporates inline outlier detection to enhance robustness. This enables unsupervised identification of anomalous and rare patterns in long signals based on the local reconstruction loss. Experiments on real-world datasets show that RoseCDL delivers improved detection accuracy and computational efficiency, making CDL practical for challenging detection tasks in large-scale signal analysis. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/yehya26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/yehya26a.html</guid>
        
        
      </item>
    
      <item>
        <title> From Counts to Preferences: Preference-Driven Models for Spatio-Temporal Event Data </title>
        <description> Spatio-temporal event data—such as crime incidents or shared-mobility usage—are generated by human decisions. Yet most existing models focus on statistical dependencies in time and space, overlooking the cognitive and social factors that shape behavior. We argue that uncovering underlying preferences is essential, as they provide a structured link between observed event data and decision processes. We introduce a preference-driven framework that models event distributions through a two-stage “consider–then–choose” process: sparse gating captures limited attention, and utility functions guide selection within the consideration set. To capture heterogeneity, we employ a mixture-of-experts design that reveals distinct preference patterns across groups and contexts. The framework incorporates sparse structural design, and we analyze its theoretical properties by establishing approximation and generalization guarantees. Empirical studies on crime and bike-sharing datasets demonstrate competitive predictive accuracy while providing interpretable insights into behavioral drivers. By shifting the focus from counts to preferences, our approach offers a behaviorally grounded and socially meaningful perspective for modeling event data. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/yang26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/yang26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Learning with Incomplete Context: Linear Contextual Bandits with Pretrained Imputation </title>
        <description> The rise of large-scale pretrained models has made it feasible to generate predictive or synthetic features at low cost, raising the question of how to incorporate such surrogate predictions into downstream decision-making. We study this problem in the setting of online linear contextual bandits, where contexts may be complex, nonstationary, and only partially observed. In addition to bandit data, we assume access to an auxiliary historical dataset containing fully observed contexts–common in practice since such data are collected without adaptive interventions. We propose PULSE-UCB, an algorithm that leverages pretrained models trained on the auxiliary data to impute missing features during online decision-making. We establish regret guarantees that decompose into a standard bandit term plus an additional component reflecting pretrained model quality. In the i.i.d. context case with H{ö}lder-smooth missing features, PULSE-UCB achieves near-optimal performance, supported by matching lower bounds. Our results quantify how uncertainty in predicted contexts affects decision quality and how much historical data is needed to improve downstream learning. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/yan26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/yan26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Counterfactual Explanations via Latent Structure for Time Series Classification </title>
        <description> There is a growing need for explainability in time series classification. Counterfactual (CF) generation creates in-distribution synthetic instances that flip the prediction to a desired class. We propose CELT, a model-agnostic CF generation method for time-series classifiers, including non-differentiable and one-class models. In the development phase, CELT learns a structured latent space in which desired-class latent instances form clusters and other latent instances are pushed away. In addition, the design enables segment-wise, time-local edits. In the deployment phase, CELT efficiently generates CFs by editing a minimal number of time-local segments, guided by the learned structure. We formulate both phases as mathematically sound optimization problems that uniformly handle supervised and one-class classification, and we demonstrate effectiveness on UCR datasets. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/yamaguchi26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/yamaguchi26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Clustering-Based Edge Augmentation for Minimizing the Kirchhoff Index </title>
        <description> The Kirchhoff index ($\mathcal{K}_{G}$), defined as the sum of effective resistances over all pairs of nodes in a connected undirected graph $G$, is a fundamental metric for real-world networks. It corresponds to average power consumption in electrical circuits, average commute time of random walks, and more relevantly to optimization, is equal to $\text{Tr}(\mathcal{L}^{\dagger})$, where $\mathcal{L}$ is the graph Laplacian. In this paper, we study the problem of augmenting a given graph by adding $k$ edges to minimize the Kirchhoff index. The problem was introduced in a work of Ghosh, Boyd, and Saberi (2008), and is known to be NP-hard; the state-of-the-art algorithms mostly employ greedy heuristics and have very weak guarantees. We design novel algorithms and show bi-criteria approximation guarantees, i.e., the algorithm adds $c \cdot k$ edges and obtains an $\alpha$ factor approximation to the optimum objective value with $k$ edges. Specifically, an algorithm based on $k$-median clustering with penalties achieves $c=2$ and $\alpha = O(k)$. By using known submodularity ideas, we extend this to achieve $c=O(\log k)$ and $\alpha=(4+\epsilon)$. The problem corresponds to an augmentation version of the classic A-optimal experimental design problem in statistics. We also prove strong integrality gaps for the natural convex relaxation and demonstrate the performance of our algorithm on real and synthetic graphs. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/yalamanchili26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/yalamanchili26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Influence Attributions can be Systematically Altered by Model Manipulation </title>
        <description> Influence Functions are a standard tool for attributing predictions to training data in a principled manner and are widely used in applications such as data valuation and fairness. In this work, we present realistic incentives to manipulate influence-based attributions and investigate whether these attributions can be \textit{systematically} altered by an adversary. We show that small systemic perturbations to models can indeed alter influence-based attributions \textit{as desired}. We work on logistic regression models trained on ResNet feature embeddings and standard tabular fairness datasets and provide efficient attacks with backward-friendly implementations. Our work raises questions on the reliability of influence-based attributions in adversarial circumstances. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/yadav26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/yadav26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Open Multi-agent Multi-armed Bandit with Applications in Permissionless Blockchain </title>
        <description> We study a multi-agent multi-armed bandit problem (MA-MAB) in open systems, where multiple agents can enter and leave at any time and face multiple bandit problems to minimize the group-wise cumulative regret. To our knowledge, this is the first work to consider a dynamic set of agents that arrive and depart according to stochastic processes, systematically evolving over time. We also extend to a permissionless blockchain-based MA-MAB (PB-MA-MAB) problem, where agents may behave either honestly or maliciously depending on compliance with the mechanism, and malicious agents may disrupt honest ones. These formulations pose new challenges, as regret grows with the increasing number of agents.  To this end, we design new UCB-based methodologies for both MA-MAB and PB-MA-MAB, introducing information-integration rules for existing agents and information-access mechanisms for new agents to fully leverage available information. We derive regret bounds for our algorithms and characterize the complexity of the formulation via regret lower bounds in both settings. We establish regret upper bounds of order $\max{O(M_0), O(\log T), O(\tfrac{\log^2 T}{(M_0)})1_{{\lambda &gt; 0}}}$ (a significant improvement over the naïve bound $(M_0 + T)\log T$), where $M_0$ is the initial number of agents and $C$ reflects the arrival/departure rate. We also prove lower bounds of $O(\log T)$ and $O(M_0)$ for all consistent algorithms, and tighter bounds of $O(\log T + M_0)$ or $O(\log^2 T)$ for a subset including ours. These imply that our algorithm is nearly optimal in general and optimal in certain cases. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/xu26f.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/xu26f.html</guid>
        
        
      </item>
    
      <item>
        <title> From Restless to Contextual: A Thresholding Bandit Reformulation for Finite-horizon Improvement </title>
        <description> This paper addresses the poor finite-horizon performance of existing online \emph{restless bandit} (RB) algorithms, which stems from the prohibitive sample complexity of learning a full  \emph{Markov decision process} (MDP) for each agent. We argue that superior finite-horizon performance requires \emph{rapid convergence} to a \emph{high-quality} policy. Thus motivated, we introduce a reformulation of online RBs as a \emph{budgeted thresholding contextual bandit}, which simplifies the learning problem by encoding long-term state transitions into a scalar reward. We prove the first non-asymptotic optimality of an oracle policy for a simplified finite-horizon setting. We  propose a practical learning policy under a heterogeneous-agent, multi-state setting, and show that it achieves a sublinear regret, achieving \emph{faster convergence} than existing methods. This directly translates to higher cumulative reward, as empirically validated by significant gains over state-of-the-art algorithms in large-scale heterogeneous environments. The code is provided in \url{https://github.com/jamie01713/EGT}. Our work provides a new pathway for achieving practical, sample-efficient learning in finite-horizon RBs. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/xu26e.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/xu26e.html</guid>
        
        
      </item>
    
      <item>
        <title> Power Transform Revisited: Numerically Stable, and Federated </title>
        <description> Power transforms are popular parametric methods for making data more Gaussian-like, and are widely used as preprocessing steps in statistical analysis and machine learning. However, we find that direct implementations of power transforms suffer from severe numerical instabilities, which can lead to incorrect results or even crashes. In this paper, we provide a comprehensive analysis of the sources of these instabilities and propose effective remedies. We further extend power transforms to the federated learning setting, addressing both numerical and distributional challenges that arise in this context. Experiments on real-world datasets demonstrate that our methods are both effective and robust, substantially improving stability compared to existing approaches. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/xu26d.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/xu26d.html</guid>
        
        
      </item>
    
      <item>
        <title> Identifiability of Potentially Degenerate Gaussian Mixture Models With Piecewise Affine Mixing </title>
        <description> Causal representation learning (CRL) aims to identify the underlying latent variables from high-dimensional observations, even when variables are dependent with each other. We study this problem for latent variables that follow a potentially degenerate Gaussian mixture distribution and that are only observed through the transformation via a piecewise affine mixing function. We provide a series of progressively stronger identifiability results for this challenging setting in which the probability density functions are ill-defined because of the potential degeneracy. For identifiability up to permutation and scaling, we leverage a sparsity regularization on the learned representation. Based on our theoretical results, we propose a two-stage method to estimate the latent variables by enforcing sparsity and Gaussianity in the learned representations. Experiments on synthetic and image data highlight our method’s effectiveness in recovering the ground-truth latent variables. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/xu26c.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/xu26c.html</guid>
        
        
      </item>
    
      <item>
        <title> Corruption Robust Thompson Sampling for Gaussian Bandits </title>
        <description> Thompson sampling is one of the most popular learning algorithms for online sequential decision-making problems and has rich real-world applications. However, traditional Thompson sampling algorithms are limited by the assumption that the rewards received are uncorrupted, which may not hold in real-world applications where adversarial reward poisoning exists. To make Thompson sampling more reliable, our goal is to make it robust against adversarial reward poisoning. Particularly, we consider a strong attack threat model where an adversary applies corruption after observing the agent’s actions. The main challenge is that one can no longer compute the actual posteriors for the true reward, as the agent can only observe the rewards after corruption. In this work, we solve this problem by computing pseudo-posteriors that are less likely to be manipulated by the attack. Particularly, we focus on two popular settings: stochastic bandits and contextual linear bandits with priors as Gaussian distributions. \textbf{We are the first} to propose robust algorithms based on Thompson sampling for the two bandit settings in both cases where the agent is aware or unaware of the attacker’s budget. We theoretically show that our algorithms guarantee near-optimal regret under any attack strategy. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/xu26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/xu26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Linearly Separable Features in Shallow Nonlinear Networks: Width Scales Polynomially with Intrinsic Data Dimension </title>
        <description> Deep neural networks have attained remarkable success across diverse classification tasks. Recent empirical studies have shown that deep networks learn features that are linearly separable across classes. However, these findings often lack rigorous justifications, even under relatively simple settings. In this work, we address this gap by examining the linear separation capabilities of shallow nonlinear networks. Specifically, inspired by the low intrinsic dimensionality of image data, we model inputs as a union of low-dimensional subspaces (UoS) and demonstrate that a single nonlinear layer can transform such data into linearly separable sets. Theoretically, we show that this transformation occurs with high probability when using random weights and quadratic activations. Notably, we prove this can be achieved when the network width scales polynomially with the intrinsic dimension of the data rather than the ambient dimension. Experimental results corroborate these theoretical findings and demonstrate that similar linear separation properties hold in practical scenarios beyond our analytical scope. This work bridges the gap between empirical observations and theoretical understanding of the separation capacity of nonlinear networks, offering deeper insights into model interpretability and generalization. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/xu26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/xu26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Neural Additive Experts: Context-Gated Experts for Controllable Model Additivity </title>
        <description> The trade-off between interpretability and accuracy remains a core challenge in machine learning. Standard Generalized Additive Models (GAMs) offer clear feature attributions but are often constrained by their strictly additive nature, which can limit predictive performance. Introducing feature interactions can boost accuracy yet may obscure individual feature contributions. To address these issues, we propose Neural Additive Experts (NAEs), a novel framework that seamlessly balances interpretability and accuracy. NAEs employ a mixture of experts framework, learning multiple specialized networks per feature, while a dynamic gating mechanism integrates information across features, thereby relaxing rigid additive constraints. Furthermore, we propose targeted regularization techniques to mitigate variance among expert predictions, facilitating a smooth transition from an exclusively additive model to one that captures intricate feature interactions while maintaining clarity in feature attributions. Our theoretical analysis and experiments on synthetic data illustrate the model’s flexibility, and extensive evaluations on real-world datasets confirm that NAEs achieve an optimal balance between predictive accuracy and transparent, feature-level explanations. The code is available at \url{https://github.com/Teddy-XiongGZ/NAE.} </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/xiong26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/xiong26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Two mathematical models of knowledge distillation </title>
        <description> Many hypotheses compete to explain the successes of knowledge distillation. To help address this, we propose and analyze a mathematical model of distillation, which suggests that distillation’s performance comes not from obtaining better models but from easier to optimize landscapes. For generalized linear models trained with stochastic gradient descent, we prove that distillation fits performant student models asymptotically more quickly than non-distilled models. In rank-1 matrix approximation, we characterize conditions on the target matrix under which gradient descent with distillation converges strictly faster than training on the supervised objective. The theory helps delineate the ways distillation provides benefits (i.e., in optimization speed, not in generalization), and experiments on real datasets corroborate the theoretical predictions. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/xie26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/xie26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Efficient Subgroup Analysis via Optimal Trees with Global Parameter Fusion </title>
        <description> Identifying and making statistical inferences on differential treatment effects—commonly known as subgroup analysis in clinical research—is central to precision health. Subgroup analysis allows practitioners to pinpoint populations for whom a treatment is especially beneficial or protective, thereby advancing targeted interventions. Tree-based recursive partitioning methods are widely used for subgroup analysis due to their interpretability. Nevertheless, these approaches encounter significant limitations, including suboptimal partitions induced by greedy heuristics and overfitting from locally estimated splits, especially under limited sample sizes. To address these limitations, we propose a fused optimal causal tree method that leverages mixed-integer optimization (MIO) to facilitate precise subgroup identification. Our approach ensures globally optimal partitions and introduces a parameter-fusion constraint to facilitate information sharing across related subgroups. This design substantially improves subgroup discovery accuracy and enhances statistical efficiency. We provide theoretical guarantees by rigorously establishing out-of-sample risk bounds and comparing them with those of classical tree-based methods. Empirically, our method consistently outperforms popular baselines in simulations. Finally, we demonstrate its practical utility through a case study on the Health and Aging Brain Study–Health Disparities (HABS-HD) dataset, where our approach yields clinically meaningful insights. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/xie26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/xie26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Calibrated Principal Component Regression </title>
        <description> We propose a new method for statistical inference in generalized linear models. In the overparameterized regime, Principal Component Regression (PCR) reduces variance by projecting high-dimensional data to a low-dimensional principal subspace before fitting. However, PCR incurs truncation bias whenever the true regression vector has mass outside the retained principal components (PC). To mitigate the bias, we propose Calibrated Principal Component Regression (CPCR), which first learns a low-variance prior in the PC subspace and then calibrates the model in the original feature space via a centered Tikhonov step. CPCR leverages cross-fitting and controls the truncation bias by softening PCR’s hard cutoff. Theoretically, we calculate the out-of-sample risk in the random matrix regime, which shows that CPCR outperforms standard PCR when the regression signal has non-negligible components in low-variance directions. Empirically, CPCR consistently improves prediction across multiple overparameterized problems. The results highlight CPCR’s stability and flexibility in modern overparameterized settings. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/wu26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/wu26b.html</guid>
        
        
      </item>
    
      <item>
        <title> CTRLS: Chain-of-Thought Reasoning via Latent State Transition </title>
        <description> Chain-of-thought (CoT) reasoning enables large language models (LLMs) to break down complex problems into explainable intermediate steps, significantly enhancing model transparency and performance in reasoning tasks.  However, conventional CoT methods rely on heuristic sampling without structured modelling of reasoning transitions,  constraining their ability to explore and discover diverse and effective reasoning trajectories.  In this work, we introduce CTRLS, a framework that formulates CoT reasoning as a Markov decision process (MDP) with latent state transitions, enabling explainable and state-aware exploration via distributional reinforcement learning.  By modelling reasoning actions as explicit probability distributions in latent space, our approach explicitly models epistemic uncertainty, facilitating robust exploration of the reasoning space. Enabled by our formulation, we propose an on-policy reinforcement learning scheme to iteratively refine latent transitions without fine-tuning of the underlying LLM. Theoretical analyses provide evidence lower bounds (ELBO), theoretically grounding our transition-aware modelling of latent reasoning dynamics. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/wu26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/wu26a.html</guid>
        
        
      </item>
    
      <item>
        <title> A Goemans-Williamson type algorithm for identifying subcohorts in clinical trials </title>
        <description> We design an efficient algorithm that outputs tests for identifying predominantly homogeneous subcohorts of patients from large in-homogeneous datasets. Our theoretical contribution is a rounding technique, similar to that of Goemans and Wiliamson (1995), which approximates the optimal solution within a factor of $0.82$. As an application, we use our algorithm to trade-off sensitivity for specificity to systematically identify clinically interesting homogeneous subcohorts of patients in the RNA microarray data set for breast cancer from Curtis et al. (2012). One identified subcohort suggests a link between LXR over-expression and BRCA2 and MSH6 methylation levels for patients in that subcohort. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/worah26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/worah26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Improving Coverage in Combined Prediction Sets with Weighted p-values </title>
        <description> Conformal prediction quantifies the uncertainty of machine learning models by augmenting point predictions with valid prediction sets. For complex scenarios involving multiple trials, models, or data sources, conformal prediction sets can be aggregated to create a prediction set that captures the overall uncertainty, often improving precision. However, aggregating multiple prediction sets with individual $1-\alpha$ coverage inevitably weakens the overall guarantee, typically resulting in $1-2\alpha$ worst-case coverage. In this work, we propose a framework for the \emph{weighted aggregation of prediction sets}, where weights are assigned to each prediction set based on their contribution. Our framework offers flexible control over how the sets are aggregated, achieving tighter coverage bounds that interpolate between the $1-2\alpha$ guarantee of the combined models and the $1-\alpha$ guarantee of an individual model depending on the distribution of weights. Importantly, our framework generalizes to data-dependent weights, as we derive a procedure for weighted aggregation that maintains finite-sample validity even when the weights depend on the data. This extension makes our framework broadly applicable to settings where weights are learned, such as mixture-of-experts (MoE), and we demonstrate through experiments in the MoE setting that our methods achieve adaptive coverage. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/wong26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/wong26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Private Synthetic Graph Generation and Fused Gromov-Wasserstein Distance </title>
        <description> Networks are popular  representations of complex data. In particular, differentially private synthetic networks are much in demand.  Here, instead of  starting from a network,  we start with the complex data set itself and construct both a network representation and a corresponding synthetic network generator. We build a network model directly based on the underlying complex system data, capturing its structure and attributes. Using a random connection model, we  devise  an effective algorithmic approach for generating attributed synthetic networks  which is $\epsilon$-differentially private at the vertex level, while preserving  utility.  We provide theoretical guarantees for the  accuracy of the private synthetic networks using the  fused Gromov-Wasserstein distance. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/wirth26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/wirth26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Simplex-to-Euclidean Bijections for Categorical Flow Matching </title>
        <description> We propose a method for learning and sampling from probability distributions supported on the simplex. Our approach maps the open simplex to Euclidean space via smooth bijections, leveraging the Aitchison geometry to define the mappings, and supports modeling categorical data by a Dirichlet interpolation that dequantizes discrete observations into continuous ones. This enables density modeling in Euclidean space through the bijection while still allowing exact recovery of the original discrete distribution. Compared to previous methods that operate on the simplex using Riemannian geometry or custom noise processes, our approach works in Euclidean space while respecting the Aitchison geometry, and achieves competitive performance on both synthetic and real-world data sets. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/williams26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/williams26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Why is prompting hard? Understanding prompts on binary sequence predictors </title>
        <description> Frontier models can be prompted or conditioned to do many tasks, but finding good prompts is not always easy, nor is understanding some performant prompts. We view prompting as finding the best conditioning sequence on a near-optimal sequence predictor. On numerous well-controlled experiments, we show that unintuitive optimal conditioning sequences can be better understood given the pretraining distribution, which is not usually available. Even using exhaustive search, reliably identifying optimal prompts for practical neural predictors can be surprisingly difficult. Popular prompting methods, such as using demonstrations from the targeted task, can be surprisingly suboptimal. Using the same empirical framework, we analyze optimal prompts on frontier models, revealing patterns similar to the binary examples and previous findings. Taken together, this work takes an initial step towards understanding optimal prompts, from a statistical and empirical perspective that complements research on frontier models. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/wenliang26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/wenliang26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Optimal Arm Elimination Algorithms for Combinatorial Bandits </title>
        <description> Combinatorial bandits extend the classical bandit framework to settings where the learner selects multiple arms in each round, motivated by applications such as online recommendation and assortment optimization. While extensions of upper confidence bound (UCB) algorithms arise naturally in this context, adapting arm elimination methods has proved more challenging. We introduce a novel elimination scheme that partitions arms into three categories (confirmed, active, and eliminated), and incorporates explicit exploration to update these sets. We demonstrate the efficacy of our algorithm in two settings: the combinatorial multi-armed bandit with general graph feedback, and the combinatorial linear contextual bandit. Matching lower bounds are also provided. In both cases, our approach achieves near-optimal regret, whereas UCB-based methods can provably fail due to insufficient explicit exploration. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/wen26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/wen26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Accelerated Learning on Large-Scale Screens using Generative Library Models </title>
        <description> Biological machine learning is often bottlenecked by a lack of scaled data. One promising route to relieving data bottlenecks is through high-throughput screens, which can experimentally test the activity of $10^6-10^{12}$ protein sequences in parallel. In this article, we introduce algorithms to optimize high throughput screens for data creation and model training. We focus on the large-scale regime, where dataset sizes are limited by the cost of measurement and sequencing.  We show that when active sequences are rare, we maximize information gain if we only collect positive examples of active sequences, i.e. $x$ with $y&gt;0$. We can correct for the missing negative examples using a generative model of the library, producing a consistent and efficient estimate of the true $p(y\mid x)$. We demonstrate this approach in simulation and on a large-scale screen of antibodies. Overall, co-design of experiments and inference lets us accelerate learning dramatically. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/weinstein26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/weinstein26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Optimized Projection-Free Algorithms for Online Learning: Construction and Worst-Case Analysis </title>
        <description> This work studies and develops projection-free algorithms for online learning with linear optimization oracles (a.k.a. Frank–Wolfe) for handling the constraint set, and for convex loss functions. More precisely, this work  (i) shows how to exploit semidefinite programming to jointly design and analyze online Frank–Wolfe-type algorithms numerically in a variety of settings, (ii) leverages those design techniques to propose an improved (optimized) variant of an online Frank–Wolfe algorithm along with its conceptually simple potential-based proof, and (iii) extends this proof to its anytime version, which benefits from a similar $O(T^{3/4})$ regret rate without requiring knowledge of the time horizon $T$ in advance. We are not aware of other direct regret guarantees for an anytime version of online Frank–Wolfe  without using the classical doubling trick. Based on the semidefinite technique, we conclude with strong numerical evidence suggesting that no pure online Frank–Wolfe algorithm within our model class can have a regret guarantee better than $O(T^{3/4})$  without additional assumptions, that the current algorithms do not have optimal constants, and that multiple linear optimization rounds do not generally help to obtain better regret bounds. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/weibel26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/weibel26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Refining Covariance Matrix Estimation in Stochastic Gradient Descent Through Bias Reduction </title>
        <description> We study online inference and asymptotic covariance estimation for the stochastic gradient descent (SGD) algorithm. While classical methods—such as plug-in and batch-means estimators—are available, they either require inaccessible second-order (Hessian) information or suffer from slow convergence. To address these challenges, we propose a novel, fully online de-biased covariance estimator that eliminates the need for second-order derivatives while significantly improving estimation accuracy. Our method employs a bias-reduction technique to achieve a convergence rate of $n^{(\alpha-1)/2}\sqrt{\log n}$, outperforming existing Hessian-free alternatives. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/wei26c.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/wei26c.html</guid>
        
        
      </item>
    
      <item>
        <title> General Weighted Averaging in Stochastic Gradient Descent: CLT and Adaptive Optimality </title>
        <description> Stochastic Gradient Descent (SGD) is a cornerstone of machine learning, prized for its efficiency in large-scale optimization. This paper revisits SGD by introducing a general weighted averaging framework that significantly enhances its applicability. We establish asymptotic normality for a wide range of weighted averaged SGD solutions under minimal assumptions, providing a groundbreaking necessary condition for the central limit theorem in certain settings. This enables asymptotically valid online inference, empowering real-time confidence interval construction. Furthermore, we propose an adaptive averaging scheme, inspired by optimal weights for linear models, which achieves optimal superior non-asymptotic bounds. Our theoretical advances and empirical validations redefine SGD’s capabilities, offering transformative insights for statistical learning and optimization. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/wei26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/wei26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Counterfactual Credit Guided Bayesian Optimization </title>
        <description> Bayesian optimization has emerged as a prominent methodology for optimizing expensive black-box functions by leveraging Gaussian process surrogates, which focus on capturing the global characteristics of the objective function. However, in numerous practical scenarios, the primary objective is not to construct an exhaustive global surrogate, but rather to quickly pinpoint the global optimum.  Due to the aleatoric nature of the sequential optimization problem and its dependence on the quality of the surrogate model and the initial design, it is restrictive to assume that all observed samples contribute equally to the discovery of the optimum in this context.  In this paper, we introduce Counterfactual Credit Guided Bayesian Optimization (CCGBO), a novel framework that explicitly quantifies the contribution of individual historical observations through counterfactual credit. By incorporating counterfactual credit into the acquisition function, our approach can selectively allocate resources in areas where optimal solutions are most likely to occur. We prove that CCGBO retains sublinear regret. Empirical evaluations on various synthetic and real-world benchmarks demonstrate that CCGBO consistently reduces simple regret and accelerates convergence to the global optimum. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/wei26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/wei26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Sharp Risk Bounds for Early-stopping in Gaussian Linear Regression </title>
        <description> We study early-stopped mirror descent (ESMD) for high-dimensional Gaussian linear regression over arbitrary convex bodies and design matrices, where the task is to minimize the in-sample mean squared error. Our main result shows that some of the sharpest risk bounds for the least squares estimator (LSE), based on the local Gaussian width, extend to ESMD. We derive sufficient conditions on the potential, expressed via the Minkowski functional, under which our result holds. These conditions allow us to construct new potentials and analyze existing ones. Our results then yield general sufficient conditions for minimax optimality of ESMD, provide a systematic comparison with the LSE, and establish the tightest known risk bound in the $\ell_1$-constrained setting. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/wegel26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/wegel26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Zeroth-Order Stochastic Compositional Gradient Descent: Towards Black-Box Sparse AUC Maximization </title>
        <description> The area under the ROC curve (AUC) is a key metric for classification tasks, valued for its robustness to class imbalance. Sparse models trained with $\ell_0$ constraints further enhance interpretability and generalization. Building on prior work that reformulates nonlinear AUC maximization as a pointwise compositional optimization problem, we revisit this formulation as the basis for addressing the black-box setting, where only function evaluations are available. A central challenge arises from integrating zeroth-order gradient estimation with hard-thresholding operators in the compositional framework, which has remained unresolved. To overcome this difficulty, we propose the Zeroth-Order Stochastic Compositional Hard-Thresholding (ZO-SCHT) algorithm, which, to the best of our knowledge, is the first method for black-box sparse AUC maximization. We establish that ZO-SCHT achieves linear convergence up to a tolerance bound under a fixed step size. Extensive experiments on both black-box sparse AUC maximization and black-box adversarial attack tasks demonstrate the effectiveness and versatility of our approach. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/wang26g.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/wang26g.html</guid>
        
        
      </item>
    
      <item>
        <title> Training Latent Diffusion Models with Interacting Particle Algorithms </title>
        <description> We introduce a novel particle-based algorithm for end-to-end training of latent diffusion models. We reformulate the training task as minimizing a free energy functional and obtain a gradient flow that does so. By approximating the latter with a system of interacting particles, we obtain the algorithm, which we underpin theoretically by providing error guarantees. The novel algorithm compares favorably in experiments with previous particle-based methods and variational inference analogues. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/wang26f.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/wang26f.html</guid>
        
        
      </item>
    
      <item>
        <title> Provably Efficient and Agile Randomized Q-Learning </title>
        <description> While Bayesian-based exploration often demonstrates superior empirical performance compared to bonus-based methods in model-based reinforcement learning (RL), its theoretical understanding remains limited for model-free settings. Existing provable algorithms either suffer from computational intractability or rely on stage-wise policy updates which reduce responsiveness and slow down the learning process. In this paper, we propose a novel variant of Q-learning algorithm, referred to as RandomizedQ, which integrates sampling-based exploration with agile, step-wise, policy updates, for episodic tabular RL. We establish a sublinear regret bound $\widetilde{O}(\sqrt{H^5SAT})$, where $S$ is the number of states, $A$ is the number of actions, $H$ is the episode length, and $T$ is the total number of episodes. In addition, we present a logarithmic regret bound $ O\left(\frac{H^6SA}{\Delta_{\min}}\log^5(SAHT)\right)$ when the optimal Q-function has a positive sub-optimality $\Delta_{\min}$. Empirically, RandomizedQ exhibits outstanding performance compared to existing Q-learning variants with both bonus-based and Bayesian-based exploration on standard benchmarks. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/wang26e.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/wang26e.html</guid>
        
        
      </item>
    
      <item>
        <title> DIVERSED: Relaxed Speculative Decoding via Dynamic Ensemble Verification </title>
        <description> Speculative decoding is an effective technique for accelerating large language model inference by drafting multiple tokens in parallel. In practice, its speedup is often bottlenecked by a rigid verification step that strictly enforces the accepted token distribution to exactly match the target model. This constraint leads to the rejection of many plausible tokens, lowering the acceptance rate and limiting overall time speedup. To overcome this limitation, we propose DynamIc VErification RElaxed SpEculative Decoding (DIVERSED), a relaxed verification framework that improves time efficiency while preserving generation quality. DIVERSED: learns an ensemble-based verifier that blends the draft and target model distributions with a task-dependent and context-dependent weight. We provide theoretical justification for our approach and demonstrate empirically that DIVERSED achieves substantially higher inference efficiency compared to standard speculative decoding methods. Code is available at: \url{https://github.com/comeusr/diversed}. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/wang26d.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/wang26d.html</guid>
        
        
      </item>
    
      <item>
        <title> Integrating Feature Correlation in Differential Privacy with Applications in DP-ERM </title>
        <description> Standard differential privacy imposes uniform privacy constraints across all features, overlooking the inherent distinction between sensitive and insensitive features in practice. In this paper, we introduce a relaxed definition of differential privacy that accounts for such heterogeneity, allowing certain features to be treated as insensitive even when correlated with sensitive ones. We propose a correlation-aware framework, \textbf{CorrDP}, which relaxes privacy for insensitive features while accounting for their correlations with sensitive features, with the correlations quantified using total variation distance. We design algorithms for differentially private empirical risk minimization (DP-ERM) under the \textbf{CorrDP} framework, incorporating distance-dependent noise into gradients for improved theoretical utility guarantees. When the correlation distance is unknown, we estimate it from the dataset and show that it achieves a comparable privacy-utility guarantee. We perform experiments on synthetic and real-world datasets and show that \textbf{CorrDP}-based DP-ERM algorithms consistently outperform the standard DP framework. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/wang26c.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/wang26c.html</guid>
        
        
      </item>
    
      <item>
        <title> Policy-Oriented Binary Classification: Improving (KD-)CART Final Splits for Subpopulation Targeting </title>
        <description> Policymakers often use recursive binary split rules to partition populations based on binary outcomes and target subpopulations whose probability of this adverse binary event exceeds a threshold. We call such problems Latent Probability Classification (LPC). Practitioners typically employ Classification and Regression Trees (CART) for LPC. We prove that, in the context of LPC, classic CART and the knowledge distillation method, in which the student model is a CART (referred to as KD-CART), are suboptimal. We propose Maximizing Distance Final Split (MDFS), which generates split rules that strictly dominate CART/KD-CART under the unique intersect assumption. Under this assumption, MDFS identifies the unique best split rule. Consequently, it targets more vulnerable subpopulations than CART/KD-CART, where “more vulnerable” is defined as a higher probability of the adverse binary event. To further relax the assumption, we propose Penalized Final Split (PFS) and weighted Empirical risk Final Split (wEFS). Through extensive simulation studies, we demonstrate that the proposed methods predominantly outperform CART/KD-CART using two risk metrics. When applied to real-world datasets, MDFS generates policies that target more vulnerable subpopulations than the CART/KD-CART. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/wang26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/wang26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Harnessing the Power of Reinforcement Learning for Adaptive MCMC </title>
        <description> Sampling algorithms drive probabilistic machine learning, and recent years have seen an explosion in the diversity of tools for this task.  However, the increasing sophistication of sampling algorithms is correlated with an increase in the tuning burden.  There is now a greater need than ever to treat the tuning of samplers as a learning task in its own right.  In a conceptual breakthrough, Wang et al. (2025) formulated Metropolis-Hastings as a Markov decision process, opening up the possibility for adaptive tuning using reinforcement learning (RL).  Their emphasis was on theoretical foundations; realising the practical benefit of reinforcement learning Metropolis-Hastings (RLMH) was left for subsequent work. The purpose of this paper is twofold:  First, we observe the surprising result that natural choices of reward, such as the acceptance rate, or the expected squared jump distance, provide insufficient signal for training RLMH.  Instead, we propose a novel reward based on the contrastive divergence, whose superior performance in the context of RLMH is demonstrated.  Second, we explore the potential of RLMH and present adaptive gradient-based samplers that balance flexibility of the Markov transition kernel with learnability of the associated RL task.  A comprehensive simulation study using the posteriordb benchmark supports the practical effectiveness of RLMH. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/wang26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/wang26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Formally Exploring Time-Series Anomaly Detection Evaluation Metrics </title>
        <description> Detecting anomalies in time series is vital to ensure safety and reliability in many real-world applications. Despite the staggering number of anomaly detection methods, it remains unclear which methods perform best, largely due to flawed evaluation practices.  Without rigorous analysis, evaluations yield unintuitive or misleading comparisons. Existing evaluation metrics often focus on specifics and, therefore, fail to capture essential aspects of the anomaly detection task. In this work, we formalize the problem by introducing verifiable properties of evaluation metrics that individually reflect important aspects of anomaly detection in time series. By formalizing requirements and analyzing them systematically, we outline a theoretical framework for evaluating time-series anomaly detection that can support principled evaluations and reliable comparisons. We analyze 37 known metrics and prove that most satisfy only few and none satisfy all properties, explaining many observed inconsistencies in evaluations. To address this gap, we introduce a new flexible evaluation metric LARM that provably satisfies all properties. We illustrate the adaptability of this approach by refining the properties to satisfy stricter requirements and adapting LARM to these advanced properties yielding ALARM. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/wagner26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/wagner26a.html</guid>
        
        
      </item>
    
      <item>
        <title> LLMs Judging LLMs: A Simplex Perspective </title>
        <description> Given the challenge of automatically evaluating free-form outputs from large language models (LLMs), a common solution is to use LLMs themselves as judges, without any gold-standard scores.  Implicitly, this practice accounts for only sampling variability (aleatoric uncertainty) and ignores uncertainty about judge quality (epistemic uncertainty). While this is justified if judges are perfectly accurate, it is unclear when such an approach is theoretically valid and practically robust.  We study these questions for the task of ranking LLM candidates from a novel geometric perspective: for $M$-level scoring systems, both LLM judges and candidates can be represented as points on an $(M-1)$-dimensional probability simplex, where geometric concepts (e.g., triangle areas)correspond to key ranking concepts.  This perspective yields intuitive theoretical conditions and visual proofs for when rankings are identifiable; for instance, we provide a formal basis for the &quot;folk wisdom&quot; that LLM judges are more effective for two-level scoring ($M=2$) than multi-level scoring ($M&gt;2$).  Using this geometric intuition, we design Bayesian priors that encode epistemic uncertainty and vary the priors to conduct sensitivity analyses.  Experiments on LLM benchmarks show that rankings based solely on LLM judges are robust in many but not all datasets, underscoring both their widespread success and the need for caution.  Our Bayesian method achieves substantially higher coverage rates than existing procedures by modeling epistemic uncertainty. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/vossler26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/vossler26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Hellinger Multimodal Variational Autoencoders </title>
        <description> Multimodal variational autoencoders (VAEs) are widely used for weakly supervised generative learning with multiple modalities. Predominant methods aggregate unimodal inference distributions using either a product of experts (PoE), a mixture of experts (MoE), or their combinations to approximate the joint posterior. In this work, we revisit multimodal inference through the lens of probabilistic opinion pooling, an optimization-based approach. We start from H{ö}lder pooling with $\alpha=0.5$, which corresponds to the unique symmetric member of the $\alpha$-divergence family, and derive a moment-matching approximation, termed Hellinger. We then leverage such an approximation to propose HELVAE, a multimodal VAE that avoids sub-sampling, yielding an efficient yet effective model that: (i) learns more expressive latent representations as additional modalities are observed; and (ii) empirically achieves better trade-offs between generative coherence and quality, outperforming state-of-the-art multimodal VAE models. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/vo26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/vo26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Explanation Design in Strategic Learning: Sufficient Explanations That Induce Non-harmful Responses </title>
        <description> We study the design of explanations in algorithmic decision-making with strategic agents—individuals who may modify their inputs in response to explanations of a decision maker’s (DM’s) predictive model. While the demand for algorithmic transparency has led much prior work to assume full model disclosure, in practice DMs typically provide only partial information via explanations, which can cause agents to misinterpret the model and take actions that unintentionally reduce their own utility. A central open question is therefore how DMs should communicate explanations that avoid harming strategic agents while still supporting their own goals, e.g., minimising predictive error. In this work, we analyse widely used explanation methods and establish a necessary condition to prevent explanations from inducing self-harming responses. Furthermore, we show that action recommendation-based explanations  (ARexes), which encompass counterfactual explanations, are sufficient to induce all non-harmful responses. Under a conditional homogeneity assumption, this sufficiency extends to ARex-generating methods, echoing the revelation principle in information design. To demonstrate their practical utility, we introduce a simple learning procedure that jointly optimises the predictive model and the explanation-generating policy. Experiments on both synthetic and real-world tasks show that ARexes enable DMs to achieve high predictive performance while preserving agents’ utility, offering a principled strategy for safe and effective partial model disclosure. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/vo26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/vo26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Hyperbolic Part-Whole Image Segmentation </title>
        <description> Semantic segmentation typically focuses on pixel-level classification at the object level. Yet, objects naturally decompose into parts and subparts, mirroring human visual perception. In this work, we introduce a hyperbolic prototypical segmentation framework capable of simultaneously representing multiple granularity levels within a unified embedding space. Leveraging hyperbolic geometry’s unique capacity to model hierarchies effectively, we propose to embed class prototypes within the Poincar{é} ball. We introduce a tree-aware prototype initialization strategy and a distortion-\emph{p} loss that together yield improved hierarchical embeddings. Furthermore, we derive an optimized formulation of the hyperbolic distance function, enabling tractable inference for dense prediction tasks. A shared transformer encoder paired with separate hyperbolic heads allows efficient multi-level segmentation from a single model. Experiments on the recently introduced SubPartImageNet show that our approach (i) improves over the state-of-the-art, especially at the \emph{subpart} and \emph{part} levels, at a fraction of the number of parameters, (ii) enables zero-shot generalization, and (iii) allows for transfer from part- to object-level predictions without object-level supervision. All code is available at \url{https://github.com/mikhail-vlasenko/hyp-segmentation.} </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/vlasenko26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/vlasenko26a.html</guid>
        
        
      </item>
    
      <item>
        <title> From Cells to Sentences: An End-to-End Framework for Table Understanding </title>
        <description> Real-world tables are messy: column headers are inconsistent, cells contain errors or missing values, and crucial information is scattered across multiple tables and documents. These issues cause even state-of-the-art language models to fail at seemingly simple questions. We present a robust framework for table understanding that explicitly handles these challenges through three coordinated mechanisms: structure-aware encoders that learn invariance to common corruptions, trainable slots that compress evidence to a fixed-size representation, and grounding modules that align each slot to supporting text passages. Unlike prior work that treats tables as flat text or relies on clean schemas, our approach maintains strong performance even under schema corruption and structural perturbations. Across eight benchmarks spanning question answering, fact verification, and text generation, we achieve the best performance among methods without external tools on five tasks and remain competitive with systems using much larger models or SQL executors. Under schema corruption and row/column permutations, our method degrades by less than 2 points, while baselines drop by up to 6-22 points, confirming that explicit denoising and grounding are essential for robust table understanding. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/vijaykeerthy26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/vijaykeerthy26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Tight Analysis of Decentralized SGD: a Markov Chain Perspective </title>
        <description> We propose a novel analysis of the Decentralized Stochastic Gradient Descent (DSGD) algorithm with constant step size, interpreting the iterates of the algorithm as a Markov chain. We show that DSGD converges to a stationary distribution, with its bias, to first order, decomposable into two components: one due to decentralization (growing with the graph’s spectral gap and heterogeneity) and one due to stochasticity. Remarkably, the variance of local parameters is, at the first-order, inversely proportional to the number of agents, regardless of the network topology and even when clients’ iterates are not averaged at the end. As a consequence of our analysis, we obtain non-asymptotic convergence bounds for clients’ local iterates, confirming that DSGD has linear speed-up in the number of clients, and that the network topology only impacts higher-order terms. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/versini26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/versini26a.html</guid>
        
        
      </item>
    
      <item>
        <title> RamPINN: Recovering Raman Spectra From Coherent Anti-Stokes Spectra Using Embedded Physics </title>
        <description> Transferring the recent advancements in deep learning into scientific disciplines is hindered by the lack of the required large-scale datasets for training. We argue that in these knowledge-rich domains, the established body of scientific theory provides reliable inductive biases in the form of governing physical laws. We address the ill-posed inverse problem of recovering Raman spectra from noisy Coherent Anti-Stokes Raman Scattering (CARS) measurements, as the true Raman signal here is suppressed by a dominating non-resonant background. We propose RamPINN, a model that learns to recover Raman spectra from given CARS spectra. Our core methodological contribution is a physics-informed neural network that utilizes a dual-decoder architecture to disentangle resonant and non-resonant signals.  This is done by enforcing the Kramers-Kronig causality relations via a differentiable Hilbert transform loss on the resonant and a smoothness prior on the non-resonant part of the signal.  Trained entirely on synthetic data, RamPINN demonstrates strong zero-shot generalization to real-world experimental data, explicitly closing this gap and significantly outperforming existing baselines.  Furthermore, we show that training with these physics-based losses alone, without access to any ground-truth Raman spectra, still yields competitive results.  This work highlights a broader concept: formal scientific rules can act as a potent inductive bias, enabling robust, self-supervised learning in data-limited scientific domains. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/vemuri26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/vemuri26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Auditing Pay-Per-Token in Large Language Models </title>
        <description> Millions of users rely on a market of cloud-based services to obtain access to state-of-the-art large language models. However, it has been very recently shown that the de facto pay-per-token pricing mechanism used by providers creates a financial incentive for them to strategize and misreport the (number of) tokens a model used to generate an output. In this paper, we develop an auditing framework based on martingale theory that enables a trusted third-party auditor who sequentially queries a provider to detect token misreporting. Crucially, we show that our framework is guaranteed to always detect token misreporting, regardless of the provider’s (mis-)reporting policy, and not falsely flag a faithful provider as unfaithful with high probability. To validate our auditing framework, we conduct experiments across a wide range of (mis-)reporting policies using several large language models from the $\texttt{Llama}$, $\texttt{Gemma}$ and $\texttt{Ministral}$ families, and input prompts from a popular crowdsourced benchmarking platform. The results show that our framework detects an unfaithful provider after observing fewer than $\sim$$70$ reported outputs, while maintaining the probability of falsely flagging a faithful provider below $\alpha = 0.05$. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/velasco26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/velasco26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Learning How Deep to Go: Self-Scaling Deep Reinforcement Learning </title>
        <description> Deep Reinforcement Learning (DRL) has achieved remarkable results in complex sequential decision-making tasks, often using very deep neural networks. However, these architectures incur substantial computational and energy costs, and selecting the optimal network depth in advance remains an open challenge. In this paper, we introduce SCALE-RL, a self-scaling DRL framework that dynamically adjusts its architectural depth during training, allowing the network to automatically adapt its depth to the task. Integrated into an AlphaZero-style pipeline for Othello, our approach matches the playing strength of the baseline agent while reducing network depth by 50%. This process not only translates into substantial savings in computation and energy but also enhances model interpretability through the additive decomposition of decision-making across layers. Our results suggest that enabling DRL models to discover the complexity they require, rather than relying on fixed, over-parameterized architectures, makes it possible to develop more efficient, interpretable, and sustainable DRL agents. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/veglio26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/veglio26a.html</guid>
        
        
      </item>
    
      <item>
        <title> A Divergence-Based Method for Weighting and Averaging Model Predictions </title>
        <description> This paper uses a minimum divergence framework to introduce a new way of calculating model weights that can be used to average probabilistic predictions from statistical and machine learning models. The method is general and can be applied regardless of whether the models under consideration are fit to data using frequentist, Bayesian, or some other fitting method. The proposed method is motivated in two different ways and is shown empirically to perform better than or on a par with standard model averaging methods, including model stacking and model averaging that relies on Akaike-style negative exponentiated model weighting, especially when the sample size is small. Our theoretical analysis explains why the method has a small-sample advantage. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/vassend26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/vassend26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Understanding Generalization in Node and Link Prediction </title>
        <description> Using message-passing graph neural networks (MPNNs) for node and link prediction is crucial in various scientific and industrial domains, which has led to the development of diverse MPNN architectures. Besides working well in practical settings, their ability to generalize beyond the training set remains poorly understood. While some studies have explored the generalization of MPNNs in graph-level prediction tasks, much less attention has been given to node- and link-level predictions. Existing works often rely on unrealistic i.i.d. assumptions, overlooking possible correlations between nodes or links, and assuming fixed aggregation and impractical loss functions while neglecting the influence of graph structure. In this work, we introduce a unified framework for analyzing the generalization properties of MPNNs in inductive and transductive node and link prediction settings, incorporating diverse architectural parameters and loss functions, and quantifying the influence of graph structure. Additionally, our proposed generalization framework can be applied beyond graphs to any classification task, regardless of whether it is inductive or transductive. Our empirical study supports our theoretical insights, deepening our understanding of MPNNs’ generalization capabilities in these tasks. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/vasileiou26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/vasileiou26a.html</guid>
        
        
      </item>
    
      <item>
        <title> High-Performance Self-Supervised Learning by Joint Training of Flow Matching </title>
        <description> Diffusion models can learn rich representations during data generation, showing potential for Self-Supervised Learning (SSL), but they face a trade-off between generative quality and discriminative performance. Their iterative sampling also incurs substantial computational and energy costs, hindering industrial and edge AI applications. To address these issues, we propose the Flow Matching-based Sensor Foundation Model (SenFlow), which jointly trains a representation encoder and a conditional flow matching generator. This decoupled design achieves both high-fidelity generation and effective recognition. By using flow matching to learn a simpler velocity field, SenFlow accelerates and stabilizes training, improving its efficiency for representation learning. Experiments on wearable sensor data show SenFlow reduces training time by 50.4% compared to a diffusion-based approach. On downstream tasks, SenFlow surpassed the state-of-the-art SSL method on all five datasets while achieving up to a 51.0x inference speedup and maintaining high generative quality. The implementation code is available at \url{https://github.com/Okita-Laboratory/SenFlow.} </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/ukita26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/ukita26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Tight Regret Upper and Lower Bounds for Optimistic Hedge in Two-Player Zero-Sum Games </title>
        <description> In two-player zero-sum games, the learning dynamic based on optimistic Hedge achieves one of the best-known regret upper bounds among strongly-uncoupled learning dynamics. With an appropriately chosen learning rate, the social and individual regrets can be bounded by $O(\log(mn))$ in terms of the numbers of actions $m$ and $n$ of the two players. This study investigates the optimality of the dependence on $m$ and $n$ in the regret of optimistic Hedge. To this end, we begin by refining existing regret analysis and show that, in the strongly-uncoupled setting where the opponent’s number of actions is known, both the social and individual regret bounds can be improved to $O(\sqrt{\log m \log n})$. In this analysis, we express the regret upper bound as an optimization problem with respect to the learning rates and the coefficients of certain negative terms, enabling refined analysis of the leading constants. We then show that the existing social regret bound as well as these new social and individual regret upper bounds cannot be further improved for optimistic Hedge by providing algorithm-dependent individual regret lower bounds. Importantly, these social regret upper and lower bounds match exactly including the constant factor in the leading term. Finally, building on these results, we improve the last-iterate convergence rate and the dynamic regret of a learning dynamic based on optimistic Hedge, and complement these bounds with algorithm-dependent dynamic regret lower bounds that match the improved bounds. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/tsuchiya26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/tsuchiya26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Scalable Model-Based Clustering with Sequential Monte Carlo </title>
        <description> In online clustering problems, there is often a large amount of uncertainty over possible cluster assignments that cannot be resolved until more data are observed. This difficulty is compounded when clusters follow complex distributions, as is the case with text data. Sequential Monte Carlo (SMC) methods give a natural way of representing and updating this uncertainty over time, but have prohibitive memory requirements for large-scale problems. We propose a novel SMC algorithm that decomposes clustering problems into approximately independent subproblems, allowing a more compact representation of the algorithm state. Our approach is motivated by the knowledge base construction problem, and we show that our method is able to accurately and efficiently solve clustering problems in this setting and others where traditional SMC struggles. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/trojan26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/trojan26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Minimax-Optimal Two-Sample Test with Sliced Wasserstein </title>
        <description> We study the problem of nonparametric two-sample testing using the sliced Wasserstein (SW) distance. While prior theoretical and empirical work indicates that the SW distance offers a promising balance between strong statistical guarantees and computational efficiency, its theoretical foundations for hypothesis testing remain limited. We address this gap by proposing a permutation-based SW test and analyzing its performance. The test inherits finite-sample Type I error control from the permutation principle. Moreover, we establish non-asymptotic power bounds and show that the procedure achieves the minimax separation rate $n^{-1/2}$ with respect to the sliced Wasserstein distance over multinomial and bounded-support alternatives. This matches the optimal minimax rate $n^{-1/2}$ achieved by kernel-based tests with respect to the MMD, while leveraging the geometric structure of Wasserstein distances. Our analysis further quantifies the trade-off between the number of projections and statistical power. Finally, numerical experiments demonstrate that the test combines finite-sample validity with competitive power and scalability, and—unlike kernel-based tests, which require careful kernel tuning—it performs consistently well across all scenarios we consider. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/tran26c.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/tran26c.html</guid>
        
        
      </item>
    
      <item>
        <title> Sparse Offline Reinforcement Learning with Corruption Robustness </title>
        <description> We investigate robustness to strong data corruption in offline sparse reinforcement learning (RL). In our setting, an adversary may arbitrarily perturb a fraction of the collected trajectories from a high-dimensional but sparse Markov decision process, and our goal is to estimate a near-optimal policy. The main challenge is that, in the high-dimensional regime where the number of samples $N$ is smaller than the feature dimension $d$, exploiting sparsity is essential for obtaining non-vacuous guarantees but has not been systematically studied in offline RL. We analyse the problem under uniform coverage and sparse single-concentrability assumptions. While Least Square Value Iteration (LSVI), a standard approach for robust offline RL, performs well under uniform coverage, we show that integrating sparsity into LSVI is unnatural, and its analysis may break down due to overly pessimistic bonuses.  To overcome this, we propose actor–critic methods with sparse robust estimator oracles, which avoid the use of pointwise pessimistic bonuses and provide the first non-vacuous guarantees for sparse offline RL under single-policy concentrability coverage. Moreover, we extend our results to the contaminated setting and show that our algorithm remains robust under strong contamination. Our results provide the first non-vacuous guarantees in high-dimensional sparse MDPs with single-policy concentrability coverage and corruption, showing that learning near-optimal policy remains possible in regimes where traditional robust offline RL techniques may fail. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/tran26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/tran26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Rethinking Cross-Modal Fine-Tuning: Optimizing the Interaction Between Feature Alignment and Target Fitting </title>
        <description> Adapting pre-trained models to unseen feature modalities has become increasingly important due to the growing need for cross-disciplinary knowledge integration. A key challenge here is how to align the representation of new modalities with the most relevant parts of the pre-trained model’s representation space to enable accurate knowledge transfer. This requires combining feature alignment with target fine-tuning, but uncalibrated combinations can exacerbate misalignment between the source and target feature-label structures and reduce target generalization. Existing work however lacks a theoretical understanding of this critical interaction between feature alignment and target fitting. To bridge this gap, we develop a principled framework that establishes a provable generalization bound on the target error, which explains the interaction between feature alignment and target fitting through a novel concept of feature-label distortion. This bound offers actionable insights into how this interaction should be optimized for practical algorithm design. The resulting approach achieves significantly improved performance over state-of-the-art methods across a wide range of benchmark datasets. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/tran26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/tran26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Adaptive Memory Momentum via a Model-Based Framework for Deep Learning Optimization </title>
        <description> The vast majority of modern deep learning models are trained with momentum-based first-order optimizers. The momentum term governs the optimizer’s memory by determining how much each past gradient contributes to the current convergence direction. Fundamental momentum methods, such as Nesterov Accelerated Gradient and the Heavy Ball method, as well as more recent optimizers such as AdamW and Lion, all rely on the momentum coefficient that is customarily set to $\beta = 0.9$ and kept constant during model training, a strategy widely used by practitioners, yet suboptimal. In this paper, we introduce an adaptive memory mechanism that replaces constant momentum with a dynamic momentum coefficient that is adjusted online during optimization. We derive our method by approximating the objective function using two planes: one derived from the gradient at the current iterate and the other obtained from the accumulated memory of the past gradients. To the best of our knowledge, such a proximal framework was never used for momentum-based optimization. Our proposed approach is novel, extremely simple to use, and does not rely on extra assumptions or hyperparameter tuning. We implement adaptive memory variants of both SGD and AdamW across a wide range of learning tasks, from simple convex problems to large-scale deep learning scenarios, demonstrating that our approach can outperform standard SGD and Adam with hand-tuned momentum coefficients. Finally, our work opens doors for new ways of inducing adaptivity in optimization. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/topollai26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/topollai26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Lag Operator SSMs: A Geometric Framework for Structured State Space Modeling </title>
        <description> Structured State Space Models (SSMs), which are at the heart of the recently popular Mamba architecture, are powerful tools for sequence modeling. However, their theoretical foundation relies on a complex, multi-stage process of continuous-time modeling and subsequent discretization, which can obscure intuition. We introduce a direct, first-principles framework for constructing discrete-time SSMs that is both flexible and modular. Our approach is based on a novel lag operator, which geometrically derives the discrete-time recurrence by measuring how the system’s basis functions undergo what we call a \emph{domain expansion} from one timestep to the next. The resulting state matrices are computed via a single inner product involving this operator, enabling a modular design space for creating novel SSMs by flexibly combining different basis functions and time-warping schemes. To validate our framework, we demonstrate that a specific instance exactly recovers the recurrence of the influential HiPPO model. Numerical simulations confirm our derivation, providing new theoretical tools for designing flexible and robust sequence models. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/tomonaga26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/tomonaga26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Feature Importance via Sets of Locally Performant Linear Models </title>
        <description> Understanding the contribution of individual features to a model’s prediction is critical in applications such as medicine. While feature importance methods aim to quantify how much a feature contributes to a model’s accuracy, they often overlook heterogeneous patterns in the data and suffer from limited robustness. We propose $\ell\text{-MCR}$, a local feature importance method that identifies meaningful neighborhoods around a point of interest, regions where the model or data behavior is locally stable and interpretable. Within these neighborhoods, we estimate feature importance using Model Class Reliance (MCR), which offers robustness by considering the full set of near-optimal models. We also provide a consistency proof for reliably detecting such neighborhoods. Experiments on both synthetic and real-world datasets demonstrate that $\ell\text{-MCR}$ captures localized feature importance patterns that global approaches fail to detect. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/tohidian26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/tohidian26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Retrieval Augmented Time Series Forecasting </title>
        <description> Retrieval-augmented generation (RAG) is a central component of modern LLM systems, particularly in scenarios where up-to-date information is crucial for accurately responding to user queries or when queries exceed the scope of the training data. The advent of time-series foundation models (TSFM), such as Chronos or Moirai, and the need for effective zero-shot forecasting performance across various time-series domains motivates the question: Do the benefits of RAG similarly carry over to time series forecasting? In this paper, we advocate that the dynamic and event-driven nature of time-series data makes RAG a crucial component of TSFMs and introduce a principled RAG framework for time-series forecasting, called Retrieval Augmented Forecasting (RAF). Within RAF, we develop efficient strategies for retrieving related time-series examples and incorporating them into the forecast. Through experiments and mechanistic studies, we demonstrate that RAF improves the forecasting accuracy across diverse time series domains and TSFMs, with gains that are more pronounced for larger models. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/tire26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/tire26a.html</guid>
        
        
      </item>
    
      <item>
        <title> High-Dimensional Analysis of Bootstrap Ensemble Classifiers </title>
        <description> Bootstrap methods have long been the cornerstone of ensemble learning in machine learning. This paper presents a theoretical analysis of bootstrap techniques applied to the Least Square Support Vector Machine (LSSVM) ensemble in the context of large and growing sample sizes and feature dimensionalities. Using tools from Random Matrix Theory, we investigate the performance of this classifier that aggregates decision functions from multiple weak classifiers, each trained on different subsets of the data. We provide insights into the use of bootstrap methods in high-dimensional settings, enhancing our understanding of their impact. Based on these findings, we propose strategies to select the number of subsets and the regularization parameter that maximize the performance of the LSSVM. Empirical experiments on synthetic and real-world datasets validate our theoretical results. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/tiomoko26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/tiomoko26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Optimal Transport Guarantees to Nonparametric Regression for Locally Stationary Time Series </title>
        <description> Locally stationary time series (LSTS) represent an essential modeling paradigm for capturing the nuanced dynamics inherent in time series data, whose statistical characteristics, including mean and variance, evolve smoothly over time. In this paper, we propose a conditional probability distribution estimator for LSTS through Nadaraya–Watson (NW) kernel smoothing. NW estimator leverages local kernel smoothing to approximate the conditional distribution of a response variable given its covariates. Under mild conditions, we establish optimal transport convergence guarantees to the proposed NW-based conditional probability estimator. These guarantees are initially proven in the univariate setting using the Wasserstein distance, and subsequently in a multivariate setting employing the sliced Wasserstein distance. To corroborate our theoretical findings, we conduct a wide range of numerical experiments to assess the convergence rates and showcase the practical relevance of the estimator in capturing intricate temporal dependencies in complex nonstationary phenomena. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/tinio26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/tinio26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Beyond Black-Box Predictions: Identifying Marginal Feature Effects in Tabular Transformer Networks </title>
        <description> In recent years, deep neural networks have showcased their predictive power across a variety of tasks. Beyond natural language processing, the transformer architecture has proven efficient in addressing tabular data problems and challenges the previously dominant gradient-based decision trees in these areas. However, this predictive power comes at the cost of intelligibility: Marginal feature effects are almost completely lost in the black-box nature of deep tabular transformer networks. Alternative architectures that use the additivity constraints of classical statistical regression models can maintain intelligible marginal feature effects, but often fall short in predictive power compared to their more complex counterparts.  To bridge the gap between intelligibility and performance, we propose an adaptation of tabular transformer networks designed to identify marginal feature effects. We provide theoretical justifications that marginal feature effects can be accurately identified, and our ablation study demonstrates that the proposed model efficiently detects these effects, even amidst complex feature interactions. To demonstrate the model’s predictive capabilities, we compare it to several interpretable as well as black-box models and find that it can match black-box performances while maintaining intelligibility. The source code is available at \url{https://github.com/OpenTabular/NAMpy.} </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/thielmann26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/thielmann26a.html</guid>
        
        
      </item>
    
      <item>
        <title> On the Neural Feature Ansatz for Deep Neural Networks </title>
        <description> Understanding feature learning is an important open question in establishing a mathematical foundation for deep neural networks. The Neural Feature Ansatz (NFA) states that after training, the Gram matrix of the first-layer weights of a deep neural network is proportional to some power $\alpha&gt;0$ of the average gradient outer product (AGOP) of this network with respect to its inputs. Assuming gradient flow dynamics with balanced weight  initialization, the NFA was proven to hold throughout training for two-layer linear networks with exponent $\alpha = 1/2$ (Radhakrishnan et al., 2024). We extend this result to networks with $L \geq 2$ layers, showing that the NFA holds with exponent $\alpha = 1/L$, thus demonstrating a depth dependency of the NFA. Furthermore, we prove that for unbalanced initialization, the NFA holds asymptotically through training if weight decay is applied. We also provide counterexamples showing that the NFA does not hold for some network architectures with nonlinear activations, even when these networks fit arbitrarily well the training data.  We thoroughly validate our theoretical results through numerical experiments across a variety of optimization algorithms, weight decay rates and initialization schemes. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/tansley26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/tansley26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Adversary-Free Counterfactual Prediction via Information-Regularized Representations </title>
        <description> We study counterfactual prediction under assignment bias and propose a mathematically grounded, information-theoretic approach that removes treatment–covariate dependence without adversarial training. Starting from a bound that links the counterfactual–factual risk gap to mutual information, we learn a stochastic representation $Z$ that is predictive of outcomes while minimizing $I(Z;T)$. We derive a tractable variational objective that upper-bounds the information term and couples it with a supervised decoder, yielding a stable, provably motivated training criterion. The framework extends naturally to dynamic settings by applying the information penalty to sequential representations at each decision time. We evaluate the method on controlled numerical simulations and a real-world clinical dataset, comparing against recent state-of-the-art balancing, reweighting, and adversarial baselines. Across metrics of likelihood, counterfactual error, and policy evaluation, our approach performs favorably while avoiding the training instabilities and tuning burden of adversarial schemes. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/tang26e.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/tang26e.html</guid>
        
        
      </item>
    
      <item>
        <title> Representative, Informative, and De-Amplifying: Requirements for Robust Bayesian Active Learning under Model Misspecification </title>
        <description> In many science and industry settings, a central challenge is designing experiments under time and budget constraints. \emph{Bayesian Optimal Experimental Design (BOED)} is a paradigm to pick maximally informative designs that has been widely applied to such problems. During training, BOED selects inputs according to a pre-determined acquisition criterion to target \emph{informativeness}. During testing, the model learned during training encounters a naturally occurring distribution of test samples. This leads to an instance of covariate shift, where the train and test samples are drawn from different distributions (the training samples are not \emph{representative} of the test distribution).  Prior work has shown that in the presence of model misspecification, covariate shift amplifies generalization error. Our first contribution is to provide a mathematical analysis of generalization error in the presence of model misspecification, revealing that, beyond covariate shift, generalization error is also driven by a previously unidentified phenomenon we term \emph{error (de-)amplification}. We then develop a new acquisition function that mitigates the effects of model misspecification by including terms for representativeness, informativeness, and de-amplification (R-IDeA). Our experimental results demonstrate that the proposed method performs better than methods that target only informativeness, only representativeness, or both. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/tang26d.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/tang26d.html</guid>
        
        
      </item>
    
      <item>
        <title> NeST-BO: Fast Local Bayesian Optimization via Newton-Step Targeting of Gradient and Hessian Information </title>
        <description> Bayesian optimization (BO) is effective for expensive black-box problems but remains challenging in high dimensions. We propose NeST-BO, a curvature-aware local BO method that targets a (modified) Newton step by jointly learning gradient and Hessian information with Gaussian process (GP) surrogates, and selecting evaluations via a one-step lookahead bound on the Newton-step error. We show that this bound contracts with batch size, so NeST-BO drives the step error to zero; in well-behaved neighborhoods it recovers the fast local convergence behavior of inexact/modified Newton methods, while standard safeguards support global convergence to stationary points. To improve scaling with problem dimension, we optimize the acquisition in low-dimensional embedded subspaces (random or learned), reducing the dominant cost of learning curvature from $O(d^2)$ to $O(m^2)$ with $m \ll d$ while preserving step targeting. Across high-dimensional synthetic and real-world problems, including cases with thousands of variables and unknown active subspaces, NeST-BO consistently yields faster convergence and better final values than state-of-the-art local and high-dimensional BO baselines. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/tang26c.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/tang26c.html</guid>
        
        
      </item>
    
      <item>
        <title> RL-finetuning LLMs from on- and off-policy data with a single algorithm </title>
        <description> We introduce a novel reinforcement learning algorithm (AGRO, for Any-Generation Reward Optimization) for finetuning Large Language Models. AGRO leverages the concept of response consistency, which states that the optimal policy satisfies a notion of consistency across any possible generation of the model. We derive algorithms that find optimal solutions via sample-based policy gradient and provide theoretical guarantees on their convergence. Our experiments demonstrate the effectiveness of AGRO in both on-policy and off-policy settings, showing improved performance on the MATH dataset over baseline methods. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/tang26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/tang26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Off-policy Distributional Q($λ$): Distributional RL without Importance Sampling </title>
        <description> We introduce off-policy distributional Q($\lambda$), a new addition to the family of off-policy distributional evaluation algorithms. Off-policy distributional Q($\lambda$) does not apply importance sampling for off-policy learning, which introduces intriguing interactions with signed measures. Such unique properties distributional Q($\lambda$) from other existing alternatives such as distributional Retrace. We characterize the algorithmic properties of distributional Q($\lambda$) and validate theoretical insights with tabular experiments. We show how distributional Q($\lambda$)-C51, a combination of Q($\lambda$) with the C51 agent, exhibits promising results on deep RL benchmarks. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/tang26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/tang26a.html</guid>
        
        
      </item>
    
      <item>
        <title> From Hawkes Processes to Attention: Time-Modulated Mechanisms for Event Sequences </title>
        <description> Marked Temporal Point Processes (MTPPs) arise naturally in medical, social, commercial, and financial domains. However, existing Transformer-based methods mostly inject temporal information only via positional encodings, relying on shared or parametric decay structures, which limits their ability to capture heterogeneous and type-specific temporal effects. Inspired by this observation, we derive a novel attention operator called Hawkes Attention from the multivariate Hawkes process theory for MTPP, using learnable per-type neural kernels to modulate query, key and value projections, thereby replacing the corresponding parts in the traditional attention. Benefited from the design, Hawkes Attention unifies event timing and content interaction, learning both the time-relevant behavior and type-specific excitation patterns from the data. The experimental results show that our method achieves better performance compared to the baselines. In addition to the general MTPP, our attention mechanism can also be easily applied to specific temporal structures, such as time series forecasting. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/tan26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/tan26a.html</guid>
        
        
      </item>
    
      <item>
        <title> On the Intrinsic Dimensions of Data in Kernel Learning </title>
        <description> The manifold hypothesis suggests that the generalization performance of machine learning methods improves significantly when the intrinsic dimension of the input distribution’s support is low. In the context of Kernel Ridge Regression (KRR), we investigate two alternative notions of intrinsic dimension. The first, denoted $d_\varrho$, is the upper Minkowski dimension defined with respect to the canonical metric induced by a kernel function $K$ on a domain $\Omega$. The second, denoted $d_K$, is the effective dimension, derived from the decay rate of Kolmogorov $n$-widths associated with $K$ on $\Omega$. Given a probability measure $\mu$ on $\Omega$, we analyze the relationship between these $n$-widths and eigenvalues of the integral operator $\phi \mapsto \int_\Omega K(\cdot,x)\phi(x)\,d\mu(x)$. We show that, for a fixed domain $\Omega$, the Kolmogorov $n$-widths characterize the worst-case eigenvalue decay across all probability measures $\mu$ supported on $\Omega$. These eigenvalues are central to understanding the generalization behavior of constrained KRR, enabling us to derive an excess error bound of order $\mathcal{O}(n^{-\frac{2+d_K}{2+2d_K} + \varepsilon})$ for any $\varepsilon &gt; 0$, when the training set size $n$ is large. We also propose an algorithm that estimates upper bounds on the $n$-widths using only a finite sample from $\mu$. For distributions close to uniform, we prove that $\varepsilon$-accurate upper bounds on all $n$-widths can be computed with high probability using at most $\mathcal{O}\left(\varepsilon^{-d_\varrho}\log\frac{1}{\varepsilon}\right)$ samples, with fewer required for small $n$. Finally, we compute the effective dimension $d_K$ for various fractal sets and present additional numerical experiments. Our results show that, for kernels such as the Laplace kernel, the effective dimension $d_K$ can be significantly smaller than the Minkowski dimension $d_\varrho$, even though $d_K = d_\varrho$ provably holds on regular domains. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/takhanov26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/takhanov26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Learning Linear Regression with Low-Rank Tasks In-Context </title>
        <description> In-context learning (ICL) is a key building block of modern large language models, yet its theoretical mechanisms remain poorly understood. It is particularly mysterious how ICL operates in real-world applications where tasks have a structure. In this work, we address this problem by analyzing a linear attention model trained on low-rank regression tasks. Within this setting, we precisely characterize the distribution of predictions and the generalization error in the high-dimensional limit. Moreover, we find that statistical fluctuations in finite pre-training data induce an implicit regularization. Finally, we identify a sharp phase transition of the generalization error governed by task structure. These results provide a framework for understanding how transformers learn to learn the task structure. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/takanami26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/takanami26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Optimal Variance and Covariance Estimation Under Differential Privacy in the Add-Remove Model and Beyond </title>
        <description> In this paper, we study the problem of estimating the variance and covariance of datasets under differential privacy in the add-remove model. While estimation in the swap model has been extensively studied in the literature, the add-remove model remains less explored and more challenging, as the dataset size must also be kept private. To address this issue, we develop efficient mechanisms for variance and covariance estimation based on the \emph{Bézier mechanism}, a novel moment-release framework that leverages Bernstein bases. We prove that our proposed mechanisms are minimax optimal in the high-privacy regime by establishing new minimax lower bounds. Moreover, beyond worst-case scenarios, we analyze instance-wise utility and show that the B{é}zier-based estimator consistently achieves better utility compared to alternative mechanisms. Finally, we demonstrate the effectiveness of the B{é}zier mechanism beyond variance and covariance estimation, showcasing its applicability to other statistical tasks. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/takakura26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/takakura26b.html</guid>
        
        
      </item>
    
      <item>
        <title> FedDuA: Doubly Adaptive Federated Learning </title>
        <description> Federated learning is a distributed learning framework where clients collaboratively train a global model without sharing their raw data. FedAvg is a popular algorithm for federated learning, but it often suffers from slow convergence due to the heterogeneity of local datasets and anisotropy in the parameter space. In this work, we formalize the central server optimization procedure through the lens of mirror descent and propose a novel framework, called FedDuA, which adaptively selects the global learning rate based on both inter-client and coordinate-wise heterogeneity in the local updates. We prove that our proposed doubly adaptive step-size rule is minimax optimal and provide a convergence analysis for convex objectives. Although the proposed method does not require additional communication or computational cost on clients, extensive numerical experiments show that our proposed framework outperforms baselines in various settings and is robust to the choice of hyperparameters. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/takakura26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/takakura26a.html</guid>
        
        
      </item>
    
      <item>
        <title> A Bayesian Information-Theoretic Approach to Data Attribution </title>
        <description> Training Data Attribution (TDA) seeks to trace model predictions back to influential training examples, enhancing interpretability and safety. We formulate TDA as a Bayesian information-theoretic problem: subsets are scored by the information loss they induce—the entropy increase at a query when removed. This criterion credits examples for resolving predictive uncertainty rather than label noise. To scale to modern networks, we approximate information loss using a Gaussian Process surrogate built from tangent features. We show this aligns with classical influence scores for single-example attribution while promoting diversity for subsets. For even larger-scale retrieval, we relax to an information-gain objective and add a variance correction for scalable attribution in vector databases. Experiments show competitive performance on counterfactual sensitivity, ground-truth retrieval and coreset selection, showing that our method scales to modern architectures while bridging principled measures with practice. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/tailor26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/tailor26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Uncovering Hidden Training Dynamics in Neural Networks via Inter-Sample Influence Graphs </title>
        <description> Deep learning models are primarily trained through batchwise optimization, where each update can potentially be a tug-of-war among samples, shaping the overall trajectory of learning. Existing interpretability tools, most notably influence functions, have provided valuable insights into how individual training samples affect model predictions, primarily at test time. However, these methods were not intended to capture these inter-sample interactions that arise during training. Here, we ask a complementary question: How does optimizing the loss on one training sample affect the loss on the rest during learning? We introduce Influence Graphs (IGs), directed inter-sample graphs where each edge weight $w_{ij}$ quantifies how optimizing on sample $X_i$ influences the loss of sample $X_j$. We estimate these influences via simulated batch interventions and slope coefficients of loss changes, enabling scalable construction of IGs during training. We further define the Mean-of-Mean In-Degree Influence (MMDI) and prove it bounds generalization under practical assumptions. Empirically, MMDI correlates strongly with test accuracy in noisy-label settings, making it a useful diagnostic of model quality even before test metrics are available. Finally, we show that IGs reveal distinct, evolving training phases, offering a new lens on the dynamics of learning. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/tai26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/tai26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Filter, Augment, Forecast: Online Data Selection for Robust Time Series Forecasting </title>
        <description> Data curation pipelines play a central role in training deep learning architectures, with their impact in time series forecasting still relatively underexplored. In this work, we propose Filter, Augment, Forecast (FAF): an online data curation strategy based on (1) data selection to filter out low-quality (e.g., noisy) examples and (2) augmentation of the remaining high-quality data. We use reference model-based filtering inspired by the reducible holdout loss selection (RHO-LOSS) from the language modeling literature. We identify limitations of RHO-LOSS under domain shifts common in time series and introduce the adaptive RHO method (AdaRho), which improves performance by updating the reference model during training. Using random matrix theory, we provide a statistical analysis that characterizes the role of the reference model, sample size, and noise statistics in data selection. FAF consistently improves forecasting accuracy across diverse architectures without modifying them, achieving state-of-the-art results. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/taga26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/taga26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Train Less, Infer Faster: Efficient Model Finetuning and Compression via Structured Sparsity </title>
        <description> Fully finetuning foundation language models (LMs) with billions of parameters is often impractical due to high computational costs, memory requirements, and the risk of overfitting. Although methods like low-rank adapters help address these challenges by adding small trainable modules to the frozen LM, they also increase memory usage and do not reduce inference latency. We uncover an intriguing phenomenon: sparsifying specific model rows and columns enables efficient task adaptation without requiring weight tuning. We propose a scheme for effective finetuning via sparsification using training stochastic gates, which requires minimal trainable parameters, reduces inference time, and removes 20–40% of model parameters without significant accuracy loss. Empirical results show it outperforms recent finetuning baselines in efficiency and performance. Additionally, we provide theoretical guarantees for the convergence of this stochastic gating process, and show that our method admits a simpler and better-conditioned optimization landscape compared to LoRA. Our results highlight sparsity as a compelling mechanism for task-specific adaptation in LMs. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/svirsky26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/svirsky26a.html</guid>
        
        
      </item>
    
      <item>
        <title> The Rashomon Effect for Visualizing High-Dimensional Data </title>
        <description> Dimension reduction (DR) is inherently non-unique: multiple embeddings can preserve the structure of high-dimensional data equally well while differing in layout or geometry. In this paper, we formally define the Rashomon set for DR—the collection of ‘good’ embeddings—and show how embracing this multiplicity leads to more powerful and trustworthy representations. Specifically, we pursue three goals. First, we introduce PCA-informed alignment to steer embeddings toward principal components, making axes interpretable without distorting local neighborhoods. Second, we design concept-alignment regularization that aligns an embedding dimension with external knowledge, such as class labels or user-defined concepts. Third, we propose a method to extract common knowledge across the Rashomon set by identifying trustworthy and persistent nearest-neighbor relationships, which we use to construct refined embeddings with improved local structure while preserving global relationships. By moving beyond a single embedding and leveraging the Rashomon set, we provide a flexible framework for building interpretable, robust, and goal-aligned visualizations. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/sun26c.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/sun26c.html</guid>
        
        
      </item>
    
      <item>
        <title> PENGUIN: Enhancing Transformer with Periodic-Nested Group Attention for Long-term Time Series Forecasting </title>
        <description> Despite advances in the Transformer architecture, their effectiveness for long-term time series forecasting (LTSF) remains controversial. In this paper, we investigate the potential of integrating explicit periodicity modeling into the self-attention mechanism to enhance the performance of Transformer-based architectures for LTSF. Specifically, we propose PENGUIN, a simple yet effective periodic-nested group attention mechanism. Our approach introduces a periodic-aware relative attention bias to directly capture periodic structures and a grouped multi-query attention mechanism to handle multiple coexisting periodicities (e.g., daily and weekly cycles) within time series data. Extensive experiments across diverse benchmarks demonstrate that PENGUIN consistently outperforms both MLP-based and Transformer-based models. Code is available at \url{https://github.com/ysygMhdxw/AISTATS2026_PENGUIN.} </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/sun26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/sun26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Robust Generalization with Adaptive Optimal Transport Priors for Decision-Focused Learning </title>
        <description> Few-shot learning requires models to generalize under limited supervision while remaining robust to distribution shifts. Existing Sinkhorn Distributionally Robust Optimization (DRO) methods provide theoretical guarantees but rely on a fixed reference distribution, which limits their adaptability. We propose a Prototype-Guided Distributionally Robust Optimization (PG-DRO) framework that learns class-adaptive priors from abundant base data via hierarchical optimal transport and embeds them into the Sinkhorn DRO formulation. This design enables few-shot information to be organically integrated into producing class-specific robust decisions that are both theoretically grounded and efficient, and further aligns the uncertainty set with transferable structural knowledge. Experiments show that PG-DRO achieves stronger robust generalization in few-shot scenarios, outperforming both standard learners and DRO baselines. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/sun26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/sun26a.html</guid>
        
        
      </item>
    
      <item>
        <title> TLDR: Network Inversion for Extreme-Case Training-Like Data Reconstruction </title>
        <description> Machine learning models are often trained on proprietary or private datasets that cannot be openly shared. However, the trained model weights are frequently distributed under the assumption that sharing model parameters does not compromise the confidentiality or privacy of the training data. In this work, we challenge this assumption by presenting \textbf{Training-Like Data Reconstruction (TLDR)}, as a general-purpose and architecture-agnostic framework for reconstructing training data from a fully trained classifier. Our approach leverages network inversion techniques to recover data that closely resembles the original training samples by exploiting key properties of the classifier with respect to the training data, without requiring access to training dynamics, gradients, pre-trained models, auxiliary datasets, or unobvious priors. Operating in this extreme setting, we demonstrate successful reconstruction of samples with high similarity to the original training data from diverse classifier architectures highlighting critical privacy concerns associated with sharing model parameters. While prior work in this extreme setting has been limited to binary MLP classifiers trained on small datasets, our framework extends to multi-class classification tasks for models based on diverse architectures trained on significantly larger and more complex datasets. Furthermore, we provide quantitative evaluation using the Structural Similarity Index Measure (SSIM) to compare the reconstructed samples with the training samples. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/suhail26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/suhail26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Narrowing Action Choices with AI Improves Human Sequential Decisions </title>
        <description> Recent work has shown that, in classification tasks, it is possible to design decision support systems that do not require human experts to understand when to cede agency to a classifier or when to exercise their own agency to achieve complementarity—experts using these systems make more accurate predictions than those made by the experts or the classifier alone. The key principle underpinning these systems reduces to adaptively controlling the level of human agency, by design. Can we use the same principle to achieve complementarity in sequential decision making tasks? In this paper, we answer this question affirmatively. We develop a decision support system that uses a pre-trained AI agent to narrow down the set of actions a human can take to a subset, and then asks the human to take an action from the action set. Along the way, we also introduce a bandit algorithm that leverages the smoothness properties of the action sets provided by our system to efficiently optimize the level of human agency. To evaluate our decision support system, we conduct a large-scale human subject study ($n = 1{,}600$) where participants play a wildfire mitigation game. We find that participants who play the game supported by our system outperform those who play on their own by $\sim$$30$% and the AI agent used by our system by $&gt;$$2$%, even though the AI agent largely outperforms participants playing without support. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/straitouri26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/straitouri26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Beyond Binning: Soft Task Reformulation for Deep Regression </title>
        <description> Whilst neural networks are powerful predictors, it has been observed and theoretically analyzed that training such models by minimizing the square loss can lead to suboptimal results on regression problems, where the targets are real-valued. In this work, we propose a novel method aimed at improving test-time performance of neural networks on regression tasks. Our method is based on casting this task in a different fashion, using a target encoder, and a prediction decoder, inspired by approaches in classification and clustering. We demonstrate our method on a wide range of real-world datasets. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/stewart26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/stewart26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Discrete State Diffusion Models: A Sample Complexity Perspective </title>
        <description> Diffusion models have demonstrated remarkable performance in generating high-dimensional samples across domains such as vision, language, and the sciences. Although continuous-state diffusion models have been extensively studied both empirically and theoretically, discrete-state diffusion models, essential for applications involving text, sequences, and combinatorial structures, remain significantly less understood from a theoretical standpoint. In particular, all existing analyses of discrete-state models assume score estimation error bounds without studying sample complexity results. In this work, we present a principled theoretical framework for discrete-state diffusion, providing the first sample complexity bound of $\widetilde{\mathcal{O}}(\epsilon^{-2})$. Our structured decomposition of the score estimation error into statistical, approximation, optimization, and clipping components offers critical insights into how discrete-state models can be trained efficiently. This analysis addresses a fundamental gap in the literature and establishes the theoretical tractability and practical relevance of discrete-state diffusion models. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/srikanth26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/srikanth26a.html</guid>
        
        
      </item>
    
      <item>
        <title> A Unifying Framework for Unsupervised Concept Extraction </title>
        <description> Techniques for \emph{concept extraction}, such as sparse autoencoders and transcoders, aim to extract high-level symbolic concepts from low-level nonsymbolic representations. When these extracted concepts are used for downstream tasks such as model steering and unlearning, it is essential to understand their guarantees, or lack thereof. In this work, we present a unified theoretical framework for unsupervised concept extraction, in which we frame the task of concept extraction as identifying a generative model. We present a general meta-theorem for identifiability, which reduces the problem of establishing identifiability guarantees to the problem of characterizing the intersection of two sets. As we demonstrate on a range of widely-used approaches, this meta-theorem substantially simplifies the task of proving such guarantees, thus paving the way for the development of new, principled approaches for concept extraction. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/squires26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/squires26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Adaptive Replay Buffer for Offline-to-Online Reinforcement Learning </title>
        <description> Offline-to-Online Reinforcement Learning (O2O RL) faces a critical dilemma in balancing the use of a fixed offline dataset with newly collected online experiences. Standard methods, often relying on a fixed data-mixing ratio, struggle to manage the trade-off between early learning stability and asymptotic performance. To overcome this, we introduce the Adaptive Replay Buffer (ARB), a novel approach that dynamically prioritizes data sampling based on a lightweight metric we call ’on-policyness’. Unlike prior methods that rely on complex learning procedures or fixed ratios, ARB is designed to be learning-free and simple to implement, seamlessly integrating into existing O2O RL algorithms. It assesses how closely collected trajectories align with the current policy’s behavior and assigns a proportional sampling weight to each transition within that trajectory. This strategy effectively leverages offline data for initial stability while progressively focusing learning on the most relevant, high-rewarding online experiences. Our extensive experiments on D4RL benchmarks demonstrate that ARB consistently mitigates early performance degradation and significantly improves the final performance of various O2O RL algorithms, highlighting the importance of an adaptive, behavior-aware replay buffer design. Our code is publicly available at \url{https://github.com/song970407/ARB}. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/song26d.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/song26d.html</guid>
        
        
      </item>
    
      <item>
        <title> ADOPT: Additive Optimal Transport Regression </title>
        <description> Regression models for responses $Y$ taking values in general metric spaces $(\mathcal{M}, d)$, with Euclidean predictors $X \in \mathbb{R}^p,$ has attracted growing interest in recent years. While additive regression is a powerful tool for enhancing interpretability and mitigating the curse of dimensionality in the presence of multivariate predictors, its direct extension is hindered by the absence of vector space operations in general metric spaces. We propose a novel framework for additive optimal transport regression, which incorporates additive structure through optimal geodesic transports. A key idea is to extend the notion of optimal transports in Wasserstein spaces to general geodesic metric spaces. This unified approach accommodates a wide range of responses, including probability distributions, symmetric positive definite (SPD) matrices with various metrics and spherical data. The practical utility of the method is illustrated with correlation matrices derived from resting state fMRI brain imaging data. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/song26c.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/song26c.html</guid>
        
        
      </item>
    
      <item>
        <title> Dyno-Net: A Dynamic Feature Extraction Model for Gastrointestinal Polyp Detection </title>
        <description> Gastrointestinal polyps are precursors to colorectal cancer, underscoring the need for accurate early detection. We propose Dyno-Net, a dynamic feature extraction framework integrating multi-scale fusion (DynoFPN), adaptive convolution (DynoConv), and boundary refinement (RefineDet_LSCSBD), achieving 23.5% higher fusion efficiency, 17.8% better detection of small/atypical polyps, and mean IoU improvement from 0.68 to 0.81. Experiments confirm superior accuracy and robustness over mainstream detectors, demonstrating Dyno-Net’s clinical utility. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/song26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/song26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Design-Based Finite-Sample Analysis for Regression Adjustment </title>
        <description> In randomized experiments, regression adjustment can improve the precision of average treatment effect (ATE) estimation using covariates without requiring a correctly specified outcome model.  Although well studied in low-dimensional settings, its behavior in high-dimensional regimes, where the number of covariates $p$ may exceed the number of observations $n$, remains underexplored.  Moreover, existing analyses are largely asymptotic, providing limited guidance for finite-sample inference.  We develop a design-based, non-asymptotic framework for analyzing the regression-adjusted ATE estimator under complete randomization.  This yields finite-sample-valid confidence intervals with explicit, instance-adaptive widths, even when $p &gt; n$.  While these intervals rely on oracle (population-level) quantities, we also outline data-driven envelopes computable from observed data.  Our approach hinges on a refined swap sensitivity analysis of an estimator: stochastic fluctuation is controlled via a variance-adaptive Doob martingale and Freedman’s inequality, and design bias is bounded by Stein’s method of exchangeable pairs.  The analysis elucidates how covariate geometry governs concentration and bias of the adjusted estimator, suggesting when and how regression adjustment can be effective. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/song26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/song26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Learning to Choose or Choosing to Learn: Best-of-N vs. Supervised Fine-Tuning for Bit String Generation </title>
        <description> Using the bit string generation problem as a case study, we theoretically compare two standard methods for adapting large language models to new tasks. The first, referred to as \emph{supervised fine-tuning}, involves training a new next token predictor on good generations. The second method, \emph{Best-of-N}, trains a reward model to select good responses from a collection generated by an unaltered base model. If the learning setting is realizable, we find that supervised fine-tuning outperforms BoN through a better dependence on the response length in its rate of convergence. If realizability fails, then depending on the failure mode, BoN can enjoy a better rate of convergence in either $n$ or a rate of convergence with better dependence on the response length. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/somerstep26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/somerstep26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Low-Complexity and Consistent Graphon Estimation from Multiple Networks </title>
        <description> Recovering the random graph model from an observed collection of networks is known to present significant  challenges in the setting, where  the  networks do not share a common node set and have different sizes. More specifically, the goal is the estimation of the  graphon function that parametrizes the nonparametric exchangeable random graph model. Existing methods typically suffer from either limited accuracy or high computational complexity. We introduce a new histogram-based estimator with low algorithmic complexity that achieves high accuracy by jointly aligning the nodes of all graphs, in contrast to most conventional methods that order nodes graph by graph. Consistency results of the proposed graphon estimator are established.  A numerical study shows that the proposed estimator outperforms  existing methods in terms of accuracy, especially when the dataset comprises only small and  variable-size networks. Moreover, the computing time of the new method is considerably shorter than that of other consistent methodologies. Additionally, when applied to a graph neural network classification task, the proposed estimator enables more effective data augmentation, yielding improved performance across diverse real-world datasets. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/sogan26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/sogan26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Optimal rates for density and mode estimation with expand-and-sparsify representations </title>
        <description> Expand-and-sparsify representations are a class of theoretical models that capture sparse  representation phenomena observed in the sensory systems of many animals. At a high level, these representations map an input $x \in \mathbb{R}^d$ to a much higher dimension $m \gg d$ via random linear projections before zeroing out all but the $k \ll m$ largest entries. The result is a $k$-sparse vector in ${0,1}^m$. We study the suitability of this representation for two fundamental statistical problems: density estimation and mode estimation. For density estimation, we show that a simple linear function of the expand-and-sparsify representation produces an estimator with  minimax-optimal $\ell_{\infty}$ convergence rates. In mode estimation, we provide simple algorithms on top of our density estimator that recover single or multiple modes at optimal rates up to logarithmic factors under mild conditions. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/sinha26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/sinha26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Regression Descent: A Statistical Framework for Neural Network Optimization </title>
        <description> We present Regression Descent (RD), a novel optimization algorithm for training deep neural networks that reformulates each gradient step as a regression problem in the span of the Jacobian. By leveraging the implicit function theorem in over-parameterized settings where the number of parameters exceed observations $(p &gt; n)$, we project the optimization onto an $n$-dimensional subspace, enabling the use of statistical techniques and potentially improved conditioning. Our key insight is that in the over-parameterized regime, meaningful parameter updates lie in the row space of the Jacobian matrix, allowing us to solve a lower-dimensional regression problem with explicit regularization control. We establish convergence guarantees for RD under standard smoothness assumptions, showing that it achieves a convergence rate of $O(1/k)$ for smooth non-convex objectives. The algorithm naturally handles the ill-conditioning common in neural network optimization through adaptive regularization and extends seamlessly to multi-output problems and mini-batch settings. Experimental results on Lorenz96, MNIST, and FMNIST datasets demonstrate that RD achieves up to 40% faster convergence compared to SGD and Adam in terms of wall-clock time, with strong performance in the presence of activation function saturation. The computational overhead of solving $m \times m$ linear systems (where $m$ is the batch size) is offset by improved convergence properties and GPU-efficient operations. Our work opens new avenues for understanding neural network optimization through the lens of statistical regression, providing a practical algorithm for scenarios where standard gradient methods struggle. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/singh26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/singh26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Variational Grey-Box Dynamics Matching </title>
        <description> Deep generative models such as flow matching and diffusion models have shown great potential in learning complex distributions and dynamical systems, but often act as black-boxes, neglecting underlying physics. In contrast, physics-based simulation models described by ODEs/PDEs remain interpretable, but may have missing or unknown terms, unable to fully describe real-world observations. We bridge this gap with a novel grey-box method that integrates incomplete physics models directly into generative models. Our approach learns dynamics from observational trajectories alone, without ground-truth physics parameters, in a simulation-free manner that avoids scalability and stability issues of Neural ODEs. The core of our method lies in modelling a structured variational distribution within the flow matching framework, by using two latent encodings: one to model the missing stochasticity and multi-modal velocity, and a second to encode physics parameters as a latent variable with a physics-informed prior. Furthermore, we present an adaptation of the framework to handle second-order dynamics. Our experiments on representative ODE/PDE problems and real-world weather forecasting demonstrate that our method performs on par with or superior to fully data-driven approaches and previous grey-box baselines, while preserving the interpretability of the physics model. Our code is available at \url{https://github.com/DMML-Geneva/VGB-DM}. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/singh26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/singh26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Uncertainty Quantification for Named Entity Recognition via Conformal Prediction </title>
        <description> Named Entity Recognition (NER) is a foundational component in many language tasks, such as knowledge graph construction, information extraction, and question answering. However, existing NER models typically output a single predicted label sequence without any quantification of uncertainty, leaving downstream applications vulnerable to cascading errors. We introduce a conformal prediction framework for NER that produces prediction sets over full label sequences with finite-sample coverage guarantees, serving an analogous role to confidence intervals in classical statistics. To tailor the general conformal prediction methodology to the NER application, we propose the use of Mondrian conformal prediction according to input length and language, hybrid probability-index nonconformity scores, and a modified RAPS procedure for sequence labeling. These techniques mitigate the problem of overly large prediction sets while maintaining valid coverage. Experiments on CoNLL++, CoNLL-Reduced, and WikiNEuRal benchmarks demonstrate that our methods consistently achieve the target confidence while producing efficient prediction sets across diverse base models. This work establishes a statistically principled approach to uncertainty-aware NER with direct benefits for downstream knowledge-driven NLP systems. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/singer26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/singer26a.html</guid>
        
        
      </item>
    
      <item>
        <title> On the Identifiability of Tensor Ranks via Prior Predictive Matching </title>
        <description> Selecting the latent dimensions (ranks) in tensor factorization is a central challenge that often relies on heuristic methods. This paper introduces a rigorous approach to determine rank identifiability in probabilistic tensor models, based on prior predictive moment matching. We transform a set of moment matching conditions into a log-linear system of equations in terms of marginal moments, prior hyperparameters, and ranks; establishing an equivalence between rank identifiability and the solvability of such system. We apply this framework to four foundational tensor-models, demonstrating that the linear structure of the PARAFAC/CP model, the chain structure of the Tensor Train model, and the closed-loop structure of the Tensor Ring model yield solvable systems, making their ranks identifiable. In contrast, we prove that the symmetric topology of the Tucker model leads to an underdetermined system, rendering the ranks unidentifiable by this method. For the identifiable models, we derive explicit closed-form rank estimators based on the moments of observed data only. We empirically validate these estimators and evaluate the robustness of the proposal. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/silva26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/silva26a.html</guid>
        
        
      </item>
    
      <item>
        <title> LatticeVision: Image to Image Networks for Modeling Non-Stationary Spatial Data </title>
        <description> In many applications, we wish to fit a parametric statistical model to a small ensemble of spatially distributed random variables (’fields’). However, parameter inference using maximum likelihood estimation (MLE) is computationally prohibitive, especially for large, non-stationary fields. Thus, many recent works train neural networks to estimate parameters given spatial fields as input, sidestepping MLE completely. In this work we focus on a popular class of parametric, spatially autoregressive (SAR) models. We make a simple yet impactful observation; because the SAR parameters can be arranged on a regular grid, both inputs (spatial fields) and outputs (model parameters) can be viewed as images. Using this insight, we demonstrate that image-to-image (I2I) networks enable faster and more accurate parameter estimation for a class of non-stationary SAR models with unprecedented complexity. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/sikorski26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/sikorski26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Beyond the Ideal: Analyzing the Inexact Muon Update </title>
        <description> The Muon optimizer has rapidly emerged as a powerful, geometry-aware alternative to AdamW, demonstrating strong performance in large-scale training of neural networks. However, a critical theory-practice disconnect exists: Muon’s efficiency relies on fast, approximate orthogonalization, while most theoretical analyses study idealized exact-SVD updates. This work moves beyond the ideal by providing a general analysis of the \emph{inexact} orthogonalized update at Muon’s core. We develop our analysis within the general framework of Linear Minimization Oracle (LMO)-based optimization, introducing a realistic additive error model to capture the inexactness of practical approximation schemes. Our analysis yields explicit bounds that quantify performance degradation as a function of the LMO inexactness/error, $\delta$. We reveal a fundamental coupling between this inexactness and the optimal step size and momentum: lower oracle precision requires a smaller step size but larger momentum parameter. These findings elevate the approximation procedure, such as the number of Newton-Schulz steps, from an implementation detail to a critical parameter that must be \emph{co-tuned} with the learning schedule. NanoGPT experiments directly confirm the predicted coupling, with optimal learning rates clearly shifting as approximation precision changes. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/shulgin26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/shulgin26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Identification and Estimation of &quot;Probabilities of Causation&quot; in the Presence of Confounding and Selection Bias </title>
        <description> Probabilities of causation are valuable concepts for explainable artificial intelligence (XAI) and personalized decision-making. Pearl (2009) defined the probabilities of causation from the viewpoint of &quot;necessity&quot;, &quot;sufficiency&quot;, and &quot;necessity and sufficiency&quot; in the context of structural causal models. In addition, Tian and Pearl (2000) and Kuroki and Cai (2011) provided the identification conditions of the probabilities of causation under the monotonicity assumption. However, these identification conditions are described based on &quot;the joint probabilities of observed random variables&quot; and/or &quot;causal risks&quot; without selection biases. Thus, they are not applicable to studies in the presence of confounding and selection biases. To address this problem, this paper provides novel identification conditions for the probabilities of causation by using (i) two proxy covariates and (ii) an instrumental variable and a proxy covariate. When the probabilities of causation can be evaluated through the proposed identification conditions, new plug-in estimators for these probabilities are presented. Finally, we illustrate the application of our results on a real-world dataset. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/shingaki26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/shingaki26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Beyond Real Data: Synthetic Data through the Lens of Regularization </title>
        <description> Synthetic data can improve generalization when real data is scarce, but excessive reliance may introduce distributional mismatches that degrade performance. In this paper, we present a learning-theoretic framework to quantify the trade-off between synthetic and real data. Our approach leverages algorithmic stability to derive generalization error bounds, characterizing the optimal synthetic-to-real data ratio that minimizes expected test error as a function of the Wasserstein distance between the real and synthetic distributions. We motivate our framework in the setting of kernel ridge regression with mixed data, offering a detailed analysis that may be of independent interest. Our theory predicts the existence of an optimal ratio, leading to a U-shaped behavior of test error with respect to the proportion of synthetic data. Empirically, we validate this prediction on CIFAR-10 and a clinical brain MRI dataset. Our theory extends to the important scenario of domain adaptation, showing that carefully blending synthetic target data with limited source data can mitigate domain shift and enhance generalization. We conclude with practical guidance for applying our results to both in-domain and out-of-domain scenarios. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/shidani26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/shidani26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Conformal Margin Risk Minimization: An Envelope Framework for Robust Learning under Label Noise </title>
        <description> Most methods for learning with noisy labels require privileged knowledge such as noise transition matrices, clean subsets or pretrained feature extractors, resources typically unavailable when robustness is most needed. We propose \emph{\textbf{C}onformal \textbf{M}argin \textbf{R}isk \textbf{M}inimization (CMRM)}, a plug-and-play envelope framework that improves \emph{any} classification loss under label noise by adding a single quantile-calibrated regularization term, with no privileged knowledge or training pipeline modification. CMRM measures the confidence margin between the observed label and competing labels, and thresholds it with a conformal quantile estimated per batch to focus training on high-margin samples while suppressing likely mislabeled ones. We derive a learning bound for CMRM under arbitrary label noise requiring only mild regularity of the margin distribution.  Across five base methods and six benchmarks with synthetic and real-world noise, CMRM consistently improves accuracy (up to $+3.39$%), reduces conformal prediction set size (up to $-20.44$%) and does not hurt under 0% noise, showing that CMRM captures a method-agnostic uncertainty signal that existing mechanisms did not exploit. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/shi26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/shi26b.html</guid>
        
        
      </item>
    
      <item>
        <title> ReTrack: Data Unlearning in Diffusion Models Through Redirecting the Denoising Trajectory </title>
        <description> Diffusion models excel at generating high-quality, diverse images but also suffer from undesirable training data memorization, raising critical privacy and safety concerns. Data unlearning has emerged to mitigate this issue by removing the influence of specific data through fine-tuning rather than retraining from scratch. We propose ReTrack, a fast and effective data unlearning method for diffusion models. ReTrack employs importance sampling to construct a more efficient unbiased fine-tuning loss. This loss is further approximated by retaining only the dominant terms, thereby reducing computational cost. This yields an interpretable objective that redirects denoising trajectories toward the $k$-nearest neighbors, enabling efficient unlearning while preserving generative quality. Experiments on MNIST T-Shirt, CelebA-HQ, CIFAR-10, and Stable Diffusion show that ReTrack achieves state-of-the-art performance, striking the best trade-off between unlearning strength and generation quality preservation. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/shi26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/shi26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Gaussian Approximation and Multiplier Bootstrap for Stochastic Gradient Descent </title>
        <description> In this paper, we establish the non-asymptotic validity of the multiplier bootstrap procedure for constructing the confidence sets using the Stochastic Gradient Descent (SGD) algorithm. Under appropriate regularity conditions, our approach avoids the need to approximate the limiting covariance of Polyak-Ruppert SGD iterates, which allows us to derive approximation rates in convex distance of order up to $1/\sqrt{n}$. Notably, this rate can be faster than the one that can be proven in the Polyak-Juditsky central limit theorem. To our knowledge, this provides the first fully non-asymptotic bound on the accuracy of bootstrap approximations in SGD algorithms. Our analysis builds on the Gaussian approximation results for nonlinear statistics of independent random variables. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/sheshukova26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/sheshukova26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Deliberate-When-Needed: Flow-Reasoner for Neuro-Symbolic Continuous Thought </title>
        <description> We present Flow-Reasoner, a Deliberate-When-Needed neuro-symbolic model that integrates continuous latent cognition with selective symbolic reasoning.  The mental module is a latent state vector evolving smoothly under a first-order ordinary differential equation (ODE), capturing continuous thought that drifts and decays between interventions. The action module is a temporal point process whose intensities are modulated by symbolic rules. Crucially, reasoning is not constant: it is triggered only at irregular instants—when an observed action arrives or when a latent state crosses a threshold—at which point a bounded differentiable forward-chaining procedure updates beliefs and adjusts event likelihoods. Between these triggers, cognition evolves autonomously under the ODE without symbolic intervention. This design yields a model that (i) unifies continuous-time dynamics with selective logical reasoning, (ii) predicts both the type and timing of future actions, and (iii) produces concise rule traces that explain predictions. Empirical studies on synthetic benchmarks and real-world behavioral datasets demonstrate that Flow-Reasoner consistently outperforms strong temporal point process baselines, while providing interpretable, cognitively inspired explanations of decision dynamics. The code is publicly available at \url{https://github.com/shennnnwj/flow-reasoner.} </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/shen26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/shen26b.html</guid>
        
        
      </item>
    
      <item>
        <title> MLorc: Momentum Low-rank Compression for Memory Efficient Large Language Model Adaptation </title>
        <description> With increasing size of large language models (LLMs), full-parameter fine-tuning imposes substantial memory demands. To alleviate this, we propose a novel memory-efficient training paradigm called Momentum Low-rank compression (MLorc). The key idea of MLorc is to compress and reconstruct the momentum of matrix parameters during training to reduce memory consumption. Compared to LoRA, MLorc avoids enforcing a fixed-rank constraint on weight update matrices and thus enables full-parameter learning. Compared to GaLore, MLorc directly compress the momentum rather than gradients, thereby better preserving the training dynamics of full-parameter fine-tuning. We provide a theoretical guarantee for its convergence under mild assumptions. Empirically, MLorc consistently outperforms other memory-efficient training methods, matches or even exceeds the performance of full fine-tuning at small ranks (e.g., $r=4$), and generalizes well across different optimizers, all while not compromising time or memory efficiency. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/shen26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/shen26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Gradient Descent with Provably Tuned Learning-rate Schedules </title>
        <description> Gradient-based iterative optimization methods are the workhorse of modern machine learning. They crucially rely on careful tuning of parameters like learning rate and momentum. However, one typically sets them using heuristic approaches without formal near-optimality guarantees. Recent work studies how to learn a good step-size in gradient descent. However, like most of the literature with theoretical guarantees for gradient-based optimization, their results rely on strong assumptions on the function class including convexity and smoothness which do not hold in typical applications. In this work, we develop novel analytical tools for provably tuning hyperparameters in gradient-based algorithms that apply to non-convex and non-smooth functions. We obtain matching sample complexity bounds for learning the step-size in gradient descent shown for smooth, convex functions in prior work (up to logarithmic factors) but for a much broader class of functions. Our analysis applies to gradient descent on neural networks with commonly used activation functions (including ReLU, sigmoid and tanh). We extend our framework to tuning multiple hyperparameters, including tuning the learning rate schedule, simultaneously tuning momentum and step-size, and pre-training the initialization vector. Our approach can be used to bound the sample complexity for minimizing both the validation loss as well as the number of gradient descent iterations. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/sharma26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/sharma26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Efficient and Accurate Tensor Compression via Recursive Sketching </title>
        <description> The computation of inner products between high-order tensor data points is a fundamental task in numerous machine learning and scientific applications. However, the naive approach to these computations incurs exponential time complexity with respect to the number of modes. The work of  Rakhshan and Rabusseau (AISTAT, 2020) introduced an extension of the random projection tailored for tensor datasets, which compresses large tensors into compact vectors (\textit{a.k.a} sketches). Their approach provides unbiased estimates of the original pairwise inner products. However, the variance of their estimates grows exponentially with the number of modes, making their estimates less reliable for small sketch sizes. In this work, we propose improved sketching algorithms that provide unbiased estimates for pairwise inner products, with significantly lower variance - independent of the number of modes—compared to that of  Rakhshan and Rabusseau (AISTAT, 2020). Furthermore, our approach offers asymptotically improved time complexity. Our sketching algorithm builds on the framework of Ahle et al. (SODA 2020), which proposed sketching techniques for high-degree \textit{polynomial kernels}. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/sharma26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/sharma26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Adaptive A/B Testing under Nonstationary Dynamics using State-Space Models </title>
        <description> A/B testing is central to evaluating how modifications to products, services, and user experiences impact user outcomes. Yet in practice, experiments rarely occur in stationary environments: seasonality, feature launches, and dynamically evolved user demographics make the underlying treatment effects shift over time. Conventional fixed-allocation designs fail to adapt to this nonstationarity, relying on static treatment allocations that potentially compromise estimation efficiency and lead to inefficient use of experimental resources. Response-adaptive randomization (RAR) design provides a natural alternative, adaptively allocating participants over time based on accrued information. In this work, we propose a methodology framework that addresses these challenges. On the one hand, we model period-level treatment arm means as autoregressive state-space processes and develop a Kalman smoother estimator for the time-averaged treatment effect that exploits temporal dependence. On the other hand, we propose an RAR design that accommodates nonstationarity by incorporating state uncertainty via predicted Kalman variances. Our theoretical analysis establishes asymptotic normality of both a naive and a smoother-based estimator, proves that the smoother strictly dominates the naive estimator in asymptotic variance under correct specification, compares relative efficiency, and enables the construction of anytime-valid confidence sequences for continuous monitoring. Simulation studies demonstrate that our method is significantly more efficient than a benchmark time-averaging estimator and fixed allocation strategy, particularly under treatment effect drift and variance imbalance. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/shao26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/shao26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Graph Learning is Suboptimal in Causal Bandits </title>
        <description> We study regret minimization in causal bandits under causal sufficiency where the underlying causal structure is not known to the agent. Previous work has focused on identifying the reward’s parents and then applying classic bandit methods to them, or jointly learning the parents while minimizing regret.  We investigate whether such strategies are optimal. Somewhat counterintuitively, our results show that learning the parent set is suboptimal. We do so by proving that there exist instances where regret minimization and parent identification are fundamentally conflicting objectives. We further analyze both the known and unknown parent set size regimes, establish novel regret lower bounds that capture the combinatorial structure of the action space. Building on these insights, we propose nearly optimal algorithms that bypass graph and parent recovery, demonstrating that parent identification is indeed unnecessary for regret minimization. Experiments confirm that there exists a large performance gap between our method and existing baselines in various environments. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/shahverdikondori26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/shahverdikondori26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Functional Properties of the Focal-Entropy </title>
        <description> The focal-loss has become a widely used alternative to cross-entropy in class-imbalanced classification problems, particularly in computer vision. Despite its empirical success, a systematic information-theoretic study of the focal-loss remains incomplete. In this work, we adopt a distributional viewpoint and study the focal-entropy, a focal-loss analogue of the cross-entropy. Our analysis establishes conditions for finiteness, convexity, and continuity of the focal-entropy, and provides various asymptotic characterizations. We prove the existence and uniqueness of the focal-entropy minimizer, describe its structure, and show that it can depart significantly from the data distribution. In particular, we rigorously show that the focal-loss amplifies mid-range probabilities, suppresses high-probability outcomes, and, under extreme class imbalance, induces an over-suppression regime in which very small probabilities are further diminished. These results, which are also experimentally validated, offer a theoretical foundation for understanding the focal-loss and clarify the trade-offs that it introduces when applied to imbalanced learning tasks. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/shah26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/shah26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Process-Tensor Tomography of SGD: Measuring Non-Markovian Memory via Back-Flow of Distinguishability </title>
        <description> We model neural training as a classical multi-time map from controllable interventions—batch choices, augmentations, and optimizer micro-steps—to model predictions on a fixed probe set. On this basis, we introduce a simple, model-agnostic witness of training memory based on back-flow of distinguishability. In a controlled two-step protocol, we compare predictive distributions after one intervention versus two; a positive increase $\Delta_{\mathrm{BF}} = D_2 - D_1 &gt; 0$, with $D\in{\mathrm{TV}, \mathrm{JS}, \mathrm{H}}$, certifies observable-level non-Markovianity. Across controlled SGD experiments, we observe consistent positive back-flow with tight bootstrap confidence intervals, stronger effects under higher momentum, larger batch overlap, and more micro-steps, and marked collapse under a \emph{causal break} that resets optimizer state. The witness is inexpensive, requires no architectural changes, and is robust across TV/JS/Hellinger. We position this as a measurement contribution: a practical diagnostic, and empirical evidence, that real training often deviates from the Markov idealization in ways that matter for optimizer behavior, data order, and schedule design. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/sevetlidis26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/sevetlidis26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Lower Bounds for Public-Private Learning under Distribution Shift </title>
        <description> The most effective differentially private machine learning algorithms in practice rely on an additional source of purportedly public data.  This paradigm is most interesting when the two sources combine to be more than the sum of their parts.  However, there are settings such as mean estimation where we have strong lower bounds, showing that when the two data sources have the same distribution, there is no complementary value to combining the two data sources.  In this work we extend the known lower bounds for public-private learning to a setting where the two data sources exhibit significant distribution shift.  Our results apply to both Gaussian mean estimation where the two distributions have different means, and to Gaussian linear regression where the two distributions exhibit parameter shift. We find that when the shift is small (relative to the desired accuracy), either public or private data must be sufficiently abundant to estimate the private parameter. Conversely, when the shift is large, public data provides no benefit. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/setlur26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/setlur26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Rethinking Intrinsic Dimension Estimation in Neural Representations </title>
        <description> The analysis of neural representation has become an integral part of research aiming to better understand the inner workings of neural networks. While there are many different approaches to investigate neural representations, an important line of research has focused on doing so through the lens of intrinsic dimensions (IDs). Although this perspective has provided valuable insights and stimulated substantial follow-up research, important limitations of this approach have remained largely unaddressed. In this paper, we highlight a crucial discrepancy between theory and practice of IDs in neural representations, theoretically and empirically showing that common ID estimators are, in fact, not tracking the true underlying ID of the representation. We contrast this negative result with an investigation of the underlying factors that may drive commonly reported ID-related results on neural representation in the literature. Building on these insights, we offer a new perspective on ID estimation in neural representations. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/schulte26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/schulte26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Local Causal Discovery for Statistically Efficient Causal Inference </title>
        <description> Causal discovery methods can identify valid adjustment sets for causal effect estimation for a pair of target variables, even when the underlying causal graph is unknown. Global causal discovery methods focus on learning the whole causal graph and therefore enable the recovery of optimal adjustment sets, i.e., sets with the lowest asymptotic variance, but they quickly become computationally prohibitive as the number of variables grows. Local causal discovery methods offer a more scalable alternative by focusing on the local neighborhood of the target variables, but are restricted to statistically suboptimal adjustment sets. In this work, we propose Local Optimal Adjustments Discovery (LOAD), a sound and complete causal discovery approach that combines the computational efficiency of local methods with the statistical optimality of global methods. First, LOAD identifies the causal relation between the targets and tests if the causal effect is identifiable by using only local information. If it is identifiable, it finds the possible descendants of the treatment and infers the optimal adjustment set as the parents of the outcome in a modified forbidden projection. Otherwise, it returns the locally valid parent adjustment sets. In our experiments on synthetic and realistic data LOAD outperforms global methods in scalability, while providing more accurate effect estimation than local methods. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/schubert26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/schubert26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Canopy Tree Height Estimation Using Quantile Regression: Modeling and Evaluating Uncertainty in Remote Sensing </title>
        <description> Accurate tree height estimation is vital for ecological monitoring and biomass assessment. We apply quantile regression to existing tree height estimation models based on satellite data to incorporate uncertainty quantification. Most current approaches for tree height estimation rely on point predictions, which limits their applicability in risk-sensitive scenarios. In this work, we show that, with minor modifications of a given prediction head, existing models can be adapted to provide statistically calibrated uncertainty estimates via quantile regression. Furthermore, we demonstrate how our results correlate with known challenges in remote sensing (e.g., terrain complexity, vegetation heterogeneity), indicating that the model is less confident in more challenging conditions. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/schrodter26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/schrodter26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Root Cause Analysis of Outliers in Unknown Cyclic Graphs </title>
        <description> We study the propagation of outliers in cyclic causal graphs with linear structural equations, tracing them back to one or several &quot;root cause&quot; nodes. We show that it is possible to identify a short list of potential root causes provided that the perturbation is sufficiently strong and propagates according to the same structural equations as in the normal mode. This shortlist consists of the true root causes together with those of its parents lying on a cycle with the root cause. Notably, our method does not require prior knowledge of the causal graph and yields encouraging results on simulated data and real data from biology and cloud computing. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/schkoda26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/schkoda26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Provable FDR Control for Deep Feature Selection: Deep MLPs and Beyond </title>
        <description> We develop a flexible feature selection framework based on deep neural networks that approximately controls the false discovery rate (FDR), a measure of Type-I error. The method applies to architectures whose first layer is fully connected. From the second layer onward, it accommodates multilayer perceptrons of arbitrary width and depth, convolutional and recurrent networks, attention mechanisms, residual connections, and dropout. The procedure also accommodates stochastic gradient descent with data-independent initializations and learning rates. To the best of our knowledge, this is the first work to provide a theoretical guarantee of FDR control for feature selection within such a general deep learning setting. Our analysis is built upon a multi-index data-generating model and an asymptotic regime in which the feature dimension $n$ diverges faster than the latent dimension $q^*$, while the sample size, the number of training iterations, the network depth, and hidden layer widths are left unrestricted. Under this setting, we show that each coordinate of the gradient-based feature-importance vector admits a marginal normal approximation, thereby supporting the validity of asymptotic FDR control. As a theoretical limitation, we assume $\boldsymbol{B}$-right rotational invariance of the design matrix, and we discuss broader generalizations. We also present numerical experiments that underscore the theoretical findings. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/sawaya26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/sawaya26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Policy Learning with Abstention </title>
        <description> Policy learning algorithms are regularly leveraged in domains such as personalized medicine and advertising to develop individualized treatment regimes. However, a critical deficit of existing algorithms is that they force a decision even when predictions are uncertain, a risky approach in high-stakes settings. The ability to abstain, that is, to defer to a safe default or an expert, is crucial but largely unexplored in this context. To remedy this, we introduce a framework for policy learning with abstention, in which policies that choose not to assign a treatment to some customers/patients receive a small, additive reward on top of the value of a random guess. We propose a two-stage learner that first identifies a set of near-optimal policies and then constructs an abstention class based on disagreements between the policies. We establish fast $O(1/n)$-type regret guarantees for the abstaining policy when propensities are known, and show how to extend these guarantees to the unknown-propensity case via a doubly robust (DR) objective. Furthermore, we demonstrate that our abstention framework is a versatile tool with direct applications to several other core problems in policy learning. We use our algorithm as a black box to obtain improved guarantees under margin conditions without the common realizability assumption. We also show that abstention provides a natural connection to both distributionally robust policy learning, where it acts as a hedge against small data shifts, and safe policy improvement, where the goal is to improve upon a baseline policy with high probability. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/sawarni26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/sawarni26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Lipschitz Multiscale Deep Equilibrium Models: A Theoretically Guaranteed and Accelerated Approach </title>
        <description> Deep equilibrium models (DEQs) achieve infinitely deep network representations without stacking layers by exploring fixed points of layer transformations in neural networks. Such models constitute an innovative approach that achieves performance comparable to state-of-the-art methods in many large-scale numerical experiments, despite requiring significantly less memory. However, DEQs face the challenge of requiring vastly more computational time for training and inference than conventional methods, as they repeatedly perform fixed-point iterations with no convergence guarantee upon each input. Therefore, this study explored an approach to improve fixed-point convergence and consequently reduce computational time by restructuring the model architecture to guarantee fixed-point convergence. Our proposed approach for image classification, Lipschitz multiscale DEQ, has theoretically guaranteed fixed-point convergence for both forward and backward passes by hyperparameter adjustment, achieving up to a 4.75$\times$ speedup in numerical experiments on CIFAR-10 at the cost of a minor drop in accuracy. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/sato26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/sato26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Bandit-based Maximum Inner Product Search with Data-Dependent Confidence Intervals </title>
        <description> Maximum inner product search is a fundamental problem in recommender systems, information retrieval, and machine learning. Recently proposed bandit-based approaches have achieved high scalability with respect to dimensionality and offer favorable precision-speedup trade-offs. However, the lengths of their confidence intervals are determined independently of the actual reward distributions, which can lead to search inefficiency in practice. In this paper, we propose a data-dependent bandit-based algorithm in which the lengths of the confidence intervals are adaptively adjusted based on observed samples. Theoretical analysis demonstrates that our algorithm guarantees $\delta$-correctness for a broad class of distributions, including all log-concave continuous  distributions, and that the sample complexity can be reduced adaptively according to individual reward distributions. In experiments, our approach outperformed existing algorithms on both synthetic and real-world datasets. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/sasaki26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/sasaki26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Revisiting Social Welfare in Bandits: UCB is (Nearly) All You Need </title>
        <description> Regret in stochastic multi-armed bandits traditionally measures the difference between the highest reward and either the arithmetic mean of accumulated rewards or the final reward. These conventional metrics often fail to address fairness among agents receiving rewards, particularly in settings where rewards are distributed across a population, such as patients in clinical trials. To address this, a recent body of work has introduced Nash regret, which evaluates performance via the geometric mean of accumulated rewards, aligning with the Nash social welfare function known for satisfying fairness axioms.  To minimize Nash regret, existing approaches require specialized algorithm designs and strong assumptions, such as multiplicative concentration inequalities and bounded, non-negative rewards, making them unsuitable for even Gaussian reward distributions. We demonstrate that an initial uniform exploration phase followed by a standard Upper Confidence Bound (UCB) algorithm achieves near-optimal Nash regret, while relying only on additive Hoeffding bounds, and naturally extending to sub-Gaussian rewards. Furthermore, we generalize the algorithm to a broad class of fairness metrics called the $p$-mean regret, proving (nearly) optimal regret bounds uniformly across all $p$ values. This is in contrast to prior work, which made extremely restrictive assumptions on the bandit instances and even then achieved suboptimal regret bounds. Numerical simulations validate our method’s practical efficacy, broadening the accessibility of fairness in bandit algorithms. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/sarkar26c.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/sarkar26c.html</guid>
        
        
      </item>
    
      <item>
        <title> On Relation-Aware Slicing in Cross-Domain Alignment </title>
        <description> The Sliced Gromov-Wasserstein (SGW) distance, aiming to relieve the computational cost of solving a non-convex quadratic program that is the Gromov-Wasserstein distance, utilizes projecting directions sampled uniformly from unit hyperspheres. This slicing mechanism incurs unnecessary computational costs due to uninformative directions, which also affects the representative power of the distance. However, finding a more appropriate distribution over the projecting directions (\emph{slicing distribution}) is often an optimization problem in itself that comes with its own computational cost. In addition, with more intricate distributions, the sampling itself may be expensive. As a remedy, we propose an optimization-free slicing distribution that provides fast sampling for the Monte Carlo approximation. We do so by introducing the Relation-Aware Projecting Direction (RAPD), effectively capturing the pairwise association of each of two pairs of random vectors, each following their ambient law. This enables us to derive the Relation-Aware Slicing Distribution (RASD), a location-scale law corresponding to sampled RAPDs. Finally, we introduce the RASGW distance and its variants, e.g., IWRASGW (Importance Weighted RASGW), which overcome the shortcomings experienced by SGW. We theoretically analyze its properties and substantiate its empirical prowess using extensive experiments on various alignment tasks. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/sarkar26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/sarkar26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Projection-free Algorithms for Online Convex Optimization with Adversarial Constraints </title>
        <description> We study a generalization of the Online Convex Optimization (OCO) framework with time-varying adversarial constraints. In this setting, at each round, the learner selects an action from a convex decision set $\mathcal{X}$, after which both a convex cost function and a convex constraint function are revealed. The objective is to design a computationally efficient learning policy that simultaneously achieves low regret with respect to the cost functions and low cumulative constraint violation (CCV) over a horizon of length $T$. A major computational bottleneck in standard OCO algorithms is the projection operation onto the decision set $\mathcal{X}$. However, for many structured decision sets, linear optimization can be performed efficiently. Motivated by this, we propose a \emph{projection-free} online conditional gradient (OCG)-based algorithm that requires only a single call to a linear optimization oracle over $\mathcal{X}$ per round. Our approach improves upon the state of the art for projection-free online learning with adversarial constraints, achieving $\tilde{O}(T^{3/4})$ bounds for both regret and CCV. Our algorithm is conceptually simple. It constructs a surrogate cost function as a nonnegative linear combination of the cost and constraint functions, and feeds these surrogate costs into a novel adaptive online conditional gradient subroutine introduced in this paper. We further extend our framework to the bandit setting, where we show that a new form of surrogate loss is necessary to properly handle bandit feedback—an issue overlooked in prior work. Finally, we develop an efficient Follow-the-Perturbed-Leader (FTPL)-based algorithm, particularly well-suited for online combinatorial optimization problems with discrete actions, which also achieves $O(T^{3/4})$ regret and CCV. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/sarkar26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/sarkar26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Preconditioned Attention: Enhancing Efficiency in Transformer Blocks </title>
        <description> Central to the success of Transformers is the attention block, which effectively models global dependencies among input tokens associated to a dataset. However, we theoretically demonstrate that standard attention mechanisms in transformers often produce ill-conditioned matrices with large condition numbers. This ill-conditioning is a well-known obstacle for gradient-based optimizers, leading to inefficient training. To address this issue, we introduce preconditioned attention, a novel approach that incorporates a conditioning matrix into each attention head. Our theoretical analysis shows that this method significantly reduces the condition number of attention matrices, resulting in better-conditioned matrices that improve optimization. Conditioned attention serves as a simple drop-in replacement for a wide variety of attention mechanisms in the literature. We validate the effectiveness of preconditioned attention across a diverse set of transformer applications, including image classification, object detection, instance segmentation, long sequence modeling and language modeling. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/saratchandran26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/saratchandran26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Frequency-Based Hyperparameter Selection in Games </title>
        <description> Learning in smooth games fundamentally differs from standard minimization due to rotational dynamics, which invalidate classical hyperparameter tuning strategies. Despite their practical importance, effective methods for tuning in games remain underexplored. A notable example is LookAhead (LA), which achieves strong empirical performance but introduces additional parameters that critically influence performance. We propose a principled approach to hyperparameter selection in games by leveraging frequency estimation of oscillatory dynamics. Specifically, we analyze oscillations both in continuous-time trajectories and through the spectrum of the discrete dynamics in the associated frequency-based space. Building on this analysis, we introduce \emph{Modal LookAhead (MoLA)}, an extension of LA that selects the hyperparameters adaptively to a given problem. We provide convergence guarantees and demonstrate in experiments that MoLA accelerates training in both purely rotational games and mixed regimes, all with minimal computational overhead. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/sanyal26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/sanyal26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Adversarial Debiasing for Parameter Recovery </title>
        <description> Advances in machine learning and the increasing availability of high-dimensional data have led to the proliferation of social science research that uses the predictions of machine learning models as proxies for outcomes of interest. However, prediction errors from machine learning models can lead to bias in downstream estimation tasks, including regression. In this paper, we show how this bias can arise, propose a test for detecting bias, and demonstrate the use of an adversarial machine learning algorithm in order to generate predictions suitable for unbiased downstream estimation. Here, we focus on a setting where machine-learned predictions are the dependent variable in a regression. We conduct simulations and empirical exercises using ground truth and satellite data on forest cover in Africa. Using the predictions from a naive machine learning model leads to biased parameter estimates, while the predictions from the adversarial model recover the true coefficients. Our approach consistently matches or exceeds the performance of existing methods. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/sanford26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/sanford26a.html</guid>
        
        
      </item>
    
      <item>
        <title> MineGrad: Gradient Inversion Attacks on LoRA Fine-Tuning </title>
        <description> Parameter-efficient fine-tuning (PEFT), such as low-rank adaptation (LoRA), has recently been adopted in federated learning to reduce communication and computation costs. In this setup, users download a pretrained model from the server prior to fine-tuning, and then fine-tune lightweight LoRA modules locally while keeping the pretrained model frozen, sharing only the gradients of the fine-tuning parameters with the server. Despite its growing popularity, robustness of federated fine-tuning against an adversarial server remains underexplored, where the server maliciously tampers with the training protocol to breach the privacy of users’ data. In this work, we investigate gradient inversion attacks on LoRA fine-tuning.  We propose an analytical attack that enables a malicious server to recover private user data by leveraging a poisoned pretrained model and fine-tuning parameters. Our design embeds fine-tuning data within the shared gradients, to allow the server to analytically reconstruct user data. Unlike prior works, our attack is applicable to both language and vision tasks, does not rely on computationally expensive (adversarial) pretraining with public datasets or require the number of training tokens to be less than the rank of LoRA modules. Experimental results on both language and vision tasks demonstrate high-fidelity data recovery across multiple baselines, revealing several critical vulnerabilities. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/sami26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/sami26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Efficient Flow Matching Using Latent Variables </title>
        <description> Flow matching models have shown great potential in image generation tasks among probabilistic generative models. However, most flow matching models in the literature do not explicitly utilize the underlying clustering structure in the target data when learning the flow from a simple source distribution like the standard Gaussian. This leads to inefficient learning, especially for many high-dimensional real-world datasets, which often reside in a low-dimensional manifold. To this end, we present $\texttt{Latent-CFM}$, which provides efficient training strategies by conditioning on the features extracted from data using pretrained deep latent variable models. Through experiments on synthetic data from multi-modal distributions and widely used image benchmark datasets, we show that $\texttt{Latent-CFM}$ exhibits improved generation quality with significantly less training and computation than state-of-the-art flow matching models by adopting pretrained lightweight latent variable models. Beyond natural images, we consider generative modeling of spatial fields stemming from physical processes. Using a 2d Darcy flow dataset, we demonstrate that our approach generates more physically accurate samples than competing approaches. In addition, through latent space analysis, we demonstrate that our approach can be used for conditional image generation conditioned on latent features, which adds interpretability to the generation process. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/samaddar26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/samaddar26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Bandits in Flux: Adversarial Constraints in Dynamic Environments </title>
        <description> We investigate the challenging problem of adversarial multi-armed bandits operating under time-varying constraints, a scenario motivated by numerous real-world applications. To address this complex setting, we propose a novel primal-dual algorithm that extends online mirror descent through the incorporation of suitable gradient estimators and effective constraint handling. We provide theoretical guarantees establishing sublinear dynamic regret and sublinear constraint violation for our proposed policy. Our algorithm achieves state-of-the-art performance in terms of both regret and constraint violation. Empirical evaluations demonstrate the superiority of our approach. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/salem26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/salem26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Do We Need Rebalancing Strategies?  A Theoretical and Empirical Study Around SMOTE and Its Variants </title>
        <description> Synthetic Minority Oversampling Technique (SMOTE) is a common rebalancing strategy for handling imbalanced tabular data sets. However, few works analyze SMOTE theoretically. In this paper, we derive several non-asymptotic upper bound on SMOTE density. From these results, we prove that SMOTE (with default parameter) tends to copy the original minority samples asymptotically. We confirm and illustrate empirically this first theoretical behavior on a real-world data-set. Furthermore, we prove that SMOTE density vanishes near the boundary of the support of the minority class distribution. We then adapt SMOTE based on our theoretical findings to introduce two new variants. These strategies are compared on 13 tabular data sets with 10 state-of-the-art rebalancing procedures, including deep generative and diffusion models. First, for most data sets, applying no rebalancing strategy is competitive in terms of predictive performances, would it be with LightGBM, tuned random forests or logistic regression. Second, when the imbalance ratio is artificially augmented, one of our two modifications of SMOTE leads to promising predictive performances compared to SMOTE and other strategies. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/sakho26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/sakho26a.html</guid>
        
        
      </item>
    
      <item>
        <title> LLM-as-a-Judge on a Budget </title>
        <description> LLM-as-a-judge has emerged as a cornerstone technique for evaluating large language models by leveraging LLM reasoning to score prompt-response pairs. Since LLM judgments are stochastic, practitioners commonly query each pair multiple times to estimate mean scores accurately. This raises a critical challenge: given a fixed computational budget $B$, how to optimally allocate queries across $K$ prompt-response pairs to minimize estimation error? We present a principled variance-adaptive approach leveraging multi-armed bandit theory and concentration inequalities. Our method dynamically allocates queries based on estimated score variances, focusing resources where uncertainty is highest. Our algorithm is shown to achieve a worst-case score-estimation error of  $\tilde{O}\left(\sqrt{\frac{\sum_{i=1}^K \sigma_i^2}{B}}\right)$, $\sigma_i^2$ being the unknown score variance for pair $i \in [K]$ with near-optimal budget allocation. Experiments on HelpSteer2 dataset demonstrate our method significantly outperforms uniform allocation, reducing worst-case estimation error given a fixed budget.  Our work establishes a theoretical foundation for efficient LLM evaluation with practical implications for AI safety, model alignment, and automated assessment at scale. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/saha26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/saha26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Parameter-Free Dynamic Regret for Unconstrained Linear Bandits </title>
        <description> We study dynamic regret minimization in unconstrained adversarial linear bandit problems. In this setting, a learner must minimize the cumulative loss relative to an arbitrary sequence of comparators $\boldsymbol{u}_1,\ldots,\boldsymbol{u}_T$ in $\mathbb{R}^d$, but receives only \emph{point-evaluation feedback} on each round. We provide a simple approach to combining the guarantees of several bandit algorithms, allowing us to optimally adapt to the number of switches $S_T = \sum_t\mathbb{I}{\boldsymbol{u}_t \neq \boldsymbol{u}_{t-1}}$ of an arbitrary comparator sequence. In particular, we provide the \emph{first} algorithm for linear bandits achieving the optimal regret guarantee of order $\mathcal{O}\big(\sqrt{d(1+S_T) T}\big)$ up to poly-logarithmic terms \emph{without prior knowledge of $S_T$}, thus resolving a long-standing open problem. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/rumi26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/rumi26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Momentum SVGD-EM for Accelerated Maximum Marginal Likelihood Estimation </title>
        <description> Maximum marginal likelihood estimation (MMLE) can be formulated as the optimization of a free energy functional. From this viewpoint, the Expectation–Maximisation (EM) algorithm admits a natural interpretation as a coordinate descent method over the joint space of model parameters and probability measures. Recently, a significant body of work has adopted this perspective, leading to interacting particle algorithms for MMLE. In this paper, we propose an accelerated version of one such procedure, based on Stein variational gradient descent (SVGD), by introducing Nesterov acceleration in both the parameter updates and in the space of probability measures. The resulting method, termed Momentum SVGD-EM, consistently accelerates convergence in terms of required iterations across various tasks of increasing difficulty, demonstrating effectiveness in both low- and high-dimensional settings. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/rozzio26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/rozzio26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Beyond Pooling: Matching for Robust Generalization Under Data Heterogeneity </title>
        <description> Pooling heterogeneous datasets across domains is a common strategy in representation learning, but naive pooling can amplify distributional asymmetries and yield biased estimators, especially in settings where zero-shot generalization is required. We propose a matching framework that selects samples relative to an adaptive centroid and iteratively refines the representation distribution. The double robustness and the propensity score matching for the inclusion of data domains make matching more robust than naive pooling and uniform subsampling by filtering out the confounding domains (the main cause of heterogeneity). Theoretical and empirical analyses show that, unlike naive pooling or uniform subsampling, matching achieves better results under asymmetric meta-distributions, which are also extended to non-Gaussian and multimodal real-world settings. Most importantly, we show that these improvements translate to zero-shot medical anomaly detection, one of the extreme forms of data heterogeneity and asymmetry. The code is available on Github. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/roy26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/roy26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Faster Parallel MCMC: Metropolis Adjustment Is Best Served Warm </title>
        <description> Despite the enormous success of Hamiltonian Monte Carlo and related Markov Chain Monte Carlo (MCMC) methods, sampling often still represents the computational bottleneck in scientific applications. Availability of parallel resources can significantly speed up MCMC inference by running a large number of chains in parallel, each collecting a single sample. However, the parallel approach converges slowly  if the chains are not initialized close to the target distribution (cold start). Theoretically this can be resolved by initially running MCMC without Metropolis-Hastings adjustment to quickly converge to the vicinity of the target distribution and then turn on adjustment to achieve fine convergence. However, no practical scheme uses this strategy, due to the difficulty of automatically selecting the step size during the unadjusted phase. We here develop Late Adjusted Parallel Sampler (LAPS), which is precisely such a scheme and is applicable out of the box. LAPS takes advantage of ensemble-based hyperparameter adaptation to estimate the bias at each iteration and converts it to the appropriate step size. We show that LAPS consistently and significantly outperforms ensemble adjusted methods such as MEADS or ChESS and the optimization-based initializer Pathfinder on a variety of standard benchmark problems. LAPS typically achieves two orders of magnitude lower wall-clock time than the corresponding sequential algorithms such as NUTS. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/robnik26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/robnik26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Atlas-based Manifold Representations for Interpretable Riemannian Machine Learning </title>
        <description> Despite the popularity of the manifold hypothesis, current manifold-learning methods do not support machine learning directly on the latent $d$-dimensional data manifold, as they primarily aim to perform dimensionality reduction into $\mathbb{R}^D$, losing key manifold features when the embedding dimension $D$ approaches $d$. On the other hand, methods that directly learn the latent manifold as a differentiable atlas have been relatively underexplored. In this paper, we aim to give a proof of concept of the effectiveness and potential of atlas-based methods. To this end, we implement a generic data structure to maintain a differentiable atlas that enables Riemannian optimization over the manifold. We complement this with an unsupervised heuristic that learns a differentiable atlas from point cloud data. We experimentally demonstrate that this approach has advantages in terms of efficiency and accuracy in selected settings.  Moreover, in a supervised classification task over the Klein bottle and in RNA velocity analysis of hematopoietic data, we showcase the improved interpretability and robustness of our approach. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/robinett26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/robinett26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Standard Acquisition Is Sufficient for Asynchronous Bayesian Optimization </title>
        <description> Asynchronous Bayesian optimization is widely used for gradient-free optimization in domains with independent parallel experiments and varying evaluation times. Existing methods posit that standard acquisitions lead to redundant and repeated queries, proposing complex solutions to enforce diversity in queries.  Challenging this fundamental premise, we show that methods, like the Upper Confidence Bound, can in fact achieve theoretical guarantees essentially equivalent to those of sequential Thompson sampling.  A conceptual analysis of asynchronous Bayesian optimization reveals that existing works neglect intermediate posterior updates, which we find to be generally sufficient to avoid redundant queries. Further investigation shows that by penalizing busy locations, diversity-enforcing methods can over-explore in asynchronous settings, reducing their performance. Our extensive experiments demonstrate that simple standard acquisition functions match or outperform purpose-built asynchronous methods across synthetic and real-world tasks. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/riegler26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/riegler26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Local Inconsistency Resolution: The Interplay between Attention and Control in Probabilistic Models </title>
        <description> We present a generic algorithm for learning and approximate inference with an intuitive epistemic interpretation: iteratively focus on a subset of the model and resolve inconsistencies using the parameters under control. This framework, which we call Local Inconsistency Resolution (LIR) is built upon Probabilistic Dependency Graphs (PDGs), which provide a flexible representational foundation capable of capturing inconsistent beliefs. We show how LIR unifies and generalizes a wide variety of important algorithms in the literature, including the Expectation-Maximization (EM) algorithm, belief propagation, adversarial training, GANs, and GFlowNets. In the last case, LIR actually suggests a more natural loss, which we demonstrate improves GFlowNet convergence. Each of these methods can be recovered as a specific instance of LIR by choosing a procedure to direct focus (attention and control). We implement this algorithm for discrete PDGs and study its properties on synthetically generated PDGs, comparing its behavior to the global optimization semantics of the full PDG. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/richardson26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/richardson26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Regularized $f$-Divergence Kernel Tests </title>
        <description> We propose a framework to construct practical kernel-based two-sample tests from the family of $f$-divergences. The test statistic is computed from the witness function of a regularized variational representation of the divergence, which we estimate using kernel methods. Aggregation is used to adapt the test over hyperparameters such as the kernel bandwidth and the regularization parameter. While our test covers a variety of $f$-divergences, we bring particular focus to the hockey-stick divergence, motivated by its applications to differential privacy auditing and machine unlearning evaluation. We provide theoretical guarantees for statistical test power across our family of $f$-divergence estimates. For two-sample testing, experiments demonstrate that different $f$-divergences are sensitive to different localized differences, illustrating the importance of leveraging diverse statistics. For machine unlearning, we propose a relative test that distinguishes true unlearning failures from safe distributional variations. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/ribero26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/ribero26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Time-Aware Synthetic Control </title>
        <description> The synthetic control (SC) framework is widely used for observational causal inference with time-series panel data. Despite its success across diverse applications, existing SC methods typically treat pre-intervention time indices as exchangeable, meaning they may fail to exploit temporal structure when strong trends are present. We propose Time-Aware Synthetic Control (TASC), a method that addresses this limitation by adopting a state-space model with a constant trend component while preserving the low-rank structure of the signal. TASC uses the Kalman filter and the Rauch–Tung–Striebel smoother in two steps: it first fits a generative time-series model with expectation–maximization and then performs counterfactual inference. We evaluate TASC on simulated and real-world datasets spanning policy evaluation and sports prediction. Our results demonstrate that TASC offers advantages in settings with high observation noise and long prediction horizons. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/rho26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/rho26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Minimizing Human Intervention in Online Classification </title>
        <description> Training or fine-tuning large language model (LLM)–based systems often requires costly human feedback, yet there is limited understanding of how to minimize such intervention while maintaining strong error guarantees. We study this problem for LLM-based classification systems in an active learning framework: an agent sequentially labels $d$-dimensional query embeddings drawn i.i.d. from an unknown distribution by either calling a costly expert or guessing with no feedback, with the goal of minimizing regret relative to an oracle with free expert access. When the horizon $T$ is at least exponential in the embedding dimension $d$, the geometry of the class regions can be learned. In this regime, we propose the Conservative Hull-based Classifier (CHC), which maintains convex hulls of expert-labeled queries and calls the expert when a query lands outside all known hulls. CHC attains $\mathcal{O}(\log^d T)$ regret in $T$ and is minimax optimal for $d=1$. Otherwise, the geometry cannot be reliably learned in general. We show that for queries drawn from a subgaussian mixture and $T \le e^d$, a Center-based Classifier (CC) achieves regret proportional to $N\log{N}$ where $N$ is the number of labels. To bridge these regimes, we introduce the Generalized Hull-based Classifier (GHC), a practical extension of CHC that enables more aggressive guessing via a tunable parameter. Our approach is validated on real-world question-answering datasets using state-of-the-art text embedding models. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/reveillard26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/reveillard26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Fundamental Limits of Non-Adaptive Group Testing With Markovian Correlation </title>
        <description> We study a correlated group testing model where $n$ items are infected according to a Markov chain, which creates bursty infection patterns. In the sparse infections regime, where the expected number of infections scales as $O(n^{\theta})$ with $\theta \in (0,1)$, we propose a non-adaptive testing strategy with an efficient decoding algorithm. Our approach outperforms an optimal yet computationally inefficient independent testing and decoding scheme (one that disregards correlation), under certain parameter regimes. At a high level, we use randomized block testing, where we first sample contiguous blocks of correlated items and then subsample items within selected blocks. Decoding then proceeds in two stages: a coarse elimination step to rule out items appearing in negative tests, followed by a fine thresholding step that declares an item infected if its test participation count exceeds a predefined threshold. Notably, when $\theta \to 0$, our method achieves asymptotically vanishing error while using a number of tests that is within a $1/\ln(2) \approx 1.44$ multiplicative factor of the fundamental entropy bound—a result that parallels the independent group testing setting. Further, we show that the number of tests reduces with an increase in the expected burst length of infected items, quantifying the advantage of exploiting correlation in test design. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/ravi26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/ravi26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Partial VOROS: A Cost-aware Performance Metric for Binary Classifiers with Precision and Capacity Constraints </title>
        <description> The ROC curve is widely used to assess binary classifiers. Yet for some applications, such as alert systems for monitoring hospitalized patients, conventional ROC analysis cannot meet two key deployment needs:  enforcing a constraint on precision to avoid false alarm fatigue and imposing an upper bound on the number of predicted positives to represent the capacity of hospital staff. The usual area under the curve metric also does not reflect asymmetric costs for false positives and false negatives. In this paper we address all three of these issues. First, we show how the subset of classifiers that meet precision and capacity constraints occupy a feasible region in ROC space. We establish the polygon-shaped geometry of this region. We then define the partial area of lesser classifiers, a performance metric that is monotonic with cost and only accounts for the feasible region. Averaging this area over a desired distribution for cost parameters results in the partial volume over the ROC surface, or partial VOROS. In experiments predicting mortality risk from vital sign history on several datasets, we show this cost-aware metric can outperform alternatives at ranking classifiers for in-hospital alerts. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/ratigan26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/ratigan26a.html</guid>
        
        
      </item>
    
      <item>
        <title> BOAT: Navigating The Sea of in Silico Predictors for Antibody Design via Multi-Objective Bayesian Optimization </title>
        <description> Antibody lead optimization is inherently a multi-objective challenge in drug discovery. Achieving a balance between different drug-like properties is crucial for the development of viable candidates, and this search becomes exponentially challenging as desired properties grow. The ever-growing zoo of sophisticated \emph{in silico} tools for predicting antibody properties calls for an efficient joint optimization procedure to overcome resource-intensive sequential filtering pipelines. We present BOAT, a versatile Bayesian optimization framework for multi-property antibody engineering. Our ’plug-and-play’ framework couples uncertainty-aware surrogate modeling with a genetic algorithm to jointly optimize various predicted antibody traits while enabling efficient exploration of sequence space. Through systematic benchmarking against genetic algorithms and newer generative learning approaches, we demonstrate competitive performance with state-of-the-art methods for multi-objective protein optimization. We identify clear regimes where surrogate-driven optimization outperforms expensive generative approaches and establish practical limits imposed by sequence dimensionality and oracle costs. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/rao26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/rao26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Unmixing Mean Embeddings for Domain Adaptation with Target Label Proportion </title>
        <description> We introduce a novel approach to domain adaptation within the context of Learning from Label Proportions (LLP). We address the challenging scenario where labeled samples are available in the source domain,  but only bags of unlabeled samples with their corresponding label proportions  are accessible in the target domain.  Our proposed method, bagMME (Bag Matching Mean Embeddings),  tackles the distributional shift between domains by focusing on matching class-conditional distributions. A key contribution of bagMME is a simple yet effective unmixing strategy that  leverages the target label proportions to estimate the target class-conditional  mean embeddings. These estimated target means are then aligned with their corresponding source class-conditional means, thereby reducing the domain discrepancy. We theoretically  demonstrate the soundness of our approach and its effectiveness in mitigating distributional shifts.  Extensive experiments on various computer vision datasets showcase the superior performance of bagMME compared to state-of-the-art baselines. Our results highlight the critical role of incorporating target label  proportions into the learning process for improved generalization on the target domain. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/rakotomamonjy26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/rakotomamonjy26a.html</guid>
        
        
      </item>
    
      <item>
        <title> From Transformers to State Spaces: GeoMamba-SE(3) for Fast and Accurate Molecular Learning </title>
        <description> Transformers play an important role in molecular representation learning, enabling unsupervised learning from large scale unlabeled molecule datasets. However, existing Transformer based methods suffer from heavy training computation and slow inference. To accelerate the computation and relieve the burdensome pre-training, we propose a Mamba-based framework that leverages selective state space models to learn molecular representations more efficiently. Unlike conventional methods, our model, GeoMamba-SE(3), offers streamlined computation with linear-time complexity. However, naively applying Mamba to molecules struggles with SE(3) symmetry, representations can drift under rotations/translations—leading to chemically inconsistent features. To address this, we introduce a geometry and statistics aware design: (i) complete local frames at atoms by converting geometric vectors into scalar channels suitable for SSMs; (ii) multi-stream Mamba blocks are modulated by SE(3)-invariant scalars to preserve geometric stability; and (iii) we impose statistical symmetry constraints via orbit-kernel losses and invariant risk minimization, treating SE(3) actions and conformers as environments. This yields practical SE(3) stability without heavy high-order tensor representations. Experiments show that our method achieves new state-of-the-art performance benchmarks on the MoleculeNet datasets, while using only one-sixth of the training computation and 57% less computation for inference. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/qin26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/qin26b.html</guid>
        
        
      </item>
    
      <item>
        <title> On Kernel based Variational Autoencoders </title>
        <description> In this paper, we bridge Variational Autoencoders (VAEs)  and  kernel density estimations (KDEs)  by approximating the posterior by the expectation of kernel density estimator and deriving a new lower bound of empirical log likelihood. The flexibility of KDEs provides a new perspective of controlling the KL-divergence term in original evidence lower bound (ELBO) which enriches the choice of the posterior and prior pairs in VAE.  We show that  the Epanechnikov kernel gives the tightest upper bound in controlling the KL-divergence under appropriate conditions in theory and develop a kernel-based VAE called Epanechnikov Variational Autoenocoder (EVAE). The implementation of EVAE is straightforward  as Epanechnikov kernel lies in the “location-scale” family of distributions where reparametrization tricks can be applied directly. Compared with Gaussian kernel, Epanechnikov kernel has compact support which should make the generated sample less blurry. The flexibility of new lower bound of ELBO also enables us to employ a two-stage training strategy to treat reconstruction and generation separately, which is an analogue of the idea in VQ-VAE. Extensive experiments  illustrate the potential of EVAE in image generation and the superiority of EVAE over vanilla VAE and other baseline models in the quality of reconstructed images, as measured by the FID score and Sharpness. We also carried out additional experiments about the application of EVAE in downstream classification tasks. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/qin26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/qin26a.html</guid>
        
        
      </item>
    
      <item>
        <title> The Majority Vote Paradigm Shift: When Popular Meets Optimal </title>
        <description> Reliably labelling data typically requires annotations from multiple human workers. However, humans are far from being perfect.  Hence, it is a common practice to aggregate labels gathered from multiple annotators to make a more confident estimate of the true label. Among many aggregation methods, the simple and well-known Majority Vote (MV)  selects the class label polling the highest number of votes.  However, despite its importance, the optimality of MV’s label aggregation has not been extensively studied. We address this gap in our work by characterising the conditions under which MV achieves the theoretically optimal lower bound on label estimation error.  Our results capture the tolerable limits on annotation noise under which MV can optimally recover labels for a given class distribution. This certificate of optimality provides a more principled approach to model selection for label aggregation as an alternative to otherwise inefficient practices that sometimes include higher experts, gold labels, etc.,  that are all marred by the same human uncertainty despite huge time and monetary costs. Experiments on both synthetic and real-world data corroborate our theoretical findings. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/purificato26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/purificato26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Improved Algorithms for Clustering with Noisy Distance Oracles </title>
        <description> Bateni \emph{et al.} has recently introduced the \emph{weak-strong distance oracle model} to study clustering problems in settings with limited distance information. Given query access to the strong-oracle and weak-oracle in the weak-strong oracle model, the authors design approximation algorithms for $k$-means and $k$-center clustering problems. In this work, we design algorithms with improved guarantees for $k$-means and $k$-center clustering problems in the weak-strong oracle model. The $k$-means++ algorithm is routinely used to solve $k$-means in settings where complete distance information is available. One of the main contributions of this work is to show that $k$-means++ algorithm can be adapted to work in the weak-strong oracle model using only a small number of strong-oracle queries, which is the critical resource in this model. In particular, our $k$-means++ based algorithm gives a constant approximation for $k$-means and uses $O(k^2 \log^2{n})$ strong-oracle queries. This improves on the algorithm of Bateni \emph{et al.} that uses $O(k^2 \log^4n \log^2 \log n)$ strong-oracle queries for a constant factor approximation of $k$-means. For the $k$-center problem, we give a simple  \emph{ball-carving} based $6(1 + \epsilon)$-approximation algorithm that uses $O(k^3 \log^2{n} \log{\frac{\log{n}}{\epsilon}})$ strong-oracle queries. This is an improvement over the $14(1 + \epsilon)$-approximation algorithm of Bateni \emph{et al.} that uses $O(k^2 \log^4{n} \log^2{\frac{\log{n}}{\epsilon}})$ strong-oracle queries.  To show the effectiveness of our algorithms, we perform empirical evaluations on real-world datasets and show that our algorithms significantly outperform the algorithms of Bateni \emph{et al.} </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/pradhan26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/pradhan26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Regret Guarantees for Linear Contextual Stochastic Shortest Path </title>
        <description> We define the problem of linear Contextual Stochastic Shortest Path (CSSP), where at the beginning of each episode, the learner observes an adversarially chosen context that determines the MDP through a fixed but unknown linear function. The learner’s objective is to reach a designated goal state with minimal expected cumulative loss, despite having no prior knowledge of the transition dynamics, loss functions, or the mapping from context to MDP. In this work, we propose LR-CSSP, an algorithm that achieves a regret bound of $\widetilde{O}(K^{2/3} d^{2/3} |S| |A|^{1/3} B_\star^2 T_\star \log (1/ \delta))$, where $K$ is the number of episodes, $d$ is the context dimension, $S$ and $A$ are the sets of states and actions respectively, $B_\star$ bounds the optimal cumulative loss and $T_\star$, unknown to the learner, bounds the expected time for the optimal policy to reach the goal. In the case where all costs exceed $\ell_{\min}$, LR-CSSP attains a regret of $\widetilde O(\sqrt{K \cdot d^2 |S|^3 |A| B_\star^3 \log(1/\delta)/\ell_{\min}})$. Unlike in contextual finite-horizon MDPs, where limited knowledge primarily leads to higher losses and regret, in the CSSP setting, insufficient knowledge can also prolong episodes and may even lead to non-terminating episodes. Our analysis reveals that LR-CSSP effectively handles continuous context spaces, while ensuring all episodes terminate within a reasonable number of time steps. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/polikar26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/polikar26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Lloyd’s $K$-Means Clustering Algorithm is Frank-Wolfe in Disguise </title>
        <description> Lloyd’s $K$-means algorithm, also known as naïve $K$-means, is a widely used \emph{ad hoc} optimization heuristic, designed to minimize the sum of squared errors (SSE) across all $K$-partitions of a dataset via iterative cluster refinement. In this work, we establish a novel connection between Lloyd’s algorithm and the Frank-Wolfe (FW) algorithm, a prominent first-order method for projection-free optimization. We demonstrate that Lloyd’s algorithm is a special case of FW. Leveraging recent advances in FW methods for concave objectives, we derive a non-asymptotic $\mathcal{O}(1/t)$ convergence rate to a local minimum of the SSE objective. To account for empty clusters, an outcome possible under Lloyd’s greedy assignment, we develop an FW variant for semismooth objectives while retaining the same convergence rate that is solely controlled by the initial SSE value. We illustrate our findings with a simulation study for spherical Gaussian mixtures and a real-world image segmentation dataset. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/pokojovy26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/pokojovy26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Pure Exploration with Infinite Answers </title>
        <description> We study pure exploration problems where the set of correct answers is possibly infinite, e.g., the regression of any continuous function of the means of the bandit. We derive an instance-dependent lower bound for these problems. By analyzing it, we discuss why existing methods (i.e., Sticky Track-and-Stop) for finite answer problems fail at being asymptotically optimal in this more general setting. Finally, we present a framework, Sticky-Sequence Track-and-Stop, which generalizes both Track-and-Stop and Sticky Track-and-Stop, and that enjoys asymptotic optimality. Due to its generality, our analysis also highlights special cases where existing methods enjoy optimality. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/poiani26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/poiani26a.html</guid>
        
        
      </item>
    
      <item>
        <title> On the Hardness of Reinforcement Learning with Transition Look-Ahead </title>
        <description> We study reinforcement learning (RL) with transition look-ahead, where the agent may observe which states would be visited upon playing any sequence of $\ell$ actions before deciding its course of action. While such predictive information can drastically improve the achievable performance, we show that using this information optimally comes at a potentially prohibitive computational cost. Specifically, we prove that optimal planning with one-step look-ahead ($\ell=1$) can be solved in polynomial time through a novel linear programming formulation. In contrast, for $\ell \geq 2$, the problem becomes NP-hard.  Our results delineate a precise boundary between tractable and intractable cases for the problem of planning with transition look-ahead in reinforcement learning. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/pla26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/pla26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Semi-Implicit Variational Inference via Kernelized Path Gradient Descent </title>
        <description> Semi-implicit variational inference (SIVI) is a powerful framework for approximating complex posterior distributions, but training with the Kullback–Leibler (KL) divergence can be challenging due to high variance and bias in high-dimensional settings. While current state-of-the-art score-based methods, particularly Kernel Semi-Implicit Variational Inference (K-SIVI), have been shown to also work in high dimensions, they can be &quot;blind” to isolated components and mixing proportions, especially in multi-modal distributions. In this work, we propose a kernelized KL divergence estimator that stabilizes training through nonparametric smoothing, effectively addressing the &quot;blindness” challenge. To further reduce the bias, we introduce an importance sampling correction. We provide a theoretical connection to the amortized version of the Stein variational gradient descent, which estimates the score gradient via Stein’s identity, showing that both methods minimize the same objective, but our semi-implicit approach achieves lower gradient variance. In addition, our method’s bias in function space is benign, leading to more stable and efficient optimization. Empirical results demonstrate that our method outperforms or matches state-of-the-art score matching methods in both performance and training efficiency. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/pielok26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/pielok26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Happiness as a Measure of Fairness </title>
        <description> In this paper, we propose a novel fairness framework grounded in the concept of \emph{happiness}, a measure of the utility each group gains from decision outcomes. By capturing fairness through this intuitive lens, we not only offer a more human-centered approach, but also one that is mathematically rigorous: In order to compute the optimal, fair post-processing strategy, only a linear program needs to be solved. This makes our method both efficient and scalable with existing optimization tools. Furthermore, it unifies and extends several well-known fairness definitions, and our empirical results highlight its practical strengths across diverse scenarios. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/pichler26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/pichler26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Causal Additive Models with Unobserved Causal Paths and Backdoor Paths </title>
        <description> Causal additive models provide a tractable yet expressive framework for causal discovery in the presence of hidden variables. When unobserved backdoor or causal paths exist between two variables, their causal relationship is often unidentifiable under existing theories. We establish sufficient conditions under which causal directions can be identified in many such cases. These conditions rely on new characterizations of regression sets to determine independence among regression residuals and conditional independencies among observed variables. Building on these results, we introduce a search algorithm that incorporates these innovations and prove its soundness and completeness. Empirical evaluations demonstrate its competitive performance against state-of-the-art methods. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/pham26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/pham26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Recovery Guarantees for Continual Learning of Dependent Tasks: Memory, Data-Dependent Regularization, and Data-Dependent Weights </title>
        <description> Continual learning (CL) is concerned with learning multiple tasks sequentially without forgetting previously learned tasks. Despite substantial empirical advances over recent years, the theoretical development of CL remains in its infancy. At the heart of developing CL theory lies the challenge that the data distribution varies across tasks, and we argue that properly addressing this challenge requires understanding this variation–dependency among tasks. To explicitly model task dependency, we consider nonlinear regression tasks and propose the assumption that these tasks are dependent in such a way that the data of the current task is a nonlinear transformation of previous data. With this model and under natural assumptions, we prove statistical recovery guarantees (more specifically, bounds on estimation errors) for several CL paradigms in practical use, including experience replay with data-independent regularization and data-independent weights that balance the losses of tasks, replay with data-dependent weights, and continual learning with data-dependent regularization (e.g., knowledge distillation). To the best of our knowledge, our bounds are informative in cases where prior work gives vacuous bounds. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/peng26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/peng26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Multi-Armed Sampling Problem and the End of Exploration </title>
        <description> This paper introduces the framework of multi-armed sampling, which serves as the sampling counterpart to the optimization problem of multi-armed bandits. Our primary motivation is to rigorously examine the exploration-exploitation trade-off in the context of sampling. We systematically define plausible notions of regret for this framework and establish corresponding lower bounds. We then propose a simple algorithm that achieves near-optimal regret bounds. Our theoretical results suggest that, in contrast to optimization, sampling barely requires any exploration. To further connect our findings with those of multi-armed bandits, we define a continuous family of problems and associated regret measures that smoothly interpolate and unify multi-armed sampling and multi-armed bandit problems using a temperature parameter. We believe that the multi-armed sampling framework and our findings in this setting can play a foundational role in the study of sampling, including recent neural samplers, much like the role of multi-armed bandits in reinforcement learning. In particular, our work sheds light on the role of exploration (or lack thereof) and the convergence properties of algorithms for entropy-regularized reinforcement learning, fine-tuning of pretrained models and reinforcement learning with human feedback (RLHF). </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/pedramfar26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/pedramfar26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Differential Privacy in Kernelized Contextual Bandits via Random Projections </title>
        <description> We consider the problem of contextual kernel bandits with stochastic contexts, where the underlying reward function belongs to a known Reproducing Kernel Hilbert Space. We study this problem under an additional constraint of Differential Privacy, where the agent needs to ensure that the sequence of query points is differentially private with respect to both the sequence of contexts and rewards. We propose a novel algorithm that achieves the state-of-the-art cumulative regret of $\widetilde{\mathcal{O}}(\sqrt{\gamma_TT}+\frac{\gamma_T}{\varepsilon_{\text{DP}}})$ and $\widetilde{\mathcal{O}}(\sqrt{\gamma_TT}+\frac{\gamma_T\sqrt{T}}{\varepsilon_{\text{DP}}})$ over a time horizon of $T$ in the joint and local models of differential privacy, respectively, where $\gamma_T$ is the effective dimension of the kernel and $\varepsilon_{\text{DP}} &gt; 0$ is the privacy parameter. The key ingredient of the proposed algorithm is a novel private kernel-ridge regression estimator which is based on a combination of private covariance estimation and private random projections. It offers a significantly reduced sensitivity compared to its classical counterpart while maintaining a high prediction accuracy, allowing our algorithm to achieve the state-of-the-art performance guarantees. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/pavlovic26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/pavlovic26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Injecting Measurement Information Yields a Fast and Noise-Robust Diffusion-Based Inverse Problem Solver </title>
        <description> Diffusion models have been firmly established as principled zero-shot solvers for linear and nonlinear inverse problems, owing to their powerful image prior and iterative sampling algorithm. These approaches often rely on Tweedie’s formula, which relates the diffusion variate $\mathbf{x}_t$ to the posterior mean $\mathbb{E} [\mathbf{x}_0 | \mathbf{x}_t]$, in order to guide the diffusion trajectory with an estimate of the final denoised sample $\mathbf{x}_0$. However, this does not consider information from the measurement $\mathbf{y}$, which must then be integrated downstream. In this work, we propose to estimate the conditional posterior mean $\mathbb{E} [\mathbf{x}_0 | \mathbf{x}_t, \mathbf{y}]$, which can be formulated as the solution to a lightweight, single-parameter maximum likelihood estimation problem. The resulting prediction can be integrated into any standard sampler, resulting in a fast and memory-efficient inverse solver. Our optimizer is amenable to a noise-aware likelihood-based stopping criteria that is robust to measurement noise in $\mathbf{y}$. We demonstrate comparable or improved performance against a wide selection of contemporary inverse solvers across multiple datasets and tasks. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/patsenker26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/patsenker26a.html</guid>
        
        
      </item>
    
      <item>
        <title> ProxRouter: Proximity-Weighted LLM Query Routing for Improved Robustness to Outliers </title>
        <description> Large language model (LLM) query routers are critical to modern AI platforms as they seek to improve efficiency by assigning inference queries to accurate, yet low-cost models. Parametric routers typically use trained neural networks for LLM selection but suffer from retraining and maintenance overheads. Nonparametric routers are training-free, instead estimating LLM accuracy and cost via similarity between encodings of the input query and training set queries. However, like their parametric counterparts, nonparametric routers struggle to generalize to outlier queries, an issue exacerbated by limited diversity in training sets which are costly to expand and difficult to keep current with ever-evolving use cases. We propose ProxRouter, which applies an exponentially tilted aggregation mechanism to balance bias and variance in nonparametric routers, improving their robustness to outliers. Experiments show ProxRouter enhances outlier routing while preserving inlier performance with minimal overhead. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/patel26c.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/patel26c.html</guid>
        
        
      </item>
    
      <item>
        <title> Conformal Robust Control of Linear Systems </title>
        <description> End-to-end engineering design pipelines, in which designs are evaluated using concurrently defined optimal controllers, are becoming increasingly common in practice. To discover designs that perform well even under the misspecification of system dynamics, such end-to-end pipelines have now begun evaluating designs with a robust control objective in place of the nominal optimal control setup. Current approaches of specifying such robust control subproblems, however, rely on hand specification of perturbations anticipated to be present upon deployment or margin methods that ignore problem structure, resulting in a lack of theoretical guarantees and overly conservative empirical performance. We, instead, propose a novel methodology for LQR systems that leverages conformal prediction to specify such uncertainty regions in a data-driven fashion. Such regions have distribution-free coverage guarantees on the true system dynamics, in turn allowing for a probabilistic characterization of the regret of the resulting robust controller. We then demonstrate that such a controller can be efficiently produced via a novel policy gradient method that has convergence guarantees. We finally demonstrate the superior empirical performance of our method over alternate robust control specifications, such as $H_\infty$ and LQR with multiplicative noise, across a collection of engineering control systems. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/patel26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/patel26b.html</guid>
        
        
      </item>
    
      <item>
        <title> A Continuous Time Markov Chain Framework for Insertion Language Models </title>
        <description> Insertion Language Models (ILMs) offer several advantages over left-to-right generation and mask-based generation. However, existing formulations of insertion-based generation have largely been ad-hoc. In this paper, we derive a diffusion-style denoising objective for ILMs from first principles by formulating the noising process as a continuous-time Markov chain on the space of variable-length sequences. We show that previous formulations of ILMs can be viewed as special cases of this denoising framework. Through empirical evaluation on a synthetic planning task, we show that the proposed approach retains the benefits of insertion-based generation over left-to-right generation and masked diffusion models. In language modeling, our diffusion-based approach is competitive with left-to-right generation and masked diffusion models, while offering additional flexibility in sampling compared to existing insertion language models. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/patel26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/patel26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Preference-based Conditional Treatment Effects and Policy Learning </title>
        <description> We introduce a new preference-based framework for conditional treatment effect estimation and policy learning, built on the Conditional Preference-based Treatment Effect (CPTE). CPTE requires only that outcomes be ranked under a preference rule, unlocking flexible modeling of heterogeneous effects with multivariate, ordinal, or preference-driven outcomes. This unifies applications such as conditional probability of necessity and sufficiency, conditional Win Ratio, and Generalized Pairwise Comparisons. Despite the intrinsic non-identifiability of comparison-based estimands, CPTE provides interpretable targets and delivers new identifiability conditions for previous unidentifiable estimands. We present estimation strategies via matching, quantile, and distributional regression, and further design efficient influence-function estimators to correct plug-in bias and maximize policy value. Synthetic and semi-synthetic experiments demonstrate clear performance gains and practical impact. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/parnas26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/parnas26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Tractable Uncertainty-Aware Meta-Learning </title>
        <description> Meta-learning is a popular approach for learning new tasks with limited data by leveraging the commonalities among different tasks.  However, meta-learned models can perform poorly when context data is too limited, or when data is drawn from an out-of-distribution (OoD) task. Especially in safety-critical settings, this necessitates an uncertainty-aware approach to meta-learning. In addition, the often multimodal nature of task distributions can pose unique challenges to meta-learning methods. To this end, we present LUMA, a meta-learning method for regression that (1) makes probabilistic predictions on in-distribution tasks efficiently, (2) is capable of detecting OoD context data, and (3) handles heterogeneous, multimodal task distributions effectively. The strength of our framework lies in its solid theoretical basis, enabling analytically tractable Bayesian inference on a linearized model for principled uncertainty estimation and robust generalization. We achieve this by adopting a probabilistic perspective and learning a parametric, tunable task distribution via Bayesian inference on a linearized neural network, leveraging Gaussian process theory. Moreover, we make our approach computationally tractable by leveraging a low-rank prior covariance learning scheme based on the Fisher Information Matrix. Our numerical analysis demonstrates that LUMA quickly adapts to new tasks and remains accurate even in low-data regimes, it effectively detects OoD tasks, and that both of these properties continue to hold for multimodal task distributions. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/park26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/park26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Boltzmann Exploration for Heavy-Tailed Bandits </title>
        <description> We study the stochastic multi-armed bandit problem with heavy-tailed rewards, assuming only that each arm’s reward distribution has a finite $p$-th moment for $p\in(1,2]$. Although prior work has proposed algorithms that are robust to heavy-tailed rewards, these methods do not admit closed-form action-selection probabilities. This hinders efficient offline evaluation and can introduce bias in inverse propensity weighting (IPW) estimators. We propose heavy Boltzmann exploration (H-BE), a Boltzmann-style randomized policy whose action-selection probabilities remain available in closed form under heavy-tailed noise. Theoretically, we show that H-BE achieves the minimax-optimal gap-independent regret bound $O(\nu^{\frac{1}{p}} K^{1-\frac{1}{p}} T^{\frac{1}{p}})$. It also attains the gap-dependent regret bound $O(\sum_{i:\Delta_i&gt;0}{\log(T \Delta_i^{\frac{p}{p-1}}/K)}/{\Delta_i^{\frac{1}{p-1}}})$, where $\nu$ bounds the $p$-th moment, $K$ is the number of arms, $T$ is the horizon, and $\Delta_i$ is the suboptimality gap of arm $i$. Empirically, H-BE attains competitive cumulative regret relative to state-of-the-art baselines, while its explicit propensities enable more stable and efficient offline evaluation. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/park26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/park26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Structured Matching via Cost-Regularized Unbalanced Optimal Transport </title>
        <description> Unbalanced optimal transport (UOT) provides a flexible way to match or compare nonnegative finite Radon measures. However, UOT requires a predefined ground transport cost, which may misrepresent the data’s underlying geometry. Choosing such a cost is particularly challenging when datasets live in heterogeneous spaces, often motivating practitioners to adopt Gromov–Wasserstein formulations. To address this challenge, we introduce cost-regularized unbalanced optimal transport (CR-UOT), a framework that allows the ground cost to vary while allowing mass creation and removal. We show that CR-UOT incorporates unbalanced Gromov–Wasserstein–type problems through families of inner-product costs parameterized by linear transformations, enabling the matching of measures (or point clouds) across Euclidean spaces. We develop algorithms for such CR-UOT problems using entropic regularization and demonstrate that this approach improves the alignment of heterogeneous single-cell omics profiles, especially when many cells lack direct matches. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/pardini26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/pardini26a.html</guid>
        
        
      </item>
    
      <item>
        <title> OEUVRE: OnlinE Unbiased Variance-Reduced Loss Estimation </title>
        <description> Online learning algorithms continually update their models as data arrive, making it essential to accurately estimate the expected loss at the current time step. The prequential method is an effective estimation approach which can be practically deployed in various ways. However, theoretical guarantees have previously been established under strong conditions on the algorithm, and practical algorithms have hyperparameters which require careful tuning. We introduce OEUVRE, an estimator that evaluates each incoming sample on the function learned at the current and previous time steps, recursively updating the loss estimate in constant time and memory. We use algorithmic stability, a property satisfied by many popular online learners, for optimal updates and prove consistency, convergence rates, and concentration bounds for our estimator. We design a method to adaptively tune OEUVRE’s hyperparameters and test it across diverse online and stochastic tasks. We observe that OEUVRE matches or outperforms other estimators even when their hyperparameters are tuned with oracle access to ground truth. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/pardeshi26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/pardeshi26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Empirically Calibrated Conditional Independence Tests </title>
        <description> Conditional independence tests (CIT) are widely used for causal discovery and feature selection. Even with false discovery rate (FDR) control procedures, they often fail to provide frequentist guarantees in practice. We highlight two common failure modes: (i) in small samples, asymptotic guarantees for many CITs can be inaccurate and even correctly specified models fail to estimate the noise levels and control the error, and (ii) when sample sizes are large but models are misspecified, unaccounted dependencies skew the test’s behavior and fail to return uniform p-values under the null. We propose Empirically Calibrated Conditional Independence Tests (ECCIT), a method that measures and corrects for miscalibration. For a chosen base CIT (e.g., GCM, HRT), ECCIT optimizes an adversary that selects features and response functions to maximize a miscalibration metric. ECCIT then fits a monotone calibration map that adjusts the base-test p-values in proportion to the observed miscalibration. Across empirical benchmarks on synthetic and real data, ECCIT achieves valid FDR with higher power than existing calibration strategies while remaining test agnostic. Code is available at \url{https://github.com/tansey-lab/ECCIT.} </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/pan26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/pan26a.html</guid>
        
        
      </item>
    
      <item>
        <title> SPIRE: Conditional Personalization for Federated Diffusion Generative Models </title>
        <description> Two defining characteristics of federated learning (FL) client data are distributional heterogeneity and small local sample sizes. These properties necessitate data efficient, and client specific adaptation rather than a one-size-fits-all model. Recent advances in diffusion models have revolutionized generative AI. However, their scale is too large for straightforward fine-tuning; making personalization difficult. To enable personalized diffusion generative models, we propose Shared-backbone Personal Identity Representation Embeddings (SPIRE), a framework that casts per-client diffusion based generation as conditional generation in FL. SPIRE factorizes the network into (i) a high-capacity global backbone that learns a population-level score function and (ii) lightweight, learnable client embeddings that encode local data statistics. This separation enables parameter-efficient fine-tuning that touches $&lt;0.01%$ of weights. We provide the first theoretical bridge between conditional diffusion training and maximum-likelihood estimation in Gaussian-mixture models. For a two-component mixture we prove that gradient descent on the DDPM with respect to mixing weights loss recovers the optimal mixing weights and enjoys dimension-free error bounds. Our analysis also hints at how client embeddings act as biases that steer a shared score network toward personalized distributions. Empirically, SPIRE matches or surpasses strong baselines during collaborative pre-training, and vastly outperforms them when adapting to unseen/new clients—reducing Kernel Inception Distance while updating only hundreds of parameters. SPIRE further mitigates catastrophic forgetting and remains robust across fine-tuning learning-rate and epoch choices. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/ozkara26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/ozkara26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Multi-Component VAE with Gaussian Markov Random Field </title>
        <description> Multi-component datasets with intricate dependencies challenge current generative modeling techniques. Existing Multi-component Variational AutoEncoders rely on simplified aggregation strategies that compromise structural coherence across generated components. We introduce the Gaussian Markov Random Field Multi-Component Variational AutoEncoder, embedding Gaussian Markov Random Fields into both prior and posterior distributions to explicitly model cross-component relationships. This enables richer representation and faithful reproduction of complex interactions. Empirically, our model achieves state-of-the-art performance on a synthetic Copula dataset designed for intricate component relationships, competitive results on PolyMNIST, and significantly enhanced structural coherence on the real-world BIKED dataset, demonstrating its suitability for applications demanding robust multi-component coherence. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/oubari26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/oubari26a.html</guid>
        
        
      </item>
    
      <item>
        <title> A Gaussian Process View on Observation Noise and Initialization in Wide Neural Networks </title>
        <description> Performing gradient descent in a wide neural network is equivalent to computing the posterior mean of a Gaussian Process with the Neural Tangent Kernel (NTK-GP), for a specific prior mean and with zero observation noise. However, existing formulations have two limitations: (i) observation noise, since the NTK-GP assumes noiseless targets, leading to misspecification on noisy data; (ii) the equivalence does not extend to arbitrary prior means, which are essential for well-specified models. To address (i), we introduce a regularizer into the training objective, showing its correspondence to incorporating observation noise in the NTK-GP. To address (ii), we propose a \textit{shifted network} that enables arbitrary prior means and allows obtaining the posterior mean with gradient descent on a single network, without ensembling or kernel inversion. We validate our results with experiments across datasets and architectures, showing that this approach removes key obstacles to the practical use of NTK-GP equivalence in applied Gaussian process modeling. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/ordonez26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/ordonez26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Closed-Form Coordinate Ascent Variational Inference for Student-t Process Regression with Student-t Likelihood </title>
        <description> Combining a Student-t Process prior with a Student-t likelihood yields a doubly robust regression model whose intractable posterior has prevented its practical use.  We introduce the first tractable variational inference framework for this model.  Leveraging the Student-t distribution’s scale-mixture representation, we design a structured variational family that affords an analytic evidence lower bound.  To overcome the non-conjugacy of this family, which precludes closed-form updates, we devise a novel projection-based optimization:  we find the optimum in a simpler, factorized family and analytically project it back onto our structured one.  The framework is extended to a scalable sparse, stochastic setting.  Empirical results demonstrate strong performance, particularly in the full-batch setting, establishing this robust model as a practical and powerful tool. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/onoue26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/onoue26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Amortized In-Context Mixed Effect Transformer Models: A Zero-Shot Approach for Pharmacokinetics </title>
        <description> Accurate dose-response forecasting under sparse sampling is central to precision pharmacotherapy. We present the Amortized In-Context Mixed-Effect Transformer (AICMET) model, a transformer-based, latent-variable framework that unifies mechanistic compartmental priors with amortized, in-context Bayesian inference. AICMET is \emph{pre-trained} on hundreds of thousands of synthetic pharmacokinetic trajectories with Ornstein-Uhlenbeck priors over the parameters of compartment models, endowing the model with strong inductive biases and enabling \emph{zero-shot adaptation} to new compounds. At inference time, AICMET is \emph{conditioned on the collective context of previously profiled trial participants}, generating calibrated posterior predictions for newly enrolled patients after a few early drug concentration measurements. This capability collapses traditional model development cycles from weeks to seconds, while preserving some degree of expert modelling. Experiments across public datasets show that AICMET attains state-of-the-art predictive accuracy, and faithfully quantifies inter-patient variability - outperforming both nonlinear mixed-effects baselines and recent neural ODE variants. Our code repository, pretrained model and tutorials are available online. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/ojeda26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/ojeda26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Neural Variance-aware Dueling Bandits with Deep Representation and Shallow Exploration </title>
        <description> We introduce the first variance-aware algorithms for contextual dueling bandits that leverage shallow exploration strategies with neural networks for nonlinear utility approximation. A key theoretical challenge is the absence of a closed-form estimator, which led prior work to require an extremely large network width $m$ (i.e., $m = \widetilde{\Omega}(T^{14})$). We address this constraint with a novel analytical approach that combines iterative self-improvement with spectral analysis. Our analysis significantly reduces the network width requirement to $m = \widetilde{\Omega}(T^{6})$, and shows that our algorithms achieve a sublinear regret of  $ \widetilde{\mathcal{O}}\left(d\sqrt{\sum_{t=1}^{T} \sigma_t^2} + \sqrt{dT}\right) $ under both UCB and TS frameworks. Empirical results show that the proposed algorithms are not only computationally efficient and exhibit sublinear regret in practical settings, but also achieve state-of-the-art performance on both synthetic and real-world tasks. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/oh26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/oh26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Batch-Adaptive Causal Annotations </title>
        <description> Estimating the causal effects of interventions is crucial to policy and decision-making, yet outcome data are often missing or subject to non-standard measurement error. While ground-truth outcomes can sometimes be obtained through costly data annotation or follow-up, budget constraints typically allow only a fraction of the dataset to be labeled. We address this challenge by optimizing which data points should be sampled for outcome information in order to improve efficiency in average treatment effect estimation with missing outcomes. We derive a closed-form solution for the optimal batch sampling probability by minimizing the asymptotic variance of a doubly robust estimator for causal inference with missing outcomes. Motivated by our street outreach partners, we extend the framework to costly annotations of unstructured data, such as text or images in healthcare and social services. Across simulated and real-world datasets, including one of outreach interventions in homelessness services, our approach achieves substantially lower mean-squared error and recovers the AIPW estimate with fewer labels than existing baselines. In practice, we show that our method can match confidence intervals obtained with 361 random samples using only 90 optimized samples—saving 75% of the labeling budget. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/nwankwo26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/nwankwo26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Precise Dynamics of Diagonal Linear Networks: A Unifying Analysis by Dynamical Mean-Field Theory </title>
        <description> Diagonal linear networks (DLNs) are a tractable model that captures several nontrivial behaviors in neural network training, such as initialization-dependent solutions and incremental learning. These phenomena are typically studied in isolation, leaving the overall dynamics insufficiently understood. In this work, we present a unified analysis of various phenomena in the gradient flow dynamics of DLNs. Using Dynamical Mean-Field Theory (DMFT), we derive a low-dimensional effective process that captures the asymptotic gradient flow dynamics in high dimensions. Analyzing this effective process yields new insights into DLN dynamics, including loss convergence rates and their trade-off with generalization, and systematically reproduces many of the previously observed phenomena. These findings deepen our understanding of DLNs and demonstrate the effectiveness of the DMFT approach in analyzing high-dimensional learning dynamics of neural networks. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/nishiyama26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/nishiyama26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Corruption-robust Offline Multi-agent Reinforcement Learning from Human Feedback </title>
        <description> We consider robustness against data corruption in offline multi-agent reinforcement learning from human feedback (MARLHF) under a strong-contamination model: given a dataset $D$ of trajectory–preference tuples (each preference being an $n$-dimensional binary label vector representing each of the $n$ agents’ preferences), an $\epsilon$-fraction of the samples may be arbitrarily corrupted. We model the problem using the framework of linear Markov games. First, under a \emph{uniform coverage} assumption—where every policy of interest is sufficiently represented in the clean (prior to corruption) data—we introduce a robust estimator that guarantees an $O(\epsilon^{1-o(1)})$ bound on the Nash-equilibrium gap. Next, we move to the more challenging \emph{unilateral coverage} setting, in which only a Nash equilibrium and its single-player deviations are covered: here our proposed algorithm achieves an $O(\sqrt{\epsilon})$ Nash-gap bound. Both of these procedures, however, suffer from intractable computation. To address this, we relax our solution concept to \emph{coarse correlated equilibria} (CCE). Under the same unilateral-coverage regime, we then derive a quasi-polynomial-time algorithm whose CCE gap scales as $O(\sqrt{\epsilon})$.  To the best of our knowledge, this is the first systematic treatment of adversarial data corruption in offline MARLHF. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/nika26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/nika26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Improving Adaptive Moment Optimization via Preconditioner Diagonalization </title>
        <description> Modern deep learning heavily relies on adaptive optimization methods like Adam and its variants, celebrated for their robustness against model scale and ease of hyperparameter tuning. However, the gradient statistics employed by these methods often do not leverage sufficient gradient covariance information, leading to suboptimal updates in certain directions of the parameter space and potentially slower convergence. In this work, we keep track of such covariance statistics in the form of a structured preconditioner matrix. Unlike other works, our approach does not apply direct approximations to estimate this matrix. We instead \emph{implement an invertible transformation that maps the preconditioner matrix into a new space where it becomes approximately diagonal}. This enables a diagonal approximation of the preconditioner matrix in the transformed space, offering several computational advantages. Empirical results show that our approach can substantially enhance the convergence speed of modern adaptive optimizers. Notably, for large language models like LLaMA, we can achieve a $2\times$ speedup in sample efficiency compared to Adam. In addition, our method can also be integrated with memory-efficient optimizers to manage computational overhead. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/nguyen26e.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/nguyen26e.html</guid>
        
        
      </item>
    
      <item>
        <title> Spectral Text Fusion: A Frequency-Aware Approach to Multimodal Time-Series Forecasting </title>
        <description> Multimodal time series forecasting is crucial in real-world applications, where decisions depend on both numerical data and contextual signals. The core challenge is to effectively combine temporal numerical patterns with the context embedded in other modalities, such as text. While most existing methods align textual features with time-series patterns one step at a time, they neglect the multiscale temporal influences of contextual information such as time-series cycles and dynamic shifts. This mismatch between local alignment and global textual context can be addressed by spectral decomposition, which separates time series into frequency components capturing both short-term changes and long-term trends. In this paper, we propose SpecTF, a simple yet effective framework that integrates the effect of textual data on time series in the frequency domain. Our method extracts textual embeddings, projects them into the frequency domain, and fuses them with the time series’ spectral components using a lightweight cross-attention mechanism. This adaptively reweights frequency bands based on textual relevance before mapping the results back to the temporal domain for predictions. Experimental results demonstrate that SpecTF significantly outperforms state-of-the-art models across diverse multi-modal time series datasets while utilizing considerably fewer parameters. Code is available at \url{https://github.com/hiepnh137/SpecTF}. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/nguyen26d.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/nguyen26d.html</guid>
        
        
      </item>
    
      <item>
        <title> Data Distribution Valuation Using Generalized Bayesian Inference </title>
        <description> We investigate the data distribution valuation problem, which aims to quantify the values of data distributions from their samples. This is a recently proposed problem that is related to but different from classical data valuation and can be applied to various applications. For this problem, we develop a novel framework called \emph{Generalized Bayes Valuation} that utilizes generalized Bayesian inference with a loss constructed from transferability measures. This framework allows us to solve, in a unified way, seemingly unrelated practical problems, such as annotator evaluation and data augmentation. Using the Bayesian principles, we further improve and enhance the applicability of our framework by extending it to the continuous data stream setting. Our experiment results confirm the effectiveness and efficiency of our framework in different real-world scenarios. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/nguyen26c.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/nguyen26c.html</guid>
        
        
      </item>
    
      <item>
        <title> Random Features for Operator-Valued Kernels: Bridging Kernel Methods and Neural Operators </title>
        <description> In this work, we investigate the generalization properties of random feature methods. Our analysis extends prior results for Tikhonov regularization to a broad class of spectral regularization techniques and further generalizes the setting to operator-valued kernels. This unified framework enables, for the first time, a rigorous theoretical analysis of neural operators and neural networks through the lens of the Neural Tangent Kernel (NTK). In particular, it allows us to establish optimal learning rates and provides a good understanding of how many neurons are required to achieve a given accuracy. Furthermore, we establish minimax rates in the well-specified case and also in the misspecified case, where the target is not contained in the reproducing kernel Hilbert space. These results sharpen and complete earlier findings for specific kernel algorithms. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/nguyen26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/nguyen26b.html</guid>
        
        
      </item>
    
      <item>
        <title> On Barycenter Computation: Analyzing Semi-Unbalanced Optimal Transport-based Method on Bures-Wasserstein manifold. </title>
        <description> We explore a robust version of the barycenter problem among $n$ centered Gaussian probability measures, termed Semi-Unbalanced Optimal Transport (SUOT)-based Barycenter, wherein the barycenter remains fixed while the others are relaxed using Kullback-Leibler divergence. We develop optimization algorithms on Bures-Wasserstein manifold, named the Exact Geodesic Gradient Descent and Hybrid Gradient Descent algorithms. While the Exact Geodesic Gradient Descent method is based on computing the exact closed form of the first-order derivative of the objective function of the barycenter along a geodesic on the Bures manifold, the Hybrid Gradient Descent method utilizes optimizer components when solving the SUOT problem to replace contaminated measures before applying the Riemannian Gradient Descent. We establish the theoretical convergence guarantees for both methods and demonstrate that the Exact Geodesic Gradient Descent algorithm attains a dimension-free convergence rate. This is a novel theoretical result for Riemannian Gradient Descent applicable to an expanded class of averaging functions. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/nguyen26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/nguyen26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Q-ShiftDP: A Differentially Private Parameter-Shift Rule for Quantum Machine Learning </title>
        <description> Quantum Machine Learning (QML) promises significant computational advantages, but preserving training data privacy remains challenging. Classical approaches like differentially private stochastic gradient descent (DP-SGD) add noise to gradients but fail to exploit the unique properties of quantum gradient estimation. In this work, we introduce the Differentially Private Parameter-Shift Rule (Q-ShiftDP), the first privacy mechanism tailored to QML. By leveraging the inherent boundedness and stochasticity of quantum gradients computed via the parameter-shift rule, Q-ShiftDP enables tighter sensitivity analysis and reduces noise requirements. We combine carefully calibrated Gaussian noise with intrinsic quantum noise to provide formal privacy and utility guarantees, and show that harnessing quantum noise further improves the privacy–utility trade-off. Experiments on benchmark datasets demonstrate that Q-ShiftDP consistently outperforms classical DP methods in QML. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/ngo26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/ngo26b.html</guid>
        
        
      </item>
    
      <item>
        <title> High-dimensional Level Set Estimation with Trust Regions and Double Acquisition Functions </title>
        <description> Level set estimation (LSE) classifies whether an unknown function’s value exceeds a specified threshold for given inputs, a fundamental problem in many real-world applications. In active learning settings with limited initial data, we aim to iteratively acquire informative points to construct an accurate classifier for this task. In high-dimensional spaces, this becomes challenging where the search volume grows exponentially with increasing dimensionality. We propose TRLSE, an algorithm for high-dimensional LSE, which identifies and refines regions near the threshold boundary with dual acquisition functions operating at both global and local levels. We provide a theoretical analysis of TRLSE’s accuracy and show its superior sample efficiency against existing methods through extensive evaluations on multiple synthetic and real-world LSE problems. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/ngo26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/ngo26a.html</guid>
        
        
      </item>
    
      <item>
        <title> An Information-Geometric Approach to Artificial Curiosity </title>
        <description> Learning in environments with sparse rewards remains a fundamental challenge in reinforcement learning. Artificial curiosity addresses this limitation through intrinsic rewards to guide exploration, however, the precise formulation of these rewards has remained elusive. Ideally, such rewards should depend on the agent’s information about the environment, remaining agnostic to its representation—an invariance central to information geometry. Leveraging this, we show that information monotonicity and invariance under the agent-environment interaction uniquely constrains intrinsic rewards to strictly concave functions of the reciprocal occupancy. Requiring these rewards to yield a principled exploration-exploitation trade-off, via information geodesic interpolation on the occupancy manifold, effectively limits the candidates to those determined by a scalar parameter. Remarkably, special values of this parameter are found to correspond to count-based and maximum entropy exploration. This framework provides important constraints to the engineering of intrinsic reward while integrating foundational exploration methods into a single, cohesive model. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/nedergaard26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/nedergaard26a.html</guid>
        
        
      </item>
    
      <item>
        <title> DeepRV: Accelerating Spatiotemporal Inference with Pre-trained Neural Priors </title>
        <description> Gaussian Processes (GPs) provide a flexible and statistically principled foundation for modelling spatiotemporal phenomena, but their $\mathcal{O}(N^3)$ scaling makes them intractable for large datasets. Approximate methods such as variational inference (VI), inducing-point (sparse) GPs, low-rank kernel approximations (e.g., Nystrom methods and random Fourier features), and  approximations such as INLA improve scalability but typically trade off accuracy, calibration, or modelling flexibility. We introduce DeepRV, a neural-network surrogate that replaces GP prior sampling, while closely matching full GP accuracy at inference including hyperparameter estimates, and reducing computational complexity to $\mathcal{O}(N^2)$, increasing scalability and inference speed. DeepRV serves as a drop-in replacement for GP prior realisations in e.g. MCMC-based probabilistic programming pipelines, preserving full model flexibility. Across simulated benchmarks, non-separable spatiotemporal GPs, and a real-world application to education deprivation in London (n = 4,994 locations), DeepRV achieves the highest fidelity to exact GPs while substantially accelerating inference.  Code is provided in the dl4bi Python package, with all experiments run on a single consumer-grade GPU to ensure accessibility for practitioners. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/navott26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/navott26a.html</guid>
        
        
      </item>
    
      <item>
        <title> ConDiSim: Conditional Diffusion Models for Simulation-Based Inference </title>
        <description> We present ConDiSim, a conditional diffusion model for simulation-based inference in complex systems with intractable likelihoods. ConDiSim leverages denoising diffusion probabilistic models to approximate posterior distributions, consisting of a forward process that adds Gaussian noise to parameters, and a reverse process learning to denoise, conditioned on observed data. This approach effectively captures complex dependencies and multi-modalities within posteriors. ConDiSim is evaluated across ten benchmark problems and two real-world test problems, where it demonstrates effective posterior approximation accuracy while maintaining computational efficiency and stability in model training. ConDiSim provides a robust and extensible framework for simulation-based inference, well suited to parameter estimation tasks that demand fast methods for handling noisy, time series observations. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/nautiyal26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/nautiyal26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Archetypal Graph Generative Models: Explainable and Identifiable Communities via Anchor-Dominant Convex Hulls </title>
        <description> Representation learning has been essential for graph machine learning tasks such as link prediction, community detection, and network visualization. Despite recent advances achieving high performance on these downstream tasks, little progress has been made toward self-explainable models. Understanding the patterns behind predictions is equally important, motivating recent interest in explainable machine learning. In this paper, we present GraphHull, an explainable generative model that represents networks using two levels of convex hulls. At the global level, the vertices of a convex hull are treated as archetypes, each corresponding to a pure community in the network. At the local level, each community is refined by a prototypical hull whose vertices act as representative profiles, capturing community-specific variation. This two-level construction yields clear multi-scale explanations: a node’s position relative to global archetypes and its local prototypes directly accounts for its edges. The geometry is well-behaved by design, while local hulls are kept disjoint by construction. To further encourage diversity and stability, we place principled priors, including determinantal point processes, and fit the model under MAP estimation with scalable subsampling. Experiments on real networks demonstrate the ability of GraphHull to recover multi-level community structure and to achieve competitive or superior performance on link prediction and community detection, while naturally providing interpretable predictions. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/nakis26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/nakis26a.html</guid>
        
        
      </item>
    
      <item>
        <title> SetPINNs: Set-based Physics-informed Neural Networks </title>
        <description> Physics-Informed Neural Networks (PINNs) solve partial differential equations using deep learning. However, conventional PINNs perform pointwise predictions that neglect dependencies within a domain, which may result in suboptimal solutions. We introduce SetPINNs, a framework that effectively captures local dependencies. With a finite element-inspired sampling scheme, we partition the domain into sets to model local dependencies while simultaneously enforcing physical laws. We provide a rigorous theoretical analysis showing that SetPINNs yield unbiased, lower-variance estimates of residual energy and its gradients, ensuring improved domain coverage and reduced residual error. Extensive experiments on synthetic and real-world tasks show improved accuracy, efficiency, and robustness. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/nagda26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/nagda26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Causal-DRF: Conditional Kernel Treatment Effect Estimation using Distributional Random Forest </title>
        <description> The conditional average treatment effect (CATE) is a commonly targeted statistical parameter for measuring the effect of a treatment conditional on covariates. However, the CATE will fail to capture effects of treatments beyond differences in conditional expectations. Inspired by causal forests for CATE estimation, we develop a forest-based method to estimate the conditional kernel treatment effect (CKTE), based on the recently introduced Distributional Random Forest (DRF) algorithm. Adapting the splitting criterion of DRF, we show how one forest fit can be used to obtain a consistent and asymptotically normal estimator of the CKTE, as well as an approximation of its sampling distribution. This allows to study the difference in distribution between control and treatment group and thus yields a more comprehensive understanding of the treatment effect. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/naf26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/naf26a.html</guid>
        
        
      </item>
    
      <item>
        <title> From Token Imbalance to Balanced Routing: An ELBO-Regularized Probabilistic Framework for Contrastive Multimodal Learning </title>
        <description> We introduce CoPRIME (Contrastive Probabilistic Routing for IMbalanced tokens with ELBO-regularized mixture of experts), a probabilistic routing framework for multimodal representation learning that generalizes multimodal representation learning beyond vision-text by tackling the fundamental challenge of extreme token imbalance across modalities. This imbalanced-ness is particularly pronounced between spectrogram-tokenized audio and text. CoPRIME augments contrastive pretraining with an ELBO-regularized routing objective that jointly promotes 1) expert specialization, requiring experts to explain the tokens they receive, and 2) diverse utilization via KL regularization to a uniform prior. To stabilize routing, we further replace standard CoV-based regularizers with entropy-based importance and load losses, yielding smoother gradients and flexible, modality-aware routing without rigid uniformity constraints. On MOSEI and IEMOCAP datasets, CoPRIME achieves state-of-the-art zero- and few-shot emotion and sentiment results, outperforming dense Transformers and prior multimodal MoE variants while retaining the efficiency of sparse conditional computation. Ablations isolate the role of each loss and show that ELBO is the primary driver of stable specialization under modality imbalance, with entropy-based regularizers further improving convergence and utilization. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/naderi26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/naderi26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Computationally Lightweight Classifiers with Frequentist Bounds on Predictions </title>
        <description> While both classical and neural network classifiers can achieve high accuracy, they fall short on offering uncertainty bounds on their predictions, making them unfit for safety-critical applications. Existing kernel-based classifiers that provide such bounds scale with $\mathcal O (n^{\sim3})$ in time, making them computationally intractable for large datasets. To address this, we propose a novel, computationally efficient classification algorithm based on the Nadaraya-Watson estimator, for whose estimates we derive frequentist uncertainty intervals. We evaluate our classifier on synthetically generated data and on electrocardiographic heartbeat signals from the MIT-BIH Arrhythmia database. We show that the method achieves competitive accuracy &gt;96% at $\mathcal O(n)$ and $\mathcal O(\log n)$ operations, while providing actionable uncertainty bounds. These bounds can, e.g., aid in flagging low-confidence predictions, making them suitable for real-time settings with resource constraints, such as diagnostic monitoring or implantable devices. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/murali26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/murali26a.html</guid>
        
        
      </item>
    
      <item>
        <title> TENDE: Transfer Entropy Neural Diffusion Estimation </title>
        <description> Transfer entropy is a fundamental measure for quantifying directed information flow in time series, with applications spanning neuroscience, finance, and complex systems analysis. However, existing estimation methods suffer from the curse of dimensionality, require restrictive distributional assumptions, or need exponentially large datasets for reliable convergence. We address these limitations in the literature by proposing TENDE (Transfer Entropy Neural Diffusion Estimation), a novel approach that leverages score-based diffusion models to estimate transfer entropy through conditional mutual information. By learning score functions of the relevant conditional distributions, TENDE provides flexible, scalable estimation while making minimal assumptions about the underlying data-generating process. We demonstrate superior accuracy and robustness compared to existing neural estimators and other state-of-the-art approaches across synthetic benchmarks and real data. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/munoz26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/munoz26a.html</guid>
        
        
      </item>
    
      <item>
        <title> CoreSPECT: Enhancing Clustering Algorithms via an Interplay of Density and Geometry </title>
        <description> In this paper, we provide a novel perspective on the underlying structure of real-world data with ground-truth clustering via characterization of an abundantly observed yet often overlooked \emph{density–geometry} correlation. We leverage this correlation to design CoreSPECT (Core Space Projection based Enhancement of Clustering Techniques), a general framework that improves the performance of generic clustering algorithms. Our framework boosts the performance of clustering algorithms by applying them to strategically selected regions, then extending the partial partition to a complete partition for the dataset using a novel neighborhood graph based multi-layer propagation procedure.  We provide initial theoretical support of the functionality of our framework under the assumption of our model, and then provide large-scale real-world experiments on 20 datasets that include standard image datasets as well as genomics datasets.  We observe two notable improvements. First, CoreSPECT improves the NMI of K-Means by 20 % on average, making it competitive (and in some cases surpassing) the state-of-the art manifold-based clustering algorithms, while being orders of magnitude faster.  Secondly, our framework boosts the NMI of HDBSCAN by more than 100 % on average, making it competitive to the state-of-the-art in several cases \emph{without requiring the true number of clusters and hyper-parameter tuning}. The overall ARI improvements are higher. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/mukherjee26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/mukherjee26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Conformal Prediction in Hierarchical Classification with Constrained Representation Complexity </title>
        <description> Conformal prediction has emerged as a widely used framework for constructing valid prediction sets in classification and regression tasks. In this work, we extend the split conformal prediction framework to hierarchical classification, where prediction sets are commonly restricted to internal nodes of a predefined hierarchy, and propose two computationally efficient inference algorithms. The first algorithm returns internal nodes as prediction sets, while the second one relaxes this restriction. Using the notion of representation complexity, the latter yields smaller set sizes at the cost of a more general and combinatorial inference problem. Empirical evaluations on several benchmark datasets demonstrate the effectiveness of the proposed algorithms in achieving nominal coverage. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/mortier26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/mortier26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Adversarial Robustness in One-Stage Learning-to-Defer </title>
        <description> Learning-to-Defer (L2D) enables hybrid decision-making by routing inputs either to a predictor or to external experts. While promising, L2D is highly vulnerable to adversarial perturbations, which can not only flip predictions but also manipulate deferral decisions. Prior robustness analyses focus solely on two-stage settings, leaving open the end-to-end (one-stage) case where predictor and allocation are trained jointly. We introduce the first framework for adversarial robustness in one-stage L2D, covering both classification and regression. Our approach formalizes attacks, proposes cost-sensitive adversarial surrogate losses, and establishes theoretical guarantees including $\mathcal{H}$, $(\mathcal{R }, \mathcal{F})$, and Bayes consistency. Experiments on benchmark datasets confirm that our methods improve robustness against untargeted and targeted attacks while preserving clean performance. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/montreuil26c.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/montreuil26c.html</guid>
        
        
      </item>
    
      <item>
        <title> Online Learning-to-Defer with Varying Experts </title>
        <description> Learning-to-Defer (L2D) methods route each query either to a predictive model or to external experts. While existing work studies this problem in batch settings, real-world deployments require handling streaming data,  changing expert availability, and shifting expert distribution. We introduce the first online L2D algorithm for multiclass classification with bandit feedback and a dynamically varying pool of experts. Our method achieves regret guarantees of $O((n+n_e)T^{2/3})$ in general and $O((n+n_e)\sqrt{T})$ under a low-noise condition, where $T$ is the time horizon, $n$ the number of labels, and $n_e$ the number of distinct experts observed across rounds. The analysis builds on novel $\mathcal{H}$-consistency bounds for the online framework, combined with first-order methods for online convex optimization. Experiments on synthetic and real-world datasets demonstrate that our approach effectively extends standard Learning-to-Defer to settings with varying expert availability and reliability. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/montreuil26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/montreuil26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Optimal Query Allocation in Extractive QA with LLMs: A Learning-to-Defer Framework with Theoretical Guarantees </title>
        <description> Large Language Models (LLMs) excel at generative language tasks but remain unreliable for structured prediction, particularly in extractive question answering (EQA), where success depends on precise span selection. These challenges are amplified in resource-constrained environments, such as mobile or embedded systems, where deploying high-capacity models is often infeasible. We propose a Learning-to-Defer framework that routes EQA queries across a pool of models with varying capabilities and costs to balance accuracy and efficiency. Our approach is grounded in statistical decision theory: we define a differentiable surrogate loss whose minimizer provably converges to the Bayes-optimal allocation policy. Experiments on SQuADv1, SQuADv2, and TriviaQA show that our method consistently improves the accuracy-efficiency trade-off relative to static baselines and prior routing heuristics. Overall, our framework provides a principled and scalable solution for EQA in both high-performance and on-device deployment settings. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/montreuil26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/montreuil26a.html</guid>
        
        
      </item>
    
      <item>
        <title> On the Number of Conditional Independence Tests in Constraint-based Causal Discovery </title>
        <description> Learning causal relations from observational data is a fundamental problem with wide-ranging applications across many fields. Constraint-based methods infer the underlying causal structure by performing conditional independence tests. However, existing algorithms such as the prominent PC algorithm need to perform a large number of independence tests, which in the worst case is exponential in the maximum degree of the causal graph. Despite extensive research, it remains unclear if there exist algorithms with better complexity without additional assumptions. Here, we establish an algorithm that achieves a better complexity of $p^{\mathcal{O}(s)}$ tests, where $p$ is the number of nodes in the graph and $s$ denotes the maximum undirected clique size of the underlying essential graph. Complementing this result, we prove that any constraint-based algorithm must perform at least $2^{\Omega(s)}$ conditional independence tests, establishing that our proposed algorithm achieves exponent-optimality up to a logarithmic factor in terms of the number of conditional independence tests needed. Finally, we validate our theoretical findings through simulations, on semi-synthetic gene-expression data, and real-world data, demonstrating the efficiency of our algorithm compared to existing methods in terms of number of conditional independence tests needed. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/mones26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/mones26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Slithering Through Gaps: Capturing Discrete Isolated Modes via Logistic Bridging </title>
        <description> High-dimensional and complex discrete distributions often exhibit multimodal behavior due to inherent discontinuities, posing significant challenges for sampling. Gradient-based discrete samplers, while effective, frequently become trapped in local modes when confronted with rugged or disconnected energy landscapes. This limitation makes it difficult for sampling methods to achieve adequate mixing and convergence in high-dimensional multimodal discrete spaces. To address these challenges, we propose Hyperbolic Secant-squared Gibbs-Sampling (HiSS), a novel family of sampling algorithms that integrates a Metropolis-within-Gibbs framework to enhance mixing efficiency. HiSS leverages a logistic convolution kernel to couple the discrete sampling variable with the continuous auxiliary variable in a joint distribution. This design ensures that the auxiliary variable encapsulates the true target distribution while facilitating easy transitions between distant and disconnected modes. We provide theoretical guarantees of convergence and demonstrate empirically that HiSS outperforms many popular alternatives on a wide variety of tasks, including Ising models, binary neural networks, and combinatorial optimization. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/mohanty26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/mohanty26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Generalized Correlation Shifting for Lasso </title>
        <description> The Lasso has been widely used in a high-dimensional setting, but its estimation accuracy may become inadequate when the covariates are highly correlated or when the number of covariates is extremely large. To overcome this problem, we propose a novel preconditioner that adaptively induces a low-rank structure in the design matrix. The proposed preconditioner achieves a higher probability of sign correctness under some conditions. We establish theoretical guarantees showing that our method dominates the standard Lasso, and we further demonstrate its superiority over the correlation shifting. To validate its practical effectiveness, we conducted numerical experiments on synthetic and semi-real datasets, and the proposed method presented better performance than existing methods. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/miyazaki26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/miyazaki26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Multilayer Correlation Clustering </title>
        <description> We establish Multilayer Correlation Clustering, a novel generalization of Correlation Clustering to the multilayer setting. In this model, we are given a series of inputs of Correlation Clustering (called layers) over the common set $V$ of $n$ elements. The goal is to find a clustering of $V$ that minimizes the $\ell_p$-norm ($p\geq 1$) of the multilayer-disagreements vector, which is defined as the vector (with dimension equal to the number of layers), each element of which represents the disagreements of the clustering on the corresponding layer. For this generalization, we first design an $O(L\log n)$-approximation algorithm, where $L$ is the number of layers. We then study an important special case of our problem, namely the problem with the so-called probability constraint. For this case, we first give an $(\alpha+2)$-approximation algorithm, where $\alpha$ is any possible approximation ratio for the single-layer counterpart. Furthermore, we design a $4$-approximation algorithm, which improves the above approximation ratio of $\alpha+2=4.5$ for the general probability-constraint case. Computational experiments using real-world datasets support our theoretical findings and demonstrate the practical effectiveness of our proposed algorithms. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/miyauchi26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/miyauchi26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Duality-based Residual Estimation for Fully Offline Value-based Reinforcement Learning </title>
        <description> Value-based reinforcement learning (RL) efficiently handles high-dimensional state spaces, but existing methods lack a principled method for hyperparameter tuning without online interaction, limiting use in safety-critical and data-scarce domains. We propose the \textbf{Duality-based Residual Estimator (DRE)}, a simple offline validation metric for value-based offline RL. DRE is compatible with standard value-based Off-Policy Evaluation (OPE) and enables automatic hyperparameter selection, which is formalized through an adaptive extension of the Probably Approximately Correct (PAC) guarantee for Q-function selection. Our results address a key theoretical bottleneck toward \emph{fully offline} value-based RL, which enables deployment without extensive online tuning. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/miyaguchi26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/miyaguchi26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Efficient Inference for Coupled Hidden Markov Models in Continuous Time and Discrete Space </title>
        <description> Systems of interacting continuous time Markov chains are a powerful model class, but inference is typically intractable in high-dimensional settings. Auxiliary information, such as noisy observations, is typically only available at discrete times, and incorporating it via a Doob’s $h$-transform gives rise to an intractable posterior process that requires approximation. We introduce Latent Interacting Particle Systems, a model class parameterizing the generator of each Markov chain in the system.  Our inference method involves estimating look-ahead functions (twist potentials) that anticipate future information, for which we introduce an efficient parameterization. We incorporate this approximation in a twisted Sequential Monte Carlo sampling scheme. We demonstrate the effectiveness of our approach on a challenging posterior inference task for a latent SIRS model on a graph, and on a neural model for wildfire spread dynamics trained on real data. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/migliorini26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/migliorini26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Prior shift estimation for positive unlabeled data through the lens of kernel embedding </title>
        <description> We study estimation  of a class prior  for unlabeled target samples which  possibly differs from that of source population. Moreover, it is assumed that the source data is partially observable: only samples from the positive class and from the whole population are available (PU learning scenario). We introduce a novel direct estimator of the class prior which avoids estimation of posterior probabilities in both populations and has a simple geometric interpretation. It is based on a distribution matching technique together with kernel embedding in Reproducing Kernel Hilbert  Space and is obtained  as an explicit solution to an optimisation task. We establish its asymptotic consistency as well as an explicit non-asymptotic    bound  on its deviation from the unknown prior, which is calculable in practice. We study  finite sample behaviour for synthetic and real data and show that the proposal works consistently on par or better than its competitors. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/mielniczuk26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/mielniczuk26a.html</guid>
        
        
      </item>
    
      <item>
        <title> DP-SPRT: Differentially Private Sequential Probability Ratio Tests </title>
        <description> We revisit Wald’s celebrated Sequential Probability Ratio Test for sequential tests of two simple hypotheses, under privacy constraints. We propose DP-SPRT, a wrapper that can be calibrated to achieve desired error probabilities and privacy constraints, addressing a significant gap in previous work. DP-SPRT relies on a private mechanism that processes a sequence of queries and stops after privately determining when the query results fall outside a predefined interval. This OutsideInterval mechanism improves upon naive composition of existing techniques like AboveThreshold, achieving a factor-of-2 privacy improvement and thus potentially benefiting other continual monitoring procedures. We prove generic upper bounds on the error and sample complexity of DP-SPRT that can accommodate various noise distributions based on the practitioner’s privacy needs. We exemplify them in two settings: Laplace noise (pure Differential Privacy) and Gaussian noise (R{é}nyi differential privacy). In the former setting, by providing a lower bound on the sample complexity of any $\epsilon$-DP test with prescribed type I and type II errors, we show that DP-SPRT is near optimal when both errors are small and the two hypotheses are close. Moreover, we conduct an experimental study revealing its good practical performance. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/michel26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/michel26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Unified Causal Discovery and Missing Data Imputation </title>
        <description> Causal discovery and data imputation are often treated separately, yet both face challenges when data are missing. Existing causal discovery methods discard incomplete samples, losing valuable information, while standard imputation relies on spurious correlations that obscure the causal signal. We propose LOGIC, a framework that performs causal discovery and causally consistent imputation jointly. In contrast to prior work that assumes all source variables are observed, we derive a verifiable criterion for this assumption under MCAR and MAR missingness, grounded in the Algorithmic Markov Condition. LOGIC then proceeds layer by layer: identifying sources, recovering downstream relations, and imputing missing values, while explicitly declaring unknowns when imputation is unsupported. This design preserves causal reasoning even in challenging missingness regimes. Experiments on synthetic and real-world data show that LOGIC outperforms state-of-the-art baselines in both structure recovery and imputation accuracy. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/mian26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/mian26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Partially Lazy Gradient Descent for Smoothed Online Learning </title>
        <description> We introduce \textsc{$k$-lazyGD}, an online learning algorithm that bridges the gap between greedy Online Gradient Descent (OGD, for $k=1$) and lazy GD/dual-averaging (for $k=T$), creating a spectrum between reactive and stable updates. We analyze this spectrum in Smoothed Online Convex Optimization (SOCO), where the learner incurs both hitting and movement costs. Our main contribution is establishing that laziness is possible without sacrificing hitting performance: we prove that \textsc{$k$-lazyGD} achieves the optimal dynamic regret $\mathcal{O}(\sqrt{(P_T+1)T})$ for any laziness slack $k$ up to $\Theta(\sqrt{T/P_T})$, where $P_T$ is the comparator path length. This result formally connects the allowable laziness to the comparator’s shifts, showing that \textsc{$k$-lazyGD} can retain the inherently small movements of lazy methods without compromising tracking ability. We base our analysis on the Follow the Regularized Leader (FTRL) framework, and derive a matching lower bound. Since the slack depends on $P_T$, an ensemble of learners with various slacks is used, yielding a method that is provably stable when it can be, and agile when it must be. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/mhaisen26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/mhaisen26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Spectral Thresholds in Correlated Spiked Models and Fundamental Limits of Partial Least Squares </title>
        <description> We provide a rigorous random matrix theory analysis of spiked cross-covariance models where the signals across two high-dimensional data channels are partially aligned. These models are motivated by multi-modal learning and form the standard generative setting underlying Partial Least Squares (PLS), a widely used yet theoretically underdeveloped method. We show that the leading singular values of the sample cross-covariance matrix undergo a Baik–Ben Arous–P{é}ch{é} (BBP)-type phase transition, and we characterize the precise thresholds for the emergence of informative components. Our results yield the first sharp asymptotic description of the signal recovery capabilities of PLS in this setting, revealing a fundamental performance gap between PLS and the Bayes-optimal estimator. In particular, we identify the SNR and correlation regimes where PLS fails to recover any signal, despite detectability being possible in principle. These findings clarify the theoretical limits of PLS and provide guidance for the design of reliable multi-modal inference methods in high dimensions. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/mergny26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/mergny26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Neural Doubly Robust Proximal Causal Estimation </title>
        <description> We consider the challenging task of estimating treatment effects from observational data under the assumption that there are unobserved confounders. We employ the proximal causal estimation framework, that assumes access to control (proxy) measurements that contain information about unobserved confounders. We consider outcome and treatment bridges, which provide two distinct ways of estimating causal effects. We also consider a doubly-robust approach, based on combining the outcome and treatment bridges, which is robust in expectation to either (but not both) of the two bridge functions being misspecified. We present a new theoretical bound on the estimation accuracy of the treatment bridge, and we analyze the variance of the doubly-robust estimator. We investigate the impact of autoencoder-based regularization through an ablation study, finding that simpler models sometimes outperform more complex variants. Comparisons with state-of-the-art methods on synthetic and real-world data demonstrate the advantages of our approach. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/meng26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/meng26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Accelerating PDE Surrogates via RL-Guided Mesh Optimization </title>
        <description> Deep learning–based surrogate models for parametric partial differential equations (PDEs) can deliver high-fidelity approximations but remain prohibitively data-hungry: training often requires thousands of fine-grid simulations, each incurring substantial computational cost. To address this challenge, we introduce RLMesh, an end-to-end framework for efficient surrogate training under limited simulation budget. The key idea is to use reinforcement learning (RL) to adaptively allocate mesh grid points non-uniformly within each simulation domain, focusing numerical resolution in regions most critical for accurate PDE solutions. A lightweight proxy model further accelerates RL training by providing efficient reward estimates without full surrogate retraining. Experiments on standard PDE benchmarks, including 1D Burgers’ equation and 2D Darcy flow, demonstrate that RLMesh achieves competitive accuracy to baselines but with substantially fewer simulation queries. These results show that solver-level spatial adaptivity can dramatically improve the efficiency of surrogate training pipelines, enabling practical deployment of learning-based PDE surrogates across a wide range of problems. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/meng26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/meng26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Orthogonal Representation Learning for Estimating Causal Quantities </title>
        <description> End-to-end representation learning has become a powerful tool for estimating causal quantities from high-dimensional observational data, but its efficiency remained unclear. Here, we face a central tension: End-to-end representation learning methods often work well in practice but lack asymptotic optimality in the form of the quasi-oracle efficiency. In contrast, two-stage Neyman-orthogonal learners provide such a theoretical optimality property but do not explicitly benefit from the strengths of representation learning. In this work, we step back and ask two research questions: (1) When do representations strengthen existing Neyman-orthogonal learners? and (2) Can a balancing constraint — commonly proposed technique in the representation learning literature — provide improvements to Neyman-orthogonality? We address these two questions through our theoretical and empirical analysis, where we introduce a unifying framework that connects representation learning with Neyman-orthogonal learners (namely, OR-learners). In particular, we show that, under the low-dimensional manifold hypothesis, the OR-learners can strictly improve the estimation error of the standard Neyman-orthogonal learners. At the same time, we find that the balancing constraint requires an additional inductive bias and cannot generally compensate for the lack of Neyman-orthogonality of the end-to-end approaches. Building on these insights, we offer guidelines for how users can effectively combine representation learning with the classical Neyman-orthogonal learners to achieve both practical performance and theoretical guarantees. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/melnychuk26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/melnychuk26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Variance Reduction Methods Do Not Need to Compute Full Gradients: Improved Efficiency Through Shuffling </title>
        <description> Stochastic optimization algorithms are widely used for machine learning with large-scale data. However, their convergence often suffers from non-vanishing variance. Variance Reduction (VR) methods, such as SVRG and SARAH, address this issue but introduce a bottleneck by requiring periodic full gradient computations. In this paper, we explore popular VR techniques and propose an approach that eliminates the necessity for expensive full gradient calculations. To avoid these computations and make our approach memory-efficient, we employ two key techniques: the shuffling heuristic and the concept of SAG/SAGA methods. For non-convex objectives, our convergence rates match those of standard shuffling methods, while under strong convexity, they demonstrate an improvement. We empirically validate the efficiency of our approach and demonstrate its scalability on large-scale machine learning tasks including image classification problem on CIFAR-10 and CIFAR-100 datasets. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/medyakov26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/medyakov26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Shift is Good: Mismatched Data Mixing Improves Test Performance </title>
        <description> We consider training and testing on mixture distributions with different training and test proportions.  We show that in many settings, and in some sense generically, distribution shift can be beneficial, and test performance can improve due to mismatched training proportions, even if the components are unrelated and with no transfer between components.  In a variety of scenarios, we identify the optimal training proportions and the extent to which such distribution shift can be beneficial.  We show how the same analysis applies also to a compositional setting with differing distribution of component “skills” at training and test. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/medvedev26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/medvedev26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Randomized HyperSteiner: A Stochastic Delaunay Triangulation Heuristic for the Hyperbolic Steiner Minimal Tree </title>
        <description> We study the problem of constructing Steiner Minimal Trees (SMTs) in hyperbolic space. Exact SMT computation is NP-hard, and existing hyperbolic heuristics such as HyperSteiner are deterministic and often get trapped in locally suboptimal configurations. We introduce Randomized HyperSteiner (RHS), a stochastic Delaunay triangulation heuristic that incorporates randomness into the expansion process and refines candidate trees via Riemannian gradient descent optimization. Experiments on synthetic data sets and a real-world single-cell transcriptomic data show that RHS outperforms Minimum Spanning Tree (MST), Neighbour Joining, and vanilla HyperSteiner (HS). In near-boundary configurations, RHS can achieve a 32% reduction in total length over HS, demonstrating its effectiveness and robustness in diverse data regimes. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/medbouhi26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/medbouhi26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Unsupervised Ensemble Learning Through Deep Energy-based Models </title>
        <description> Unsupervised ensemble learning emerged to address the challenge of combining multiple learners’ predictions without access to ground truth labels or additional data. This paradigm is crucial in scenarios where evaluating individual classifier performance or understanding their strengths is challenging due to limited information. We propose a novel deep energy-based method for constructing an accurate meta-learner using only the predictions of individual learners, potentially capable of capturing complex dependence structures between them. Our approach requires no labeled data, learner features, or problem-specific information, and has theoretical guarantees for when learners are conditionally independent. We demonstrate superior performance across diverse ensemble scenarios, including challenging mixture of experts settings. Our experiments span standard ensemble datasets and curated datasets designed to test how the model fuses expertise from multiple sources. These results highlight the potential of unsupervised ensemble learning to harness collective intelligence, especially in data-scarce or privacy-sensitive environments. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/maymon26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/maymon26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Robust Estimation of a Sparse Linear Model: Provable Guarantees with Non-convexity </title>
        <description> In this paper, we address the problem of sparse regression vector estimation in the presence of corrupted samples, with a particular focus on accurately identifying the support. Traditional methods, such as the Least Absolute Shrinkage and Selection Operator (LASSO), often fail in such scenarios, exhibiting inconsistency. To tackle this challenge, we propose a combinatorial, non-convex, and robust variant of LASSO framework, designed to enhance estimation accuracy under corruption. Our approach is supported by theoretical guarantees, which establish its reliability and robustness. Our method also handles corruption from heavy-tailed distributions, with only a few bounded moments. We validate our theoretical results through extensive experiments, comparing the performance of our method against the LASSO and its other robust variants. These comparisons highlight the efficacy of our framework, demonstrating its practical applicability in sparse regression tasks involving corrupted data. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/maurya26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/maurya26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Model Selection for Average Reward RL with Application to Utility Maximization in Repeated Games </title>
        <description> In standard RL, the structure of the Markov Decision Process (e.g. state space) is known. In online model selection, a learner attempts to learn an optimal policy for an MDP knowing only that it belongs to one of $M &gt;1$ model classes of varying complexity. Recent results have shown that this can be feasibly accomplished in episodic online RL. In this work, we propose $\textsf{MRBEAR}$, an online model selection algorithm for the average reward RL setting which is based on the idea of regret balancing and elimination. The regret of the algorithm is in $\tilde O(M C_{m*}^2 B_{m*}(T,\delta))$ where $C_{m*}$ represents the complexity of the simplest well-specified model class and $B_{m^*}(T,\delta)$ is its corresponding regret bound. This result shows that in average reward RL, the additional cost of model selection scales only linearly in $M$, the number of model classes. As an application, in a simultaneous general-sum repeated game, where the opponent follows a fixed unknown limited memory strategy, the learner can maximize its utility using $\textsf{MRBEAR}$. By proving a lower bound, we showed the learner’s regret is tight in opponent’s memory order. In addition, the algorithm’s performance is demonstrated through experiments. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/masoumian26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/masoumian26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Optimal Local Convergence Rates of Stochastic First-Order Methods under Local Alpha-PL </title>
        <description> We study the local oracle complexity of stochastic first-order methods under a local $\alpha$–Polyak–{Ł}ojasiewicz ($\alpha$–P{Ł}) condition in a neighborhood of a target connected component $\mathcal M’$ of the local minimizer set. The parameter $\alpha\in[1,2]$ is the exponent of the gradient norm in the $\alpha$–P{Ł} inequality: $\alpha=2$ recovers the classical P{Ł} case, $\alpha=1$ corresponds to Hölder-type error bounds, and intermediate values interpolate between these regimes. Our performance criterion is the number of oracle queries required to output $\hat x$ with $F(\hat x)-l\le\varepsilon$, where $l:=F(y)$ for any $y\in\mathcal M’$. We work in a local regime where the algorithm is initialized near $\mathcal M’$ and, with high probability, its iterates remain in that neighborhood. We establish a lower bound $\Omega(\varepsilon^{-2/\alpha})$ for all stochastic first-order methods in this regime, and we obtain a matching upper bound $\mathcal O(\varepsilon^{-2/\alpha})$ for $1\le \alpha&lt;2$ via a SARAH-type variance-reduced method with time-varying batch sizes and step sizes. Thus, for $1\le\alpha&lt;2$, the optimal dependence on $\varepsilon$ is $\Theta(\varepsilon^{-2/\alpha})$. In the convex setting, assuming a local $\alpha$–P{Ł} condition on the $\varepsilon$-sublevel set, we further show a complexity lower bound $\widetilde{\Omega}(\varepsilon^{-2/\alpha})$ for reaching an $\varepsilon$-global optimum, matching the $\varepsilon$-dependence of known accelerated stochastic subgradient methods. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/masiha26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/masiha26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Generalization Bounds for Spectral GNNs via Fourier Domain Analysis </title>
        <description> Spectral graph neural networks learn graph filters, but their behavior with increasing depth and polynomial order is not well understood.  We analyze these models in the graph Fourier domain, where each layer becomes an element-wise frequency update, separating the fixed spectrum from trainable parameters and making depth and order explicit.  In this setting, we show that Gaussian complexity is invariant under the Graph Fourier Transform, which allows us to derive data-dependent, depth, and order-aware generalization bounds together with stability estimates. In the linear case, our bounds are tighter, and on real graphs, the data-dependent term correlates with the generalization gap across polynomial bases, highlighting practical choices that avoid frequency amplification across layers. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/martirosyan26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/martirosyan26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Fast Quasar-Convex Optimization with Constraints </title>
        <description> Quasar-convex functions form a broad nonconvex class with applications to linear dynamical systems, generalized linear models, and Riemannian optimization, among others. Current nearly optimal algorithms work only in affine spaces due to the loss of one degree of freedom when working with general convex constraints. Obtaining an accelerated algorithm that makes nearly optimal $\widetilde{O}(1/(\gamma\sqrt{\epsilon}))$ first-order queries to a $\gamma$-quasar convex smooth function \emph{with constraints} was independently asked as an open problem in Martinez-Rubio (2022); Lezane, Langer and Koolen, (2024). In this work, we solve this question by designing an inexact accelerated proximal point algorithm that we implement using a first-order method achieving the aforementioned rate and, as a consequence, we improve the complexity of the accelerated geodesically Riemannian optimization solution in Mart{í}nez-Rubio (2022). We also analyze projected gradient descent and Frank-Wolfe algorithms in this constrained quasar-convex setting. To the best of our knowledge, our work provides the first analyses of first-order methods for quasar-convex smooth functions with general convex constraints. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/martinez-rubio26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/martinez-rubio26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Provably Efficient Reinforcement Learning for Sparse Dynamical Systems with Non-Gaussian Noise </title>
        <description> The recent development of sparse methods for identifying nonlinear dynamical systems has opened new avenues for efficient and interpretable model-based reinforcement learning (RL). In this work, we study online RL in environments where the system dynamics, modeled as $s’=f(s,a)+$ noise, is assumed to be sparse with respect to a big feature map, a structural idea inspired by the SINDy framework. We introduce an optimistic algorithm that combines online sparse regression with confidence set construction to guide exploration and planning. On the theoretical side, we provide the first regret bounds for sparse nonlinear dynamics, showing that regret scales with the sparsity level $d_0$. This result holds even when relaxing standard Gaussian noise assumptions by allowing a much more general, non-parametric, family of densities and when the model is misspecified. The algorithm achieving the regret bound is not computationally efficient, as it relies on a very computationally intensive online regression method. To bridge this gap, we propose a practical variant that draws inspiration from theoretical principles but incorporates more scalable components. We adopt SINDy for sparse system identification algorithm and couple it with SAC in a Dyna-style planning framework. Empirical results on classic continuous control tasks demonstrate the practical viability and robustness of our approach. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/maran26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/maran26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Efficient Uncoupled Learning Dynamics with $\tildeO\left(T^-1/4\right)$ Last-Iterate Convergence in Bilinear Saddle-Point Problems over Convex Sets under Bandit Feedback </title>
        <description> In this paper, we study last-iterate convergence of learning algorithms in bilinear saddle-point problems, a preferable notion of convergence that captures the day-to-day behavior of learning dynamics. We focus on the challenging setting where players select actions from compact convex sets and receive only bandit feedback.  Our main contribution is the design of an uncoupled learning algorithm that guarantees last-iterate convergence to the Nash equilibrium with high probability. We establish a convergence rate of $\tilde{O}(T^{-1/4})$ up to polynomial factors in problem parameters. Crucially, our proposed algorithm is computationally efficient, requiring only an efficient linear optimization oracle over the players’ compact action sets. The algorithm is obtained by combining techniques from experimental design and the classic Follow-The-Regularized-Leader (FTRL) framework, with a carefully chosen regularizer function tailored to the geometry of the action set of each learner. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/maiti26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/maiti26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Composable Coresets for Constrained Determinant Maximization and Beyond </title>
        <description> We study algorithms for construction of \emph{composable coresets} for the task of \emph{Determinant Maximization} under \emph{partition constraint}. Given a point set $V \subset \mathbb{R}^d$ that is partitioned into $s$ groups $V_1,\cdots, V_s$, and integers $k_1,…,k_s$, where $k=\sum_i k_i$, the goal is to pick $k_i$ points from group $V_i$ such that the overall determinant of the picked $k$ points is maximized. Determinant Maximization and its constrained variants have gained a lot of interest for modeling diversity, and have found applications in the context of data summarization. When the cardinality $k$ of the selected set is greater than the dimension $d$, we show a peeling algorithm that gives us a composable coreset of size $kd$ with a provably optimal approximation factor of $d^{O(d)}.$ When $k\leq d$, we show a simple coreset construction with optimal size and approximation factor. As a further application of our technique, we get a composable coreset for determinant maximization under the more general laminar matroid constraints, and a composable coreset for unconstrained determinant maximization in a previously unresolved regime. Our results generalize to all strongly Rayleigh distributions and to several other experimental design problems. As an application, we improve the runtime of the practical local-search based algorithm of [Anari-Vuong–COLT’22] for determinantal maximization under partition constraint from $O(n^{2^s}k^{2^s})$ to $O(n k^{2^s})$, making it only linear on the number of points $n$. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/mahabadi26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/mahabadi26a.html</guid>
        
        
      </item>
    
      <item>
        <title> i-IF-Learn: Iterative Feature Selection and Unsupervised Learning for High-Dimensional Complex Data </title>
        <description> Unsupervised learning of high-dimensional data is challenging due to irrelevant or noisy features obscuring underlying structures. It’s common that only a few features, called the influential features, meaningfully define the clusters. Recovering these influential features is helpful in data interpretation and clustering. We propose i-IF-Learn, an iterative unsupervised framework that jointly performs feature selection and clustering. Our core innovation is an adaptive feature selection statistic that effectively combines pseudo-label supervision with unsupervised signals, dynamically adjusting based on intermediate label reliability to mitigate error propagation common in iterative frameworks. Leveraging low-dimensional embeddings (PCA or Laplacian eigenmaps) followed by $k$-means, i-IF-Learn simultaneously outputs influential feature subset and clustering labels. Numerical experiments on gene microarray and single-cell RNA-seq datasets show that i-IF-Learn significantly surpasses classical and deep clustering baselines. Furthermore, using our selected influential features as preprocessing substantially enhances downstream deep models such as DeepCluster, UMAP, and VAE, highlighting the importance and effectiveness of targeted feature selection. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/ma26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/ma26a.html</guid>
        
        
      </item>
    
      <item>
        <title> The Reasoning-Creativity Trade-off: Toward Creativity-Driven Problem Solving </title>
        <description> State-of-the-art post-training pipelines for reasoning LLMs rely on bootstrapped reasoning loops: they sample many traces, score them, and reinforce the highest-scoring ones, typically by correctness. This can improve accuracy while still collapsing the distribution inside the correct set onto a narrow family of redundant strategies, reducing creative problem-solving. To diagnose this failure mode, we introduce Distributional Creative Reasoning (DCR), a variational framework that casts training as gradient flow on the simplex of reasoning traces. The framework yields three core results. First, a diversity-decay analysis shows that STaR-style rejection fine-tuning and exact mean-field GRPO amplify whichever correct trace is already larger, while DPO regresses pairwise correct-trace ratios toward the reference ratios. Second, it explains why entropy and KL can slow or tether collapse but do not reward semantically distinct correct strategies for being distinct, and how a creativity kernel supplies the missing relational term. Third, under mild conditions, the resulting dynamics converge to a unique, stable, and diverse equilibrium, yielding practical guidance for kernel and hyperparameter design. DCR thus offers a principled route to training reasoning LLMs that remain both correct and creative. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/luyten26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/luyten26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Understanding SAM’s Robustness to Noisy Labels Through Gradient Down-weighting </title>
        <description> Sharpness-Aware Minimization (SAM) was introduced to improve generalization by seeking flat minima, yet it also exhibits robustness to label noise, a phenomenon that remains only partially understood. Prior work has mainly attributed this effect to SAM’s tendency to prolong the learning of clean samples. In this work, we provide a complementary explanation by analyzing SAM at the element-wise level. We show that when noisy gradients dominate a parameter direction, their influence is reduced by the stronger amplification of clean gradients. This slows the memorization of noisy labels while sustaining clean learning, offering a more complete account of SAM’s robustness. Building on this insight, we propose SANER (Sharpness-Aware Noise-Explicit Reweighting), a simple variant of SAM that explicitly magnifies this down-weighting effect. Experiments on benchmark image classification tasks with noisy labels demonstrate that SANER significantly mitigates noisy-label memorization and improves generalization over both SAM and SGD. Moreover, since SANER is designed from the mechanism of SAM, it can also be seamlessly integrated into SAM-like variants, further boosting their robustness. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/luong26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/luong26a.html</guid>
        
        
      </item>
    
      <item>
        <title> FedCCA: Federated Canonical Correlation Analysis </title>
        <description> Canonical Correlation Analysis (CCA) is a key tool for cross-modal learning, but centralized solutions are impractical due to the heavy cost of high-dimensional covariance operations and the privacy sensitivity of distributed data. To address these challenges, we propose FedCCA, a federated framework that replaces explicit inverses and inner least-squares solves with a truncated von Neumann series, reducing matrix inversions to lightweight matrix–vector multiplications while retaining provable convergence. This series formulation not only improves efficiency, but also provides explicit and tunable control of truncation error, and its structure naturally splits into client-side multiplications and a server-side projection step, making it particularly suitable for federated deployment. Building on this foundation, we incorporate Gaussian differential privacy and derive practical upper and lower bounds on the required noise variance, which yield end-to-end $(\varepsilon,\delta)$ guarantees together with convergence stability. Empirical results on five datasets confirm that FedCCA achieves accuracy comparable to centralized CCA and consistently outperforms ALS/TALS baselines in both sub-optimality gap and convergence speed, all while maintaining rigorous privacy protection. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/luo26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/luo26a.html</guid>
        
        
      </item>
    
      <item>
        <title> SFBD Flow: A Continuous-Optimization Framework for Training Diffusion Models with Noisy Samples </title>
        <description> Diffusion models achieve strong generative performance but often rely on large datasets that may include sensitive content. This challenge is compounded by the models’ tendency to memorize training data, raising privacy concerns. SFBD (Lu et al., 2025) addresses this by training on corrupted data and using limited clean samples to capture local structure and improve convergence. However, its iterative denoising and fine-tuning loop requires manual coordination, making it burdensome to implement. We reinterpret SFBD as an alternating projection algorithm and introduce a continuous variant, SFBD flow, that removes the need for alternating steps. We further show its connection to consistency constraint-based methods, and demonstrate that its practical instantiation, Online SFBD, consistently outperforms strong baselines across benchmarks. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/lu26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/lu26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Orientability of Causal Relations in Time Series using Summary Causal Graphs and Faithful Distributions </title>
        <description> Understanding causal relations between temporal variables is a central challenge in time series analysis, particularly when the full causal structure is unknown. Even when the full causal structure cannot be fully specified, experts often succeed in providing a high-level abstraction of the causal graph, known as a summary causal graph, which captures the main causal relations between different time series while abstracting away micro-level details. In this work, we present conditions that guarantee the orientability of micro-level edges between temporal variables given the background knowledge encoded in a summary causal graph and assuming having access to a faithful and causally sufficient distribution with respect to the true unknown graph. Our results provide theoretical guarantees for edge orientation at the micro-level, even in the presence of cycles or bidirected edges at the macro-level. These findings offer practical guidance for leveraging SCGs to inform causal discovery in complex temporal systems and highlight the value of incorporating expert knowledge to improve causal inference from observational time series data. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/loranchet26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/loranchet26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Provable Guarantees for Estimating Covariances between Latent Variables with Application to Precision Matrix Estimation </title>
        <description> In many scientific fields, key variables of interest are latent—either because they cannot be measured directly or because doing so is prohibitively expensive. As a result, researchers often rely on high-dimensional surrogate observations and must infer relationships among the unobserved quantities. In this work, we address a fundamental challenge: How can one estimate the covariance between variables that are not directly observable? We consider a model where each latent variable elicits high-dimensional observable covariates. Under our model, we propose a method that estimates several spiked covariances from the observed variables and then reconstructs the covariance matrix among the latent variables. Our estimator achieves quadratic-time complexity with respect to the number of latent variables and only requires the sample size to be logarithmic in the number of latent variables. As an immediate application, our procedure can be leveraged to recover the conditional independence structure among the latent variables, providing interpretable insights. Extensive synthetic experiments validate our theory, demonstrating accurate estimation in practice. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/long26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/long26a.html</guid>
        
        
      </item>
    
      <item>
        <title> On the Role of Depth in the Expressivity of RNNs </title>
        <description> The benefits of depth in feedforward neural networks are well known: composing multiple layers of linear transformations with nonlinear activations enables complex computations. While similar effects are expected in recurrent neural networks (RNNs), it remains unclear how depth interacts with recurrence to shape expressive power. Here, we formally show that depth increases RNNs’ memory capacity efficiently with respect to the number of parameters, thus enhancing expressivity both by enabling more complex input transformations and improving the retention of past information. We extend our analysis to 2RNNs, a generalization of RNNs with multiplicative interactions between inputs and hidden states. Unlike RNNs, which remain linear without nonlinear activations, 2RNNs perform polynomial transformations whose maximal degree grows with depth. We further show that multiplicative interactions cannot, in general, be replaced by layerwise nonlinearities. Finally, we validate these insights empirically on synthetic and real-world tasks. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/lizaire26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/lizaire26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Dual Averaging Converges for Nonconvex Smooth Stochastic Optimization </title>
        <description> Dual averaging and gradient descent with their stochastic variants stand as the two canonical recipe books for first-order optimization: Every modern variant can be viewed as a descendant of one or the other. In the convex regime, these algorithms have been deeply studied, and we know that the two classes are essentially equivalent in terms of theoretical guarantees. On the other hand, in the non-convex setting, the situation is drastically different: While it is provable that SGD can minimize the gradient norm of non-convex smooth functions, no finite-time complexity guarantee for Stochastic Dual Averaging (SDA) was known in the same setting. In this paper, we close this gap by a reduction that views SDA as SGD applied to a sequence of implicitly regularized objectives. We show that a tuned SDA exhibits a rate of convergence $\mathcal{O}(1 / T + \sigma \log T/ \sqrt{T})$, similar to that of SGD under the same assumptions. To our best knowledge, this is the first complete convergence theory for dual averaging on non-convex smooth stochastic problems without restrictive assumptions, closing a long-standing open problem in the field. Beyond the base algorithm, we also discuss ADA-DA, a variant that marries SDA with AdaGrad’s auto-scaling, which achieves the same rate without requiring knowledge of the noise variance. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/liu26d.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/liu26d.html</guid>
        
        
      </item>
    
      <item>
        <title> Rethinking Probabilistic Circuit Parameter Learning </title>
        <description> Probabilistic Circuits (PCs) offer a computationally scalable framework for generative modeling, supporting exact and efficient inference of a wide range of probabilistic queries. While recent advances have significantly improved the expressiveness and scalability of PCs, effectively training their parameters remains a challenge. In particular, a widely used optimization method, full-batch Expectation-Maximization (EM), requires processing the entire dataset before performing a single update, making it ineffective for large datasets. Although empirical extensions to the mini-batch setting, as well as gradient-based mini-batch algorithms, converge faster than full-batch EM, they generally underperform in terms of final likelihood. We investigate this gap by establishing a novel theoretical connection between these practical algorithms and the general EM objective. Our analysis reveals a fundamental issue that existing mini-batch EM and gradient-based methods fail to properly regularize distribution changes, causing each update to effectively &quot;overfit&quot; the current mini-batch. Motivated by this insight, we introduce anemone, a new mini-batch EM algorithm for PCs. An\textbf{em}one applies an implicit adaptive learning rate to each parameter, scaled by how much it contributes to the likelihood of the current batch. Across extensive experiments on language, image, and DNA datasets, anemone consistently outperforms existing optimizers in both convergence speed and final performance. Code is available at \url{https://github.com/liuanji/pc-arena.} </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/liu26c.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/liu26c.html</guid>
        
        
      </item>
    
      <item>
        <title> Differentially Private Algorithms for the Stochastic Compositional Optimization Problem </title>
        <description> In this paper, we study the stochastic compositional optimization problem under the constraint of differential privacy. We first introduce two private algorithms: noisy stochastic compositional gradient descent (NSCGD) and the noisy stochastically corrected stochastic compositional gradient (NSCSC) method. We use the algorithmic stability approach to establish bounds on the excess population loss of both methods in strongly convex and convex cases.  However, these methods require gradient computations that are super-linear in the number of training samples. To address this, we propose a class of output perturbation-based randomized algorithms by exploiting the stability of the compositional empirical risk minimizer under the privacy constraint. These algorithms achieve comparable excess population risk with significantly reduced gradient computations. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/liu26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/liu26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Examining the Bias of In-Batch Sampling in Similarity Learning with Two-Tower Models </title>
        <description> Two-tower models are widely used for applications involving learning similarities between pairs of entities, such as user-item pairs in recommender systems. These models are commonly trained using stochastic gradient methods. However, uniformly sampling data often leads to problematic batches that lack positive pairs, especially when positives are a minority of the dataset—a situation particularly common in similarity learning. Instead, a strategy known as in-batch sampling is widely adopted to ensure the presence of positive pairs and training efficiency. Nevertheless, in-batch sampling introduces its own issues, such as mistaking positives for negatives and oversampling popular pairs, resulting in significant performance degradation. In this work, we provide the first systematic analysis of these issues, showing that they all arise from the inconsistency between the expected objective under in-batch sampling and the full-data objective. We refer to this inconsistency as the bias of in-batch sampling. To validate our analysis, we design an unbiased batch loss and conduct rigorous experiments directly comparing unbiased and biased losses. The results provide strong empirical confirmation of our theoretical findings. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/liu26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/liu26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Three-operator splitting with stale gradients for faster non-linear optimal transport </title>
        <description> Scalable optimization for non-linear optimal transport (OT) poses unique challenges; it requires efficient memory management of large matrices, effective parallelization strategies suited for modern accelerators like GPUs, and theoretical guarantees that support practical implementation patterns. To address these challenges, we introduce a new algorithm based on three-operator splitting that reduces gradient computation costs by allowing gradient evaluations to run asynchronously and in parallel with other computations. Using monotone operator theory, we establish new convergence guarantees for this asynchronous adaptation and extend existing results to important non-convex problem classes, including Gromov–Wasserstein as a notable example. We validate our method through a series of experiments demonstrating improved accuracy and faster convergence for a broad range of problems </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/lindback26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/lindback26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Differentially Private Linear Regression and Synthetic Data Generation with Statistical Guarantees </title>
        <description> In the social sciences, small- to medium-scale datasets are common, and linear regression is canonical. In privacy-aware settings, much work has focused on differentially private (DP) linear regression, but mostly on point estimation with limited attention to uncertainty quantification. Meanwhile, synthetic data generation (SDG) is increasingly important for reproducibility studies, yet current DP linear regression methods do not readily support it. Mainstream DP-SDG approaches either are tailored to discrete or discretized data, making them less suitable for analyses involving continuous variables, or rely on deep learning models that require large datasets, limiting their use for the smaller-scale data typical in social science. We propose a method for linear regression with valid inference under Gaussian DP. It includes a bias-corrected estimator with asymptotic confidence intervals (CIs) and a general SDG procedure such that the corresponding regression on the synthetic data matches our DP linear regression procedure. Our approach is effective in small- to moderate-dimensional settings. Experiments show that our method (1) improves accuracy over existing methods for DP linear regression, (2) provides valid CIs, and (3) produces more reliable synthetic data for downstream statistical and machine learning tasks than current DP synthesizers. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/lin26e.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/lin26e.html</guid>
        
        
      </item>
    
      <item>
        <title> Optimistic Actor-Critic with Parametric Policies for Linear Markov Decision Processes </title>
        <description> Although actor-critic methods have been successful in practice, their theoretical analyses have several limitations. Specifically, existing theoretical work either sidesteps the exploration problem by making strong assumptions or analyzes impractical methods with complicated algorithmic modifications. Moreover, the actor-critic methods analyzed for linear MDPs often employ natural policy gradient and construct &quot;implicit&quot; policies without explicit parameterization. Such policies are computationally expensive to sample from, making the environment interactions inefficient. To that end, we focus on the finite-horizon linear MDPs and propose an optimistic actor-critic framework that uses parametric log-linear policies. In particular, we introduce a tractable $\textit{logit-matching}$ regression objective for the actor. For the critic, we use approximate Thompson sampling via Langevin Monte Carlo to obtain optimistic value estimates. We prove that the resulting algorithm achieves $\widetilde{\mathcal{O}}(\epsilon^{-4})$ and $\widetilde{\mathcal{O}}(\epsilon^{-2})$ sample complexity in the on-policy and off-policy setting, respectively. Our results match prior theoretical work in achieving the state-of-the-art sample complexity, while our algorithm is more aligned with practice. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/lin26d.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/lin26d.html</guid>
        
        
      </item>
    
      <item>
        <title> Provable Accelerated Bayesian Optimization with Knowledge Transfer </title>
        <description> We study how to accelerate Bayesian optimization (BO) on a target task by transferring historical knowledge from related source tasks. Existing work on BO with knowledge transfer either lacks theoretical guarantees or achieves the same regret as BO in the non-transfer setting, $\tilde{\mathcal{O}}(\sqrt{T \gamma_f})$, where $T$ is the number of evaluations of the target function and $\gamma_f$ denotes its information gain. In this paper, we propose the DeltaBO algorithm, which builds a novel uncertainty-quantification approach on the difference function $\delta$ between the source and target functions, which are allowed to belong to different Reproducing Kernel Hilbert Spaces (RKHSs). Under mild assumptions, we prove that the regret of DeltaBO is of order $\tilde{\mathcal{O}}(\sqrt{T(T/N+\gamma_\delta)})$, where $N$ denotes the number of evaluations from source tasks and typically $N \gg T$. In many applications, source and target tasks are similar, which implies that $\gamma_\delta$ can be much smaller than $\gamma_f$. Empirical studies on both real-world hyperparameter-tuning tasks and synthetic functions show that DeltaBO outperforms other baseline methods and also verify our theoretical claims. Our code is available on GitHub. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/lin26c.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/lin26c.html</guid>
        
        
      </item>
    
      <item>
        <title> Causal Partial Identification via Conditional Optimal Transport </title>
        <description> We study the estimation of causal estimand involving the joint distribution of treatment and control outcomes for a single unit. In typical causal inference settings, it is impossible to observe both outcomes simultaneously, which places our estimation within the domain of partial identification (PI). Pre-treatment covariates can substantially reduce estimation uncertainty by shrinking the partially identified set. Recently, it was shown that covariate-assisted PI sets can be characterized through conditional optimal transport (COT) problems. However, finite-sample estimation of COT poses significant challenges, primarily because the COT functional is discontinuous under the weak topology, rendering the direct plug-in estimator inconsistent. To circumvent this, existing literature relies on relaxations or indirect methods involving the estimation of non-parametric nuisance statistics. In this work, we demonstrate continuity of the COT problem under a stronger topology induced by the adapted Wasserstein distance. Leveraging this result, we propose a direct, consistent, non-parametric estimator for COT that avoids nuisance parameter estimation. We derive the convergence rate for our estimator and validate its effectiveness through comprehensive experiments, demonstrating its improved performance compared to existing techniques. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/lin26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/lin26b.html</guid>
        
        
      </item>
    
      <item>
        <title> On the Weight Density of L2-Regularized Linear Classification and Regression </title>
        <description> For traditional linear models with the widely used $L_2$-regularizer, it is often assumed that the resulting models are dense. As a result, little attention has been paid to when the optimal solution for an $L_2$-regularized problem can actually be sparse. In this work, we rigorously prove that for $L_2$-regularized support vector classification/regression, the theoretical optimum can indeed be sparse when the data have sparse feature values. Surprisingly, we observe that some optimization methods fail to preserve this sparsity and instead produce fully dense numerical solutions, leading to unnecessary storage overhead. We explain this phenomenon through detailed analysis. In particular, we novelly show that certain coordinate descent methods naturally yields sparser numerical solutions compared to other optimization algorithms. By applying suitable algorithms that preserve numerical sparsity, the storage can be reduced by up to 50%, which is highly advantageous for large-scale industrial applications. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/lin26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/lin26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Aggregation on Learnable Manifolds for Asynchronous Federated Optimisation </title>
        <description> Asynchronous federated learning (FL) with heterogeneous clients faces two key issues: curvature-induced loss barriers encountered by standard linear parameter interpolation techniques (e.g. FedAvg) and interference from stale updates misaligned with the server’s current optimisation state. To alleviate these issues, we introduce a geometric framework that casts aggregation as curve learning in a Riemannian model space and decouples choice of update direction from staleness conflict resolution. Within this, we propose $\textbf{AsyncBezier}$, which replaces linear aggregation with low-degree polynomial (B{é}zier) trajectories to bypass loss barriers, and $\textbf{OrthoDC}$, which orthogonally projects delayed updates to reduce interference. We establish framework-level convergence guarantees covering each variant given simple assumptions on their components. On three datasets spanning general-purpose and healthcare domains, including LEAF Shakespeare and FEMNIST, our approach consistently improves accuracy and client fairness over strong asynchronous baselines; finally, we show that these gains are preserved even when other methods are allocated a higher local compute budget. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/licudi26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/licudi26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Learning When Not to Learn: Risk-Sensitive Abstention in Bandits with Unbounded Rewards </title>
        <description> In high-stakes AI applications, even a single action can cause irreparable damage. However, nearly all of sequential decision-making theory assumes that all errors are recoverable (e.g., by bounding rewards). Standard bandit algorithms that explore aggressively may cause irreparable damage when this assumption fails. Some prior work avoids irreparable errors by asking for help from a mentor, but a mentor may not always be available. In this work, we formalize a model of learning with unbounded rewards without a mentor as a two-action contextual bandit with an abstain option: at each round the agent observes an input and chooses either to abstain (always 0 reward) or to commit (execute a preexisting task policy). Committing yields rewards that are upper-bounded but can be arbitrarily negative, and the commit reward is assumed Lipschitz in the input. We propose a caution-based algorithm that learns when not to learn: it chooses a trusted region and commits only where the available evidence does not already certify harm. Under these conditions and i.i.d. inputs, we establish sublinear regret guarantees, theoretically demonstrating the effectiveness of cautious exploration for deploying learning agents safely in high-stakes environments. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/liaw26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/liaw26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Efficient Bilevel Optimization with KFAC-Based Hypergradients </title>
        <description> Bilevel optimization (BO) is widely applicable to many machine learning problems. Scaling BO, however, requires repeatedly computing hypergradients, which involves solving inverse Hessian-vector products (IHVPs). In practice, these operations are often approximated using crude surrogates such as one-step gradient unrolling or identity/short Neumann expansions, which discard curvature information.  We build on implicit function theorem-based algorithms and propose to incorporate Kronecker-factored approximate curvature (KFAC), yielding curvature-aware hypergradients with a better performance efficiency trade-off than Conjugate Gradient (CG) or Neumann methods and consistently outperforming unrolling. We evaluate this approach across diverse tasks, including meta-learning and AI safety problems. On models up to BERT, we show that curvature information is valuable at scale, and KFAC can provide it with only modest memory and runtime overhead. Our implementation is available at \url{https://github.com/liaodisen/NeuralBo}. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/liao26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/liao26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Guided by the Experts: Provable Feature Learning Dynamic of Soft-Routed Mixture-of-Experts </title>
        <description> Mixture-of-Experts (MoE) architectures have emerged as a cornerstone of modern AI systems. In particular, MoEs route inputs dynamically to specialized experts, whose outputs are aggregated through weighted summation. Despite their widespread application, theoretical understanding of MoE training dynamics remains limited to either separate expert-router optimization or restrictive top-1 routing scenarios with carefully constructed datasets. This paper advances MoE theory by providing convergence guarantees for joint training of soft-routed MoE models with non-linear routers and experts in a student-teacher framework. We prove that, with moderate over-parameterization, the student network undergoes a feature learning phase, where the router’s learning process are “guided&quot; by the experts, that recovers the teacher’s parameters. Moreover, we show that a post-training pruning can effectively eliminate redundant neurons, followed by a provably convergent fine-tuning process that reaches global optimality. Our analysis brings novel insight in understanding the optimization landscape of the MoE architecture. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/liao26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/liao26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Hybrid Meta-Learners for Estimating Heterogeneous Treatment Effects </title>
        <description> Estimating conditional average treatment effects (CATE) from observational data involves modeling decisions that differ from supervised learning, particularly concerning how to regularize model complexity. Previous approaches can be grouped into two primary meta-learner paradigms that impose distinct inductive biases. Indirect meta-learners first fit and regularize separate potential outcome (PO) models and then estimate CATE by taking their difference, whereas direct meta-learners construct and directly regularize estimators for the CATE function itself. Neither approach consistently outperforms the other across all scenarios: indirect learners perform well when the PO functions are simple, while direct learners outperform when the CATE is simpler than individual PO functions. In this paper, we introduce the Hybrid Learner (H-learner), a novel regularization strategy that interpolates between the direct and indirect regularizations depending on the dataset at hand. The H-learner achieves this by learning intermediate functions whose difference closely approximates the CATE without necessarily requiring accurate individual approximations of the POs themselves. We demonstrate that intentionally allowing suboptimal fits to the POs improves the bias-variance tradeoff in estimating CATE. Experiments conducted on semi-synthetic and real-world benchmark datasets illustrate that the H-learner consistently operates at the Pareto frontier, effectively combining the strengths of both direct and indirect meta-learners. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/liang26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/liang26a.html</guid>
        
        
      </item>
    
      <item>
        <title> $ε$-Identifiability of Causal Quantities </title>
        <description> Identifying the effects of causes and causes of effects is vital in virtually every scientific field. Often, however, the needed probabilities may not be fully identifiable from the available data sources. This paper shows how approximate identifiability is still possible for several probabilities of causation. We term this $\epsilon\text{-identifiability}$ and demonstrate its usefulness in cases where the behavior of certain subpopulations can be restricted within sufficiently narrow bounds. In particular, we show how unidentifiable causal effects and counterfactual probabilities can be $\epsilon\text{-identified}$ when such allowances are made. Often, these allowances are easily measured and reasonably assumed. Finally, $\epsilon\text{-identifiability}$ is applied to the unit selection problem. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/li26j.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/li26j.html</guid>
        
        
      </item>
    
      <item>
        <title> In-memory Training on Analog Devices with Limited Conductance States via Multi-tile Residual Learning </title>
        <description> Analog in-memory computing (AIMC) accelerators enable efficient deep neural network computation directly within memory using resistive crossbar arrays, where model parameters are represented by the conductance states of memristive devices.  However, effective in-memory training typically requires at least 8-bit conductance states to match digital baselines. Realizing such fine-grained states is costly and often requires complex noise mitigation techniques that increase circuit complexity and energy consumption. In practice, many promising memristive devices such as ReRAM offer only about 4-bit resolution due to fabrication constraints, and this limited update precision substantially degrades training accuracy. To enable on-chip training with these limited-state devices, this paper proposes a \emph{multi-tile residual learning} framework that sequentially learns on multiple crossbar tiles to compensate the residual errors from low-precision weight updates.  Our theoretical analysis shows that the optimality gap shrinks with the number of tiles and achieves a linear convergence rate. Experiments on standard image classification benchmarks demonstrate that our method consistently outperforms state-of-the-art in-situ analog training strategies under limited-state settings, while incurring only moderate hardware overhead as confirmed by our cost analysis. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/li26i.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/li26i.html</guid>
        
        
      </item>
    
      <item>
        <title> TabTreeFormer: Tabular Data Generation Using Hybrid Tree-Transformer </title>
        <description> Transformers have shown impressive results in tabular data generation. However, they lack domain-specific inductive biases which are critical for preserving the intrinsic characteristics of tabular data. They also suffer from poor scalability and efficiency due to quadratic computational complexity. In this paper, we propose TabTreeFormer, a hybrid transformer architecture that integrates inductive biases of tree-based models (e.g., non-smoothness and non-rotational invariance) to effectively handle the discrete and weakly correlated features in tabular datasets. To improve numerical fidelity and capture multimodal distributions, we introduce a novel tokenizer that learns token sequences based on the complexity of tabular values. This reduces vocabulary size and sequence length, yielding more compact and efficient representations without sacrificing performance. We evaluate TabTreeFormer on nine diverse datasets, benchmarking against eight generative models. We show that TabTreeFormer consistently outperforms baselines in utility, fidelity, and privacy metrics with competitive efficiency. Notably, in scenarios prioritizing data utility over privacy and efficiency, the best variant of TabTreeFormer delivers a 44% performance gain relative to its baseline variant. Our code is available at: \url{https://github.com/li-jiayu-ljy/tabtreeformer.} </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/li26h.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/li26h.html</guid>
        
        
      </item>
    
      <item>
        <title> A Modularized Framework for Piecewise-Stationary Restless Bandits </title>
        <description> We study the piecewise-stationary restless multi-armed bandit (PS-RMAB) problem, where each arm evolves as a Markov chain but \emph{mean rewards may change across unknown segments}. To address the resulting exploration–detection delay trade-off, we propose a modular framework that integrates arbitrary RMAB base algorithms with change detection and a novel diminishing exploration mechanism. This design enables flexible plug-and-play use of existing solvers and detectors, while efficiently adapting  to mean changes without prior knowledge of their number.  To evaluate performance, we introduce a refined regret notion that measures the \emph{excess regret due to exploration and detection}, benchmarked against an oracle that restarts the base algorithm at the true change points. Under this metric, we prove a regret bound of  $\tilde{O}(\sqrt{LMKT})$, where $L$ denotes the maximum mixing time of the Markov chains across all arms and segments, $M$ the number of segments, $K$ the number of arms, and $T$ the horizon. Simulations confirm that our framework achieves regret close to that of the segment oracle and consistently outperforms base solvers that do not incorporate any mechanism to handle environmental hanges. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/li26g.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/li26g.html</guid>
        
        
      </item>
    
      <item>
        <title> Personalized Incentive Alignment: Correcting Utility-Driven Selection Bias in A/B Tests </title>
        <description> Although A/B testing is a powerful tool for estimating the average treatment effect (ATE), it often proves impractical in social or commercial settings because ethical and business constraints induce participant non-compliance. For example, patients may refuse assignment to less promising therapies, and users may choose whether to adopt a newly released feature based on personal preferences. In this work, we posit that participants act to maximize individual incentives. To capture this behavior, we adopt a utility-based random choice model that explicitly characterizes the identification bias introduced by self-selection and the estimation instability caused by feature imbalance. We then demonstrate how heterogeneous incentives generate both selection bias and inflated variance. Building on these insights, we design an optimal incentive mechanism that equalizes preference distributions across treatment arms, thereby achieving a more balanced covariate profile, lower variance, and a sharper identified set with minimal bias. Finally, we propose an online learning framework that adaptively identifies the optimal incentive scheme during the experiment and produces valid treatment-effect estimates. We validate our theoretical results through both simulation studies and field experiments. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/li26f.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/li26f.html</guid>
        
        
      </item>
    
      <item>
        <title> Accelerating Byzantine-Robust Distributed Learning with Compressed Communication via Double Momentum and Variance Reduction </title>
        <description> In collaborative and distributed learning, Byzantine robustness reflects a major facet of optimization algorithms. Such distributed algorithms are often accompanied by transmitting a large number of parameters, so communication compression is essential for an effective solution. In this paper, we propose Byz-DM21, a novel Byzantine-robust and communication-efficient stochastic distributed learning algorithm. Our key innovation is a novel gradient estimator based on a double-momentum mechanism, integrating recent advancements in error feedback techniques. Using this estimator, we design both standard and accelerated algorithms that eliminate the need for large batch sizes while maintaining robustness against Byzantine workers. We prove that the Byz-DM21 algorithm has a smaller neighborhood size and converges to $\varepsilon$-stationary points in $\mathcal{O}(\varepsilon^{-4})$ iterations. To further enhance efficiency, we introduce a distributed variant called Byz-VR-DM21, which incorporates local variance reduction at each node to progressively eliminate variance from random approximations. We show that Byz-VR-DM21 provably converges to $\varepsilon$-stationary points in $\mathcal{O}(\varepsilon^{-3 })$ iterations. Additionally, we extend our results to the case where the functions satisfy the Polyak-{Ł}ojasiewicz condition. Finally, numerical experiments demonstrate the effectiveness of the proposed method. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/li26e.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/li26e.html</guid>
        
        
      </item>
    
      <item>
        <title> Near-Optimal Sample Complexities of Divergence-based S-rectangular Distributionally Robust Reinforcement Learning </title>
        <description> Distributionally robust reinforcement learning (DR-RL) has recently gained significant attention as a principled approach that addresses discrepancies between training and testing environments. To balance robustness, conservatism, and computational traceability, the literature has introduced DR-RL models with SA-rectangular and S-rectangular adversaries. While most existing statistical analyses focus on SA-rectangular models, owing to their algorithmic simplicity and the optimality of deterministic policies, S-rectangular models more accurately capture distributional discrepancies in many real-world applications and often yield more effective robust randomized policies. In this paper, we study the empirical value iteration algorithm for divergence-based S-rectangular DR-RL and establish near-optimal sample complexity bounds of $\widetilde{O}(|\mathcal{S}||\mathcal{A}|(1-\gamma)^{-4}\varepsilon^{-2})$, where $\varepsilon$ is the target accuracy, $|\mathcal{S}|$ and $|\mathcal{A}|$ denote the cardinalities of the state and action spaces, and $\gamma$ is the discount factor. To the best of our knowledge, these are the first sample complexity results for divergence-based S-rectangular models that achieve optimal dependence on $|\mathcal{S}|$, $|\mathcal{A}|$, and $\varepsilon$ simultaneously. We further validate this theoretical dependence through numerical experiments on a robust inventory control problem and a theoretical worst-case example, demonstrating the fast learning performance of our proposed algorithm. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/li26d.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/li26d.html</guid>
        
        
      </item>
    
      <item>
        <title> FIELDING: Clustered Federated Learning with Data Drift </title>
        <description> Federated Learning (FL) trains deep models across edge devices without centralizing raw data. However, client heterogeneity slows down convergence and limits global model accuracy. Clustered FL (CFL) mitigates this by grouping clients with similar representations and training a separate model for each cluster. In practice, client data evolves over time – a phenomenon we refer to as data drift – which breaks cluster homogeneity and degrades performance. Data drift can take different forms depending on whether changes occur in the output values, the input features, or the relationship between them. We propose FIELDING, a CFL framework for handling diverse types of data drift with low overhead. FIELDING detects drift at individual clients and performs selective re-clustering to balance cluster quality and model performance, while remaining robust to varying levels of heterogeneity. Experiments show that FIELDING improves final model accuracy by 2.4–6.9% and achieves target accuracy 1.38x–3.10x faster than existing state-of-the-art CFL methods. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/li26c.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/li26c.html</guid>
        
        
      </item>
    
      <item>
        <title> Amortized Safe Active Learning for Real-Time Data Acquisition: Pretrained Neural Policies from Simulated Nonparametric Functions </title>
        <description> Safe active learning (AL) is a sequential scheme for learning unknown systems while respecting safety constraints during data acquisition. Existing methods often rely on Gaussian processes (GPs) to model the task and safety constraints, requiring repeated GP updates and constrained acquisition optimization–incurring significant computations which are challenging for real-time decision-making. We propose amortized AL for regression and amortized safe AL, replacing expensive online computations with a pretrained neural policy. Inspired by recent advances in amortized Bayesian experimental design, we leverage GPs as pretraining simulators. We train our policy prior to the AL deployment on simulated nonparametric functions, using Fourier feature-based GP sampling and a differentiable acquisition objective that is safety-aware in the safe AL setting. At deployment, our policy selects informative and (if desired) safe queries via a single forward pass, eliminating GP inference and acquisition optimization. This leads to magnitudes of speed improvements while preserving learning quality. Our framework is modular and, without the safety component, yields fast unconstrained AL for time-sensitive tasks. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/li26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/li26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Practical and Efficient Rashomon Set Sampling for Model Interpretability </title>
        <description> Explaining a single model can be misleading when many near-optimal models (a \emph{Rashomon set}) yield different feature attributions.  We frame this as a Rashomon set sampling problem and propose two practical axioms that any Rashomon sampler should satisfy: \emph{generalizability} (meaning it must accept arbitrary reference models and loss functions) and \emph{Implementation Sparsity} (meaning it should return a small, attribution-diverse subset of valid models). These two axioms are not satisfied by most known attribution methods, which we consider to be a fundamental weakness. Building on these axioms, we propose an $\epsilon$-subgradient-based sampling framework and quantify effectiveness with \emph{Search Efficiency Ratio} (SER) and \emph{Functional Explanation Range} (FER). Experiments on a synthetic quadratic task and five real-world datasets show that our sampler achieves comparable or higher FER with up to $\sim100\times$ fewer models than exhaustive baselines such as TreeFARMS, while remaining agnostic to model class and loss. Even when the reference model is sub-optimal in practice, the resulting attributions align with ground truth and accepted domain knowledge. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/li26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/li26a.html</guid>
        
        
      </item>
    
      <item>
        <title> KQ-SVD: Compressing the KV Cache with Provable Guarantees on Attention Fidelity </title>
        <description> The Key–Value (KV) cache is central to the efficiency of transformer-based large language models (LLMs), storing previously computed vectors to accelerate inference. Yet, as sequence length and batch size grow, the cache becomes a major memory bottleneck. Prior compression methods typically apply low-rank decomposition to keys alone or attempt to jointly embed queries and keys, but both approaches neglect that attention fundamentally depends on their inner products. In this work, we prove that such strategies are sub-optimal for approximating the attention matrix. We introduce KQ-SVD, a simple and computationally efficient method that directly performs an optimal low-rank decomposition of the attention matrix via a closed-form solution. By targeting the true source of redundancy, KQ-SVD preserves attention outputs with higher fidelity under compression. Extensive evaluations on LLaMA and Mistral models demonstrate that our approach consistently delivers superior projection quality. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/lesens26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/lesens26a.html</guid>
        
        
      </item>
    
      <item>
        <title> A Recovery Theory for Diffusion Priors: Deterministic Analysis of the Implicit Prior Algorithm </title>
        <description> Recovering high-dimensional signals from corrupted measurements is a central challenge in inverse problems. Recent advances in generative diffusion models have shown remarkable empirical success in providing strong data-driven priors, but rigorous recovery guarantees remain limited. In this work, we develop a theoretical framework for analyzing deterministic diffusion-based algorithms for inverse problems, focusing on a deterministic version of the algorithm proposed by Kadkhodaie &amp; Simoncelli. First, we show that when the underlying data distribution concentrates on a low-dimensional model set, the associated noise-convolved scores can be interpreted as time-varying projections onto such a set. This leads to interpreting previous algorithms using diffusion priors for inverse problems as generalized projected gradient descent methods with varying projections. When the sensing matrix satisfies a restricted isometry property over the model set, we can derive quantitative convergence rates that depend explicitly on the noise schedule. We apply our framework to two instructive data distributions: uniform distributions over low-dimensional compact, convex sets and low-rank Gaussian mixture models. In the latter setting, we can establish global convergence guarantees despite the nonconvexity of the underlying model set. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/leong26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/leong26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Transportability Without Graphs: A Bayesian Approach to Identifying s-Admissible Backdoor Sets </title>
        <description> Transporting causal information across populations is a critical challenge in clinical decision-making. Causal modeling provides criteria for identifiability and transportability, but these require knowledge of the causal graph, which rarely holds in practice. We propose a Bayesian method that combines observational data from the target domain with experimental data from a different domain to identify s-admissible backdoor sets, which enable unbiased estimation of causal effects across populations, without requiring the causal graph. We prove that if such a set exists, we can always find one within the Markov boundary of the outcome, narrowing the search space, and we establish asymptotic convergence guarantees for our method.  We develop a greedy algorithm that reframes transportability as a feature selection problem, selecting conditioning sets that maximize the marginal likelihood of experimental data given observational data. In simulated and semi-synthetic data, our method correctly identifies transportability bias, improves causal effect estimation, and performs favorably against alternatives. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/lelova26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/lelova26a.html</guid>
        
        
      </item>
    
      <item>
        <title> SQuaT: Self-Supervised Knowledge Distillation via Student-Aware Quantized Teacher Features </title>
        <description> Quantization-Aware Training (QAT) enables the deployment of quantized models with minimal accuracy degradation. However, in practical scenarios, training labels are often unavailable due to privacy, copyright, or cost constraints. Knowledge Distillation (KD) is a common approach to address this challenge, but we observe that prior work combining QAT with KD suffers from a fundamental limitation: during distillation, the range mismatch between the teacher and the quantized student model induces an unattainable residual, resulting in an irreducible lower bound on the distillation loss. Motivated by this observation, we propose SQuaT (Student-Aware Quantized Teacher Features), a label-free QAT framework with KD that theoretically eliminates this lower bound by applying the student’s quantization parameters to quantize the teacher’s features during distillation. Through comprehensive experiments across diverse settings, we demonstrate that SQuaT consistently outperforms strong baselines, with particularly pronounced gains in extreme low-bit (e.g., 1- and 2-bit) settings. Furthermore, extensive evaluations across various model design choices show that our approach does not rely on specific architectural assumptions, making it broadly applicable across diverse architectures and quantization settings. The source code is available at \url{https://github.com/lcdbsa522/SQuaT.} </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/lee26f.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/lee26f.html</guid>
        
        
      </item>
    
      <item>
        <title> Near-Optimal Clustering in Mixture of Markov Chains </title>
        <description> We study the problem of clustering $T$ trajectories of length $H$, each generated by one of $K$ unknown ergodic Markov chains over a finite state space of size $S$. We derive an instance-dependent, high-probability lower bound on the clustering error rate, governed by the stationary-weighted KL divergence between transition kernels. We then propose a two-stage algorithm: Stage I applies spectral clustering via a new injective Euclidean embedding for ergodic Markov chains, a contribution of independent interest enabling sharp concentration results; Stage II refines clusters with a single likelihood-based reassignment step. We prove that our algorithm achieves near-optimal clustering error with high probability under reasonable requirements on $T$ and $H$. Preliminary experiments support our approach, and we conclude with discussions of its limitations and extensions. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/lee26e.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/lee26e.html</guid>
        
        
      </item>
    
      <item>
        <title> GL-LowPopArt: A Nearly Instance-Wise Minimax-Optimal Estimator for Generalized Low-Rank Trace Regression </title>
        <description> We present \textbf{GL-LowPopArt}, a novel Catoni-style estimator for generalized low-rank trace regression. Building on \emph{LowPopArt} (Jang et al., 2024), it employs a two-stage approach: nuclear norm regularization followed by matrix Catoni estimation. We establish state-of-the-art estimation error bounds, surpassing existing guarantees (Fan et al., 2019; Kang et al., 2022), and reveal a novel experimental design objective, \textbf{GL($\pi$)}. The key technical challenge is controlling bias from the nonlinear inverse link function, which we address with our two-stage approach. We prove a \emph{local minimax lower bound}, showing that \textbf{GL-LowPopArt} enjoys instance-wise optimality up to the condition number of the ground-truth Hessian. Our method immediately achieves an improved Frobenius error guarantee for generalized linear matrix completion. We also introduce a new problem setting called \textbf{bilinear dueling bandits}, a contextualized version of dueling bandits with a general preference model. Using an explore-then-commit approach with \textbf{GL-LowPopArt}, we show an improved Borda regret bound over naïve vectorization (Wu et al., 2024). </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/lee26d.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/lee26d.html</guid>
        
        
      </item>
    
      <item>
        <title> ECAI: Efficient Convolution Activation Inversion for Constant-Memory Convolutional Neural Networks Training </title>
        <description> We propose a novel approach that achieves constant activation memory usage during the training of convolutional neural networks (CNNs), addressing a key memory bottleneck in the backward pass. By reconstructing activations required for gradient matrix calculation through the proposed efficient convolution activation inversion (ECAI) rather than storing them in memory during forward pass, it becomes possible to maintain constant activation memory usage across convolution layers. We formulate the activation inversion problem as a set of $n$ systems of linear equations derived from forward convolution operations, and solve them with an accelerated method that achieves $\mathcal{O}(n^2)$ complexity. The proposed approach enables memory-constrained mobile, edge, and embedded devices to perform CNN training without a growth of activation memory over the model capacity while also enhancing training memory efficiency for large-sized images on commercial GPUs. The experimental results demonstrate that the proposed approach maintains constant activation memory by reusing a fixed memory space, improving memory efficiency without degradation in model accuracy. The memory savings achieved by the proposed method increase when using more convolution layers, potentially achieving near-zero activation (e.g., $30\times$ or more activation memory reduction in specific setups). The code implementation is available at an GitHub. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/lee26c.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/lee26c.html</guid>
        
        
      </item>
    
      <item>
        <title> A Semi-Supervised Kernel Two-Sample Test </title>
        <description> We consider the problem of two-sample testing in a semi-supervised setting with abundant unlabeled covariate data. Standard two-sample tests neglect covariate information, which has the potential to significantly boost performance. However, incorporating covariates potentially breaks the exchangeability assumption under the null, which further complicates a calibration procedure. To address these issues, we propose a semi-supervised method that produces a test statistic with asymptotic normality, while effectively integrating additional information from covariates. Our test is straightforward to calibrate due to the asymptotic normality under the null and achieves asymptotic power that is often much higher than existing kernel tests without covariates. Furthermore, we formally show that the proposed method is consistent in power against fixed and local alternatives. Simulations confirm the practical and theoretical strengths of our approach. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/lee26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/lee26b.html</guid>
        
        
      </item>
    
      <item>
        <title> GeoTTER: Leveraging Local Geometry of Optimal Transport for Zero-Shot Classification </title>
        <description> We present GeoTTER, a novel framework that redefines optimal transport in the realm of zero-shot classification. Conventional methods often suffer from miscalibration and a lack of adaptability, as they rely on fixed cost matrices derived solely from pre-trained model embeddings. In contrast, GeoTTER addresses these limitations by incorporating two key techniques. First, to alleviate high-frequency label jaggedness (sample-level manifold jitter that assigns neighboring embeddings to different classes), GeoTTER integrates local geometric structure into the optimal transport formulation via graph-Laplacian smoothing, a technique grounded in spectral graph theory that enforces neighborhood consistency. Second, to correct coherent angular drift (a low-frequency orientation bias in which large groups of samples share the same angular offset from their true label prototypes), we fuse clustering-guided cost components with a globally adjusted transport cost, achieving a multi-objective optimization that respects both global distribution constraints and latent data structure. With a median improvement of +6.82% compared to zero-shot and +2.13% compared to OTTER, GeoTTER shows robust improvements across a diverse set of benchmarks. The code is available on \href{https://github.com/TeleViaBox/GeoTTER}{Github}. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/lee26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/lee26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Generalizing Behavior via Inverse Reinforcement Learning with Closed-Form Reward Centroids </title>
        <description> We study the problem of generalizing an expert agent’s behavior, provided through demonstrations, to new environments and/or additional constraints. Inverse Reinforcement Learning (IRL) offers a promising solution by seeking to recover the expert’s underlying reward function, which, if used for planning in the new setting, would reproduce the desired behavior. However, IRL is inherently ill-posed: multiple reward functions, forming the so-called feasible set, can explain the same observed behavior. Since these rewards may induce different policies in the new setting, in the absence of additional information, a decision criterion is needed to select which policy to deploy. In this paper, we propose a novel, principled criterion that selects the &quot;average&quot; policy among those induced by the rewards in a certain bounded subset of the feasible set. Remarkably, we show that this policy can be obtained by planning with the reward centroid of that subset, for which we derive a closed-form expression. We then present a provably efficient algorithm for estimating this centroid using only an offline dataset of expert demonstrations. Finally, we conduct numerical simulations that illustrate the relationship between the expert’s behavior and the behavior produced by our method. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/lazzati26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/lazzati26a.html</guid>
        
        
      </item>
    
      <item>
        <title> A Finite Time Analysis of Thompson Sampling for Bayesian Optimization with Preferential Feedback </title>
        <description> Preference feedback, in the form of pairwise comparisons rather than scalar scores, has seen increasing use in applications such as human-, laboratory-, and expert-in-the-loop design, as well as scientific discovery. We propose a Thompson Sampling (TS) approach to Bayesian optimization with preferential feedback that models comparisons using a monotone link on latent utility differences and leverages the dueling kernel induced by a base kernel. We provide a finite-time analysis showing that the performance of the proposed method matches that of standard TS for conventional Bayesian optimization with scalar feedback. The analysis exploits the anchor invariance of TS for challenger selection and introduces a double-TS pairing variant. We also demonstrate the performance of the method on both synthetic and real-world examples. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/lazzaro26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/lazzaro26a.html</guid>
        
        
      </item>
    
      <item>
        <title> On Propagation of Chaos for the Fisher-Rao Gradient Flow in Entropic Mean-Field Optimization </title>
        <description> We consider a class of optimization problems on the space of probability measures motivated by the mean-field approach to studying neural networks. Such problems can be solved by constructing continuous-time gradient flows that converge to the minimizer of the energy function under consideration, and then implementing discrete-time algorithms that approximate the flow. In this work, we focus on the Fisher-Rao gradient flow and we construct an interacting particle system that approximates the flow as its mean-field limit. We discuss the connection between the energy function, the gradient flow and the particle system and explain different approaches to smoothing out the energy function with an appropriate kernel in a way that allows for the particle system to be well-defined. We provide a rigorous proof of the existence and uniqueness of thus obtained kernelized flows, as well as a propagation of chaos result that provides a theoretical justification for using the corresponding kernelized particle systems as approximation algorithms in entropic mean-field optimization. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/lazic26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/lazic26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Sequential 1-bit Mean Estimation with Near-Optimal Sample Complexity </title>
        <description> In this paper, we study the problem of distributed mean estimation with 1-bit communication constraints. We propose a mean estimator that is based on (randomized and sequentially-chosen) interval queries, whose 1-bit outcome indicates whether the given sample lies in the specified interval. Our estimator is $(\epsilon, \delta)$-PAC for all distributions with bounded mean ($-\lambda \le \mathbb{E}(X) \le \lambda $) and variance ($\mathrm{Var}(X) \le \sigma^2$) for some known parameters $\lambda$ and $\sigma$.  We derive a sample complexity bound $\widetilde{O}\big( \frac{\sigma^2}{\epsilon^2}\log\frac{1}{\delta} + \log\frac{\lambda}{\sigma}\big)$, which matches the minimax lower bound for the unquantized setting up to logarithmic factors and the additional $\log\frac{\lambda}{\sigma}$ term that we show to be unavoidable.  We also establish an adaptivity gap for interval-query based estimators: the best non-adaptive mean estimator is considerably worse than our adaptive mean estimator for large $\frac{\lambda}{\sigma}$.  Finally, we give tightened sample complexity bounds for distributions with stronger tail decay, and present additional variants that (i) handle an unknown sampling budget (ii) adapt to the unknown true variance given (possibly loose) upper and lower bounds on the variance, and (iii) use only two stages of adaptivity at the expense of more complicated (non-interval) queries. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/lau26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/lau26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Eliciting Truthful Feedback for Preference-Based Learning via the VCG Mechanism </title>
        <description> We study resource allocation problems in which a central planner allocates resources among strategic agents with private cost functions in order to minimize a social cost, defined as an aggregate of the agents’ costs. This setting poses two main challenges: (i) the agents’ cost functions may be unknown to them or difficult to specify explicitly, and (ii) agents may misreport their costs strategically. To address these challenges, we propose an algorithm that combines preference-based learning with Vickrey–Clarke–Groves (VCG) payments to incentivize truthful reporting. Our algorithm selects informative preference queries via D-optimal design, estimates cost parameters through maximum likelihood, and computes VCG allocations and payments based on these estimates. In a one-shot setting, we prove that the mechanism is approximately truthful, individually rational, and efficient up to an error of $\tilde{\mathcal O}(K^{-1/2})$ for $K$ preference queries per agent. In an online setting, these guarantees hold asymptotically with sublinear regret at a rate of $\tilde{\mathcal O}(T^{2/3})$ after $T$ rounds. Finally, we validate our approach through a numerical case study on demand response in local electricity markets. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/landolt26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/landolt26a.html</guid>
        
        
      </item>
    
      <item>
        <title> DRAUN: An Optimization-Agnostic Data Reconstruction Attack on Federated Unlearning </title>
        <description> Federated Unlearning (FU) enables clients to remove the influence of specific data from a collaboratively trained shared global model, addressing regulatory requirements such as GDPR and CCPA. However, this unlearning process introduces a new privacy risk: A malicious server may exploit unlearning updates to reconstructthe data requested for removal, a form of Data Reconstruction Attack (DRA). While DRAs for machine unlearning have been studied extensively in centralized Machine Learning-as-a-Service (MLaaS) settings, their applicability to FU remains unclear due to the decentralized, client-driven nature of FU. This work presents DRAUN, the first attack framework to reconstruct unlearned data in FU systems. DRAUN targets optimization-based unlearning methods, which are widely adopted for their efficiency. We theoretically demonstrate why existing DRAs targeting machine unlearning in MLaaS fail in FU and show how DRAUN overcomes these limitations. We validate our approach through extensive experiments on five datasets and five model architectures, evaluating its performance against five popular unlearning methods, effectively demonstrating that state-of-the-art FU methods remain vulnerable to DRAs. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/lamri26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/lamri26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Improving Semantic Uncertainty Quantification in Language Model Question-Answering via Token-Level Temperature Scaling </title>
        <description> Calibration is central to reliable semantic uncertainty quantification, yet prior work has largely focused on discrimination, neglecting calibration. As calibration and discrimination capture distinct aspects of uncertainty, focusing on discrimination alone yields an incomplete picture. We address this gap by systematically evaluating both aspects across a broad set of confidence measures. We show that current approaches, particularly fixed-temperature heuristics, produce systematically miscalibrated and poorly discriminative semantic confidence distributions. We demonstrate that optimising a single scalar temperature, which, we argue, provides a suitable inductive bias, is a surprisingly simple yet effective solution. Our exhaustive evaluation confirms that temperature scaling consistently improves semantic calibration, discrimination, and downstream entropy, outperforming both heuristic baselines and more expressive token-level recalibration methods on question-answering tasks. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/lamb26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/lamb26a.html</guid>
        
        
      </item>
    
      <item>
        <title> On Global Convergence Rates for Federated Softmax Policy Gradient Under HeterogeneousEnvironments </title>
        <description> We provide global convergence rates for vanilla and entropy-regularized federated softmax stochastic policy gradient ($\texttt{FedPG}$) with local training.  We show that $\texttt{FedPG}$ converges to a near-optimal policy in terms of the average agent value, with a gap controlled by the level of heterogeneity. Remarkably, we obtain the first convergence rates for entropy-regularized policy gradient \emph{with explicit constants}, leveraging a projection-like operator. Our results build upon a new analysis of federated averaging for non-convex objectives, based on the observation that the {Ł}ojasiewicz-type inequalities from the single-agent setting  (Mei et al., 2020) do not hold for the federated objective.  This uncovers a fundamental difference between single-agent and federated reinforcement learning: while single-agent optimal policies can be deterministic, federated objectives may inherently require stochastic policies. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/labbi26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/labbi26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Out-of-Distribution Generalization of In-Context Learning: A Low-Dimensional Subspace Perspective </title>
        <description> The transformer’s remarkable ability to perform in-context learning (ICL) has sparked a wide range of studies designed to understand its strengths and limitations. However, a theoretical understanding of when ICL can and cannot generalize beyond its pre-training data still remains unclear. This paper puts forth a minimal mathematical model that provably identifies when ICL can generalize out-of-distribution (OOD). By studying linear regression tasks parameterized with low-rank covariance matrices, we model distribution shifts as varying angles between subspaces and derive conditions under which a single-layer linear attention model interpolates across all angles.  We show that if pre-training task vectors are drawn from a union of subspaces, transformers can generalize to all angle shifts—enabling ICL even in regions with zero probability mass in the training distribution. On the other hand, if the pre-training tasks are drawn from a single Gaussian, the test risk shows a non-negligible dependence on the angle, implying that ICL cannot generalize OOD. We empirically show that our results also hold for models such as GPT-2, and present experiments on how our results extend to nonlinear function classes. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/kwon26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/kwon26a.html</guid>
        
        
      </item>
    
      <item>
        <title> WSBD: Freezing-Based Optimizer for Quantum Neural Networks </title>
        <description> The training of Quantum Neural Networks (QNNs) is hindered by the high computational cost of gradient estimation and the barren plateau problem, where optimization landscapes become intractably flat. To address these challenges, we introduce Weighted Stochastic Block Descent (WSBD), a novel optimizer with a dynamic, parameter-wise freezing strategy. WSBD intelligently focuses computational resources by identifying and temporarily freezing less influential parameters based on a gradient-derived importance score. This approach significantly reduces the number of forward passes required per training step and helps navigate the optimization landscape more effectively. Unlike pruning or layer-wise freezing, WSBD maintains full expressive capacity while adapting throughout training. Our extensive evaluation shows that WSBD converges on average 63.9% faster than Adam for the popular ground-state-energy problem, an advantage that grows with QNN size. We provide a formal convergence proof for WSBD and show that parameter-wise freezing outperforms traditional layer-wise approaches in QNNs. Project page: \url{https://github.com/Damrl-lab/WSBD-Stochastic-Freezing-Optimizer.} </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/kverne26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/kverne26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Low-Rank Bias, Weight Decay, and Model Merging in Neural Networks </title>
        <description> We explore the low-rank structure of the weight matrices in neural networks at the stationary points (limiting solutions of optimization algorithms) with $L2$ regularization (also known as weight decay). We show several properties of such deep neural networks, induced by $L2$ regularization. In particular, for a stationary point we show alignment of the parameters and the gradient, norm preservation across layers, and low-rank bias: properties previously known in the context of solutions of gradient descent/flow type algorithms.  Experiments show that the assumptions made in the analysis only mildly affect the observations. In addition, we investigate a multitask learning phenomenon enabled by $L2$ regularization and low-rank bias. In particular, we show that if two networks are trained, such that the inputs in the training set of one network are approximately orthogonal to the inputs in the training set of the other network, the new network obtained by simply summing the weights of the two networks will perform as well on both training sets as the respective individual networks.  We demonstrate this for shallow ReLU neural networks trained by gradient descent, as well as deep linear networks trained by gradient flow. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/kuzborskij26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/kuzborskij26a.html</guid>
        
        
      </item>
    
      <item>
        <title> A New Perspective on Minimum-Norm Interpolation Under Gaussian Covariates </title>
        <description> Minimum-Norm Interpolators (MNI) in overparameterized linear models have gained attention as a tractable framework for studying interpolation phenomena that resemble empirical observations in neural networks. Most prior work on these interpolators either exploits closed-form solutions when available or relies heavily on Gaussian comparison results, such as the convex Gaussian Min-Max Theorem (CGMT). In this paper, we introduce a new perspective on MNI under isotropic Gaussian covariates by leveraging tools from high-dimensional geometry. First, we obtain a “localized” bound on the MNI’s shrinkage of the original ground truth that occurs under isotropic Gaussian covariates when the norm is in an isotropic position. Then, we prove a sharp bound on the Mean Squared Error (MSE) of the $\ell_1$-MNI, as obtained by Wang 22’ via a geometric proof, which avoids invoking the CGMT and instead relies on the work of Fleury 12’ on Gaussian polytopes. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/kur26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/kur26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Active Subspaces in Infinite Dimension </title>
        <description> Active subspace analysis uses the leading eigenspace of the gradient’s second moment to conduct supervised dimension reduction. In this article, we extend this methodology to real-valued functionals on Hilbert space. We define an operator which coincides with the active subspace matrix when applied to a Euclidean space. We show that many of the desirable properties of Active Subspace analysis extend directly to the infinite dimensional setting. We also propose a Monte Carlo procedure and discuss its convergence properties. Finally, we deploy this methodology to create visualizations as well as improve modeling and optimization on complex test problems. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/kundu26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/kundu26a.html</guid>
        
        
      </item>
    
      <item>
        <title> The Unseen Adversaries: Robust and Generalized Defense Against Adversarial Patches </title>
        <description> The vulnerabilities of deep neural networks against singularities have raised serious concerns regarding their deployment in the physical world. One of the most prominent and impactful physical-world adversarial perturbations is the attachment of patches to clean images, known as an adversarial patch attack. Similarly, natural noises such as Gaussian and Salt&amp;Pepper are highly prevalent in the real world. The current research need arises from the above vulnerabilities and the lack of efforts to tackle these two singularities independently and, especially, in combination. In this research, we have, for the first time, combined these two prominent singularities and proposed a novel dataset. Using this dataset, we have conducted a benchmark study of singularity data-point detection using features from several convolutional neural networks. For classification, rather than the popular neural network-based parameter tuning, we have used traditional yet effective machine learning classifiers. The extensive experiments across various in- and out-of-distribution (OOD) singularities reveal several interesting findings about the effectiveness of classifiers and show that it is hard to defend against adversaries when they are treated independently, and inefficient classifiers are selected. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/kumar26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/kumar26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Moonwalk: Inverse-Forward Differentiation </title>
        <description> Backpropagation’s main limitation is its need to store intermediate activations (residuals) during the forward pass, which restricts the depth of trainable networks. This raises a fundamental question: can we avoid storing these activations? We address this by revisiting the structure of gradient computation. Backpropagation computes gradients through a sequence of vector–Jacobian products, an operation that is generally irreversible. The lost information lies in the cokernel of each layer’s Jacobian. We define submersive networks—networks whose layer Jacobians have trivial cokernels—in which gradients can be reconstructed exactly in a forward sweep without storing activations. For non-submersive layers, we introduce fragmental gradient checkpointing, which records only the minimal subset of residuals necessary to restore the cotangents erased by the Jacobian. Central to our approach is a novel operator, the vector–inverse-Jacobian product (vijp), which inverts gradient flow outside the cokernel. Our mixed-mode algorithm first computes input gradients with a memory-efficient backward pass, then reconstructs parameter gradients in a forward sweep that does not need to store activations. We implement this method, called Moonwalk, and show that it matches backpropagation’s runtime while training networks more than twice as deep under the same memory budget. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/krylov26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/krylov26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Efficient Swap Regret Minimization in Combinatorial Bandits </title>
        <description> This paper addresses the problem of designing efficient no-swap regret algorithms for combinatorial bandits, where the number of actions $N$ is exponentially large in the dimensionality of the problem.  In this setting, designing efficient no-swap regret translates to sublinear – in horizon $T$ – swap regret with polylogarithmic dependence on $N$. In contrast to the weaker notion of external regret minimization – a problem which is fairly well understood in the literature – achieving no-swap regret with a polylogarithmic dependence on $N$ has remained elusive in combinatorial bandits. Our paper resolves this challenge, by introducing a no-swap-regret learning algorithm with regret that scales polylogarithmically in $N$ and is tight for the class of combinatorial bandits. To ground our results, we also demonstrate how to implement the proposed algorithm efficiently – that is, with a per-iteration complexity that also scales polylogarithmically in $N$ – across a wide range of well-studied applications. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/kontogiannis26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/kontogiannis26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Optimal Posterior Sampling for Policy Identification in Tabular Markov Decision Processes </title>
        <description> We study the $(\varepsilon, \delta)$-PAC policy identification problem in finite-horizon episodic Markov Decision Processes. Existing approaches provide finite-time guarantees for approximate settings ($\varepsilon&gt;0$) but suffer from high computational cost, rendering them hard to implement, and also suffer from suboptimal dependence on $\log(1/\delta)$. We propose a randomized and computationally efficient algorithm for best policy identification that combines posterior sampling with an online learning algorithm to guide exploration in the MDP. Our method achieves asymptotic optimality in sample complexity, also in terms of posterior contraction rate, and runs in $O(S^2AH)$ per episode, matching standard model-based approaches. Unlike prior algorithms such as MOCA and PEDEL, our guarantees remain meaningful in the asymptotic regime and avoid sub-optimal polynomial dependence on $\log(1/\delta)$. Our results provide both theoretical insights and practical tools for efficient policy identification in tabular MDPs. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/kone26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/kone26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Rate-optimal Design for Anytime Best Arm Identification </title>
        <description> We consider the best arm identification problem, where the goal is to identify the arm with the highest mean reward from a set of $K$ arms under a limited sampling budget. This problem models many practical scenarios such as A/B testing.  We consider a class of algorithms for this problem, which is provably minimax optimal up to a constant factor. This idea is a generalization of existing works in fixed-budget best arm identification, which are limited to a particular choice of risk measures.   Based on the framework, we propose Almost Tracking, a closed-form algorithm that has a provable guarantee on the popular risk measure.  Unlike existing algorithms, Almost Tracking does not require the total budget in advance nor does it need to discard a significant part of samples, which gives a practical advantage.  Through experiments on synthetic and real-world datasets, we show that our algorithm outperforms existing anytime algorithms as well as fixed-budget algorithms. Our recommended algorithm for practitioners is found in the final section. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/komiyama26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/komiyama26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Learning Right Monotone Permutation Matrices for Neural Subsequence Search </title>
        <description> Subsequence retrieval seeks relevant segments in a large corpus given a short query. Existing pairwise metric-based methods are computationally intensive, hard to parallelize, and tied to domain-specific metrics. In this work, we introduce a neural framework that casts subsequence matching as end-to-end alignment with permutation matrices satisfying monotonicity used as differentiable approximate subsequence selectors. Our framework yields fixed-dimensional embeddings for variable-length inputs, and we prove these embeddings are compatible with standard Approximate Nearest Neighbor search methods such as Locality-sensitive hashing (LSH), enabling scalable retrieval. We also impose structural priors on admissible subsequences and integrate them directly into the scoring function. The approach is domain-agnostic and operates on pre-trained representations across modalities. Experiments on real-world datasets from two different domains show strong retrieval performance and substantial speedups, with high parallelism on GPU-accelerated hardware. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/kohli26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/kohli26a.html</guid>
        
        
      </item>
    
      <item>
        <title> On the Interplay of Priors and Overparametrization in Bayesian Neural Network Posteriors </title>
        <description> Bayesian neural network (BNN) posteriors are often considered impractical for inference, as symmetries fragment them, non-identifiabilities inflate dimensionality, and weight-space priors are seen as meaningless. In this work, we study how overparametrization and priors together reshape BNN posteriors and derive implications allowing us to better understand their interplay. We show that redundancy introduces three key phenomena that fundamentally reshape the posterior geometry: layer balancedness, weight distribution on equal-probability manifolds, and prior conformity. We validate our findings through extensive experiments with posterior sampling budgets that far exceed those of earlier works, and demonstrate how overparametrization induces structured, prior-aligned weight posterior distributions. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/kobialka26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/kobialka26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Fast and Robust Convergence Rate for TD(0) with Linear Function Approximation, Universal Learning Steps and I.I.D. Samples </title>
        <description> In this paper, we study the finite-time behavior of the TD(0) temporal-difference method with linear function approximation (LFA). We consider on-policy independent and identically distributed (i.i.d.) samples, a constant learning step, and the Polyak-Juditsky averaging method. We establish a new convergence rate, for the Mean-Square Error (MSE) on the approximated function, that is (i) \emph{fast} in the sense that it admits an optimal dependency in the number of iterations $k$ (i.e., of order $1/k$), (ii) is \emph{robust} to ill-conditioning: it only depends on an initial error and model-independent constants and (iii) is \emph{sharp} up to a multiplicative constant lower than $11$. In particular, it does not depend on the smallest eigenvalue of the uncentered covariance matrix of the linear parametrization, unlike all pre-existing $O(1/k)$ rates in the TD(0) literature. We also introduce PCTD(0), a variant of TD(0), which benefits from better convergence properties under an additional assumption of strong mixing on the Markov Chain. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/kobeissi26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/kobeissi26a.html</guid>
        
        
      </item>
    
      <item>
        <title> TESLA: Taylor Expansion of Sinusoidal Learnable Activations </title>
        <description> The parity problem—deciding whether the number of ones in a binary vector is odd or even—remains challenging for standard neural networks due to linear inseparability and the need for global interactions. We propose TESLA, an activation defined as a learnable combination of sine and cosine terms, enabling explicit control over polynomial degree and selective amplification of high-order components. Theoretically, we show that constraining TESLA’s coefficients yields Lipschitz/Rademacher complexity bounds and shapes the training dynamics to emphasize higher-frequency structure. Empirically, on parity with input length $n=32$, TESLA attains strong generalization with 100K training samples ($\approx 0.002%$ of the $2^{32}$ input space) and remains robust under heavy corruption, retaining high accuracy with up to 30% label noise. We also compare against periodic and frequency-based baselines (SIREN, SNAKE, and Fourier feature embeddings) on parity and Forrelation. Beyond synthetic structure, TESLA delivers comparable performance on ImageNet-100, indicating that activation-level degree control transfers to more general vision workloads. Code: \url{https://github.com/KAU-QuantumAILab/TESLA} </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/ko26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/ko26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Nearly Optimal Best Arm Identification for Semiparametric Bandits </title>
        <description> We study fixed-confidence Best Arm Identification (BAI) in semiparametric bandits, where rewards are linear in arm features plus an unknown additive baseline shift. Unlike linear-bandit BAI, this setting requires orthogonalized regression, and its instance-optimal sample complexity has remained open. For the transductive setting, we establish an attainable instance-dependent lower bound characterized by the corresponding linear-bandit complexity on shifted features. We then propose a computationally efficient phase-elimination algorithm based on a new $\mathcal{X}\mathcal{Y}$-design for orthogonalized regression. Our analysis yields a nearly optimal high-probability sample-complexity upper bound, up to log factors and an additive $d^2$ term, and experiments on synthetic instances and the Jester dataset show clear gains over prior baselines. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/kim26d.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/kim26d.html</guid>
        
        
      </item>
    
      <item>
        <title> Demystifying Transition Matching: When and Why It Can Beat Flow Matching </title>
        <description> Flow Matching (FM) underpins many state-of-the-art generative models, yet recent results indicate that Transition Matching (TM) can achieve higher quality with fewer sampling steps. This work answers the question of when and why TM outperforms FM. First, when the target is a unimodal Gaussian distribution, we prove that TM attains strictly lower KL divergence than FM for finite number of steps. The improvement arises from stochastic difference latent updates in TM, which preserve target covariance that deterministic FM underestimates. We then characterize convergence rates, showing that TM achieves faster convergence than FM under a fixed compute budget. Second, we extend the analysis to Gaussian mixtures and identify local–unimodality regimes in which the sampling dynamics approximate the unimodal case, where TM can outperform FM. The approximation error decreases as the minimal distance between component means increases, highlighting that TM is favored when the modes are well separated. However, when the target variance approaches zero, each TM update converges to the FM update, and the performance advantage of TM diminishes. In summary, we show that TM outperforms FM when the target distribution has well-separated modes and non-negligible variances. We validate our theoretical results with controlled experiments on Gaussian distributions, and extend the comparison to real-world applications in image and video generation. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/kim26c.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/kim26c.html</guid>
        
        
      </item>
    
      <item>
        <title> Implicit Updates for Average-Reward Temporal Difference Learning </title>
        <description> Temporal difference (TD) learning is a cornerstone of reinforcement learning. In the average-reward setting, standard TD($\lambda$) is  highly sensitive to the choice of step-size and thus requires careful tuning to maintain numerical stability. We introduce  average-reward implicit TD($\lambda$), which employs an implicit fixed point update to provide data-adaptive stabilization while  preserving the per iteration computational complexity of standard average-reward TD($\lambda$). In contrast to prior finite-time  analyses of average-reward TD($\lambda$), which impose restrictive step-size conditions, we establish finite-time error bounds for the  implicit variant under substantially weaker step-size requirements. Empirically, average-reward implicit TD($\lambda$) operates  reliably over a much broader range of step-sizes and exhibits markedly improved numerical stability. This enables more efficient  policy evaluation and policy learning, highlighting its effectiveness as a robust alternative to average-reward TD($\lambda$). </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/kim26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/kim26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Towards Motion-aware Referring Image Segmentation </title>
        <description> Referring Image Segmentation (RIS) requires identifying objects from images based on textual descriptions. We observe that existing methods significantly underperform on motion-related queries compared to appearance-based ones, and propose to address this from both data and algorithmic perspectives. First, we introduce an efficient data augmentation scheme that extracts motion-centric phrases from original captions, exposing models to more motion expressions without additional annotations. Second, since the same object can be described differently depending on the context, we propose Multimodal Radial Contrastive Learning (MRaCL), performed on fused image-text embeddings rather than unimodal representations. For comprehensive evaluation, we introduce a new test split focusing on motion-centric queries, and introduce a new benchmark called M-Bench, where objects are distinguished primarily by actions. Extensive experiments show our method substantially improves performance on motion-centric queries across multiple RIS models, maintaining competitive results on appearance-based descriptions. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/kim26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/kim26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Regularized Operator Extrapolation Method For Stochastic Hierarchical Variational Inequality Problems </title>
        <description> The bilevel variational inequality (BVI) problem is a broad framework covering optimal equilibrium selection and equilibrium problems with equilibrium constraints (EPECs). We propose Regularized Operator Extrapolation (R-OpEx), a single-loop first-order algorithm for smooth and nonsmooth BVIs with stochastic monotone operators. R-OpEx combines Tikhonov regularization with operator extrapolation, requires only one operator evaluation per iteration, and tracks a single sequence of iterates. We show that R-OpEx obtains an $\epsilon$-solution in $\mathcal{O}(\epsilon^{-4})$ iterations for nonsmooth stochastic BVIs. If the inner operator is smooth and stochastic, we show an improved complexity of $\mathcal{O}(\epsilon^{-2})$ for the outer level operator while maintaining $\mathcal{O}(\epsilon^{-4})$ complexity for the inner level operator. For a smooth deterministic inner level operator, the overall complexity reduces to $\mathcal{O}(\epsilon^{-2})$. Finally, we improve the complexities substantially when the outer level is strongly monotone. To our knowledge, this is the first work to establish such guarantees for nonsmooth stochastic BVIs. We validate our results through numerical studies. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/khalafi26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/khalafi26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Differentially Private Clipped-SGD: High-Probability Convergence with Arbitrary Clipping Level </title>
        <description> Gradient clipping is a fundamental tool in Deep Learning, improving the high-probability convergence of stochastic first-order methods like SGD, AdaGrad, and Adam under heavy-tailed noise, which is common in training large language models. It is also a crucial component of Differential Privacy (DP) mechanisms. However, existing high-probability convergence analyses typically require the clipping threshold to increase with the number of optimization steps, which is incompatible with standard DP mechanisms like the Gaussian mechanism. In this work, we close this gap by providing the first high-probability convergence analysis for DP-Clipped-SGD with a fixed clipping level, applicable to both convex and non-convex smooth optimization under heavy-tailed noise, characterized by a bounded central $\alpha$-th moment assumption, $\alpha \in (1,2]$. Our results show that, with a fixed clipping level, the method converges to a neighborhood of the optimal solution with a \emph{faster rate} than the existing ones. The neighborhood can be balanced against the noise introduced by DP, providing a refined trade-off between convergence speed and privacy guarantees. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/khah26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/khah26a.html</guid>
        
        
      </item>
    
      <item>
        <title> A Geometric Approach to Optimal Experimental Design </title>
        <description> We introduce a novel geometric framework for optimal experimental design (OED). Traditional OED approaches, such as those based on mutual information, rely explicitly on probability densities, leading to restrictive invariance properties. To address these limitations, we propose the mutual transport dependence (MTD), a measure of statistical dependence grounded in optimal transport theory which provides a geometric objective for optimizing designs. Unlike conventional approaches, the MTD can be tailored to specific downstream estimation problems by choosing appropriate geometries on the underlying spaces. We demonstrate that our framework produces high-quality designs while offering a flexible alternative to standard information-theoretic techniques. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/kerrigan26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/kerrigan26b.html</guid>
        
        
      </item>
    
      <item>
        <title> EventFlow: Forecasting Temporal Point Processes with Flow Matching </title>
        <description> Continuous-time event sequences, in which events occur at irregular intervals, are ubiquitous across a wide range of industrial and scientific domains. The contemporary modeling paradigm is to treat such data as realizations of a temporal point process, and in machine learning it is common to model temporal point processes in an autoregressive fashion using a neural network. While autoregressive models are successful in predicting the time of a single subsequent event, their performance can degrade when forecasting longer horizons due to cascading errors and myopic predictions. We propose EventFlow, a non-autoregressive generative model for temporal point processes. The model builds on the flow matching framework in order to directly learn joint distributions over event times, side-stepping the autoregressive process. EventFlow is simple to implement and achieves a 20%-53% lower forecast error than the nearest baseline on standard TPP benchmarks while simultaneously using fewer model calls at sampling time. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/kerrigan26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/kerrigan26a.html</guid>
        
        
      </item>
    
      <item>
        <title> An Evaluation of Cost Functions for Algorithmic Recourse </title>
        <description> Algorithmic recourse is a field concerned with offering actionable recommendations to individuals who have received adverse outcomes from automated systems. Most recourse algorithms assume access to a cost function, which quantifies the effort involved in following these suggestions. However, to date, there has been no serious benchmarking of these functions both from a computational and human perspective. In this paper, we propose four metrics to evaluate whether currently popular cost functions in recourse satisfy the minimal requirements for meaningful distance calculations. In addition, we also propose extensions to current approaches using large-language models (LLMs) as surrogate human labellers, which are prompted with a cost-based desiderata. Experiments revealed that methods focused on the Bradley-Terry model perform best, but only when scaled up with our proposed LLM extensions, which would be the recommended choice in practice. We expect our insights to help practitioners in training and designing appropriate cost functions in the future. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/kenny26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/kenny26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Incoherence in Goal-Conditioned Autoregressive Models </title>
        <description> We investigate mathematically the notion of incoherence: a structural issue with reinforcement learning policies derived by naive goal-conditioning of autoregressive models. We focus on the process of re-training models on their own actions, that is, fine-tuning offline-learned policies with online RL. We prove that it decreases incoherence and leads to an improvement in return, and we aim to characterise the resulting trajectory of policies. By re-framing standard notions of control-as-inference and soft Q learning, we establish a three-way correspondence with two other ways of understanding the iterative re-training process: as folding the posterior into the reward and, in the deterministic case, as decreasing the temperature parameter; the correspondence has computational content via the training-inference trade-off. Through soft-conditioning generative models, we discuss the link between incoherence and the effective horizon of Laidlaw et al. (2024). </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/karwowski26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/karwowski26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Robust estimation of heterogeneous treatment effects in randomized trials leveraging external data </title>
        <description> Randomized trials are typically designed to detect average treatment effects but often lack the statistical power to uncover individual-level treatment effect heterogeneity, limiting their value for personalized decision-making. To address this, we propose the QR-learner, a model-agnostic learner that estimates conditional average treatment effects (CATE) within the trial population by leveraging external data from other trials or observational studies. The proposed method is robust: it can reduce the mean squared error relative to a trial-only CATE learner, and is guaranteed to recover the true CATE even when the external data are not aligned with the trial. Moreover, we introduce a procedure that combines the QR-learner with a trial-only CATE learner and show that it asymptotically matches or exceeds both component learners in terms of mean squared error. We examine the performance of our approach in simulation studies and apply the methods to a real-world dataset, demonstrating improvements in both CATE estimation and statistical power for detecting heterogeneous effects. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/karlsson26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/karlsson26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Learning Equivariant Functions via Quadratic Forms </title>
        <description> In this study, we introduce a method for learning group (known or unknown) equivariant functions by learning the associated quadratic form $x^T A x$ corresponding to the group from the data. Certain groups, known as orthogonal groups, preserve a specific quadratic form, and we leverage this property to uncover the underlying symmetry group under the assumption that it is orthogonal. By utilizing the corresponding unique symmetric matrix and its inherent diagonal form, we incorporate suitable inductive biases into the neural network architecture, leading to models that are both simplified and efficient. Our approach results in an invariant model that preserves norms, while the equivariant model is represented as a product of a norm-invariant model and a scale-invariant model, where the “product” refers to the group action. Moreover, we extend our framework to a more general setting where the function acts on tuples of input vectors via a diagonal (or product) group action. In this extension, the equivariant function is decomposed into an angular component extracted solely from the normalized first vector and a scale-invariant component that depends on the full Gram matrix of the tuple. This decomposition captures the inter-dependencies between multiple inputs while preserving the underlying group symmetry. We assess the effectiveness of our framework across multiple tasks, including polynomial regression, top quark tagging, and moment of inertia matrix prediction. Comparative analysis with baseline methods demonstrates that our model consistently performs strongly in both discovering the underlying symmetry and efficiently learning the corresponding equivariant function. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/karjol26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/karjol26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Auto-Regressive Masked Diffusion Models </title>
        <description> Masked diffusion models (MDMs) have emerged as a promising approach for language modeling, yet they face a performance gap compared to autoregressive models (ARMs) and require more training iterations. In this work, we present the Auto-Regressive Masked Diffusion (ARMD) model, an architecture designed to close this gap by unifying the training efficiency of autoregressive models with the parallel generation capabilities of diffusion-based models. Our key insight is to reframe the masked diffusion process as a block-wise causal model. This perspective allows us to design a strictly causal, permutation-equivariant architecture that computes all conditional probabilities across multiple denoising steps in a single, parallel forward pass. The resulting architecture supports efficient, autoregressive-style decoding and a progressive permutation training scheme, allowing the model to learn both canonical left-to-right and random token orderings. Leveraging this flexibility, we introduce a novel \emph{strided parallel generation} strategy that accelerates inference by generating tokens in parallel streams while maintaining global coherence. Empirical results demonstrate that ARMD achieves state-of-the-art performance on standard language modeling benchmarks, outperforming established diffusion baselines while requiring significantly fewer training steps. Furthermore, it establishes a new benchmark for parallel text generation, effectively bridging the performance gap between parallel and sequential decoding. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/karami26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/karami26a.html</guid>
        
        
      </item>
    
      <item>
        <title> DISPO: Enhancing Training Efficiency and Stability in Reinforcement Learning for Large Language Model Mathematical Reasoning </title>
        <description> Reinforcement learning with verifiable rewards has emerged as a promising paradigm for enhancing the reasoning capabilities of large language models particularly in mathematics. Current approaches in this domain present a clear trade-off: PPO-style methods (e.g., GRPO/DAPO) offer training stability but exhibit slow learning trajectories due to their trust-region constraints on policy updates, while REINFORCE-style approaches (e.g., CISPO) demonstrate improved learning efficiency but suffer from performance instability as they clip importance sampling weights while still permitting non-zero gradients outside the trust-region. To address these limitations, we introduce DISPO, a simple yet effective REINFORCE-style algorithm that decouples the up-clipping and down-clipping of importance sampling weights for correct and incorrect responses, yielding four controllable policy update regimes. Through targeted ablations, we uncover how each regime impacts training: for correct responses, weights $&gt;1$ increase the average token entropy (i.e., exploration) while weights $&lt;1$ decrease it (i.e., distillation) - both beneficial but causing gradual performance degradation when excessive. For incorrect responses, overly restrictive clipping triggers sudden performance collapse through repetitive outputs (when weights $&gt;1$) or vanishing response lengths (when weights $&lt;1$). By separately tuning these four clipping parameters, DISPO maintains the exploration-distillation balance while preventing catastrophic failures, achieving 61.04% on AIME’24 (vs. 55.42% CISPO and 50.21% DAPO) with similar gains across various benchmarks and models. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/karaman26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/karaman26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Empirical PAC-Bayes Bounds for Markov Chains </title>
        <description> The core of generalization theory was developed for independent observations. Some PAC and PAC-Bayes bounds are available for data that exhibit a temporal dependence. However, there are constants in these bounds that depend on properties of the data-generating process: mixing coefficients, mixing time, spectral gap... Such constants are unknown in practice. In this paper, we prove a new PAC-Bayes bound for Markov chains. This bound depends on a quantity called the \textit{pseudo-spectral gap}, $\gamma_{ps}$. The main novelty is that we can provide an empirical bound on $\gamma_{ps}$ when the state space is finite. Thus, we obtain the first fully empirical PAC-Bayes bound for Markov chains. This extends beyond the finite case, although this requires additional assumptions. On simulated experiments, the empirical version of the bound is essentially as tight as the one that depends on $\gamma_{ps}$. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/karagulyan26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/karagulyan26a.html</guid>
        
        
      </item>
    
      <item>
        <title> MDPs with a State Sensing Cost </title>
        <description> In many practical sequential decision-making problems, tracking the state of the environment incurs a sensing/computation cost. In these settings, the agent’s interaction with its environment includes the additional component of deciding \emph{when} to sense the state, in a manner that balances the value associated with optimal (state-specific) actions and the cost of sensing. We formulate this as an expected discounted cost Markov Decision Process (MDP), wherein the agent incurs an additional cost for sensing its next state, but has the option to take actions while remaining ‘blind’ to the system state. We pose this problem as a classical discounted cost MDP with an expanded (countably infinite) state space. While computing the optimal policy for this MDP is intractable in general, we derive lower bounds on the optimal value function, which allow us to bound the suboptimality gap of any policy. We also propose a computationally efficient algorithm SPI, based on policy improvement, which in practice performs close to the optimal policy. Finally, we benchmark against the state-of-the-art via a numerical case study. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/kapoor26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/kapoor26a.html</guid>
        
        
      </item>
    
      <item>
        <title> It’s All In The (Exponential) Family: An Equivalence Between Maximum Likelihood Estimation and Control Variates For Sketching Algorithms </title>
        <description> Maximum likelihood estimators (MLE) and control variate estimators (CVE) have been used in conjunction with known information across sketching algorithms and applications in machine learning. We prove that under certain conditions in an exponential family, an optimal CVE will achieve the same asymptotic variance as the MLE, giving a fixed point algorithm for the MLE. Experiments show the fixed point algorithm is faster and numerically stable compared to other root finding algorithms for the MLE for the bivariate Normal distribution, and we expect this to hold across distributions satisfying these conditions. We show how this algorithm leads to reproducibility for algorithms using MLE / CVE, and demonstrate how the algorithm leads to finding the MLE when the CV weights are known. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/kang26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/kang26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Graphon Mixtures </title>
        <description> Social networks have a small number of large hubs, and a large number of small dense communities. We propose a generative model that captures both hub and dense structures. Based on recent results about graphons on line graphs, our model is a graphon mixture,   enabling us to generate sequences of graphs where each graph is a combination of sparse and dense graphs. We propose a new condition on sparse graphs (the max-degree), which enables us to identify hubs. We show theoretically that we can estimate the normalized degree of the hubs, as well as estimate the graphon corresponding to sparse components of graph mixtures. We illustrate our approach on synthetic data and real-world networks, showing the benefits of explicitly modeling sparse graphs. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/kandanaarachchi26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/kandanaarachchi26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Interpreting and Controlling Model Behavior via Constitutions for Atomic Concept Edits </title>
        <description> We introduce a black-box interpretability framework that learns a verifiable constitution: a natural language summary of how  changes to a prompt affect a model’s specific behavior, such as its alignment, correctness, or adherence to constraints. Our method leverages atomic concept edits (ACEs), which are targeted operations that add, remove, or replace an interpretable concept in the input  prompt. By systematically applying ACEs and observing the resulting effects on model behavior across various tasks, our framework learns a causal mapping from edits to predictable outcomes. This learned constitution provides deep, generalizable insights into the model. Empirically, we validate our approach across diverse tasks, including mathematical reasoning and text-to-image alignment, for controlling and understanding model behavior. We found that for text-to-image generation, GPT-Image tends to focus on grammatical adherence, while Imagen 4 prioritizes atmospheric coherence. In mathematical reasoning, distractor variables confuse GPT-5 but leave Gemini 2.5 models and o4-mini largely unaffected. Moreover, our results show that the learned constitutions are highly effective for controlling model behavior, achieving an average of $1.86$ times boost in success rate over methods that do not use constitutions. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/kalibhat26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/kalibhat26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Creator Incentives in Recommender Systems: A Cooperative Game-Theoretic Approach for Stable and Fair Collaboration in Multi-Agent Bandits </title>
        <description> User interactions in online recommendation platforms create interdependencies among content creators: feedback on one creator’s content influences the system’s learning and, in turn, the exposure of other creators’ contents. To analyze incentives in such settings, we model collaboration as a multi-agent stochastic linear bandit problem  with a transferable utility (TU) cooperative game formulation,  where a coalition’s value equals the negative sum of its members’ cumulative regrets. We show that, for identical (homogenous) agents with fixed action sets, the induced TU game is convex under mild algorithmic conditions, implying a non-empty core that contains the Shapley value and ensures both stability and fairness. For heterogeneous agents, the game still admits a non-empty core, though convexity and Shapley value core-membership are no longer guaranteed. To address this, we propose a simple regret-based payout rule that satisfies three out of the four Shapley axioms and also lies in the core.  Experiments on MovieLens-100k dataset illustrate when the empirical payout aligns with—and diverges from—the Shapley fairness across different settings and algorithms. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/k26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/k26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Multiple Invertible and Partial-Equivariant Function for Latent Vector Transformation to Enhance Disentanglement in VAEs </title>
        <description> Disentanglement learning is central to understanding and reusing learned representations in variational autoencoders (VAEs).  Although equivariance has been explored in this context, effectively exploiting it for disentanglement remains challenging. In this paper, we propose a novel method, called \textit{Multiple Invertible and Partial-Equivariant Transformation} (MIPE-Transformation), which integrates two main parts:  (1) \textit{Invertible and Partial-Equivariant Transformation} (IPE-Transformation), guaranteeing an invertible latent-to–transformed-latent mapping while preserving partial input-to-latent equivariance in the transformed latent space; and (2) \textit{Exponential-Family Conversion} (EF-Conversion) to extend the standard Gaussian prior to an approximate exponential family via a learnable conversion. In experiments on the 3D Cars, 3D Shapes, and dSprites datasets, MIPE-Transformation improves the disentanglement performance of state-of-the-art VAEs. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/jung26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/jung26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Likelihood-Free Inference via Structured Score Matching </title>
        <description> In many statistical problems, the data distribution is specified through a generative process for which the likelihood function is analytically intractable, yet inference on the associated model parameters remains of primary interest. We develop a likelihood-free inference framework that combines score matching with gradient-based optimization and bootstrap procedures to facilitate parameter estimation together with uncertainty quantification. The proposed methodology introduces tailored score-matching estimators for approximating likelihood score functions, and incorporates an architectural regularization scheme that embeds the statistical structure of log-likelihood scores to improve both accuracy and scalability. We provide theoretical guarantees and demonstrate the practical utility of the method through simulations and benchmark applications, where it performs favorably compared to existing approaches. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/jiang26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/jiang26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Learning in Continuous State-Space MDPs for Network Inventory Management </title>
        <description> We consider online learning in infinite-horizon, average-cost Markov Decision Processes (MDPs) with multi-dimensional, continuous state spaces and censored feedback. Our model setting, motivated by network inventory management applications such as vehicle sharing, is characterized by complex, correlated state transitions and the absence of value function convexity, rendering standard analytical techniques for both MDPs and inventory control inapplicable. Our primary contribution is an integrated framework establishing and leveraging the Lipschitz property of the long-run average cost function. This insight allows us to analyze the problem through the lens of Lipschitz bandits, for which we design a provably efficient online learning algorithm that learns a near-optimal policy from censored demand data. We derive a high-probability regret bound of $O(T^{\frac{n}{n+1}} (\log T)^{\frac{1}{n+1}})$, where $n$ is the network size through customized concentration inequalities for cumulative costs in MDPs with state-dependent transitions. Furthermore, we devise a matching lower bound for this learning problem, which captures the inherent dimensionality challenge. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/jiang26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/jiang26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Linear Reasoning Vs. Proof by Cases: Obstacles for Large Language Models in FOL Problem Solving </title>
        <description> To comprehensively evaluate the mathematical reasoning capabilities of Large Language Models (LLMs), researchers have introduced abundant mathematical reasoning datasets. However, most existing datasets primarily focus on linear reasoning, neglecting other parts such as proof by contradiction and proof by cases, which are crucial for investigating LLMs’ reasoning abilities. To address this limitation, we first introduce a novel first-order logic (FOL) dataset named PC-FOL, annotated by professional mathematicians, focusing on case-based reasoning problems. All instances in this dataset are equipped with a manually written natural language proof, clearly distinguishing it from conventional linear reasoning datasets. Our experimental results over leading LLMs demonstrate a substantial performance gap between linear reasoning and case-based reasoning problems. To further investigate this phenomenon, we provide a theoretical analysis grounded in graphical model, which provides an explanation for the observed disparity between the two types of reasoning problems. We hope this work can reveal the core challenges in the field of automated natural language mathematical proof generation, paving the way for future research. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/ji26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/ji26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Scalable Spatiotemporal Inference with Biased Scan Attention Transformer Neural Processes </title>
        <description> Neural Processes (NPs) are a rapidly evolving class of models designed to directly model the posterior predictive distribution of stochastic processes. While early architectures were developed primarily as a scalable alternative to Gaussian Processes (GPs), modern NPs tackle far more complex and data-hungry applications spanning geology, epidemiology, climate, and robotics. These applications have placed increasing pressure on the scalability of these models, with many architectures compromising accuracy for scalability. In this paper, we demonstrate that this trade-off is often unnecessary, particularly when modeling fully or partially translation-invariant processes. We propose a versatile new architecture, the Biased Scan Attention Transformer Neural Process (BSA-TNP), which introduces Kernel Regression Blocks (KRBlocks), group-invariant attention biases, and memory-efficient Biased Scan Attention (BSA). BSA-TNP is able to: (1) match or exceed the accuracy of the best models while often training in a fraction of the time, (2) exhibit translation invariance, enabling learning at multiple resolutions simultaneously, (3) transparently model processes that evolve in both space and time, (4) support high-dimensional fixed effects, and (5) scale gracefully, running inference on over 1M test points and 100K context points in under a minute on a single 24GB GPU. Code is provided as part of the \href{https://github.com/MLGlobalHealth/dl4bi}{\texttt{dl4bi}} package. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/jenson26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/jenson26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Beyond Binary Out of Distribution Detection: Characterizing Distributional Shifts with Multi-Statistic Diffusion Trajectories </title>
        <description> Detecting out-of-distribution (OOD) data is critical for machine learning, be it for safety reasons or to enable open-ended learning. However, beyond mere detection, choosing an appropriate course of action typically hinges on the type of OOD data encountered. Unfortunately, the latter is generally not distinguished in practice, as modern OOD detection methods collapse distributional shifts into single scalar outlier scores. This work argues that scalar-based methods are thus insufficient for OOD data to be properly contextualized and prospectively exploited, a limitation we overcome with the introduction of DISC: Diffusion-based Statistical Characterization. DISC leverages the iterative denoising process of diffusion models to extract a rich, multi-dimensional feature vector that captures statistical discrepancies across multiple noise levels. Extensive experiments on image and tabular benchmarks show that DISC matches or surpasses state-of-the-art detectors for OOD detection and, crucially, also classifies OOD type, a capability largely absent from prior work. As such, our work enables a shift from simple binary OOD detection to a more granular detection. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/jaziri26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/jaziri26a.html</guid>
        
        
      </item>
    
      <item>
        <title> On the Finite-Sample Bias of Minimizing Expected Wasserstein Loss Between Empirical Distributions </title>
        <description> We show that minimizing the expected Wasserstein loss between empirical distributions can lead to biased parameter estimates in the finite-sample regime. Remarkably, such bias arises even in well-specified settings where both empirical distributions are drawn from the same parametric family: unlike maximum likelihood estimation—understood here as maximizing the expected log-likelihood—optimizing one parameter while fixing another fails to recover the true fixed value. We derive closed-form expressions for the expected Wasserstein loss in one dimension and, focusing on location–scale models, provide an analytic characterization of the bias. This analysis reveals that finite-sample bias occurs whenever the expected loss varies along the diagonal subspace where parameter values coincide, and we propose a simple correction scheme that removes this effect. We extend our analysis to misspecified models and the Sinkhorn divergence, demonstrating that finite-sample bias persists in more practical settings. Experiments on synthetic and real data confirm that stochastic optimization of Wasserstein-based objectives converges to biased solutions, and validate the effectiveness of the proposed correction scheme. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/jang26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/jang26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Sparse Linear Bandits with Fixed Sparsity Support: Adversarial and Stochastic Regimes </title>
        <description> We study sparse linear bandits in both adversarial and stochastic settings. While existing literature has extensively explored sparse linear bandits in the stochastic regime, the adversarial setting, particularly for general $l_p$-ball action sets $(p&gt;1)$, remains poorly understood. Our work addresses this gap by showing that the curse of dimensionality in adversarial linear bandits can be broken under a natural fixed sparsity support assumption. Specifically, we design algorithms for the $l_\infty$- and $l_2$-balls that integrate sparsity support identification with the OSMD algorithm, achieving regret bounds $O(s\sqrt{T}\log T )$ and $O(\sqrt{sT}\log T )$, respectively. These results nearly match the optimal results when the sparsity support is known, and significantly improve upon the $ O(d\sqrt{T}) $ regret of algorithms ignoring sparsity. Furthermore, in the stochastic setting, we show how the geometry of the $l_p$-ball action set influences both exploration and regret. Our work highlights fundamental contrasts between adversarial and stochastic regimes, and establishes the first regret guarantees for sparse adversarial linear bandits beyond the $l_1$-ball action set. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/jang26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/jang26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Information Hidden in Gradients of Regression with Target Noise </title>
        <description> Second-order information—such as curvature or data covariance—is critical for optimisation, diagnostics, and robustness. However, in many modern settings, only the gradients are observable. We show that the gradients alone can reveal the Hessian, equalling the data covariance $\Sigma$ for the linear regression. Our key insight is a simple variance calibration: injecting Gaussian noise so that the total target noise variance equals the batch size ensures that the empirical gradient covariance closely approximates the Hessian, even when evaluated far from the optimum. We provide non-asymptotic operator-norm guarantees under sub-Gaussian inputs. We also show that without such calibration, recovery can fail by an $\Omega(1)$ factor. The proposed method is practical (a “set target-noise variance to $n$” rule) and robust (variance $\mathcal{O}(n)$ suffices to recover $\Sigma$ up to scale). Applications include preconditioning for faster optimisation, adversarial risk estimation, and gradient-only training, for example, in distributed systems. We support our theoretical results with experiments on synthetic and real data. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/jamshidi26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/jamshidi26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Conditional Vendi Score: Prompt-Aware Diversity Evaluation for Generative AI Models and LLMs </title>
        <description> Generative models guided by text prompts are widely evaluated for fidelity and prompt alignment, yet their ability to produce diverse outputs remains underexplored. Existing diversity metrics such as Vendi and RKE, which are based on the von Neumann and R{é}nyi entropies of kernel matrices, were developed for unconditional models and cannot distinguish prompt-induced from model-induced variability. We address this gap by introducing \emph{Conditional-Vendi} and \emph{Conditional-RKE}, diversity measures derived from the conditional entropy of positive semidefinite matrices. These scores isolate model-induced diversity in prompt-guided generation, with Conditional-RKE enjoying an $O(1/\sqrt{n})$ convergence rate. For Conditional-Vendi, we introduce a truncated-spectrum approximation that yields scalable and consistent estimates. Experiments on text-to-image, image-captioning, and language generation tasks demonstrate that the conditional scores recover ground-truth diversity orderings and can also guide diffusion models toward more diverse generations. The codebase is available at \url{https://github.com/mjalali/conditional-vendi.} </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/jalali26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/jalali26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Sparse Linear Bandits with Blocking Constraints </title>
        <description> We investigate the high-dimensional sparse linear bandits problem in a data-poor regime where the time horizon is much smaller than the ambient dimension and number of arms. We study the setting under the additional \textit{blocking constraint} where each unique arm can be pulled only once. The blocking constraint is motivated by practical applications in personalized content recommendation and identification of datapoints to improve annotation efficiency for complex learning tasks. With mild assumptions on the arms, our proposed  online algorithm (\texttt{BSLB}) achieves a regret guarantee of $\widetilde{\mathsf{O}}((1+\beta_k)^2k^{\frac{2}{3}} \mathsf{T}^{\frac{2}{3}})$ where the parameter vector has an (unknown) relative tail $\beta_k$ - the ratio of $\ell_1$ norm of the top-$k$ and remaining entries of the parameter vector. To this end, we show novel offline statistical guarantees of the lasso estimator for the linear model that is robust to the sparsity modeling assumption. Finally, we propose a meta-algorithm (\texttt{C-BSLB})  based on corralling that does not need knowledge of optimal sparsity parameter $k$ at minimal cost to regret. Our experiments on multiple real-world datasets demonstrate the validity of our algorithms and theoretical framework. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/jain26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/jain26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Stochastic Bandits on Mixture Distributions: Metrics &amp; Regret Bounds </title>
        <description> Multimodal reward distributions naturally arise in real-world applications such as targeted recommendations to heterogeneous sub-populations and selective unit-level interventions. These settings challenge standard mean or risk-based bandit approaches, requiring metrics that quantify the merit of mixture parameters without prior mode knowledge. We consider the bandit setting where the reward associated with an arm is sampled from a finite mixture of Gaussians, which is strictly more general than the unimodal setting. We consider ranking arms using functions of the mixture parameters and propose methods to minimize the cumulative regret with respect to the induced ranking.  We show that the achievable pseudo-regret has a lower bound of the order $\Omega(\mathsf{T}^{1/2})$ and propose an explore and exploit based on expectation maximization (ETE-EM) algorithm which achieves a regret of $\widetilde{\mathsf{O}}(\mathsf{T}^{2/3})$. Further, we show that the modification of Thompson sampling (TS-EM) achieves a Bayes regret of $\widetilde{\mathsf{O}}(\mathsf{T}^{1/2})$. Experiments validate our approach in practice, where we benchmark against both algorithms designed for sub-Gaussian bandits and naive clustering-based extensions of empirical CDF methods, showing our approach achieves consistently lower regret across choice of metrics. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/jain26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/jain26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Fundamental Limits for Weighted Empirical Approximations of Exponentially Tilted Distributions </title>
        <description> Generating samples from exponentially tilting a given distribution of random vectors when samples from the given distribution are available finds applications in fields such as finance and climate science and in the broad area of rare event simulation. In this article, we discuss the asymptotic efficiency of an estimator obtained by exponentially tilting the empirical distribution. We provide a sharp characterization of how much one can accurately tilt distributions given a certain number of samples. Our findings reveal a surprising dichotomy: While twisting unbounded distributions is a fundamentally hard task, for bounded distributions, one can accurately tilt by a large amount using much fewer samples. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/iyer26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/iyer26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Longitudinal Flow Matching for Trajectory Modeling </title>
        <description> Generative models for sequential data often struggle with sparsely sampled and high-dimensional trajectories, typically reducing the learning of dynamics to pairwise transitions. We propose \textit{Interpolative Multi-Marginal Flow Matching} (IMMFM), a framework that learns continuous stochastic dynamics jointly consistent with multiple observed time points. IMMFM employs a quadratic interpolation path as a smooth target for flow matching and jointly optimizes drift and a data-driven diffusion coefficient, supported by a theoretical condition for stable learning. This design captures intrinsic stochasticity, handles irregular sparse sampling, and yields subject-specific trajectories. Experiments on synthetic benchmarks and real-world longitudinal neuroimaging datasets show that IMMFM outperforms existing methods in both forecasting accuracy and further downstream tasks. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/islam26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/islam26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Linear Convergence of the Frank-Wolfe Algorithm over Product Polytopes </title>
        <description> We study the linear convergence of Frank-Wolfe algorithms over product polytopes. We analyze two condition numbers for the product polytope, namely the pyramidal width and the vertex-facet distance, based on the condition numbers of individual polytope components.  As a result, for convex objectives that are $\mu$-Polyak-{Ł}ojasiewicz, we show linear convergence rates quantified in terms of the resulting condition numbers. We apply our results to the problem of approximately finding a feasible point in a polytope intersection in high-dimensions, and demonstrate the practical efficiency of our algorithms through empirical results. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/iommazzo26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/iommazzo26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Hypergraph Neural Networks Accelerate MUS Enumeration </title>
        <description> Enumerating Minimal Unsatisfiable Subsets (MUSes) is a fundamental task in constraint satisfaction problems (CSPs). Its major challenge is the exponential growth of the search space, which becomes particularly severe when satisfiability checks are expensive. Recent machine learning approaches reduce this cost for Boolean satisfiability problems but rely on explicit variable-constraint relationships, limiting their application domains. This paper proposes a domain-agnostic method to accelerate MUS enumeration using Hypergraph Neural Networks (HGNNs). The proposed method incrementally builds a hypergraph with constraints as vertices and MUSes enumerated until the current step as hyperedges, and employs an HGNN-based agent trained via reinforcement learning to minimize the number of satisfiability checks required to obtain an MUS. Experimental results demonstrate the effectiveness of our approach in accelerating MUS enumeration, showing that our method can enumerate more MUSes within the same satisfiability check budget compared to conventional methods. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/ijima26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/ijima26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Value Gradient Sampler: Learning Invariant Value Functions for Equivariant Diffusion Sampling </title>
        <description> We propose the Value Gradient Sampler (VGS), a diffusion sampler parameterized by value functions. VGS generates samples from an unnormalized target density (i.e., energy) by evolving randomly initialized particles along the gradient of the value function. In many sampling problems where the target density exhibits invariant symmetries, value functions provide a novel approach to leveraging invariant networks for sampling by inducing an equivariant gradient flow, without requiring more complex equivariant networks. The value networks are trained via temporal difference learning, which supports off-policy training and other established reinforcement learning (RL) techniques. By combining advanced RL methods with efficient invariant networks, VGS achieves both the highest sample quality and the fastest sampling speed among our baselines on the 55-particle Lennard-Jones system. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/hwang26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/hwang26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Interpretable DNA Sequence Classification via Dynamic Feature Generation in Decision Trees </title>
        <description> The analysis of DNA sequences has become critical in numerous fields, from evolutionary biology to understanding gene regulation and disease mechanisms. While deep neural networks can achieve remarkable predictive performance, they typically operate as black boxes. Contrasting these black boxes, axis-aligned decision trees offer a promising direction for interpretable DNA sequence analysis, yet they suffer from a fundamental limitation: considering individual raw features in isolation at each split limits their expressivity, which results in prohibitive tree depths that hinder both interpretability and generalization performance. We address this challenge by introducing DEFT, a novel framework that adaptively generates high-level sequence features during tree construction. DEFT leverages large language models to propose biologically-informed features tailored to the local sequence distributions at each node and to iteratively refine them with a reflection mechanism. Empirically, we demonstrate that DEFT discovers human-interpretable and highly predictive sequence features across a diverse range of genomic tasks. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/huynh26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/huynh26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Split-Flows: Measure Transport and Information Loss Across Molecular Resolutions </title>
        <description> By reducing resolution, coarse-grained models greatly accelerate molecular simulations, unlocking access to long-timescale phenomena, though at the expense of microscopic information. Recovering this fine-grained detail is essential for tasks that depend on atomistic accuracy, making backmapping a central challenge in molecular modeling. We introduce split-flows, a novel flow-based approach that reinterprets backmapping as a continuous-time measure transport across resolutions. Unlike existing generative strategies, split-flows establish a direct probabilistic link between resolutions, enabling expressive conditional sampling of atomistic structures and—for the first time—a tractable route to computing mapping entropies, an information-theoretic measure of the irreducible detail lost in coarse-graining. We demonstrate these capabilities on diverse molecular systems, including Chignolin, a lipid bilayer, and alanine dipeptide, highlighting split-flows as a principled framework for accurate backmapping and systematic evaluation of coarse-grained models. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/hummerich26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/hummerich26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Loss-Driven Bayesian Active Learning </title>
        <description> The central goal of active learning is to gather data that maximises downstream predictive performance, but popular approaches have limited flexibility in customising this data acquisition to different downstream problems and losses. We propose a rigorous loss-driven approach to Bayesian active learning that allows data acquisition to directly target the loss associated with a given decision problem. In particular, we show how any loss can be used to derive a unique objective for optimal data acquisition. Critically, we then show that any loss taking the form of a weighted Bregman divergence permits analytic computation of a central component of its corresponding objective, making the approach applicable in practice. In regression and classification experiments with a range of different losses, we find our approach reduces test losses relative to existing techniques. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/huang26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/huang26b.html</guid>
        
        
      </item>
    
      <item>
        <title> On the optimal regret of collaborative personalized linear bandits </title>
        <description> Stochastic linear bandits are a fundamental model for sequential decision making. Although well studied in the single-agent setting, many real-world scenarios involve multiple agents solving heterogeneous bandit problems, each with a different unknown parameter. This paper investigates the optimal regret achievable in collaborative personalized linear bandits.  We derive an information-theoretic lower bound showing how the number of agents, the number of rounds, and the degree of heterogeneity jointly affect regret. We propose a two-stage collaborative algorithm that achieves the optimal regret. We model heterogeneity via a hierarchical Bayesian framework and introduces a novel information-theoretic technique for bounding regret. Our results offer a complete characterization of when and how collaboration helps with a optimal regret bound $\tilde{O}(d\sqrt{mn})$, $\tilde{O}(dm^{1-\gamma}\sqrt{n})$, $\tilde{O}(dm\sqrt{n})$ for the number of rounds $n$ in the range of $o \left( \frac{d}{m \sigma^2} \right)$, $\Theta \left( \frac{d}{m^{2\gamma} \sigma^2} \right)$ and $\omega \left( \frac{d}{\sigma^2}, \right)$ respectively, where $\sigma$ measures the level of heterogeneity, $m$ is the number of agents, and $\gamma\in[0, 1/2]$ is an absolute constant. In contrast,   without collaboration achieves a regret bound $O(dm\sqrt{n})$ at best. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/huang26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/huang26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Meet Me at the Arm: The Cooperative Multi Armed Bandits Problem with Shareable Arms </title>
        <description> We study the decentralized multi-player multi-armed bandits (MMAB) problem under a no-sensing setting, where each player receives only their own reward and obtains no information about collisions. Each arm has an unknown capacity, and if the number of players pulling an arm exceeds its capacity, all players involved receive zero reward. This setting generalizes the classical unit-capacity model and introduces new challenges in coordination and capacity discovery under severe feedback limitations. We propose A-CAPELLA (Algorithm for Capacity-Aware Parallel Elimination for Learning and Allocation), a decentralized learning algorithm that achieves logarithmic regret in this generalized regime via protocol-driven coordination. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/hu26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/hu26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Structural Alignment Improves Graph Test-Time Adaptation </title>
        <description> Graph-based learning excels at capturing interaction patterns in diverse domains like recommendation, fraud detection, and particle physics. However, its performance often degrades under distribution shifts, especially those altering network connectivity. Current methods to address these shifts typically require retraining with the source dataset, which is often infeasible due to computational or privacy limitations. We introduce Test-Time Structural Alignment (TSA), a novel algorithm for Graph Test-Time Adaptation (GTTA) that adapts a pretrained model to align graph structures during inference without the cost of retraining. Grounded in a theoretical understanding of graph data distribution shifts, TSA employs three synergistic strategies: uncertainty-aware neighborhood weighting to accommodate neighbor label distribution shifts, adaptive balancing of self-node and aggregated neighborhood representations based on their signal-to-noise ratio, and decision boundary refinement to correct residual label and feature shifts. Extensive experiments on synthetic and real-world datasets demonstrate TSA’s consistent outperformance of both non-graph TTA methods and state-of-the-art GTTA baselines. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/hsu26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/hsu26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Laplace approximation for Bayesian variable selection via Le Cam’s one-step procedure </title>
        <description> Relevant feature selection in high-dimensional settings is a central challenge in modern scientific research and decision-making. While many existing methods offer strong statistical guarantees, they are often computationally intractable in high-dimensional problems. To address this issue, we introduce a novel Laplace approximation method based on Le Cam’s one-step procedure, termed \textsf{OLAP}. This approach is specifically designed to alleviate computational burdens while maintaining statistical rigor. Under standard high-dimensional assumptions, we establish that \textsf{OLAP} achieves consistent variable selection. Moreover, the method yields a posterior distribution that can be efficiently explored in polynomial time via a simple Gibbs sampling algorithm. We demonstrate the effectiveness of OLAP through applications to logistic and Poisson regression models, using both simulated and real data. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/hou26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/hou26a.html</guid>
        
        
      </item>
    
      <item>
        <title> TexTSC: Class-Texture Preserving Data Condensation for Time Series Classification </title>
        <description> Dataset condensation seeks to generate a small set of synthetic examples that can replace large real datasets for training, but existing methods for time series often rely on unstable training-trajectory matching or capture only limited signal structure. We present TexTSC, a condensation framework that preserves class structure using spectro-temporal second-order statistics instead of trajectory replay. TexTSC models each class’s “texture” as the co-activation pattern among intermediate teacher features, aligning Gram matrices of activations in time to capture temporal correlations and in frequency to capture spectral envelopes and harmonics. A short-lag autocorrelation term stabilizes local rhythm, while a lightweight gradient anchor at the final layer ensures discriminative power. TexTSC optimizes synthetic sequences directly, remains model-agnostic, and requires only closed-form statistics, making it simple and stable. Experiments on standard benchmarks show that TexTSC produces compact datasets that retain class-conditional structure and achieve higher classification accuracy than first-order or single-domain baselines. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/hosseinzadeh26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/hosseinzadeh26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Generalized and Optimal Straight-Through Estimators </title>
        <description> Modern ML models often utilize discrete components within their computational graphs, making training challenging. In such cases, approximate-chain-rule gradient estimators can be applied. They work reasonably well but are obtained by combining diverse rationales with ad-hoc choices.  In this work, we propose a principled axiomatic approach to define a general family of gradient estimators and show that it subsumes many existing methods. Within this family, we derive optimal estimators with respect to a minimum variance criterion subject to interpretable bias-limiting constraints, addressing integer and one-hot categorical discrete variables. We empirically demonstrate that our estimator can achieve a better bias-variance trade-off than existing ones on synthetic problems and outperforms them on training variational auto-encoders with discrete latent variables. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/hooper26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/hooper26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Adaptive Combinatorial Experimental Design: Pareto Optimality for Decision-Making and Inference </title>
        <description> In this paper, we provide the first investigation into adaptive combinatorial experimental design, focusing on the trade-off between regret minimization and statistical power in combinatorial multi-armed bandits (CMAB). While minimizing regret requires repeated exploitation of high-reward arms, accurate inference on reward gaps requires sufficient exploration of suboptimal actions. We formalize this trade-off through the concept of Pareto optimality and establish equivalent conditions for Pareto-efficient learning in CMAB. We consider two relevant cases under different information structures, i.e., full-bandit feedback and semi-bandit feedback, and propose two algorithms MixCombKL and MixCombUCB respectively for these two cases. We provide theoretical guarantees showing that both algorithms are Pareto optimal, achieving finite-time guarantees on both regret and estimation error of arm gaps. Our results further reveal that richer feedback significantly tightens the attainable Pareto frontier, with the primary gains arising from improved estimation accuracy under our proposed methods. Taken together, these findings establish a principled framework for adaptive combinatorial experimentation in multi-objective decision-making. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/hongrui26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/hongrui26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Beyond ReLU: How Activations Affect  Neural Kernels and Random Wide Networks </title>
        <description> In recent years, the neural tangent kernel (NTK) and neural network Gaussian process kernel (NNGP) have given theoreticians tractable limiting cases of fully connected neural networks. However, the property of these kernels are poorly understood for activation functions other than powers of the ReLU.  Our main contribution is a characterization of the RKHS of these kernels for activation functions whose only non-smoothness is at zero.  This extends existing theory to numerous commonly used activation functions such as SELU, ELU, or LeakyReLU. Additionally, we analyze a broad set of special cases such as missing biases, two-layer networks, or polynomial activations.  Our results show that a broad class of not infinitely smooth activations generate equivalent RKHSs at different network depths, depending only on the degree of the non-smoothness up to equivalence. On the other hand, the RKHS generated by polynomial activations depends on the network depth.  Finally, we derive results for the smoothness of NNGP sample paths, characterizing the smoothness of infinitely wide neural networks at initialization. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/holzmuller26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/holzmuller26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Fact-Augmented Lookahead Planning for LLM Agents </title>
        <description> Large Language Models (LLMs) are increasingly capable, but LLM agents still struggle to plan effectively in interactive, partially observable, long-horizon environments when search is unguided or recent history is insufficient. We introduce LWM-Planner, a fact-augmented lookahead planning framework that improves agent behavior purely through in-context learning. After each episode, the agent extracts task-critical atomic facts from its trajectories, validates candidates with a lightweight predictive-consistency filter (and optionally compresses them), and uses the resulting fact set to condition action proposal, single-step latent world-model simulation, and state-value estimation. Planning then proceeds via recursive, depth-limited lookahead over candidate trajectories conditioned on the accumulated facts and recent history, enabling online improvement without parameter updates. We provide abstraction-style motivation—treating facts as reducing state aliasing (proxy $\epsilon_{\mathrm{sim}}$) and fact-conditioned simulation as lowering one-step error (proxy $\delta_{\mathrm{model}}$)—without claiming formal guarantees. Empirically, on text FrozenLake variants, CrafterMini, and ALFWorld, the approach improves cumulative return over ReAct/Reflexion and search-only baselines, suggesting that additional test-time search is most useful when grounded by compact, experience-derived facts. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/holt26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/holt26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Mixture Proportion Estimation and Weakly-supervised Kernel Test for Conditional Independence </title>
        <description> Mixture proportion estimation (MPE) aims to estimate class priors from unlabeled data. This task is a critical component in weakly supervised learning such as PU learning, learning with label noise, and domain adaptation. Existing MPE methods rely on the \emph{irreducibility} assumption or its variant for identifiability. In this paper, we propose novel assumptions based on conditional independence (CI) given the class label, which ensure identifiability even when irreducibility does not hold. We develop method of moments estimators under these assumptions and analyze their asymptotic properties. Furthermore, we present weakly-supervised kernel tests to validate the CI assumptions, which are of independent interest in applications such as causal discovery and fairness evaluation. Empirically, we demonstrate the improved performance of our estimators compared with existing methods and that our tests successfully control both type I and type II errors. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/hirose26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/hirose26a.html</guid>
        
        
      </item>
    
      <item>
        <title> From Guess2Graph: When and How Can Unreliable Experts Safely Boost Causal Discovery in Finite Samples? </title>
        <description> Causal discovery algorithms often perform poorly with limited samples. While integrating expert knowledge (including from LLMs)  as constraints promises to improve performance,  guarantees for existing methods require perfect predictions or uncertainty estimates, making them unreliable for practical use. We propose the Guess2Graph (G2G) framework, which uses expert guesses to guide the sequence of statistical tests rather than replacing them.  This maintains statistical consistency while enabling performance improvements. We develop two instantiations of G2G: PC-Guess, which augments the PC algorithm, and gPC-Guess, a learning-augmented variant designed to better leverage high-quality expert input. Theoretically, both preserve correctness regardless of expert error, with gPC-Guess provably outperforming its non-augmented counterpart in finite samples when experts are &quot;better than random&quot;. Empirically, both show monotonic improvement with expert accuracy, with gPC-Guess achieving significantly stronger gains. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/hiremath26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/hiremath26a.html</guid>
        
        
      </item>
    
      <item>
        <title> GRANITE: A Generalized Regional Framework for Identifying Agreement in Feature-Based Explanations </title>
        <description> Feature-based explanation methods aim to quantify how features influence the model’s behavior, either locally or globally, but different methods often disagree, producing conflicting explanations. This disagreement arises primarily from two sources: how feature interactions are handled and how feature dependencies are incorporated. We propose GRANITE, a generalized regional explanation framework that partitions the feature space into regions where interaction and distribution influences are minimized. This approach aligns different explanation methods, yielding more consistent and interpretable explanations. GRANITE unifies existing regional approaches, extends them to feature groups, and introduces a recursive partitioning algorithm to estimate such regions. We demonstrate its effectiveness on real-world datasets, providing a practical tool for consistent and interpretable feature explanations. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/herbinger26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/herbinger26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Private and Efficient Federated Statistical Learning </title>
        <description> Federated Learning (FL) enables collaborative model training across multiple data sources while preserving data privacy, and differential privacy (DP) provides a probabilistic framework to safeguard sensitive information when sharing output derived from data. While numerous DP-FL methods exist, achieving both DP and efficient utility in federated statistical learning remains a significant challenge. In this work, we propose a novel federated statistical learning framework that ensures efficient, robust, and privacy-preserving estimation. We introduce a new noising mechanism that encodes uncertainty along with the maximum likelihood estimate (MLE) by leveraging multiple noisy copies of the MLE. To calibrate noise effectively, we extend the smooth sensitivity to account for data-dependent correlations, ensuring strong DP guarantees while maintaining utility. Additionally, we develop INFEMBLER, an information-assembling algorithm that efficiently de-noises multiple noisy MLE copies using a hierarchical Bayesian model and via an expectation-maximization (EM) algorithm. INFEMBLER significantly enhances estimation efficiency over existing methods and is inherently robust, providing estimates at least as reliable as those derived from local data alone, thereby preserving the benefits of FL. We establish its asymptotic properties and validate its effectiveness through experiments on both simulated and real datasets, demonstrating its superior statistical efficiency and robustness. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/heo26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/heo26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Confidence-Guided Self-Training for Gradual Domain Adaptation </title>
        <description> Domain adaptation addresses the challenge of distributional shift between a labeled source domain and an unlabeled target domain. In gradual domain adaptation (GDA), the shift is assumed to occur through a sequence of intermediate domains, enabling smoother adaptation. A popular approach in this setting is self-training, where a model iteratively generates pseudo-labels for unlabeled data. However, pseudo-labeling errors can accumulate across rounds, especially under large shift, undermining generalization. We develop a theoretical framework for self-training under gradual domain shift that explicitly quantifies and controls the pseudo-labeling error incurred at each round. Our first result is a modular generalization bound that decomposes the excess target risk into \emph{coverage}, \emph{pseudo-label error}  $(\varepsilon_k)$ on the accepted set, domain shift, sample complexity, and regularization. Unlike prior bounds, our analysis separates the coverage penalty (due to rejecting inputs) from the pseudo-label error (controlled by confidence calibration or margin filtering, including Tsybakov-type noise via margin decay or calibration assumptions). We also provide the first theoretical justification for percentile (quantile) thresholding schemes used in practice: such schedules directly control coverage while tightening $\varepsilon_k$, yielding a principled coverage–noise tradeoff. Under mild conditions, both terms accumulate only logarithmically, leading to improved generalization. We validate these insights across multiple GDA benchmarks, using both observed and OT-generated intermediate domains. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/heidarizadeh26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/heidarizadeh26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Tractable Shapley Values and Interactions via Tensor Networks </title>
        <description> We show how to replace the $O(2^n)$ coalition enumeration  over $n$ features behind Shapley values and Shapley-style interaction indices with a \emph{few-evaluation} scheme on a tensor-network (TN) surrogate: TN-SHAP. The key idea is to represent a predictor’s local behavior as a factorized multilinear map, so that coalitional quantities become \emph{linear probes} of a coefficient tensor. TN-SHAP replaces exhaustive coalition sweeps with just a small number of targeted evaluations to extract order$-k$ Shapley interactions.  In particular, both order-1 (single-feature) and order-2 (pairwise) computations have cost $O\!\big(n\,\mathrm{poly}(\chi) + n^2\big)$, where $\chi$ is the TN’s maximal cut rank.  We provide theoretical guarantees on the approximation error and tractability of TN-SHAP.  On UCI datasets, our method matches enumeration on the fitted surrogate while reducing evaluation by orders of magnitude and achieves \textbf{25–1000$\times$} wall-clock speedups over KernelSHAP-IQ at comparable accuracy, while amortizing training across local cohorts. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/heidari26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/heidari26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Recency Biased Causal Attention for Time-series Forecasting </title>
        <description> Recency bias is a useful inductive prior for sequential modeling: it emphasizes nearby observations and can still allow longer-range dependencies. Standard Transformer attention lacks this property, relying on all-to-all interactions that overlook the causal and often local structure of temporal data. We propose a simple mechanism to introduce recency bias by reweighting attention scores with a smooth heavy-tailed decay. This adjustment strengthens local temporal dependencies without sacrificing the flexibility to capture broader and data-specific correlations. We show that recency-biased attention consistently improves sequential modeling, aligning Transformer more closely with the read–ignore–write operations of RNNs. Finally, we demonstrate that our approach achieves competitive and often superior performance on challenging time-series forecasting benchmarks. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/hegazy26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/hegazy26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Scalable Utility-Aware Multiclass Calibration </title>
        <description> Ensuring that classifiers are well-calibrated, i.e., their predictions align with observed frequencies, is a minimal and fundamental requirement for classifiers to be viewed as trustworthy. Existing methods for assessing multiclass calibration often focus on specific aspects associated with prediction (e.g., top-class confidence, class-wise calibration) or utilize computationally challenging variational formulations. In this work, we study scalable \emph{evaluation} of multiclass calibration. To this end, we propose utility calibration, a general framework which measures the calibration error relative to a specific utility function that encapsulates the goals or decision criteria relevant to the end user. We demonstrate how this framework can unify and re-interpret several existing calibration metrics, particularly allowing for more robust versions of the top-class and class-wise calibration metrics, and going beyond such binarized approaches, towards assessing calibration for richer classes of downstream utilities. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/hegazy26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/hegazy26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Impact of Positional Encoding: Clean and Adversarial Rademacher Complexity for Transformers under In-Context Regression </title>
        <description> Positional encoding (PE) is a core architectural component of Transformers, yet its impact on the Transformer’s generalization and robustness remains unclear. In this work, we provide the first generalization analysis for single-layer Transformer under in-context regression that explicitly accounts for a trainable PE module. Our result shows that PE systematically enlarges the generalization gap. Extending to the adversarial setting, we derive the adversarial Rademacher generalization bound. We find that the gap between models with and without PE is magnified under attack, demonstrating that PE amplifies the vulnerability of models. Our bounds are empirically validated by a simulation study. Together, this work establishes a new framework for understanding the clean and adversarial generalization in ICL with PE. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/he26d.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/he26d.html</guid>
        
        
      </item>
    
      <item>
        <title> SenTSR-Bench: Thinking with Injected Knowledge for Time-Series Reasoning </title>
        <description> Time-series diagnostic reasoning is essential for many applications, yet existing solutions face a persistent gap: general reasoning large language models (GRLMs) possess strong reasoning skills but lack the domain-specific knowledge to understand complex time-series patterns. Conversely, fine-tuned time-series LLMs (TSLMs) understand these patterns but lack the capacity to generalize reasoning for more complicated questions. To bridge this gap, we propose a hybrid knowledge-injection framework that injects TSLM-generated insights directly into GRLM’s reasoning trace, thereby achieving strong time-series reasoning with in-domain knowledge. As collecting data for knowledge injection fine-tuning is costly, we further leverage a reinforcement learning-based approach with verifiable rewards (RLVR) to elicit knowledge-rich traces without human supervision, then transfer such an in-domain thinking trace into GRLM for efficient knowledge injection. We further release SenTSR-Bench, a multivariate time-series-based diagnostic reasoning benchmark collected from real-world industrial operations. Across SenTSR-Bench and other public datasets, our method consistently surpasses TSLMs by 9.1%–26.1% and GRLMs by 7.9%–22.4%, delivering robust, context-aware time-series diagnostic insights. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/he26c.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/he26c.html</guid>
        
        
      </item>
    
      <item>
        <title> Connectome-Guided Optimization for Deep Networks </title>
        <description> The human brain is highly adaptive: its functional connectivity reconfigures on multiple timescales during cognition and learning, enabling flexible information processing. By contrast, artificial neural networks typically rely on manually-tuned learning-rate schedules or generic adaptive optimizers whose hyperparameters remain largely agnostic to a model’s internal dynamics. In this paper, we propose Connectome-Guided Automatic Learning Rate (CG-ALR) that dynamically constructs a functional connectome of the neural network from neuron co-activations at each training iteration and adjusts learning rates online as this connectome reconfigures. This connectomics-inspired mechanism adapts step sizes to the network’s dynamic functional organization, slowing learning during unstable reconfiguration and accelerating it when stable organization emerges. Our results demonstrate that principles inspired by brain connectomes can inform the design of adaptive learning rates in deep learning, with particularly consistent improvements over traditional SGD-based schedules and competitive performance against Adam-family scheduled baselines and recent adaptive methods. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/he26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/he26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Enforcing Fair Predicted Scores on Intervals of Percentiles by Difference-of-Convex Constraints </title>
        <description> Fairness in machine learning has become a critical concern, particularly in high-stakes applications. Existing approaches often focus on achieving full fairness across all score ranges generated by predictive models, ensuring fairness in both high and low-scoring populations. However, this stringent requirement can compromise predictive performance and may not align with the practical fairness concerns of stakeholders. In this work, we propose a novel framework for building partially fair machine learning models, which enforce fairness within a specific score range of interest, such as the middle range where decisions are most contested, while maintaining flexibility in other regions. We introduce two statistical metrics to rigorously evaluate partial fairness within a given score range, such as the top 20%–40% of scores. To achieve partial fairness, we propose an in-processing method by formulating the model training problem as constrained optimization with difference-of-convex constraints, which can be solved by an inexact difference-of-convex algorithm (IDCA). We provide the complexity analysis of IDCA for finding a nearly KKT point. Through numerical experiments on real-world datasets, we demonstrate that our framework achieves high predictive performance while enforcing partial fairness where it matters most. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/he26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/he26a.html</guid>
        
        
      </item>
    
      <item>
        <title> A Proof of Learning Rate Transfer Under $μ$P </title>
        <description> We provide the first proof of learning rate transfer with width in a linear multi-layer perceptron (MLP) parametrized with $\mu$P, a neural network parameterization designed to “maximize” feature learning in the infinite-width limit. We show that under $\mu$P, the optimal learning rate converges to a \emph{non-zero constant} as width goes to infinity, providing a theoretical explanation to learning rate transfer. In contrast, we show that this property fails to hold under alternative parametrizations such as Standard Parameterization (SP) and Neural Tangent Parametrization (NTP). We provide intuitive proofs and support the theoretical findings with extensive empirical results. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/hayou26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/hayou26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Free Random Projection for In-Context Reinforcement Learning </title>
        <description> Hierarchical inductive biases are hypothesized to promote generalizable policies in reinforcement learning, as demonstrated by explicit hyperbolic latent representations and architectures. Therefore, a more flexible approach is to have these biases emerge naturally from the algorithm. We introduce Free Random Projection, an input mapping grounded in free probability theory that constructs random orthogonal matrices where hierarchical structure arises inherently. The free random projection integrates seamlessly into existing in-context reinforcement learning frameworks by encoding hierarchical organization within the input space without requiring explicit architectural modifications. Empirical results on multi-environment benchmarks show that free random projection consistently outperforms the standard random projection, leading to improvements in generalization. Furthermore, analyses within linearly solvable Markov decision processes and investigations of the spectrum of kernel random matrices reveal the theoretical underpinnings of free random projection’s enhanced performance, highlighting its capacity for effective adaptation in hierarchically structured state spaces. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/hayase26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/hayase26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Gaussian Equivalence for Self-Attention: Asymptotic Spectral Analysis of Attention Matrix </title>
        <description> Self-attention layers have become fundamental building blocks of modern deep neural networks, yet their theoretical understanding remains limited, particularly from the perspective of random matrix theory. In this work, we provide a rigorous analysis of the singular value spectrum of the attention matrix and establish the first Gaussian equivalence result for attention. In a natural regime where the inverse temperature remains of constant order, we show that the singular value distribution of the attention matrix is asymptotically characterized by a tractable linear model. We further demonstrate that the distribution of squared singular values deviates from the Marchenko–Pastur law, which has been believed in previous work. Our proof relies on two key ingredients: precise control of fluctuations in the normalization term and a refined linearization that leverages favorable Taylor expansions of the exponential. This analysis also identifies a threshold for linearization and elucidates why attention, despite not being an entrywise operation, admits a rigorous Gaussian equivalence in this regime. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/hayase26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/hayase26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Bounds and Identification of Joint Probabilities of Potential Outcomes and Observed Variables Under Monotonicity Assumptions </title>
        <description> Evaluating joint probabilities of potential outcomes and observed variables, and their linear combinations, is a fundamental challenge in causal inference. This paper addresses the bounding and identification of these probabilities in settings with discrete treatment and discrete outcome. We propose new families of monotonicity assumptions  and formulate the bounding problem as a linear programming problem. We further introduce a new monotonicity assumption specifically to achieve identification.  Finally, we present numerical experiments to validate our methods and demonstrate their application using real-world datasets. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/hashimoto26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/hashimoto26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Structured Temporal Inference in State-Space Models </title>
        <description> We propose a framework for structured temporal inference in nonlinear state-space models (SSMs) with hybrid latent dynamics that mix discrete and continuous variables. Our method follows a two-stage inference: continuous states are estimated via  Kalman inspired updates, while discrete variables are sampled by a neural model  conditioned on these states, avoiding explicit Markov assumptions. To handle  instabilities arising from recurrent dynamics, we introduce stabilization  approach, and train all components jointly using surrogate gradient estimators  that support REINFORCE-style updates. This design achieves SOTA results across synthetic and real-world datasets,  in state estimation, regime detection, and imputation under noise and  partial observability. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/hashempoor26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/hashempoor26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Time Series Forecasting with Hahn Kolmogorov-Arnold Networks </title>
        <description> Recent Transformer- and MLP-based models have demonstrated strong performance in long-term time series forecasting, yet Transformers remain limited by their quadratic complexity and permutation-equivariant attention, while MLPs exhibit spectral bias. We propose HaKAN, a versatile model based on Kolmogorov-Arnold Networks (KANs), leveraging Hahn polynomial-based learnable activation functions and providing a lightweight and interpretable alternative for multivariate time series forecasting. Our model integrates channel independence, patching, a stack of Hahn-KAN blocks with residual connections, and a bottleneck structure comprised of two fully connected layers. The Hahn-KAN block consists of inter- and intra-patch KAN layers to effectively capture both global and local temporal patterns. Extensive experiments on various forecasting benchmarks demonstrate that our model consistently outperforms recent state-of-the-art methods, with ablation studies validating the effectiveness of its core components. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/hasan26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/hasan26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Learning Hyperparameters via a Data-Emphasized Variational Objective </title>
        <description> When training large models on limited data, avoiding overfitting is paramount. Common grid search or smarter search methods rely on expensive separate runs for each candidate hyperparameter, while carving out a validation set that reduces available training data. In this paper, we study gradient-based learning of hyperparameters via the evidence lower bound (ELBO) objective from Bayesian variational methods. This avoids the need for any validation set. We focus on scenarios where the model is over-parameterized for flexibility and the approximate posterior is chosen to be Gaussian with isotropic covariance for tractability, even though it cannot match the true posterior. In such scenarios, we find the ELBO prioritizes posteriors that match the prior, leading to severe underfitting. Instead, we recommend a data-emphasized ELBO that upweights the likelihood but not the prior. In Bayesian transfer learning of image and text classifiers, our method reduces the 88+ hour grid search of past work to under 3 hours while delivering comparable accuracy. We further demonstrate how our approach enables efficient yet accurate approximations of Gaussian processes with learnable lengthscale kernels. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/harvey26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/harvey26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Consistent PCA and Spectral Clustering </title>
        <description> Principal component analysis (PCA) and spectral clustering are representative methods for extracting and interpreting the inherent structure of data. However, if the output results significantly change upon the addition of new data points, it can lead to several issues such as instability in the downstream task or a lack of trust in the findings. To address these problems, we consider online variants of PCA and spectral clustering, and show that a natural subspace-preserving regularizer provides provable approximation and consistency guarantees. Here, an algorithm is said to have a high consistency if the output change, with respect to an appropriate distance metric, is small when new data points are added. We empirically confirm the superiority of the proposed methods using real-world data. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/hara26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/hara26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Leveraging Machine-Learned Advice in Strategic Interactions with No-Regret Learners </title>
        <description> As machine learning becomes increasingly integrated into decision-making across domains, understanding how machine-learned advice can be leveraged in strategic environments is of growing importance. In this work, we study how an agent in a two-player repeated game can effectively utilize potentially imperfect advice when interacting with a no-regret learner (i.e., satisfying a no-external or no-swap regret condition). We characterize the advice landscape by introducing a pseudo-metric to quantify the usefulness of an advice instance. We demonstrate the pseudo-metric’s applicability through two forms of advice: simulators and payoff matrix predictions. We then show how an optimizing player, equipped with correctness guarantees on the advice, could leverage simulators to compute approximate Stackelberg strategies more efficiently, reducing the interaction complexity traditionally required and illustrating the power of good advice. Finally, we extend our analysis to settings where the advice does not have any guarantee of correctness. We find that, in general, a player cannot simultaneously guarantee near Stackelberg performance when the advice is approximately accurate and a no-regret condition when the advice is inaccurate. We do show, however, that it is possible for an advice-aided player to weakly dominate their utility in some (coarse)-correlated equilibria. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/handina26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/handina26a.html</guid>
        
        
      </item>
    
      <item>
        <title> PolarQuant: Vector Quantization with Polar Transformation </title>
        <description> Vector quantization is a prevalent technique for reducing the memory footprint in a wide range of computational problems, such as the training and deployment of deep learning models and vector search systems. We introduce PolarQuant, a novel online vector quantization method that leverages random preconditioning and polar transformation. Our approach efficiently transforms Euclidean vectors into polar coordinates using a recursive algorithm, and then quantizes the resulting angles. A key insight is that, following random preconditioning, the angles in the polar representation exhibit a tightly bounded, highly concentrated, and analytically computable distribution, independent of the input data. This nice distribution eliminates the need for explicit normalization and learned data-dependent quantization codebooks, steps that introduce significant memory and runtime overhead in traditional product/scalar quantization methods. By circumventing this data-dependent step, PolarQuant achieves substantial memory and runtime savings, making it highly suitable for online scenarios such as KV cache compression. The long-context evaluation demonstrates that PolarQuant compresses the KV cache by over 4.2X while achieving the best quality scores compared to the state-of-the-art methods. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/han26c.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/han26c.html</guid>
        
        
      </item>
    
      <item>
        <title> Provable Affine Identifiability of Nonlinear CCA under Latent Distributional Priors </title>
        <description> In this work, we establish the sufficient conditions under which nonlinear Canonical Correlation Analysis (CCA) recovers ground-truth latent factors up to an affine transformation. By transporting the analysis from the observation space to the source space, we extend classical statistical results on orthogonal polynomial expansions of bivariate distributions to representation learning, proving affine identifiability under specific distributional priors. We formally demonstrate that whitening is strictly necessary to ensure the boundedness and well-conditioning of the learned mappings. Furthermore, we bridge the gap between theory and practice by proving that ridge-regularized empirical CCA converges to its population counterpart in the finite-sample regime. Finally, our findings provide a rigorous theoretical foundation explaining the empirical success of recent correlation-based non-contrastive learning methods. Experiments on synthetic and rendered image datasets, alongside systematic ablations, validate the predicted recovery behavior and illustrate the failure modes that arise when the assumptions are violated. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/han26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/han26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Lyapunov-Guided Self-Alignment: Test-Time Adaptation for Offline Safe Reinforcement Learning </title>
        <description> Offline reinforcement learning (RL) agents often fail when deployed, as the gap between training datasets and real environments leads to unsafe behavior. To address this, we present SAS (Self-Alignment for Safety), a transformer-based framework that enables test-time adaptation in offline safe RL without retraining. In SAS, the main mechanism is self-alignment: at test time, the pretrained agent generates several imagined trajectories and selects those satisfying the Lyapunov condition. These feasible segments are then recycled as in-context prompts, allowing the agent to realign its behavior toward safety while avoiding parameter updates. In effect, SAS turns Lyapunov-guided imagination into control-invariant prompts, and its transformer architecture admits a hierarchical RL interpretation where prompting functions as Bayesian inference over latent skills. Across Safety Gymnasium and MuJoCo benchmarks, SAS consistently reduces cost and failure while maintaining or improving return. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/han26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/han26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Active Measurement of Two-Point Correlations </title>
        <description> Two-point correlation functions (2PCF) are widely used to characterize how points cluster in space. In this work, we study the problem of measuring the 2PCF over a large set of points, restricted to a subset satisfying a property of interest. An example comes from astronomy, where scientists measure the 2PCF of star clusters, which make up only a tiny subset of possible sources within a galaxy. This task typically requires careful labeling of sources to construct catalogs, which is time-consuming. We present a human-in-the-loop framework for efficient estimation of 2PCF of target sources. By leveraging a pre-trained classifier to guide sampling, our approach adaptively selects the most informative points for human annotation. After each annotation, it produces unbiased estimates of pair counts across multiple distance bins simultaneously. Compared to simple Monte Carlo approaches, our method achieves substantially lower variance while significantly reducing annotation effort. We introduce a novel unbiased estimator, sampling strategy, and confidence interval construction that together enable scalable and statistically grounded measurement of two-point correlations in  astronomy datasets. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/hamilton26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/hamilton26a.html</guid>
        
        
      </item>
    
      <item>
        <title> AlphaFold’s Bayesian Roots in Probability Kinematics </title>
        <description> The seminal breakthrough of AlphaFold in protein structure prediction relied on a learned potential energy function parameterized by deep models, in contrast to its successors AlphaFold2 and AlphaFold3, which lack an explicit probabilistic interpretation. While AlphaFold’s potential was originally justified by heuristic analogy to physical potentials of mean force, we show that it can instead be understood as a principled instance of probability kinematics (PK), also known as Jeffrey conditioning, a generalization of Bayesian updating. This reinterpretation reveals that AlphaFold is a generalized Bayesian model that explicitly defines a posterior distribution over structures, providing a deeper explanation of its success and a foundation for future model design. To demonstrate this framework with precision, we introduce a tractable synthetic model in which an angular random walk prior is updated with distance-based evidence via PK, directly mirroring AlphaFold’s mechanism. This setting allows us to explore the probabilistic foundations of AlphaFold in a clear and interpretable way. Our work connects a landmark in protein structure prediction to a broader class of compositional deep generative models and points to new opportunities for principled probabilistic approaches. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/hamelryck26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/hamelryck26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Predictive Deep Sets </title>
        <description> Amortized meta-learning methods, such as neural processes, promise near-instantaneous inference on new labeled datasets encountered during downstream tasks. Recent adaptations of the transformer architecture have propelled these approaches to impressive performance in tasks like function estimation, parameter inference, and decision-making. Curiously, their success still primarily stems from the expressiveness of transformers, lacking a bias for modeling the functional structures between features and labels shared across datasets. We argue and show that this leads to training sample inefficiency and sub-optimal performance, and address this by introducing a novel set encoding technique called Predictive Deep Sets. Our approach exploits a strong bias towards functional structures by meta-learning an RKHS that captures domain-critical functional patterns, and by representing datasets as optimal fit functions within this space. Besides providing theoretical justification for this approach, we empirically demonstrate orders of magnitude increases in training data sample efficiency compared to strong baselines across various settings. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/hamalainen26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/hamalainen26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Sequential Off-Policy Learning with Logarithmic Smoothing </title>
        <description> Off-policy learning enables training policies from logged interaction data. Most prior work considers the batch setting, where a policy is learned from data generated by a single behavior policy. In real systems, however, policies are updated and redeployed repeatedly, each time training on all previously collected data while generating new interactions for future updates. This sequential off-policy learning setting is common in practice but remains largely unexplored theoretically. In this work, we present and study a simple algorithm for \emph{sequential off-policy learning}, combining Logarithmic Smoothing (LS) estimation with online PAC-Bayesian tools. We further show that a principled adjustment to LS improves performance and accelerates convergence under mild conditions. The algorithms introduced generalize previous work: they match state-of-the-art offline approaches in the batch case and substantially outperform them when policies are updated sequentially. Empirical evaluations highlight both the benefits of the sequential framework and the strength of the proposed algorithms. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/haddouche26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/haddouche26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Quantifying Epistemic Uncertainty in Diffusion Models </title>
        <description> To ensure high quality outputs, it is important to quantify the epistemic uncertainty of diffusion models. Existing methods are often unreliable because they mix epistemic and aleatoric uncertainty. We introduce a method based on Fisher information that explicitly isolates epistemic variance, producing more reliable plausibility scores for generated data. To make this approach scalable, we propose FLARE (Fisher-Laplace Randomized Estimator), which approximates the Fisher information using a uniformly random subset of model parameters. Empirically, FLARE improves uncertainty estimation in synthetic time-series generation tasks, achieving more accurate and reliable filtering than other methods. Theoretically, we bound the convergence rate of our randomized approximation and provide analytic and empirical evidence that last-layer Laplace approximations are insufficient for this task. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/gupta26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/gupta26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Reconciling Communication Compression and Byzantine-Robustness in Distributed Learning </title>
        <description> Distributed learning enables scalable model training over decentralized data, but remains hindered by Byzantine faults and high communication costs. While both challenges have been studied extensively in isolation, their interplay has received limited attention. Prior work has shown that naively combining communication compression with Byzantine-robust aggregation can severely weaken resilience to faulty nodes. The current state-of-the-art, Byz-DASHA-PAGE, leverages a momentum-based variance reduction scheme to counteract the negative effect of compression noise on Byzantine robustness. In this work, we introduce RoSDHB, a new algorithm that integrates classical Polyak momentum with a coordinated compression strategy. Theoretically, RoSDHB matches the convergence guarantee of Byz-DASHA-PAGE under the standard $(G, B)$-gradient dissimilarity model, but relies on milder assumptions. Empirically, RoSDHB demonstrates stronger robustness while achieving substantial communication savings compared to Byz-DASHA-PAGE. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/gupta26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/gupta26a.html</guid>
        
        
      </item>
    
      <item>
        <title> ACE-KT: Cascaded Cognitive Modeling for Stage-wise Knowledge Tracing </title>
        <description> Knowledge Tracing (KT) aims to predict students’ academic performance by modeling their knowledge mastery over time, based on their historical learning interactions.  However, current KT models often oversimplify student interactions by treating them as standard time series rather than as cognitive processes. Consequently, modeling student learning as a process of cognitive transformation rather than as a mere sequence of time-stamped events remains a fundamental challenge in KT research. To address this issue, we propose \textbf{ACE-KT} (c\textbf{A}scaded \textbf{C}ognitive mod\textbf{E}ling for \textbf{K}nowledge \textbf{T}racing), a novel framework inspired by cognitive process theory, which shifts the focus from purely sequential modeling to cognitive representation learning. Specifically, we design a cascaded cognitive framework inspired by human cognitive processes in three sequential stages: convolution-based rhythm perception module, Transformer encoder-based contextual structuring module, and cognitive integration module implemented via a selective structured state space model. Extensive experiments on five real-world datasets demonstrate that \textbf{ACE-KT} consistently outperforms 20 SOTA KT baselines, demonstrating its effectiveness.  The source code is publicly available at our GitHub repository (\url{https://github.com/AWord992/ACEKT.git).} </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/guo26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/guo26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Representation Learning via Non-Contrastive Mutual Information </title>
        <description> Labeling data is often very time consuming and expensive, leaving us with a majority of unlabeled data. Self-supervised representation learning methods such as SimCLR (Chen et al., 2020) or BYOL (Grill et al., 2020) have been very successful at learning meaningful latent representations from unlabeled image data, resulting in much more general and transferable representations for downstream tasks. Broadly, self-supervised methods fall into two types: 1) Contrastive methods, such as SimCLR; and 2) Non-Contrastive methods, such as BYOL. Contrastive methods are generally trying to maximize mutual information between related data points, so they need to compare every data point to every other data point, resulting in high variance, and thus requiring large batch sizes to work well. Non-contrastive methods like BYOL have much lower variance as they do not need to make pairwise comparisons, but are much trickier to implement as they have the possibility of collapsing to a constant vector. In this paper, we aim to develop a self-supervised objective that combines the strength of both types. We start with a particular contrastive method called the Spectral Contrastive Loss (HaoChen et al., 2021; Lu et al., 2024), and we convert it into a more general non-contrastive form; this removes the pairwise comparisons resulting in lower variance, but keeps the mutual information formulation of the contrastive method preventing collapse. We call our new objective the Mutual Information Non-Contrastive (MINC) loss. We test MINC by learning image representations on ImageNet (similar to SimCLR and BYOL) and show that it consistently improves upon the Spectral Contrastive loss baseline. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/guo26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/guo26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Counterfactually Fair Conformal Prediction </title>
        <description> While counterfactual fairness of point predictors is well studied, its extension to prediction \emph{sets}—central to fair decision-making under uncertainty—remains underexplored. On the other hand, conformal prediction (CP) provides efficient, distribution-free, finite-sample valid prediction sets, yet does not ensure counterfactual fairness. We close this gap by developing \emph{Counterfactually Fair Conformal Prediction} (CF-CP) that produces counterfactually fair prediction sets. Through symmetrization of conformity scores across protected-attribute interventions, we prove that CF-CP results in counterfactually fair prediction sets while maintaining the marginal coverage property. Furthermore, we empirically demonstrate that on both synthetic and real datasets, across regression and classification tasks, CF-CP achieves the desired counterfactual fairness and meets the target coverage rate with minimal increase in prediction set size. CF-CP offers a simple, training-free route to counterfactually fair uncertainty quantification. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/guldogan26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/guldogan26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Convergence of Projected Stochastic Natural Gradient Variational Inference for Various Step Size and Sample or Batch Size Schedules </title>
        <description> Stochastic natural gradient variational inference (NGVI) is a popular and efficient algorithm for Bayesian inference. Despite empirical success, the convergence of this method is still not fully understood. In this work, we define and study a projected stochastic NGVI when variational distributions form an exponential family. Stochasticity arises when either gradients are intractable expectations or large sums. We prove new non-asymptotic convergence results for combinations of constant or decreasing step sizes and constant or increasing sample/batch sizes. When all hyperparameters are fixed, NGVI is shown to converge geometrically to a neighborhood of the optimum, while we establish convergence to the optimum with rates of the form $\mathcal{O}\left(\frac{1}{T^{\rho}} \right)$, possibly with $\rho \geq 1$, for all other combinations of step size and sample/batch size schedules. These rates apply when the target posterior distribution is close in some sense to the considered exponential family. Our theoretical results extend existing NGVI and stochastic optimization results and provide more flexibility to adjust, in a principled way, step sizes and sample/batch sizes in order to meet speed, resources, or accuracy constraints. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/guilmeau26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/guilmeau26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Gradient-Flow SDEs Have Unique Transient Population Dynamics </title>
        <description> Identifying the drift and diffusion of an SDE from its population dynamics is a notoriously challenging task. Researchers in machine learning and single-cell biology have only been able to prove a partial identifiability result: for potential-driven SDEs, the gradient-flow drift can be identified from temporal marginals if the Brownian diffusivity is already known. Existing methods therefore assume that the diffusivity is known a priori, despite it being unknown in practice. We dispel the need for this assumption by providing a complete characterization of identifiability: the gradient-flow drift and Brownian diffusivity are jointly identifiable from temporal marginals if and only if the process is observed outside of equilibrium. Given this fundamental result, we propose nn-APPEX, the first Schr{ö}dinger Bridge–based inference method that can simultaneously learn the drift and diffusion of a gradient-flow SDE solely from observed marginals. Extensive experiments show that nn-APPEX’s ability to adjust its diffusion estimate enables accurate inference, while previous Schr{ö}dinger Bridge methods obtain biased drift estimates due to their assumed, and likely incorrect, diffusion. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/guan26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/guan26a.html</guid>
        
        
      </item>
    
      <item>
        <title> $k$-PCA for (non-squared) Euclidean Distances: Deterministic Polynomial Time Approximation </title>
        <description> Given an integer $k\geq1$ and a set $P$ of $n$ points in $\mathbb{R}^d$, the classic $k$-PCA (Principal Component Analysis) approximates the affine \emph{$k$-subspace mean} of $P$, which is the $k$-dimensional affine linear subspace that minimizes its sum of squared Euclidean distances ($\ell_{2,2}$-norm) over the points of $P$, i.e., the mean of these distances. The \emph{$k$-subspace median} is the subspace that minimizes its sum of (non-squared) Euclidean distances ($\ell_{2,1}$-mixed norm), i.e., their median. The median subspace is usually more sparse and robust to noise/outliers than the mean, but also much harder to approximate since, unlike the $\ell_{z,z}$ (non-mixed) norms, it is non-convex for $k&lt;d-1$. We provide the first polynomial-time deterministic algorithm whose both running time and approximation factor are not exponential in $k$. More precisely, the multiplicative approximation factor is $\sqrt{d}$, and the running time is polynomial in the size of the input. We expect that our technique would be useful for many other related problems, such as $\ell_{2,z}$ norm of distances for $z\not \in {1,2}$, e.g., $z=\infty$, and handling outliers/sparsity. Open code and experimental results on real-world datasets are also provided. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/greenhut26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/greenhut26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Stick-Breaking Embedded Topic Model with Continuous Optimal Transport for Online Analysis of Document Streams </title>
        <description> Online topic models are unsupervised algorithms to identify latent topics in data streams that continuously evolve over time. Although these methods naturally align with real-world scenarios, they have received considerably less attention from the community compared to their offline counterparts, due to specific additional challenges. To tackle these issues, we present SB-SETM, an innovative model extending the Embedded Topic Model (ETM) to process data streams by merging models formed on successive partial document batches. To this end, SB-SETM (i) leverages a truncated stick-breaking construction for the topic–per-document distribution, enabling the model to automatically infer from the data the appropriate number of active topics at each timestep; and (ii) introduces a merging strategy for topic embeddings based on a continuous formulation of optimal transport adapted to the high dimensionality of the latent topic space. Numerical experiments show SB-SETM outperforming baselines on simulated scenarios. We extensively test it on a real-world corpus of news articles covering the Russian–Ukrainian war throughout 2022–2023. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/granese26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/granese26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Learning Physical Operators using Neural Operators </title>
        <description> Neural operators have emerged as promising surrogate models for solving partial differential equations (PDEs), but struggle to generalise beyond training distributions and are often constrained to a fixed temporal discretisation. This work introduces a physics-informed training framework that addresses these limitations by decomposing PDEs using operator splitting methods, training separate neural operators to learn individual non-linear physical operators while approximating linear operators with fixed finite-difference convolutions. This modular mixture-of-experts architecture enables generalisation to novel physical regimes by explicitly encoding the underlying operator structure. We formulate the modelling task as a neural ordinary differential equation (ODE) where these learned operators constitute the right-hand side, enabling continuous-in-time predictions through standard ODE solvers and implicitly enforcing PDE constraints. Demonstrated on incompressible and compressible Navier–Stokes equations, our approach achieves better convergence and superior performance when generalising to unseen physics. The method remains parameter-efficient, enabling temporal extrapolation beyond training horizons, and provides interpretable components whose behaviour can be verified against known physics. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/gopakumar26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/gopakumar26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Learning to Bid in Discriminatory Auctions with Budget Constraints </title>
        <description> We study repeated bidding in multi-unit discriminatory (pay-as-bid) auctions for a single bidder with per-round utility equal to value minus $\alpha$ times payment, where $\alpha\in[0,1]$ is a cost-of-capital parameter. The bidder aims to maximize cumulative utility over $T$ rounds subject to a total budget $B$. The problem is challenging even without budgets: the action space is exponential in the bidder’s maximum demand $M$, and the valuation vector (context) varies over time. Exploiting a decomposition of utility across units, we develop polynomial-time learning algorithms based on shortest paths in a directed acyclic graph, obtaining sublinear regret under both full-information and bandit feedback. In the bandit setting, the regret is independent of the number of contexts due to complete cross-learning: observing the utility of the chosen action under the realized context reveals the utility for the same action under all counterfactual contexts. With budget constraints, when the average normalized per-round budget $\rho=\frac{B}{MT}&lt;1$, we design a coupled primal-dual algorithm in which the DAG-based procedure uses dual-adjusted edge weights for primal updates, while online gradient descent updates the dual variable, yielding $\rho$-approximate sublinear regret. Finally, we give implementations whose per-round time and space are independent of the number of contexts, enabling scalability to large or even infinite context spaces. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/golrezaei26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/golrezaei26a.html</guid>
        
        
      </item>
    
      <item>
        <title> The Role of Causal Features in Strategic Classification for Robustness and Alignment </title>
        <description> In strategic classification, an institution (e.g., a bank) anticipates adaptation from users who change their features to increase utility in a classification task (e.g., loan repayment). Since a key challenge is the distribution shift induced by users, we turn to causal models, which have been shown to bound the worst-case out-of-distribution (OOD) risk, and establish several new results that link causality and strategic classification. First, we show that causal classification leads to optimal classification error after any sufficiently large adaptation, when the noise is bounded in a certain way. Second, when these assumptions do not hold, we show OOD cross-entropy risk of optimal classifiers decomposes into an OOD bias term and a term arising from not using all observable features, allowing us to understand when causal classifiers have an advantage. Finally, we show that the use of causal features can allow alignment of long-term incentives between institutions and users, contrasting with previous work that highlights social costs of such approaches. We validate our theory empirically on synthetic data, finding that our results predict behavior in practice. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/gois26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/gois26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Scalable Policy Maximization Under Network Interference </title>
        <description> Many interventions, such as vaccines in clinical trials or coupons in online marketplaces, must be assigned sequentially without full knowledge of their effects. Multi-armed bandit algorithms have proven successful in such settings. However, standard independence assumptions fail when the treatment status of one individual impacts the outcomes of others, a phenomenon known as interference. We study optimal-policy learning under interference on large networks. Existing approaches to this problem require repeated observations of the same fixed network and struggle to scale in sample size beyond as few as fifteen connected units — both limit applications. We show that common assumptions on the structure of interference enable a parsimonious linear parameterization of the reward function. We develop a scalable Thompson sampling algorithm that maximizes cumulative rewards on a $n$-node network while allowing for both nodes and edges to be sampled at each time period. We prove upper and lower bounds on Bayesian regret that imply near-optimality.  Simulation experiments show that our algorithm learns quickly and outperforms existing methods. The results close a key scalability gap between causal inference methods for interference and practical bandit algorithms, enabling policy optimization in large-scale networked systems. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/gleich26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/gleich26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Fast and Robust Simulation-Based Inference With Optimization Monte Carlo </title>
        <description> Bayesian parameter inference for complex stochastic simulators is challenging due to intractable likelihood functions. Existing simulation-based inference methods often require large number of simulations and become costly to use in high-dimensional parameter spaces or in problems with partially uninformative outputs. We propose a new method for differentiable simulators that delivers accurate posterior inference with substantially reduced runtimes. Building on the Optimization Monte Carlo framework, our approach reformulates inference for stochastic simulators in terms of deterministic optimization problems. Gradient-based methods are then applied to efficiently navigate toward high-density posterior regions and avoid wasteful simulations in low-probability areas. A JAX-based implementation further enhances the performance through vectorization of key method components. Extensive experiments, including high-dimensional parameter spaces, uninformative outputs, multiple observations and multimodal posteriors show that our method consistently matches, and often exceeds, the accuracy of state-of-the-art approaches, while reducing the runtime by a substantial margin. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/gkolemis26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/gkolemis26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Beyond Spectral Clustering: Probabilistic Cuts for Differentiable Graph Partitioning </title>
        <description> Probabilistic relaxations of graph cuts offer a differentiable alternative to spectral clustering, enabling end-to-end and online learning without eigendecompositions, yet prior work centered on RatioCut and lacked general guarantees and principled gradients. We present a unified probabilistic framework that covers a wide class of cuts, including Normalized Cut. Our framework provides tight analytic upper bounds on expected discrete cuts via integral representations and Gauss hypergeometric functions with closed-form forward and backward. Together, these results deliver a rigorous, numerically stable foundation for scalable, differentiable graph partitioning covering a wide range of clustering and contrastive learning objectives. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/ghriss26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/ghriss26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Deformed Decomposition for Non-negative Tensors </title>
        <description> Non-negative tensor factorization finds widespread use in numerous applications, however, its global optimization has been a long-standing challenge. In particular, the Frobenius norm minimization, even in the rank-$1$ setting, is an NP-hard problem. We presently reformulate tensor decompositions using deformed algebra, which is associated with a generalized product such that the exponential law holds for generalized exponential functions, and show that the best rank-$1$ approximation thereby reduces to a convex optimization problem for the rich $\chi$-divergence family. Building on this foundation, we propose the deformed many-body approximation for non-negative tensors, which expands model capacity while maintaining global optimality by preserving the flatness of the model manifold. Introducing latent variables, for a subclass of $\chi$-divergences, we further develop an Expectation-Maximization-based framework for the deformed extension of traditional low-rank approximations as iterative convex subproblems. Through experiments on tensor-based probability mass function estimation, we show that the deformed decompositions provide implicit regularization and robustness against noise and mislabeled data. Beyond ordinary tensor algebra, our findings provide a factorization framework that enables us to leverage various divergences with convex rank-$1$ and many-body approximations. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/ghalamkari26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/ghalamkari26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Variational Inference via Radial Transport </title>
        <description> In variational inference (VI), the practitioner approximates a high-dimensional distribution $\pi$ with a simple surrogate one, often a (product) Gaussian distribution. However, in many cases of practical interest, Gaussian distributions might not capture the correct radial profile of $\pi$, resulting in poor coverage. In this work, we approach the VI problem from the perspective of optimizing over these radial profiles. Our algorithm $\texttt{radVI}$ is a cheap, effective add-on to many existing VI schemes, such as Gaussian (mean-field) VI and Laplace approximation. We provide theoretical convergence guarantees for our algorithm, owing to recent developments in optimization over the Wasserstein space—the space of probability distributions endowed with the Wasserstein distance—and new regularity properties of radial transport maps in the style of Caffarelli (2000). </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/ghafourpour26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/ghafourpour26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Denoising Score Matching with Random Features: Insights on Diffusion Models From Precise Learning Curves </title>
        <description> We theoretically investigate the phenomena of generalization and memorization in diffusion models. Empirical studies suggest that these phenomena are influenced by model complexity and the size of the training dataset. In our experiments, we further observe that the number of noise samples per data sample ($m$) used during Denoising Score Matching (DSM) plays a significant and non-trivial role. We capture these behaviors and shed insights into their mechanisms by deriving asymptotically precise expressions for test and train errors of DSM under a simple theoretical setting. The score function is parameterized by random features neural networks, with the target distribution being $d$-dimensional Gaussian. We operate in a regime where the dimension $d$, number of data samples $n$, and number of features $p$ tend to infinity while keeping the ratios $\psi_n=\frac{n}{d}$ and $\psi_p=\frac{p}{d}$ fixed. By characterizing the test and train errors, we identify regimes of generalization and memorization as a function of $\psi_n,\psi_p$, and $m$. Our theoretical findings are consistent with the empirical observations. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/george26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/george26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Catoni-Style Change Point Detection for Regret Minimization in Piecewise-Stationary Heavy-Tailed Bandits </title>
        <description> Regret minimization in stochastic non-stationary bandits gained popularity over the last decade, as it can model a broad class of real-world problems, from advertising to recommendation systems. Existing literature relies on various assumptions about the reward-generating process, such as Bernoulli or subgaussian rewards. However, in settings such as finance and telecommunications, heavy-tailed distributions naturally arise. In this work, we tackle the heavy-tailed piecewise-stationary bandit problem. Heavy-tailed bandits, introduced by Bubeck et al., 2013, operate on the minimal assumption that the finite absolute centered moments of maximum order $1+\epsilon$ are uniformly bounded by a constant $v&lt;+\infty$, for some $\epsilon \in (0,1]$. We focus on the most popular non-stationary bandit setting, i.e., the piecewise-stationary setting, in which the mean of reward-generating distributions may change at unknown time steps. We provide a novel Catoni-style change-point detection strategy tailored for heavy-tailed distributions that relies on recent advancements in the theory of sequential estimation, which is of independent interest. We introduce Robust-CPD-UCB, which combines this change-point detection strategy with optimistic algorithms for bandits, providing its regret upper bound and an impossibility result on the minimum attainable regret for any policy. Finally, we validate our approach through numerical experiments on synthetic and real-world datasets. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/genalti26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/genalti26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Exact Tensor Completion Beyond Isotropy and Invertibility </title>
        <description> In this work, a tensor completion problem is studied, which aims to perfectly recover the tensor from partial observations. The existing theoretical guarantee requires the involved transform to be orthogonal, which hinders its applications. In this paper, jumping out of the constraints of isotropy and invertibility for the first time, the theoretical guarantee of exact tensor completion with arbitrary linear transforms is established by directly operating the tensors in the transform domain. With the enriched choices of transforms, we theoretically disclose why slim transforms outperform their square counterparts, providing support for existing works on experimental excellence of slim transforms. Our model and analysis greatly enhance the flexibility of tensor completion, supported by extensive experimental results. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/ge26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/ge26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Adaptive Coverage Policies in Conformal Prediction </title>
        <description> Traditional conformal prediction methods construct prediction sets such that the true label falls within the set with a user-specified coverage level. However, poorly chosen coverage levels can result in uninformative predictions, either producing overly conservative sets when the coverage level is too high, or empty sets when it is too low. Moreover, the fixed coverage level cannot adapt to the specific characteristics of each individual example, limiting the flexibility and efficiency of these methods. In this work, we leverage recent advances in e-values and post-hoc conformal inference, which allow the use of data-dependent coverage levels while maintaining valid statistical guarantees. We propose to optimize an adaptive coverage policy by training a neural network using a leave-one-out procedure on the calibration set, allowing the coverage level and the resulting prediction set size to vary with the difficulty of each individual example. We support our approach with theoretical coverage guarantees and demonstrate its practical benefits through a series of experiments. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/gauthier26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/gauthier26a.html</guid>
        
        
      </item>
    
      <item>
        <title> An Illusion of Unlearning? Assessing Machine Unlearning Through Internal Representations </title>
        <description> While numerous machine unlearning (MU) methods have recently been developed with promising results in erasing the influence of forgotten data, classes, or concepts, they are also highly vulnerable—for example, simple fine-tuning can inadvertently reintroduce erased concepts. In this paper, we address this contradiction by examining the internal representations of unlearned models, in contrast to prior work that focuses primarily on output-level behavior. Our analysis shows that many state-of-the-art MU methods appear successful mainly due to a misalignment between last-layer features and the classifier—a phenomenon we call feature–classifier misalignment. In fact, hidden features remain highly discriminative, and simple linear probing can recover near-original accuracy. Assuming neural collapse in the original model, we further demonstrate that adjusting only the classifier can achieve negligible forget accuracy while preserving retain accuracy, and we corroborate this with experiments using classifier-only fine-tuning. Motivated by these findings, we propose MU methods based on a class-mean features (CMF) classifier, which explicitly enforces alignment between features and classifiers. Experiments on standard benchmarks show that CMF-based unlearning reduces forgotten information in representations while maintaining high retain accuracy, highlighting the need for faithful representation-level evaluation of MU. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/gao26e.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/gao26e.html</guid>
        
        
      </item>
    
      <item>
        <title> Active Measuring in Reinforcement Learning With Delayed Negative Effects </title>
        <description> Measuring states in reinforcement learning (RL) can be costly in real-world settings and may negatively influence future outcomes. We introduce the Actively Observable Markov Decision Process (AOMDP), where an agent not only selects control actions but also decides whether to measure the latent state. The measurement action reveals the true latent state but may have a negative delayed effect on the environment. We show that this reduced uncertainty enables sample-efficient learning and may increase the value of the optimal policy despite these costs. We formulate an AOMDP as a periodic partially observable MDP and propose an online RL algorithm based on belief states. To approximate the belief states, we further propose a sequential Monte Carlo method to jointly approximate the posterior of unknown static environment parameters and unobserved latent states. We evaluate the proposed algorithm in a digital health application, where the agent decides when to deliver digital interventions and when to assess users’ psychological status through surveys. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/gao26d.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/gao26d.html</guid>
        
        
      </item>
    
      <item>
        <title> Accelerated Distributed Optimization with Compression and Error Feedback </title>
        <description> Modern machine learning tasks often involve massive datasets and models, necessitating distributed optimization algorithms with reduced communication overhead. Communication compression, where clients transmit compressed updates to a central server, has emerged as a key technique to mitigate communication bottlenecks. However, the theoretical understanding of stochastic distributed optimization with contractive compression remains limited, particularly in conjunction with Nesterov acceleration—a cornerstone for achieving faster convergence in optimization. In this paper, we propose a novel algorithm, ADEF (\textbf{A}ccelerated \textbf{D}istributed \textbf{E}rror \textbf{F}eedback), which integrates Nesterov acceleration, contractive compression, error feedback, and gradient difference compression. We prove that ADEF achieves the first accelerated convergence rate for stochastic distributed optimization with contractive compression in the general convex regime. Numerical experiments validate our theoretical findings and demonstrate the practical efficacy of ADEF in reducing communication costs while maintaining fast convergence. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/gao26c.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/gao26c.html</guid>
        
        
      </item>
    
      <item>
        <title> Semi-Random Noisy and One-Bit Matrix Completion via Nonconvex Optimization </title>
        <description> We study low-rank matrix completion in the \textit{semi-random model}, where each entry $(i, j)$ is observed independently with an unknown probability $p_{i,j} \ge p$, in contrast to the standard model with a uniform probability $p$. While prior work has shown that nonconvex approach succeeds in the semi-random model for exact observations [CG18], it remains unclear whether similar guarantees extend to more general observation model, such as noisy or one-bit measurements. In this paper, we give a unified framework for semi-random matrix recovery applicable to a broad family of observation models. Our approach builds on the preprocessing step of [CG18] to restore regularity conditions that are violated under adversarial sampling, and leverages the primal-dual framework of [ZWYG18] to obtain near-optimal recovery guarantees. As concrete corollaries, we show that for both noisy and one-bit matrix completion in the semi-random model, after the preprocessing step, every local minimum of the non-convex objective yields an approximate recovery of the ground-truth matrix. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/gao26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/gao26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Stationarity-Aware Causal Discovery in Time Series via Minimal Separating Sets </title>
        <description> Discovering causal relationships from observational time series is a fundamental problem with broad applications in climate science, healthcare, and finance. Causal graphs with time-lagged structure capture the effects of underlying mechanisms over time. Under the causal stationarity assumption, these causal mechanisms remain consistent across time. Existing constraint-based methods leverage stationarity for conditional independence testing and reduce the problem to learning the parents of variables at the final time point, which can then be used to reconstruct the stationary graph. However, their separating set search strategy mimics the PC algorithm and does not take advantage of the stationary structure. We observe that the stationary graph structure and autoregressive edges impose many meaningful constraints on the separating sets between variables at different time lags. After characterizing the behavior of such separating sets, we propose a novel causal discovery algorithm that exploits this structure of minimal separating sets. Extensive evaluations on synthetic and real-world datasets demonstrate the robustness and accuracy of our method. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/gao26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/gao26a.html</guid>
        
        
      </item>
    
      <item>
        <title> GiVA: Gradient-Informed Bases for Vector-Based Adaptation </title>
        <description> As model sizes continue to grow, parameter-efficient fine-tuning has emerged as a powerful alternative to full fine-tuning. While LoRA is widely adopted among these methods, recent research has explored vector-based adaptation methods due to their extreme parameter efficiency. However, these methods typically require substantially higher ranks than LoRA to match its performance, leading to increased training costs. This work introduces GiVA, a gradient-based initialization strategy for vector-based adaptation. It achieves training times comparable to LoRA and maintains the extreme parameter efficiency of vector-based adaptation. We evaluate GiVA across diverse benchmarks, including natural language understanding, natural language generation, and image classification. Experiments show that our approach consistently outperforms or achieves performance competitive with existing vector-based adaptation methods and LoRA while reducing rank requirements by a factor of eight ($8\times$). </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/gangwar26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/gangwar26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Parameter-Efficient Multi-Task Learning via Progressive Task-Specific Adaptation </title>
        <description> Parameter-efficient fine-tuning methods have emerged as a promising solution for adapting pre-trained models to various downstream tasks. While these methods perform well in single-task learning, extending them to multi-task learning exacerbates common issues, such as task interference and negative transfer, due to the limited number of trainable parameters. To address these challenges, we introduce progressive task-specific multi-task adaptation, a novel parameter-efficient approach for multi-task learning. Our approach introduces adapter modules that are shared in early layers and become increasingly task-specific in later layers. Additionally, we propose a gradient-based approach for computing task similarity and use this measure to allocate similar tasks to the shared adapter modules. To evaluate our approach, we adapt Swin and Pyramid Vision Transformers on PASCAL and NYUD-v2. On both datasets, our approach outperforms prior parameter-efficient multi-task methods while using fewer trainable parameters. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/gangwar26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/gangwar26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Near-Optimal Dropout-Robust Sortiton </title>
        <description> Citizens’ assemblies\,–\,small panels of citizens that convene to deliberate on policy issues\,–\,often face the issue of panelists dropping out at the last-minute. Without intervention, these dropouts compromise the size and representativeness of the panel, prompting the question: Without seeing the dropouts ahead of time, can we choose panelists such that \textit{after} dropouts, the panel will be representative and appropriately-sized? We model this problem as a minimax game: the minimizer aims to choose a panel that minimizes the \textit{loss}, i.e., the deviation of the ultimate panel from predefined representation targets. Then, an adversary defines a distribution over dropouts from which the realized dropouts are drawn. Our main contribution is an efficient loss-minimizing algorithm, which remains optimal as we vary the maximizer’s power from worst-case to average case. Our algorithm iteratively plays a projected gradient descent subroutine against an efficient algorithm for computing the best-response dropout distribution. This approach addresses a key open question in the area: how to manage dropouts while ensuring that each potential panelist is chosen with relatively \textit{equal} probabilities. Using real-world datasets, we compare our algorithms to existing benchmarks, and we offer the first characterizations of tradeoffs between robustness, loss, and equality in this problem. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/gambhir26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/gambhir26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Bayesian Fourier Features for Reduced Rank Gaussian Processes </title>
        <description> Gaussian processes are probabilistic models used in machine learning and the physical sciences, although they are limited by cubic complexity in the number of training observations. To mitigate this problem, various low-rank kernel approximation methods, including Fourier feature methods, Hilbert space methods, and inducing point methods, have been developed.  In this paper, we propose a novel Fourier feature approach leveraging Bayesian quadrature methods to construct reduced-rank approximations of the Gaussian process kernel. The new Bayesian Fourier feature framework also unifies many previously proposed low-rank methods, as they can be seen as instances of Bayesian quadrature-based approximations of Gaussian process kernels. Due to its probabilistic nature, the unified framework also enables the quantification of uncertainty in the approximation. Furthermore, the framework allows for the design of entirely new low-rank kernel approximations. We compare the performance of the proposed methods with other approaches across different kernel length scales. Our experimental results demonstrate that it outperforms other popular low-rank kernel approximation methods across a wide range of length scales. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/galvis-florez26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/galvis-florez26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Towards Characterizing the Complexity of Riemannian Online Convex Optimization </title>
        <description> Online Convex Optimization (OCO) over Riemannian manifolds raises fundamental questions about how geometry affects algorithmic performance. While Riemannian Online Gradient Descent (R-OGD) has been shown to achieve a regret upper bound of $O(DL\sqrt{\zeta T})$, where $\zeta$ depends on the manifold’s curvature, the tightness of this bound remained unclear. We first establish a matching lower bound of $\Omega(DL\sqrt{\zeta T})$ for R-OGD, valid for any predetermined step-size schedules and for certain types of adaptive step-size schedules. This shows that the worst-case regret of R-OGD is $\Theta(DL\sqrt{\zeta T})$, and that the effect of manifold curvature appears as a multiplicative factor of $\sqrt{\zeta}$ in the regret. In contrast to the Euclidean setting—where OGD is minimax optimal and regret bounds are independent of feedback models—this result reveals that geometry can substantially degrade the performance of first-order algorithms. We also analyze a Riemannian extension of Follow-the-Regularized-Leader, which we term R-FTRL, in the full-information setting. R-FTRL achieves a regret bound of $O(DL\sqrt{T})$, independent of the curvature. This complements recent curvature-independent guarantees for full-information methods obtained by different algorithmic approaches. Together with our lower bound for R-OGD, our results support a separation between first-order and full-information models in non-Euclidean settings, and highlight the subtle interactions between feedback structure, algorithm design, and geometry. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/fukushima26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/fukushima26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Provable Target Sample Complexity Improvements as Pre-Trained Models Scale </title>
        <description> Pre-trained models have become indispensable for efficiently building models across a broad spectrum of downstream tasks. The advantages of pre-trained models have been highlighted by empirical studies on scaling laws, which demonstrate that larger pre-trained models can significantly reduce the sample complexity of downstream learning. However, existing theoretical investigations of pre-trained models lack the capability to explain this phenomenon. In this paper, we provide a theoretical investigation by introducing a novel framework, caulking, inspired by parameter-efficient fine-tuning (PEFT) methods such as adapter-based fine-tuning, low-rank adaptation, and partial fine-tuning. Our analysis establishes that improved pre-trained models provably decrease the sample complexity of downstream tasks, thereby offering theoretical justification for the empirically observed scaling laws relating pre-trained model size to downstream performance, a relationship not covered by existing results. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/fukuchi26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/fukuchi26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Fast Private Adaptive Query Answering for Large Data Domains </title>
        <description> Privately releasing marginals of a tabular dataset is a foundational problem in differential privacy.  However, state-of-the-art mechanisms suffer from a computational bottleneck when marginal estimates are reconstructed from noisy measurements. Recently, residual queries were introduced and shown to lead to highly efficient reconstruction in the batch query answering setting. We introduce new techniques to integrate residual queries into state-of-the-art adaptive mechanisms such as AIM. Our contributions include a novel conceptual framework for residual queries using multi-dimensional arrays, lazy updating strategies, and adaptive optimization of the per-round privacy budget allocation. Together these contributions reduce error, improve speed, and simplify residual query operations. We integrate these innovations into a new mechanism (AIM+GReM), which improves AIM by using fast residual-based reconstruction instead of a graphical model approach.  Our mechanism is orders of magnitude faster than the original framework and demonstrates competitive error and greatly improved scalability. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/fuentes26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/fuentes26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Dashed Line Defense: Plug-And-Play Defense Against Adaptive Score-Based Query Attacks </title>
        <description> Score-based query attacks pose a serious threat to deep learning models by crafting adversarial examples (AEs) using only black-box access to model output scores, iteratively optimizing inputs based on observed loss values. While recent runtime defenses attempt to disrupt this process via output perturbation, most either require access to model parameters or fail when attackers adapt their tactics. In this paper, we first reveal that even the state-of-the-art plug-and-play defense can be bypassed by adaptive attacks, exposing a critical limitation of existing runtime defenses. We then propose Dashed Line Defense (DLD), a plug-and-play post-processing method specifically designed to withstand adaptive query strategies. By introducing ambiguity in how the observed loss reflects the true adversarial strength of candidate examples, DLD prevents attackers from reliably analyzing and adapting their queries, effectively disrupting the AE generation process. We provide theoretical guarantees of DLD’s defense capability and validate its effectiveness through experiments on ImageNet, demonstrating that DLD consistently outperforms prior defenses—even under worst-case adaptive attacks—while preserving the model’s predicted labels. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/fu26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/fu26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Explicit Density Approximation for Neural Implicit Samplers Using a Bernstein-Based Convex Divergence </title>
        <description> Rank-based objectives such as the invariant statistical loss (ISL) are robust, likelihood-free tools for training implicit generative models. We propose \emph{dual-ISL}, obtained by interchanging the roles of the target $p$ and model density $\tilde p$ within ISL, which induces a \emph{convex} optimization problem over model densities. We show that the associated rank-based discrepancy $d_K$ is \emph{continuous} under weak and $L^1$ convergence and \emph{convex} in its first argument, properties not shared by classical divergences such as KL or Wasserstein distances. Additionally, we prove that $d_K$ admits an $L^2$ interpretation: it is the projection of the density ratio $q=p/\tilde p$ onto a Bernstein polynomial basis. This yields explicit truncation-error bounds, sharp convergence rates, and a closed-form expression for the truncated density approximation. To handle multivariate data, we further introduce a sliced dual-ISL via random one-dimensional projections that preserves both continuity and convexity. Empirically, across several benchmarks, dual-ISL delivers faster and smoother convergence than standard ISL and offers competitive, often superior, mode coverage relative to state-of-the-art implicit models (modern GAN baselines, including multi-critic setups), while providing an explicit density approximation. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/frutos26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/frutos26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Rate optimal learning of equilibria from data </title>
        <description> We close open theoretical gaps in Multi-Agent Imitation Learning (MAIL) by characterizing the limits of non-interactive MAIL and presenting the first interactive algorithm with near-optimal sample complexity. In the non-interactive setting, we prove a statistical lower bound that identifies the \emph{all-policy deviation concentrability coefficient} as the fundamental complexity measure, and we show that Behavior Cloning (BC) is rate-optimal. For the interactive setting, we introduce a framework that combines reward-free reinforcement learning with interactive MAIL and instantiate it with an algorithm, \emph{MAIL-WARM}. It improves the best previously known sample complexity from $\mathcal{O}(\varepsilon^{-8})$ to $\mathcal{O}(\varepsilon^{-2}),$ matching the dependence on $\varepsilon$ implied by our lower bound. Finally, we provide numerical results that support our theory and illustrate, in environments such as grid worlds, cases where Behavior Cloning fails to learn. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/freihaut26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/freihaut26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Where You Place the Norm Matters: From Prejudiced to Neutral Initializations </title>
        <description> Normalization layers were introduced to stabilize and accelerate training, yet their influence is critical already at initialization, where they shape signal propagation and output statistics before parameters adapt to data. In practice, both which normalization to use and where to place it are often chosen heuristically, despite the fact that these decisions can qualitatively alter a model’s behavior. We provide a theoretical characterization of how normalization choice and placement (Pre-Norm vs. Post-Norm) determine the distribution of class predictions at initialization, ranging from unbiased (Neutral) to highly concentrated (Prejudiced) regimes. We show that these architectural decisions induce systematic shifts in the initial prediction regime, thereby modulating subsequent learning dynamics. By linking normalization design directly to prediction statistics at initialization, our results offer principled guidance for more controlled and interpretable network design, including clarifying how widely used choices such as BatchNorm vs. LayerNorm and Pre-Norm vs. Post-Norm shape behavior from the outset of training. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/francazi26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/francazi26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Tight Lower Bounds and Optimal Algorithms for Stochastic Nonconvex Optimization with Heavy-Tailed Noise </title>
        <description> We study stochastic nonconvex optimization under heavy-tailed noise. In this setting, the stochastic gradients only have bounded p–th central moment ($p$–BCM) for some $p \in (1,2]$. Building on the foundational work of Arjevani et al. (2022) in stochastic optimization, we establish tight sample complexity lower bounds for all first-order methods under relaxed mean-squared smoothness ($q$-WAS) and $\delta$-similarity ($(q,\delta)$-S) assumptions, allowing any exponent $q\in[1,2]$ instead of the standard $q= 2$. These results substantially broaden the scope of existing lower bounds. To complement them, we show that Normalized Stochastic Gradient Descent with Momentum Variance Reduction (NSGD-MVR), a known algorithm, matches these bounds in expectation. Beyond expectation guarantees, we introduce a new algorithm, Double-Clipped NSGD-MVR, which allows the derivation of high-probability convergence rates under weaker assumptions than in previous works. Finally, for second-order methods with stochastic Hessians satisfying bounded $q$-th central moment assumptions for some exponent $q \in[1,2] $ (allowing $q\neq p$), we establish sharper lower bounds than previous works while improving over Sadiev et al. (2025) (where only $p=q$ is considered) and yielding stronger convergence exponents. Together, these results provide a nearly complete complexity characterization of stochastic nonconvex optimization in heavy-tailed regimes. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/fradin26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/fradin26a.html</guid>
        
        
      </item>
    
      <item>
        <title> A Consequentialist Critique of Binary Classification Evaluation: Theory, Practice, and Tools </title>
        <description> Machine learning-supported decisions, such as ordering diagnostic tests or determining preventive custody, often rely on binary classification from probabilistic forecasts. A consequentialist perspective, long emphasized in decision theory, favors evaluation methods that reflect the quality of such forecasts under threshold uncertainty and varying prevalence, notably Brier scores and log loss. However, our empirical review of practices at major ML venues (ICML, FAccT, CHIL) reveals a dominant reliance on accuracy and AUC-ROC. To address this disconnect, we introduce a decision-theoretic framework mapping evaluation metrics to their appropriate use cases, along with a practical Python package, \texttt{briertools}, designed to make proper scoring rules more usable in real-world settings. Specifically, we implement a bounded-threshold variant of the Brier score and log loss that restricts evaluation to a practitioner-specified range of plausible cost ratios, rather than averaging over the full unit interval. We further contribute a theoretical reconciliation between the Brier score and decision curve analysis, directly addressing a longstanding critique by Assel et al (2017) regarding the clinical utility of proper scoring rules. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/flores26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/flores26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Where the Score Lives: A Wavelet View of Diffusion </title>
        <description> Score-based generative models have had remarkable success over the last decade in generating a diverse set of visually plausible images.  A variety of architectures including CNNs,  U-Nets, and Transformers have been used as the score-approximation network in such diffusion modeling; however, to date, relatively little is known about how these architectural choices impact generative behavior. In this work, to provide insight into this area, we propose an analytically solvable parameterization of the score function using an expansion in a 2D orthogonal wavelet basis. In particular, we derive interpretable optimal score functions in terms of the moments of the data distribution. We use this parametrization to provide an architecture-agnostic, moment-based analysis that reveals which attributes of the data distribution tend to matter most for denoising. Our score machine is flexible enough to partially mimic the relevant inductive biases of multiple architectures, including U-Nets, and CNNs, taking a step towards understanding why different score architectures can exhibit distinct generative behavior. Since our score is solvable in terms of the moments of the data, we can begin to understand how the data distribution interacts with the score network to produce the behavior we observe in diffusion models. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/finn26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/finn26a.html</guid>
        
        
      </item>
    
      <item>
        <title> On the Bias of Variational Resampling </title>
        <description> Variational resampling (VR) is a method for deterministically resampling the $N$ particles in sequential Monte Carlo (SMC) algorithms (also known as particle filters), by minimising the Kullback–Leibler divergence from the empirical measure of the $N$ weighted original particles to the empirical measure of $M$ unweighted resampled particles. The combination of VR with a weight transformation (called smoothing weights) has shown to often yield a smaller mean-square error (MSE) than standard resampling schemes in the literature. However, its bias has never been investigated. In this paper, we first show that VR incurs a weighting bias and a truncation bias. We then propose a mechanism to alleviate the weighting bias through an uneven weighting of the resampled particles. We also show that the truncation bias implies that the particle approximation of the target distribution is restricted to a region in which the unnormalised weights are larger than some threshold with high probability. We prove that this probability approaches $1$ if $M = \mathrm{O}(N)$ as $N \to \infty$. Finally, we empirically illustrate that the smaller MSE of VR observed in the literature may be attributable to an underestimation of uncertainty caused by the use of the smoothing weights. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/finke26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/finke26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Thompson Sampling-like Algorithms for Stochastic Rising Bandits </title>
        <description> Stochastic rising rested bandit (SRRB) is a setting where the arms’ expected rewards increase as they are pulled. It models scenarios in which the performances of the options grow as an effect of an underlying learning process (e.g., online model selection). Even if the bandit literature provides specifically crafted algorithms based on upper-confidence bounds for such a setting, no study about Thompson sampling (TS)-like algorithms has been performed so far. The strong regularity of the expected rewards in the SRRB setting suggests that specific instances may be tackled effectively using adapted and sliding-window TS approaches. This work provides novel regret analyses for such algorithms in SRRBs, highlighting the challenges and providing new technical tools of independent interest. Our results allow us to identify under which assumptions TS-like algorithms succeed in achieving sublinear regret and which properties of the environment govern the complexity of the regret minimization problem when approached with TS. Furthermore, we provide a regret lower bound based on a complexity index we introduce. Finally, we conduct numerical simulations comparing TS-like algorithms with state-of-the-art approaches for SRRBs in synthetic and real-world settings. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/fiandri26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/fiandri26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Towards Sensitivity-Aware Language Models </title>
        <description> With LLMs increasingly deployed in corporate data management, it is crucial to ensure that these models do not leak sensitive information. In the context of corporate data management, the concept of sensitivity awareness has been introduced, enabling LLMs to adhere to predefined access rights rules. However, it remains unclear how sensitivity awareness relates to established notions of privacy, such as differential privacy (DP), thereby making it difficult to deploy meaningfully in real-world applications. In this work, we formalize the notion of sensitivity awareness and theoretically establish its connection to DP. Additionally, we develop a supervised fine-tuning recipe to make existing, four-bit quantized LLMs more sensitivity-aware. With a performance boost of up to 21.7%, the finetuned LLMs not only substantially improve over their baseline but also outperform other full-precision open-source and commercial models of similar size in achieving sensitivity awareness, demonstrating the effectiveness of our proposed approach. At the same time, our method also largely preserves the models’ performance on other tasks, such as general instruction-following, mathematical, and common-sense reasoning. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/fazlija26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/fazlija26a.html</guid>
        
        
      </item>
    
      <item>
        <title> A Pure Hypothesis Test for Inhomogeneous Random Graph Models Based on a Kernelised Stein Discrepancy </title>
        <description> Complex data are often represented as a graph, which in turn can often be viewed as a realisation of a random graph, such as an inhomogeneous random graph model (IRG). For general fast goodness-of-fit tests in high dimensions, kernelised Stein discrepancy (KSD) tests are a powerful tool. Here, we develop a KSD-type test for IRG models that can be carried out with a single observation of the network. The test applies to networks of any size, but is particularly relevant for small networks for which asymptotic tests are not warranted. We also provide theoretical guarantees. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/fatima26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/fatima26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Statistical Inference for Explainable Boosting Machines </title>
        <description> Explainable boosting machines (EBMs) are popular “glass-box” models that learn a set of univariate functions using boosting trees. These achieve explainability through visualizations of each feature’s effect. However, unlike linear model coefficients, uncertainty quantification for the learned univariate functions requires computationally intensive bootstrapping, making it hard to know which features truly matter. We provide an alternative using recent advances in statistical inference for gradient boosting, deriving methods for statistical inference as well as end-to-end theoretical guarantees. Using a moving average instead of a sum of trees (Boulevard regularization) allows the boosting process to converge to a feature-wise kernel ridge regression. This produces asymptotically normal predictions that achieve the minimax-optimal MSE for fitting Lipschitz GAMs with $p$ features of $O(p n^{-2/3})$, successfully avoiding the curse of dimensionality. We then construct prediction intervals for the response and confidence intervals for each learned univariate function with a runtime independent of the number of datapoints, enabling further explainability within EBMs. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/fang26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/fang26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Adaptive Candidate Point Thompson Sampling for High-Dimensional Bayesian Optimization </title>
        <description> In Bayesian optimization, Thompson sampling selects the evaluation point by sampling from the posterior distribution over the objective function maximizer. Because this sampling problem is intractable for Gaussian process (GP) surrogates, the posterior distribution is typically restricted to fixed discretizations (i.e., candidate points) that become exponentially sparse as dimensionality increases. While previous works aim to increase candidate point density through scalable GP approximations, our orthogonal approach increases density by adaptively reducing the search space during sampling. Specifically, we introduce Adaptive Candidate Thompson Sampling (ACTS), which generates candidate points in subspaces guided by the gradient of a surrogate model sample. ACTS is a simple drop-in replacement for existing TS methods—including those that use trust regions or other local approximations—producing better samples of maxima and improved optimization across synthetic and real-world benchmarks. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/fan26c.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/fan26c.html</guid>
        
        
      </item>
    
      <item>
        <title> Amortized Structural Variational Inference </title>
        <description> Variational inference (VI) is widely used for approximate Bayesian inference, but it can scale poorly and often requires re-optimization when new data arrive. Amortized variational inference (AVI) learns a global inference map, yet standard mean-field AVI can suffer from large variational and amortization gaps because of independence assumptions. We propose amortized structural variational inference (ASVI), which injects structural dependencies among latent variables through neural architectures that encode local neighborhood information. ASVI reduces both gaps while retaining scalability. Simulations and real-data experiments show that ASVI improves predictive accuracy and posterior fidelity over AVI, and matches structured VI at lower computational cost. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/fan26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/fan26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Mask-Conditional Conformal Prediction: Valid Uncertainty For All Missing Data Mechanisms </title>
        <description> Conformal prediction (CP) offers a principled framework for uncertainty quantification, but it fails to guarantee mask-conditional coverage when faced with missing covariates. In addressing the heterogeneity induced by various missing patterns, Mask-Conditional Valid (MCV) Coverage has emerged as a more desirable property than Marginal Coverage. In this work, we adapt split CP to handle missing values by proposing a preimpute-mask-then-correct framework that can offer valid coverage. We show that our method provides guaranteed Marginal Coverage and Mask-Conditional Validity for general missing data mechanisms. A key component of our approach is a reweighted conformal prediction procedure that corrects the prediction sets after distributional imputation (multiple imputation) of the calibration dataset, making our method compatible with standard imputation pipelines. We derive two algorithms and prove that they achieve both marginal validity and MCV. We evaluate them on synthetic and real-world datasets. It reduces significantly the width of prediction intervals w.r.t standard MCV methods, while maintaining the target guarantees. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/fan26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/fan26a.html</guid>
        
        
      </item>
    
      <item>
        <title> On Different Notions of Redundancy in Conditional-Independence-Based Discovery of Graphical Models </title>
        <description> Conditional-independence-based discovery uses statistical tests to identify a graphical model that represents the independence structure of variables in a dataset. These test, however, can be unreliable and algorithms are sensitive to errors and violated assumptions. Often there are tests that were not used in the construction of the graph. In this work, we show that these \emph{redundant} tests have the potential to \emph{detect} or sometimes \emph{correct} errors in the learned model. But we further show that not all tests contain this additional information and that such redundant tests have to be applied with care. Precisely, we argue that the conditional (in)dependence statements that  hold for every probability distribution are unlikely to detect and correct errors - in contrast to those that follow only from graphical assumptions. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/faller26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/faller26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Low Rank Based Subspace Inference for the Laplace Approximation of Bayesian Neural Networks </title>
        <description> Subspace inference for neural networks assumes that a subspace of their parameter space suffices to produce a reliable uncertainty quantification. In this work, we underpin the validity of this assumption by using low rank techniques. We derive an expression for a subspace model to a Bayesian inference scenario based on the Laplace approximation that is, in a certain sense, optimal given a specific dataset. We empirically show that a Laplace approximation constructed with a dimensionally reduced covariance matrix closely matches the full Laplace approximation obtained using the exact covariance matrix. Where feasible, this subspace model can serve as a baseline for benchmarking the performance of subspace models.  In addition, we provide a scalable approximation of this subspace construction that is usable in practice and compare it to existing subspace models from the literature. In general, our approximation scheme outperforms previous work. Furthermore, we present a metric to qualitatively compare the approximation quality of different subspace models even if the exact Laplace approximation is unknown. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/faller26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/faller26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Black-Box Optimization From Small Offline Datasets via Meta Learning with Synthetic Tasks </title>
        <description> We consider the problem of offline black-box optimization, where the goal is to discover optimal designs (e.g., molecules or materials) from past experimental data. A key challenge in this setting is data scarcity: in many scientific applications, only small or poor-quality datasets are available, which severely limits the effectiveness of existing algorithms. Prior work has theoretically and empirically shown that performance of offline optimization algorithms depends on how well the surrogate model captures the optimization bias (i.e., ability to rank input designs correctly), which is challenging to accomplish with limited experimental data. This paper proposes {\em Surrogate Learning with Optimization Bias via Synthetic Task Generation} (\textsc{OptBias}), a meta-learning framework that directly tackles data scarcity. OptBias learns a reusable optimization bias by training on synthetic tasks generated from a Gaussian process, and then fine-tunes the surrogate model on the small data for the target task.  Across diverse continuous and discrete offline optimization benchmarks, OptBias consistently outperforms state-of-the-art baselines in small data regimes. These results highlight OptBias as a robust and practical solution for offline optimization in realistic small data settings. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/fadhel26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/fadhel26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Deep Polynomial Chaos Expansion </title>
        <description> Polynomial chaos expansion (PCE) is a classical and widely used surrogate modeling technique in physical simulation and uncertainty quantification. By taking a linear combination of a set of basis polynomials—orthonormal with respect to the distribution of uncertain input parameters—PCE enables tractable inference of key statistical quantities such as (conditional) means, variances, covariances, and Sobol sensitivity indices, which are essential for understanding the modeled system and identifying influential parameters and their interactions. The applicability of PCE to high-dimensional problems is limited by poor scalability, as the number of basis functions grows exponentially with the number of parameters. In this paper, we address this challenge by combining PCE with ideas from tractable probabilistic circuits, resulting in \emph{deep polynomial chaos expansion} (DeepPCE)—a deep generalization of PCE that scales effectively to high-dimensional input spaces. DeepPCE achieves predictive performance comparable to that of multilayer perceptrons (MLPs), while retaining PCE’s ability to compute \emph{exact} statistical inferences via simple forward passes. In contrast, such computations in MLPs require costly and often inaccurate approximations, such as Monte Carlo integration. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/exenberger26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/exenberger26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Statistical-computational gap in multiple Gaussian graph alignment </title>
        <description> We investigate the existence of a statistical-computational gap in multiple Gaussian graph alignment. We first generalize a previously established informational threshold from Vassaux and Massouli{é} (2025) to regimes where the number of observed graphs $p$ may also grow with the number of nodes $n$: when $p \leq O(n/\log(n))$, we recover the results from  Vassaux and Massouli{é} (2025), and $p \geq \Omega(n/\log(n))$ corresponds to a regime where the problem is as difficult as aligning one single graph with some unknown &quot;signal&quot; graph. Moreover, when $p = \omega(n)$, the informational thresholds for partial and exact recovery no longer coincide, in contrast to the all-or-nothing phenomenon observed when $p=O(n)$. Then, we provide the first computational barrier in the low-degree framework for (multiple) Gaussian graph alignment.  We prove that when the correlation $\rho$ is less than $1$, up to logarithmic terms, low degree non-trivial estimation fails. Our results suggest that the task of aligning $p$ graphs in polynomial time is as hard as the problem of aligning two graphs in polynomial time, up to logarithmic factors. These results characterize the existence of a statistical-computational gap and provide another example in which polynomial-time algorithms cannot handle complex combinatorial bi-dimensional structures. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/even26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/even26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Monotone and Conservative Policy Iteration Beyond the Tabular Case </title>
        <description> We introduce Reliable Policy Iteration (RPI) and Conservative RPI (CRPI), variants of Policy Iteration (PI) and Conservative PI (CPI), that retain tabular guarantees under function approximation. RPI uses a novel Bellman-constrained optimization for policy evaluation. We show that RPI restores the textbook \textit{monotonicity} of value estimates and that these estimates provably \textit{lower-bound} the true return; moreover, their limit partially satisfies the \textit{unprojected} Bellman equation. CRPI shares RPI’s evaluation, but updates policies conservatively by  maximizing a new performance-difference \textit{lower bound} that explicitly accounts for function-approximation-induced errors. CRPI inherits RPI’s guarantees and, crucially, admits per-step improvement bounds. In initial simulations, RPI and CRPI outperform PI and its variants. Our work addresses a foundational gap in RL: popular algorithms such as TRPO and PPO derive from tabular CPI yet are deployed with function approximation, where CPI’s guarantees often fail-leading to divergence, oscillations, or convergence to suboptimal policies. By restoring PI/CPI-style guarantees for \textit{arbitrary} function classes, RPI and CRPI provide a principled basis for next-generation RL. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/eshwar26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/eshwar26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Learnability with Partial Labels and Adaptive Nearest Neighbors </title>
        <description> Prior work on partial labels learning (PLL) has shown that  learning is possible  even when each instance is associated with a bag of labels, rather than a single  accurate but costly label. However, the necessary conditions for learning with partial labels remain unclear, and existing PLL methods are effective only in specific scenarios. In this work, we mathematically characterize the scenarios in which PLL is feasible. In addition, we present PL A-$k$NN, an adaptive nearest-neighbors algorithm for PLL that is effective in general scenarios and enjoys strong performance guarantees. Experimental results corroborate that PL A-$k$NN  can outperform state-of-the-art methods in general PLL scenarios </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/errandonea26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/errandonea26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Loss Gaps Parity for Fairness in Heterogeneous Federated Learning </title>
        <description> While clients may join federated learning to improve performance on data they rarely observe locally, they often remain self-interested, expecting the global model to perform well on their own data. This motivates an objective that ensures all clients achieve a similar \emph{loss gap}—the difference in performance between the global model and the best model they could train using only their local data. To this end, we propose EAGLE, a novel federated learning algorithm that explicitly regularizes the global model to minimize disparities in loss gaps across clients. Our approach is particularly effective in heterogeneous settings, where clients’ optimal local models may be misaligned. Unlike existing methods that encourage loss parity, potentially degrading performance for many clients, EAGLE targets fairness in relative improvements. We provide theoretical convergence guarantees for EAGLE under non-convex loss functions, and characterize how its iterates perform relative to the standard federated learning objective using a novel heterogeneity measure. Empirically, we demonstrate that EAGLE reduces the disparity in loss gaps among clients by prioritizing those furthest from their local optimal loss, while maintaining competitive utility in both convex and non-convex cases compared to strong baselines. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/erraji26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/erraji26a.html</guid>
        
        
      </item>
    
      <item>
        <title> On the Normalization of Confusion Matrices: Methods and Geometric Interpretations </title>
        <description> The confusion matrix is a standard tool for evaluating classifiers, providing a detailed view of model errors. In heterogeneous settings, its entries are influenced by two main factors: class similarity, reflecting how easily the model confuses certain classes, and distribution bias, stemming from imbalanced training or test distributions. Because confusion matrix values jointly reflect both factors, it is difficult to disentangle their individual effects. To address this issue, we introduce bi-normalization via Iterative Proportional Fitting, a generalization of row and column normalization. Unlike standard approaches, this method recovers the underlying structure of class similarity. By disentangling error sources, it enables a more precise diagnosis of model behavior and facilitates classifier improvement. We further establish connections between normalization, importance sampling, and class representations in the model’s latent space, thus offering a clearer interpretation of normalization schemes. Our implementation is publicly available. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/erbani26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/erbani26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Differentially Private Clustering in Data Streams </title>
        <description> Clustering tasks such as $k$-means and $k$-median are central in unsupervised learning, and streaming algorithms for these tasks are widely used to handle large or evolving datasets. When applied in sensitive domains, however, such algorithms must also provide rigorous privacy guarantees. In this work, we provide the first differentially private (DP) algorithms for $k$-means and $k$-median clustering of $d$-dimensional Euclidean data points over a stream of length at most $T$, using space that is sublinear in $T$, in the continual release setting where the algorithm is required to output a clustering at every timestep. We achieve (1) an $O(1)$-multiplicative approximation with $O(k^{1.5} poly(d, \log T))$ space and $poly(k,d,\log T)$ additive error, or (2) a $(1+\gamma)$-multiplicative approximation with $O_\gamma(poly(k, 2^{O_\gamma(d)}, \log T))$ space for any $\gamma&gt;0$, with additive error $poly(k, 2^{O_\gamma(d)}, \log T)$. Our main technical contribution is a DP clustering framework for data streams that only requires an offline DP coreset or clustering algorithm as a blackbox. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/epasto26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/epasto26a.html</guid>
        
        
      </item>
    
      <item>
        <title> High-dimensional Learning with Noisy Labels </title>
        <description> This paper provides theoretical insights into high-dimensional binary classification with class-conditional noisy labels.  Specifically, we study the behavior of a linear classifier with a label noisiness aware loss function, when both the dimension of data $p$ and the sample size $n$ are large and comparable. Relying on random matrix theory by supposing a Gaussian mixture data model, the performance of the linear classifier when $p,n\to \infty$ is shown to converge towards a limit, involving scalar statistics of the data.  Importantly, our findings show that the low-dimensional intuitions to handle label noise do not hold in high-dimension, in the sense that the optimal classifier in low-dimension dramatically fails in high-dimension.  Based on our derivations, we design an optimized method that is shown to be provably more efficient in handling noisy labels in high dimensions. Our theoretical conclusions are further confirmed by experiments on real datasets, where we show that our optimized approach outperforms the considered baselines. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/el-firdoussi26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/el-firdoussi26a.html</guid>
        
        
      </item>
    
      <item>
        <title> CONTEXTUAL RANKING AND MATCHING. OPTIMAL REGRET UNDER LST </title>
        <description> We address the problem of online matchmaking with contextual information. In each round, a perfect matching between a varying set of players – with different strengths – is selected, and the outcomes of the comparisons of the chosen pairs are observed. We assume that matching players incurs dissatisfaction proportional to the &quot;strength gap&quot;, thereby incentivising the pairing of players with closely matched strengths. Additionally, we assume that the strength of each player can be inferred from some available contextual information through the contextualised linear stochastic transitivity model \textbf{(LST)}. We propose an algorithm that performs matchmaking by selecting pairs of maximum informativeness among admissible pairs and prove that its regret is optimal up to logarithmic factors. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/el-ferchichi26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/el-ferchichi26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Differentially Private and Federated Structure Learning in Bayesian Networks </title>
        <description> Learning the structure of a Bayesian network from decentralized data poses two major challenges: (i) ensuring rigorous privacy guarantees for participants, and (ii) avoiding communication costs that scale poorly with dimensionality. In this work, we introduce Fed-Sparse-BNSL, a novel federated method for learning linear Gaussian Bayesian network structures that addresses both challenges. By combining differential privacy with greedy updates that target only a few relevant edges per participant, Fed-Sparse-BNSL efficiently uses the privacy budget while keeping communication costs low. Our careful algorithmic design preserves model identifiability and enables accurate structure estimation. Experiments on synthetic and real datasets demonstrate that Fed-Sparse-BNSL achieves utility close to non-private baselines while offering substantially stronger privacy and communication efficiency. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/el-fehri26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/el-fehri26a.html</guid>
        
        
      </item>
    
      <item>
        <title> One-Step Diffusion Samplers via Self-Distillation and Deterministic Flow </title>
        <description> Sampling from unnormalized target distributions is a fundamental yet challenging task in machine learning and statistics. Existing sampling algorithms typically require many iterative steps to produce high-quality samples, leading to high computational costs. We introduce one-step diffusion samplers which learn a step-conditioned ODE so that one large step reproduces the trajectory of many small ones via a state-space consistency loss. We further show that standard ELBO estimates in diffusion samplers degrade in the few-step regime because common discrete integrators yield mismatched forward/backward transition kernels. Motivated by this analysis, we derive a deterministic-flow (DF) importance weight for ELBO estimation without a backward kernel. To calibrate DF, we introduce a volume-consistency regularization that aligns the accumulated volume change along the flow across step resolutions. Our proposed sampler therefore achieves both sampling and stable evidence estimate in only one or few step. Across challenging synthetic and Bayesian benchmarks, it achieves competitive sample quality with orders-of-magnitude fewer network evaluations while maintaining robust ELBO estimates. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/dube26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/dube26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Rank Lifting and Random Non-Linear Maps </title>
        <description> Deep neural networks exhibit improved training and generalization performance as the number of parameters grows well beyond the size of the training set, contradicting classical intuitions about overfitting. In order to gain a better understanding of this “benign overparameterization”, we analyze the representational capacity of a random one-hidden-layer perceptron with Gaussian weights, no bias and threshold activations. More precisely, we investigate the following question: when does a hidden layer of dimension $n$ maps $k$ input vectors with pairwise angles at least $\theta$, to a full-rank activation matrix, thus ensuring that a simple linear classifier can perfectly fit those inputs in feature space? This problem has an immediate impact on memorization capacity at initialization and we frame it as a question about hyperplane arrangements on the unit sphere, and we prove new isoperimetric-like inequalities.  This allows us to derive non-trivial lower bounds on the probability that a random embedding avoids the arrangement’s zero-measure regions. Our results show that once the hidden dimension exceeds a threshold (depending on $\theta$ and the input dimension), hidden representations are linearly independent with high probability. While the case we consider is challenging due to the sparsity of the solution space, this setting highlights crucial, underlying geometric problems and connections to related questions in spherical geometry and linear algebra. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/drago26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/drago26a.html</guid>
        
        
      </item>
    
      <item>
        <title> We Still Don’t Understand High-Dimensional Bayesian Optimization </title>
        <description> Existing high-dimensional Bayesian optimization (BO) methods aim to overcome the curse of dimensionality by carefully encoding structural assumptions, from locality to sparsity to smoothness, into the optimization procedure. Surprisingly, we demonstrate that these approaches are outperformed by arguably the simplest method imaginable: Bayesian linear regression. After applying a geometric transformation to avoid boundary-seeking behavior, Gaussian processes with linear kernels match state-of-the-art performance on tasks with 60- to 6,000-dimensional search spaces. Linear models offer numerous advantages over their non-parametric counterparts: they afford closed-form sampling and their computation scales linearly with data, a fact we exploit on molecular optimization tasks with &gt;20,000 observations. Coupled with empirical analyses, our results suggest the need to depart from past intuitions about BO methods in high-dimensions. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/doumont26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/doumont26a.html</guid>
        
        
      </item>
    
      <item>
        <title> AMRM-Pure: Semantic-Preserving Adversarial Purification </title>
        <description> Adversarial purification is a defense technique that employs generative models to remove adversarial perturbations. Current methods often rely on powerful generators, typically diffusion models, and focus on reducing the gap between adversarial and clean samples in the feature space, while overlooking semantic correlation within a single sample. To address this issue, we explore adversarial purification from the perspective of preserving semantic relationships among image patches. We employ an Attentive Mask Reconstruction Model (AMRM), which shows superior performance. Our theoretical and experimental analysis reveals that AMRM is highly sensitive to adversarial noise, as such noise significantly distorts patch relationships. Based on this observation, we propose AMRM-Pure, a purification framework that denoises adversarial inputs by preserving patch-level semantics, and formulate this process as a tractable optimization problem with respect to the input. To further enhance robustness, we finetune AMRM-Pure with classification loss to strengthen semantic consistency. We apply our insight to two AMRM architectures, including Mask Autoencoder (MAE) and MaskDiT. Extensive experiments confirm the effectiveness of our method, establishing new state-of-the-art performance across multiple benchmarks. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/dou26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/dou26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Doctor Rashomon and the UNIVERSE of Madness: Variable Importance with Unobserved Confounding and the Rashomon Effect </title>
        <description> Variable importance (VI) methods are often used for hypothesis generation, feature selection, and scientific validation. In the standard VI pipeline, an analyst estimates VI for a single predictive model with only the observed features. However, the importance of a feature depends heavily on which other variables are included in the model, and essential variables are often omitted from observational datasets. Moreover, the VI estimated for one model is often not the same as the VI estimated for another equally-good model – a phenomenon known as the Rashomon Effect. We address these gaps by introducing UNobservables and Inference for Variable importancE using Rashomon SEts (UNIVERSE). Our approach adapts Rashomon sets – the sets of near-optimal models in a dataset – to produce bounds on the true VI even with missing features. We theoretically guarantee the robustness of our approach, show strong performance on semi-synthetic simulations, and demonstrate its utility in a credit risk task. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/donnelly26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/donnelly26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Dendrograms of Mixing Measures for Softmax-Gated Gaussian Mixture of Experts: Consistency Without Model Sweeps </title>
        <description> We develop a unified statistical framework for softmax-gated Gaussian mixture of experts (SGMoE) that addresses three long-standing obstacles in parameter estimation and model selection: (i) non-identifiability of gating parameters up to common translations, (ii) intrinsic gate-expert interactions that induce coupled differential relations in the likelihood, and (iii) the tight numerator-denominator coupling in the softmax-induced conditional density. Our approach introduces Voronoi-type loss functions aligned with the gate-partition geometry and establishes finite-sample convergence rates for the maximum likelihood estimator (MLE). In over-specified models, we reveal a link between the MLE’s convergence rate and the solvability of an associated system of polynomial equations characterizing near-nonidentifiable directions. For model selection, we adapt dendrograms of mixing measures to SGMoE, yielding a consistent, sweep-free selector of the number of experts that attains pointwise-optimal parameter rates under overfitting while avoiding multi-size training. Simulations on synthetic data corroborate the theory, accurately recovering the expert count and achieving the predicted rates for parameter estimation while closely approximating the regression function. Under model misspecification (e.g., $\epsilon$-contamination), the dendrogram selection criterion is robust, recovering the true number of mixture components, while the Akaike information criterion, the Bayesian information criterion, and the integrated completed likelihood tend to overselect as sample size grows. On a maize proteomics dataset of drought-responsive traits, our dendrogram-guided SGMoE selects two experts, exposes a clear mixing-measure hierarchy, stabilizes the likelihood early, and yields interpretable genotype-phenotype maps, outperforming standard criteria without multi-size training. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/do26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/do26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Probabilistic multi-dimensional classification with incomplete data at the prediction time </title>
        <description> Multi-dimensional classification (MDC) extends multi-class and multi-label learning by predicting several class variables per instance.  We revisit probabilistic MDC methods with mixed features (discrete and continuous), focusing on their strengths and limits for handling incomplete data at prediction time.  We present theoretical results leading to a new probabilistic approach with efficient learning and prediction algorithms that address scalability and robustness issues.  Experiments demonstrate its benefits in different missingness scenarios. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/do26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/do26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Provable Effects of Data Replay in Continual Learning: A Feature Learning Perspective </title>
        <description> Continual learning (CL) aims to train models on a sequence of tasks while retaining performance on previously learned ones. A core challenge in this setting is \textit{catastrophic forgetting}, where new learning interferes with past knowledge. Among various mitigation strategies, data-replay methods—where past samples are periodically revisited—are considered simple yet effective, especially when memory constraints are relaxed. However, the theoretical effectiveness of full data replay, where all past data is accessible during training, remains largely unexplored. In this paper, we present the first theoretical framework for analyzing full data-replay training in continual learning from a feature learning perspective. Adopting a multi-view data model, we identify the signal-to-noise ratio (SNR) as a critical factor affecting forgetting. Focusing on task-incremental binary classification across $M$ tasks, our analysis verifies two key conclusions: (1) forgetting can still occur under full replay when the cumulative noise from later tasks dominates the signal from earlier ones; and (2) with sufficient signal accumulation, data replay can recover earlier tasks-even if their initial learning was poor. Notably, we uncover a novel insight into task ordering: prioritizing higher-signal tasks not only facilitates learning of lower-signal tasks but also helps prevent catastrophic forgetting—highlighting the importance of order-aware replay strategies. We validate our theoretical findings through synthetic experiments that visualize the interplay between signal learning and noise memorization across varying SNRs and task correlation regimes. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/ding26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/ding26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Scalable Learning of Multivariate Distributions via Coresets </title>
        <description> Efficient and scalable non-parametric or semi-parametric regression analysis and density estimation are of crucial importance to the fields of statistics and machine learning. However, available methods are limited in their ability to handle large-scale data. We address this issue by developing a novel coreset construction for multivariate conditional transformation models (MCTMs) to enhance their scalability and training efficiency. To the best of our knowledge, these are the first coresets for semi-parametric distributional models. Our approach yields substantial data reduction via importance sampling. It ensures with high probability that the log-likelihood remains within multiplicative error bounds of $(1\pm\varepsilon)$ and thereby maintains statistical model accuracy. Compared to conventional full-parametric models, where coresets have been incorporated before, our semi-parametric approach exhibits enhanced adaptability, particularly in scenarios where complex distributions and non-linear relationships are present, but not fully understood. To address numerical problems associated with normalizing logarithmic terms, we follow a geometric approximation based on the convex hull of input data. This ensures feasible, stable, and accurate inference in scenarios involving large amounts of data. Numerical experiments demonstrate substantially improved computational efficiency when handling large and complex datasets, thus laying the foundation for a broad range of applications within the statistics and machine learning communities. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/ding26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/ding26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Efficient Logistic Regression with Mixture of Sigmoids </title>
        <description> This paper studies the Exponential Weights (EW) algorithm with an isotropic Gaussian prior for online logistic regression. We show that the near-optimal worst-case regret bound $O(d\log(Bn))$ for EW, established by Kakade and Ng (2005) against the best linear predictor of norm at most $B$, can be achieved with total worst-case computational complexity $\tilde O(B^3 n^5)$. This substantially improves on the $O(B^{18}n^{37})$ complexity of prior work achieving the same guarantee (Foster et al., 2018). Beyond efficiency, we analyze the large-$B$ regime under linear separability: after rescaling by $B$, the EW posterior converges as $B\to\infty$ to a standard Gaussian truncated to the version cone. Accordingly, the predictor converges to a \emph{solid-angle vote} over separating directions and, on every fixed-margin slice of this cone, the mode of the corresponding truncated Gaussian is aligned with the hard-margin SVM direction. Using this geometry, we derive non-asymptotic regret bounds showing that once $B$ exceeds a margin-dependent threshold, the regret becomes independent of $B$ and grows only logarithmically with the inverse margin. Overall, our results show that EW can be both computationally tractable and geometrically adaptive in online classification. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/di-gennaro26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/di-gennaro26a.html</guid>
        
        
      </item>
    
      <item>
        <title> E-Scores for (In)Correctness Assessment of Generative Model Outputs </title>
        <description> While generative models, especially large language models (LLMs), are ubiquitous in today’s world, principled mechanisms to assess their (in)correctness are limited. Using the conformal prediction framework, previous works construct sets of LLM responses where the probability of including an incorrect response, or error, is capped at a user-defined tolerance level. However, since these methods are based on p-values, they are susceptible to p-hacking, i.e., choosing the tolerance level post-hoc can invalidate the guarantees. We therefore leverage e-values to complement generative model outputs with e-scores as measures of incorrectness. In addition to achieving the guarantees as before, e-scores further provide users with the flexibility of choosing data-dependent tolerance levels while upper bounding size distortion, a post-hoc notion of error. We experimentally demonstrate their efficacy in assessing LLM outputs under different forms of correctness: mathematical factuality and property constraints satisfaction. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/dhillon26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/dhillon26a.html</guid>
        
        
      </item>
    
      <item>
        <title> On the Convergence and Stability of Distributed Sub-model Training </title>
        <description> As learning models continue to grow in size, enabling on-device local training of these models has emerged as a critical challenge in federated learning. A popular solution is sub-model training, where the server only distributes randomly sampled sub-models to the edge clients, and clients only update these small models. However, those random sampling of sub-models may not give satisfying convergence performance. In this paper, observing the success of SGD with shuffling, we propose a distributed shuffled sub-model training, where the full model is partitioned into several sub-models in advance, and the server shuffles those sub-models, sends each of them to clients at each round, and by the end of local updating period, clients send back the updated sub-models, and server averages them. We establish the convergence rate of this algorithm. We also study the generalization of distributed sub-model training via stability analysis, and find that the sub-model training can improve the generalization via amplifying the stability of training process. The extensive experiments also validate our theoretical findings. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/deng26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/deng26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Enhancing LLM Safety Through a Theoretical Minimax Game Lens </title>
        <description> The rapid advancement of large language models (LLMs) necessitates effective mechanisms to ensure their responsible deployment by accurately distinguishing unsafe content from benign content. While substantial safety datasets are available in English, multilingual safety modeling remains underexplored due to limited open-source safety datasets in other languages. Even within English datasets, safe yet sensitive corner-case content is scarce, leading to shortcut learning by models and non-trivial false-positive rates. To mitigate these issues, we introduce a novel minimax reinforcement learning (RL) framework wherein a data generator and a classifier model co-evolve, facilitating the production of high-quality synthetic multilingual safety data. We theoretically formalize this interaction as a minimax game and rigorously demonstrate convergence to a Nash equilibrium. Empirical evaluations confirm that our synthetic data generation method significantly enhances the classifier model performance, enabling a substantially smaller model to surpass the state-of-the-art by nearly 10% on English benchmarks while achieving 4.5$\times$ faster inference speed. These results establish a scalable and efficient methodology for synthetic data generation, advancing the development of safer and more robust multilingual LLM deployments. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/deng26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/deng26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Asymptotic optimality theory of confidence intervals of the mean </title>
        <description> We address the classical problem of constructing confidence intervals (CIs) for the mean of a distribution, given $N$ i.i.d. samples, such that the CI contains the true mean with probability at least $1 - \delta$, where $\delta \in (0,1)$. We characterize three distinct learning regimes based on the minimum achievable limiting width of any CI as the sample size $N_\delta \to \infty$ and $\delta \to 0$. In the first regime, where $N_\delta$ grows slower than $\log(1/\delta)$, the limiting width of any CI equals the width of the distribution’s support, precluding meaningful inference. In the second regime, where $N_\delta$ scales as $\log(1/\delta)$, we precisely characterize the minimum limiting width, which depends on the scaling constant. In the third regime, where $N_\delta$ grows faster than $\log(1/\delta)$, complete learning is achievable, and the limiting width of the CI collapses to zero and CI converges to the true mean. We demonstrate that CIs derived from concentration inequalities based on Kullback-Leibler (KL) divergences achieve asymptotically optimal performance, attaining the minimum limiting width in both the sufficient and the complete learning regimes for distributions in three families: single-parameter exponential, bounded support and known bound on $(1+\epsilon)^{\rm th}$ moment. Additionally, these results extend to one-sided CIs, with the width notion adjusted appropriately. Finally, we generalize our findings to settings with random per-sample costs, motivated by practical applications such as stochastic simulators and cloud service selection. Instead of a fixed sample size, we consider a cost budget $C_\delta$, identifying analogous learning regimes and characterizing the optimal CI construction policy. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/deep26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/deep26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Beyond Johnson-Lindenstrauss: Uniform Bounds for Sketched Bilinear Forms </title>
        <description> Uniform bounds on sketched inner products underpin several important computational and statistical results in machine learning and randomized algorithms, including the Johnson-Lindenstrauss (J-L) lemma, the Restricted Isometry Property (RIP), randomized sketching, etc. However, many modern analyses involve \emph{sketched bilinear forms}, for which existing uniform bounds either do not apply or are not sharp on general sets. In this work, we develop a general framework to analyze such sketched bilinear forms, and derive uniform bounds in terms of geometric complexities of the associated sets. Our approach relies on \emph{generic chaining} and introduces new techniques for handling suprema over pairs of sets. We further extend our results to (i) sketch matrices with conditionally independent entries, e.g., as in CountSketch and SRHT (Subsampled Randomized Hadamard Transform), and (ii) bilinear forms involving a sum of $T$ sketch matrices, showing that the deviation scales as $\sqrt{T}$. This unified analysis recovers known results such as the J-L lemma as special cases, while extending RIP guarantees. Using our new bounds, we give tighter convergence bounds for sketched federated learning, and develop sketched bandits whose regret depends on the geometric complexity of the action and parameter sets rather than the ambient dimension. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/deb26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/deb26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Calibrated Predictive Lower Bounds on Time-to-Unsafe-Sampling in LLMs </title>
        <description> We introduce time-to-unsafe-sampling, a novel safety measure for generative models, defined as the number of generations required by a large language model (LLM) to trigger an unsafe (e.g., toxic) response. While providing a new dimension for prompt-adaptive safety evaluation, quantifying time-to-unsafe-sampling is challenging: unsafe outputs are often rare in well-aligned models and thus may not be observed under any feasible sampling budget. To address this challenge, we frame this estimation problem as one of survival analysis. We build on recent developments in conformal prediction and propose a novel calibration technique to construct a lower predictive bound (LPB) on the time-to-unsafe-sampling of a given prompt with rigorous coverage guarantees. Our key technical innovation is an optimized sampling-budget allocation scheme that improves sample efficiency while maintaining distribution-free guarantees. Experiments on both synthetic and real data support our theoretical results and demonstrate the practical utility of our method for safety risk assessment in generative AI models. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/davidov26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/davidov26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Gradient Regularized Natural Gradients </title>
        <description> Gradient regularization (GR) has been shown to improve the generalizability of trained models. While Natural Gradient Descent has been shown to accelerate optimization in the initial phase of training, little attention has been paid to how the training dynamics of second-order optimizers can benefit from GR. In this work, we propose Gradient-Regularized Natural Gradients (GRNG), a family of scalable second-order optimizers that integrate explicit gradient regularization with natural gradient updates. Our framework introduces two frequentist algorithms: Regularized Explicit Natural Gradient (RENG), which utilizes double backpropagation to explicitly minimize the gradient norm, and Regularized Implicit Natural Gradient (RING), which incorporates regularization implicitly into the update direction. We also propose a Bayesian variant based on a Regularized-Kalman formulation that eliminates the need for FIM inversion entirely. We establish convergence guarantees for GRNG, showing that gradient regularization improves stability and enables convergence to global minima. Empirically, we demonstrate that GRNG consistently enhances both optimization speed and generalization compared to first-order methods (SGD, AdamW) and second-order baselines (K-FAC, Sophia), with strong results on vision and language benchmarks. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/dash26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/dash26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Learning to Explore With Lagrangians For Bandits Under Unknown Constraints </title>
        <description> Pure exploration in bandits formalises multiple real-world problems, such as tuning hyper-parameters or conducting user studies to test a set of items, where different safety, resource, and fairness constraints on the decision space naturally appear. We study these problems as pure exploration in multi-armed bandits with unknown linear constraints, where the aim is to identify an \emph{$r$-optimal and feasible policy} as fast as possible with a given level of confidence. First, we propose a Lagrangian relaxation of the sample complexity lower bound for pure exploration under constraints. Second, we leverage properties of convex optimisation in the Lagrangian lower bound to propose two computationally efficient extensions of Track-and-Stop and Gamified Explorer, namely LATS and LAGEX. Then, we propose a constraint-adaptive stopping rule, and while tracking the lower bound, use optimistic estimate of the feasible set at each step. We show that LAGEX achieves asymptotically optimal sample complexity upper bound, while LATS shows asymptotic optimality up to \emph{novel} constraint-dependent constants. Finally, we conduct numerical experiments with different reward distributions and constraints that validate efficient performance of LATS and LAGEX. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/das26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/das26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Tractable Gaussian Phase Retrieval with Heavy Tails and Adversarial Corruption with Near-Linear Sample Complexity </title>
        <description> Phase retrieval is the classical problem of recovering a signal $x^* \in \mathbb{R}^n$ from its noisy phaseless measurements $y_i = ⟨a_i, x^* ⟩^2 + \zeta_i$ (where $\zeta_i$ denotes noise, and $a_i$ is the sensing vector) for $i \in [m]$. The problem of phase retrieval has a rich history, with a variety of applications such as optics, crystallography, heteroscedastic regression, astrophysics, etc. A major consideration in algorithms for phase retrieval is \emph{robustness} against measurement errors. In recent breakthroughs in algorithmic robust statistics, efficient algorithms have been developed for several parameter estimation tasks such as mean estimation, covariance estimation, robust principal component analysis (PCA), etc. in the presence of heavy-tailed noise and adversarial corruptions. In this paper, we study efficient algorithms for robust phase retrieval with heavy-tailed noise when a constant fraction of both the measurements $y_i$ and the sensing vectors $a_i$ may be arbitrarily adversarially corrupted. For this problem, Buna and Rebeschini (AISTATS 2025) very recently gave an \emph{exponential} time algorithm with sample complexity $O(n \log n)$. Their algorithm needs a \emph{robust spectral initialization}, specifically, a robust estimate of the top eigenvector of a covariance matrix, which they deemed to be beyond known efficient algorithmic techniques (similar spectral initializations are a key ingredient of a large family of phase retrieval algorithms). In this work, we make a connection between robust spectral initialization and recent algorithmic advances in robust PCA, yielding the first polynomial-time algorithms for robust phase retrieval with both heavy-tailed noise and adversarial corruptions, in fact with near-linear (in $n$) sample complexity. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/das26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/das26a.html</guid>
        
        
      </item>
    
      <item>
        <title> In-Context Learning for Discrete Optimal Transport: Can Transformers Sort? </title>
        <description> The rapid growth of model sizes and training datasets has created a strong demand for \emph{test-time compute}—the ability to perform inference without additional training. At the core of test-time compute is \emph{in-context learning} (ICL), an emerging capability of large language models (LLMs) that enables them to perform statistical inference directly at test time. Recent progress has shed light on the mechanisms underlying in-context learning in statistical tasks: language models can implement linear regression and classification by iteratively extracting features at test time. This naturally raises a broader question: \emph{Can we analyze ICL beyond statistical learning and extend it to discrete algorithmic tasks relevant to NLP?} One of the fundamental tasks in NLP can be formulated as discrete optimal transport: matching tokens, with applications ranging from machine translation to mixture-of-experts routing. We show that transformers with softmax self-attention can solve discrete optimal transport via in-context learning when the model parameters are fixed and only the input length and data distribution vary. One implication of this result is that transformers can approximately sort lists of arbitrary length with a provable approximation guarantee. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/daneshmand26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/daneshmand26a.html</guid>
        
        
      </item>
    
      <item>
        <title> FlowPINNs: A Variational Framework for PDE Parameter Inference and Uncertainty Quantification </title>
        <description> Inverse problems for parameter identification in systems governed by partial differential equations (PDEs) arise in many areas of science and engineering. Traditionally, such problems have been addressed using classical numerical methods. More recently, physics-informed neural networks (PINNs) have emerged as a promising alternative for learning PDE-constrained models directly from data. However, providing principled uncertainty quantification (UQ) for the predictions obtained using PINNs remains a significant challenge. To address this limitation, we introduce flowPINNs, a probabilistic framework for estimation and UQ in PDE parameter inverse problems. The central idea is to define a variational posterior that combines a normalising flow approximation for the distribution over the PDE parameters with a parameterised PINN representing the corresponding PDE solution. This joint formulation enables efficient posterior inference via maximisation of the evidence lower bound (ELBO), thereby casting the inverse problem as a tractable optimisation task. Through a series of numerical experiments, we demonstrate that flowPINNs can achieve improved performance with strong computational efficiency when compared to existing UQ approaches for PINNs. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/dalton26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/dalton26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Boosted GFlowNets: Improving Exploration via Sequential Learning </title>
        <description> Generative Flow Networks (GFlowNets) are powerful samplers for compositional objects that, by design, sample proportionally to a given non-negative reward. Nonetheless, in practice, they often struggle to explore the reward landscape evenly: trajectories toward easy-to-reach regions dominate training, while hard-to-reach modes receive vanishing or uninformative gradients, leading to poor coverage of high-reward areas. We address this imbalance with Boosted GFlowNets, a method that sequentially trains an ensemble of GFlowNets, each optimizing a residual reward that compensates for the mass already captured by previous models. This residual principle reactivates learning signals in underexplored regions and, under mild assumptions, ensures a monotone non-degradation property: adding boosters cannot worsen the learned distribution and typically improves it. Empirically, Boosted GFlowNets achieve substantially better exploration and sample diversity on multimodal synthetic benchmarks and peptide design tasks, while preserving the stability and simplicity of standard trajectory-balance training. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/dall-antonia26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/dall-antonia26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Differentially Private E-Values </title>
        <description> E-values have gained prominence as flexible tools for statistical inference and risk control, enabling anytime- and post-hoc-valid procedures under minimal assumptions. However, many applications fundamentally rely on sensitive data, which can be leaked through e-values. To ensure their safe release, we propose a general framework for differentially private e-values that transforms any non-private e-value into a differentially private one. Towards this end, we develop a novel biased multiplicative noise mechanism that ensures our differentially private e-values remain statistically valid. We show that our differentially private e-values attain strong statistical power, and are asymptotically as powerful as their non-private counterparts. Experiments across online risk monitoring, private healthcare, and conformal e-prediction demonstrate our approach’s effectiveness and broad applicability. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/csillag26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/csillag26a.html</guid>
        
        
      </item>
    
      <item>
        <title> The Minimax Lower Bound of Kernel Stein Discrepancy Estimation </title>
        <description> Kernel Stein discrepancies (KSDs) have emerged as a powerful tool for quantifying goodness-of-fit over the last decade, featuring numerous successful applications. To the best of our knowledge, all existing KSD estimators with known rate achieve $\sqrt n$-convergence. In this work, we present two complementary results (with different proof strategies), establishing that the minimax lower bound of KSD estimation is $n^{-1/2}$ and settling the optimality of these estimators. Our first result focuses on KSD estimation on $\mathbb R^d$ with the Langevin-Stein operator; our explicit constant for the Gaussian base kernel indicates that the difficulty of KSD estimation may increase exponentially with the dimensionality $d$. Our second result settles the minimax lower bound for KSD estimation on general domains. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/cribeiro-ramallo26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/cribeiro-ramallo26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Inverse-Free Sparse Variational Gaussian Processes </title>
        <description> Gaussian processes (GPs) offer appealing properties but are costly to train at scale. Sparse variational GP (SVGP) approximations reduce cost yet still rely on Cholesky decompositions of kernel matrices, ill-suited to low-precision, massively parallel hardware. While one can construct valid variational bounds that rely only on matrix multiplications (matmuls) via an auxiliary matrix parameter, optimising them with off-the-shelf first-order methods is challenging. We make the inverse-free approach practical by proposing a better-conditioned bound and deriving a matmul-only natural-gradient update for the auxiliary parameter, markedly improving stability and convergence. We further provide simple heuristics, such as step-size schedules and stopping criteria, that make the overall optimisation routine fit seamlessly into existing workflows. Across regression and classification benchmarks, we demonstrate that our method 1) serves as a drop-in replacement in SVGP-based models (e.g., deep GPs), 2) recovers similar performance to traditional methods, and 3) can be faster than baselines when well tuned. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/cortinovis26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/cortinovis26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Efficient Model Performance Evaluation Using a Combination of Expert and Crowd-sourced Labels </title>
        <description> As models, particularly large language models (LLMs), are deployed on increasingly challenging tasks, correctly evaluating their performance is growing in importance and difficulty. Expert human labelers are high-quality but scarce and resource-intensive to obtain, while crowd-sourced labels are more readily accessible at scale but lower in quality. We propose Maven (Model And Voter EvaluatioN), a hierarchical Bayesian model that combines these two label sources to produce model performance estimates on binary tasks that are less biased than using crowd-sourced labels alone and have lower variance than using expert labels alone. By modeling the ranking of model scores, Maven is robust to a range of prediction distributions and achieves constant inference time regardless of dataset size.  We validate our approach on both simulated and real-world data, and deploy it to measure production models at Meta. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/corbett-davies26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/corbett-davies26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Set to Be Fair: Demographic Parity Constraints for Set-Valued Classification </title>
        <description> Set-valued classification is used in multiclass settings where confusion between classes can occur and lead to misleading predictions. However, its application may amplify discriminatory bias motivating the development of set-valued approaches under fairness constraints.  In this paper, we address the problem of set-valued classification under demographic parity and expected size constraints. We propose two complementary strategies: an oracle-based method that minimizes classification risk while satisfying both constraints, and a computationally efficient proxy that prioritizes constraint satisfaction. For both strategies, we derive closed-form expressions for the (optimal) fair set-valued classifiers and use these to build plug-in, data-driven procedures for empirical predictions. We establish distribution-free convergence rates for violations of the size and fairness constraints for both methods, and under mild assumptions we also provide excess-risk bounds for the oracle-based approach. Empirical results demonstrate the effectiveness of both strategies and highlight the efficiency of our proxy method. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/cohen26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/cohen26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Convexified Message-Passing Graph Neural Networks </title>
        <description> Graph Neural Networks (GNNs) are key tools for graph representation learning, demonstrating strong results across diverse prediction tasks. In this paper, we present \textbf{Convexified Message-Passing Graph Neural Networks} (CGNNs), a novel and general framework that combines the power of message-passing GNNs with the tractability of \emph{convex} optimization. By mapping their nonlinear filters into a reproducing kernel Hilbert space, CGNNs transform training into a convex optimization problem, which projected gradient methods can solve both efficiently and optimally. Convexity further allows CGNNs’ statistical properties to be analyzed accurately and rigorously. For two-layer CGNNs, we establish rigorous generalization guarantees, showing convergence to the performance of an optimal GNN. To scale to deeper architectures, we adopt a principled layer-wise training strategy. Experiments on benchmark datasets show that CGNNs significantly exceed the performance of leading GNN models, obtaining 10–40% higher accuracy in most cases, underscoring their promise as a powerful and principled method with strong theoretical foundations. In rare cases where improvements are not quantitatively substantial, the convex models either slightly exceed or match the baselines, stressing their robustness and wide applicability. Though over-parameterization is often used to enhance performance in non-convex models, we show that our CGNNs yield shallow convex models that can surpass non-convex ones in accuracy and model compactness. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/cohen26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/cohen26a.html</guid>
        
        
      </item>
    
      <item>
        <title> On the Expressivity of Selective State-Space Layers: A Multivariate Polynomial Approach </title>
        <description> Recent advances in efficient sequence modeling have introduced selective state-space layers, a key component of the Mamba architecture, which have demonstrated remarkable success in a wide range of NLP and vision tasks. While Mamba’s empirical performance has matched or surpassed SoTA transformers on such diverse benchmarks, the theoretical foundations underlying its powerful representational capabilities remain less explored. In this work, we investigate the expressivity of selective state-space layers using multivariate polynomials, and prove that they surpass linear transformers in expressiveness. Consequently, our findings reveal that Mamba offers superior representational power over linear attention-based models for long-sequences, while not sacrificing their generalization. Our theoretical insights are validated by a comprehensive set of empirical experiments on various datasets. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/cohen-karlik26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/cohen-karlik26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Deconfounding Scores and Representation Learning for Causal Effect Estimation with Weak Overlap </title>
        <description> Overlap, also known as positivity, is a key condition for causal treatment effect estimation. Many popular estimators suffer from high variance and become brittle when features differ strongly across treatment groups. This is especially challenging in high dimensions: the curse of dimensionality can make overlap implausible. To address this, we propose a class of feature representations called deconfounding scores, which preserve both identification and the target of estimation; the classical propensity and prognostic scores are two special cases. We characterize the problem of finding a representation with better overlap as minimizing an overlap divergence under a deconfounding score constraint. We then derive closed-form expressions for a class of deconfounding scores under a broad family of generalized linear models with Gaussian features and show that prognostic scores are overlap-optimal within this class. We conduct extensive experiments to assess this behavior empirically. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/clivio26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/clivio26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Reinforcement Learning Using Known Invariances </title>
        <description> In many real-world reinforcement learning (RL) problems, the environment exhibits inherent symmetries that can be exploited to improve learning efficiency. This paper develops a theoretical and algorithmic framework for incorporating known group symmetries into kernel-based RL. We propose a symmetry-aware variant of optimistic least-squares value iteration (LSVI), which leverages invariant kernels to encode invariance in both rewards and transition dynamics. Our analysis establishes new bounds on the maximum information gain and covering numbers for invariant RKHSs, explicitly quantifying the sample efficiency gains from symmetry. Empirical results on a customized Frozen Lake environment and a 2D placement design problem confirm the theoretical improvements, demonstrating that symmetry-aware RL achieves significantly better performance than their standard kernel counterparts. These findings highlight the value of structural priors in designing more sample-efficient reinforcement learning algorithms. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/cioba26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/cioba26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Regularizing attention scores with bootstrapping </title>
        <description> Vision transformers (ViT) rely on attention mechanism to weigh input features, and therefore attention scores have naturally been considered as explanations for its decision-making process. However, attention scores are almost always non-zero, resulting in noisy attention maps and limiting interpretability. Can we quantify uncertainty measures of attention scores and obtain regularized attention scores? To this end, we consider attention scores of ViT in a statistical framework where, e.g., noise would lead to insignificant yet non-zero scores. Leveraging statistical learning techniques, we introduce the bootstrapping for attention scores which generates a baseline distribution of attention scores by resampling input features. Such a bootstrap distribution is then used to estimate significances and posterior probabilities of attention scores. In natural and medical images, the proposed Attention Regularization approach demonstrates a straightforward removal of spurious attention arising from noise, drastically improving shrinkage and sparsity. Quantitative evaluations are conducted using both simulation and real-world datasets. Our study highlights bootstrapping as a practical regularization tool when using attention scores as explanations for ViT. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/chung26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/chung26a.html</guid>
        
        
      </item>
    
      <item>
        <title> T$_k$CP: Context-Aware Pooling via Top-k% Activation Selection </title>
        <description> Pooling is a core operation in convolutional neural networks (CNNs), enabling spatial reduction and hierarchical abstraction. However, standard methods such as max or average pooling operate locally and often fail to capture global context, leading to under- or over-estimation of features. This limits performance on tasks requiring both fine localization and holistic understanding. To address this, we propose Top-$k$% Contextual Pooling (TkCP), a framework that preserves informative activations based on contextual importance. TkCP includes two variants: (1) Sparse Contextual Pooling, selecting top-$k$% activations within local windows, and (2) Global Contextual Pooling, selecting top-$k$% across the entire feature map. Given a kernel size and target resolution, TkCP deterministically sets the stride and reconstructs outputs without additional parameters. Experiments across classification, detection, tracking, segmentation, and generation show consistent improvements in accuracy and robustness. Additionally, TkCP enhances interpretability by tracing high-activation regions across layers. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/choi26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/choi26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Explore-then-Commit for Nonstationary Linear Bandits with Latent Dynamics </title>
        <description> We study a nonstationary bandit problem where rewards depend on both actions and latent states, the latter governed by unknown linear dynamics. Crucially, the state dynamics also depend on the actions, resulting in tension between short-term and long-term rewards. We propose an explore-then-commit algorithm for a finite horizon $T$. During the exploration phase, random Rademacher actions enable estimation of the Markov parameters of the linear dynamics, which characterize the action-reward relationship. In the commit phase, the algorithm uses the estimated parameters to design an optimized action sequence for long-term reward. Our proposed algorithm achieves $\tilde{\mathcal{O}}(pT^{2/3})$ regret where $p$ is the action dimension. Our analysis handles two key challenges: learning from temporally correlated rewards, and designing action sequences with optimal long-term reward. We address the first challenge by providing near-optimal sample complexity and error bounds for system identification using bilinear rewards. We address the second challenge by proving an equivalence with indefinite quadratic optimization over a hypercube, a known NP-hard problem. We provide a sub-optimality guarantee for this problem, enabling our regret upper bound. Lastly, we propose a semidefinite relaxation with Goemans-Williamson rounding as a practical approach. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/choi26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/choi26a.html</guid>
        
        
      </item>
    
      <item>
        <title> BASTION: A Bayesian Framework for Trend and Seasonality Decomposition </title>
        <description> We introduce BASTION (Bayesian Adaptive Seasonality and Trend DecompositION), a flexible Bayesian framework for decomposing time series into trend and multiple seasonality components. We cast the decomposition as a penalized nonparametric regression and establish formal conditions under which the trend and seasonal components are uniquely identifiable, an issue only treated informally in the existing literature. BASTION offers three key advantages over existing decomposition methods: (1) accurate estimation of trend and seasonality amidst abrupt changes, (2) enhanced robustness against outliers and time-varying volatility, and (3) robust uncertainty quantification. We evaluate BASTION against established methods, including TBATS, STR, and MSTL, using both simulated and real-world datasets. By effectively capturing complex dynamics while accounting for irregular components such as outliers and heteroskedasticity, BASTION delivers a more nuanced and interpretable decomposition. To support further research and practical applications, BASTION is available as an R package at \url{https://github.com/Jasoncho0914/BASTION} </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/cho26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/cho26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Direct Preference Optimization with Unobserved Preference Heterogeneity: The Necessity of Ternary Preferences </title>
        <description> Reinforcement Learning from Human Feedback (RLHF) has become central to aligning large language models with human values, typically by first learning a reward model from preference data which is then used to update the model with reinforcement learning. Recent alternatives such as Direct Preference Optimization (DPO) simplify this pipeline by directly optimizing on preferences. However, both approaches often assume uniform annotator preferences and rely on binary comparisons, overlooking two key limitations: the diversity of human evaluators and the limitations of pairwise feedback. In this work, we address both these issues. First, we connect preference learning in RLHF with the econometrics literature and show that binary comparisons are insufficient for identifying latent user preferences from finite user data and infinite users, while (even incomplete) rankings over three or more responses ensure identifiability. Second, we introduce methods to incorporate heterogeneous preferences into alignment algorithms. We develop an Expectation-Maximization adaptation of DPO that discovers latent annotator types and trains a mixture of LLMs accordingly. Then we propose an aggregation algorithm using a min-max regret fairness criterion to produce a single generative policy with equitable performance guarantees. Together, these contributions establish a theoretical and algorithmic framework for fairness and personalization for diverse users in generative model alignment. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/chidambaram26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/chidambaram26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Robustness and Generalization in Uncertainty-Aware Message Passing Neural Networks </title>
        <description> Existing theoretical guarantees for message passing neural networks (MPNNs) assume deterministic node features. We address a more realistic scenario where noise or finite measurement precision introduces uncertainties in node feature values. First, we quantify uncertainty by propagating the moments of node-feature distributions through the MPNN architecture. To propagate moments through activation functions, we use the Taylor expansion and the pseudo-Taylor polynomial expansion. We then use the resulting node embedding distributions to analytically derive probabilistic adversarial robustness certificates for node classification tasks against L2-bounded perturbations of node features. Second, we model node features as multivariate random variables and introduce Feature Convolution Distance $FCD_p$, a pseudometric based on the Wasserstein distance. $FCD_p$ corresponds to the discriminative power of MPNNs at the node level. We show that MPNNs are globally Lipschitz continuous functions with respect to the pseudometric $FCD_p$. Using the covering number of the resulting pseudometric space, which is a subset of the Wasserstein space, we derive generalization bounds for MPNNs with uncertainties in node features. Together, these two complementary approaches—moment propagation for adversarial robustness and $FCD_p$ on the subset of the Wasserstein space for generalization—establish a unified theoretical framework that comprehensively addresses MPNN reliability under node feature uncertainty. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/chernikova26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/chernikova26a.html</guid>
        
        
      </item>
    
      <item>
        <title> LLMPhy: Parameter-Identifiable Physical Reasoning Combining Large Language Models and Physics Engines </title>
        <description> Most learning-based approaches to complex physical reasoning sidestep the crucial problem of parameter identification (e.g., mass, friction) that governs scene dynamics—despite its importance in real-world applications such as collision avoidance and robotic manipulation. In this paper, we present LLMPhy, a black-box optimization framework that integrates large language models (LLMs) with physics simulators for physical reasoning. The core insight of LLMPhy is to bridge the textbook physical knowledge embedded in LLMs with the world models implemented in modern physics engines, enabling the construction of digital twins of input scenes via latent parameter estimation. Specifically, LLMPhy decomposes digital twin construction into two subproblems: (i) a continuous problem of estimating physical parameters and (ii) a discrete problem of estimating scene layout. For each subproblem, LLMPhy iteratively prompts the LLM to generate computer programs encoding parameter estimates, executes them in the physics engine to reconstruct the scene, and uses the resulting reconstruction error as feedback to refine the LLM’s predictions. As existing physical reasoning benchmarks rarely account for parameter identifiability, we introduce three new datasets designed to evaluate physical reasoning in zero-shot settings. Our results show that LLMPhy achieves state-of-the-art performance on our tasks, recovers physical parameters more accurately, and converges more reliably than prior black-box methods. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/cherian26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/cherian26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Partial Monotonicity for Submodular Maximization with a Knapsack Constraint </title>
        <description> Submodular maximization has become increasingly important in the fields of machine learning and data mining. For general submodular maximization without monotonicity, many previous analyses provide poor approximation guarantees, especially for submodular functions that are approximately monotone. To address this issue, the research community has proposed a continuous metric called the monotonicity ratio for submodular functions. The monotonicity ratio has been studied for submodular maximization under no constraint, a cardinality constraint, and a matroid constraint. However, the implications of using the monotonicity ratio for submodular maximization with a knapsack constraint remain unclear. Although a knapsack constraint can be regarded as a continuous extension of the cardinality constraint with non-uniform costs, the gap in analysis between these two constraints is substantial. In this paper, we analytically show that many previously proposed algorithms for monotone submodular maximization with a knapsack constraint can achieve improved approximation guarantees under partial monotonicity with a simple modification: enforcing positive marginal gain. In addition, we evaluate our proposed algorithms for two machine learning applications of movie recommendation and influence-and-exploit marketing, showing that our algorithms could achieve better empirical performance than state-of-the-art algorithms under partial monotonicity. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/cheng26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/cheng26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Modeling Multi-Objective Tradeoffs with Monotonic Utility Functions </title>
        <description> Countless science and engineering applications in multi-objective optimization (MOO) necessitate that decision-makers (DMs) select a Pareto-optimal (PO) solution which aligns with their preferences. Evaluating individual solutions is often expensive, and the high-dimensional trade-off space makes exhaustive exploration of the full Pareto frontier (PF) infeasible. We introduce a novel, principled two-step process for obtaining a compact set of PO points that aligns with user preferences, which are specified a priori as general monotonic utility functions (MFs). Our process (1) densely samples the user’s region of interest on the PF, then (2) sparsifies the results into a small, diverse set for the DM. We instantiate this framework with soft-hard functions (SHFs), an intuitive class of MFs that operationalizes the common expert heuristic of imposing soft and hard bounds. We provide extensive empirical validation of our framework instantiated with SHFs on diverse domains, including brachytherapy, engineering design, and large language models. For brachytherapy, our approach returns a compact set of points with over 3% greater SHF-defined utility than the next best approach. Among the other domains, our approach consistently leads in utility, as a final compact set of just 5 points captures over 99% of the utility offered by the entire dense set. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/chen26i.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/chen26i.html</guid>
        
        
      </item>
    
      <item>
        <title> LAMP: Extracting Local Decision Surfaces From Large Language Models </title>
        <description> We introduce \textbf{LAMP} (\textbf{L}ocal \textbf{A}ttribution \textbf{M}apping \textbf{P}robe), a method that shines light onto a black-box language model’s decision surface and studies how reliably a model maps its stated reasons to its reported predictions by approximating a decision surface. LAMP treats the model’s own self-reported explanations as a coordinate system and fits a locally linear surrogate that links those weights to the model’s output. By doing so, it reveals how much the stated factors steer the model’s decisions. We apply LAMP to three tasks: \emph{sentiment analysis}, \emph{controversial-topic detection}, and \emph{safety-prompt auditing}. Across these tasks, LAMP reveals that many language models’ locally approximated linear decision landscapes overall agree with human judgments on explanation quality and, on a clinical case-file data set, align with expert assessments. Since LAMP operates without requiring access to model gradients, logits, or internal activations, it serves as a practical and lightweight framework for auditing proprietary language models, and enabling assessment of whether a model appears to behave consistently with the explanations it provides. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/chen26h.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/chen26h.html</guid>
        
        
      </item>
    
      <item>
        <title> Latent-IMH: Efficient Bayesian Inference for Inverse Problems with Approximate Operators </title>
        <description> We study sampling from posterior distributions in Bayesian linear inverse problems where $\mathbf{A}$, the parameters to observables operator, is computationally expensive. In many applications $\mathbf{A}$  can be factored in a manner that facilitates the construction of a cost-effective approximation $\widetilde{\mathbf{A}}$. In this framework, we introduce Latent-IMH, a sampling method based on the Metropolis-Hastings independence (IMH) sampler. Latent-IMH first generates intermediate latent variables using the approximate $\widetilde{\mathbf{A}}$, and then refines them using the exact $\mathbf{A}$. Its primary benefit is that it shifts the computational cost to an offline phase. We theoretically analyze the performance of Latent-IMH using KL divergence and mixing time bounds. Using numerical experiments on several model problems, we show that, under reasonable assumptions, it outperforms state-of-the-art methods such as the No-U-Turn sampler (NUTS) in computational efficiency.  In some cases Latent-IMH can be orders of magnitude faster than existing schemes. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/chen26g.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/chen26g.html</guid>
        
        
      </item>
    
      <item>
        <title> ZipMoE: A Theoretically-Grounded Mixture of Experts Approach forParameter-Efficient Deep Learning </title>
        <description> The relentless growth of large language models (LLMs) presents formidable challenges for their training and deployment. To address this critical bottleneck, we introduce ZipMoE, a novel family of parameter-efficient building blocks inspired by the Mixture of Experts (MoE) paradigm. ZipMoE offers a modular and highly efficient substitute for conventional fully connected layers. We provide a rigorous theoretical analysis of ZipMoE’s expressiveness, formally demonstrating its superior representational capacity over low-rank factorization. Furthermore, in a least squares regression setting, we prove that ZipMoE achieves a lower test error bound. Our empirical results—featuring comprehensive comparisons against low-rank, Monarch, and Kronecker methods—corroborate these theoretical findings. We demonstrate that ZipMoE consistently attains superior model quality under equivalent parameter or FLOP budgets, establishing it as a potent component for building efficient and powerful deep learning architectures. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/chen26f.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/chen26f.html</guid>
        
        
      </item>
    
      <item>
        <title> Exact and Approximate MCMC for Doubly-intractable Probabilistic Graphical Models Leveraging the Underlying Independence Model </title>
        <description> Bayesian inference for doubly-intractable pairwise exponential graphical models typically involves variations of the exchange algorithm or approximate Markov chain Monte Carlo (MCMC) samplers. However, existing methods for both classes of algorithms require either perfect samplers or sequential samplers for complex models, which are often either not available, or suffer from poor mixing, especially in high dimensions. We develop a method that does not require perfect or sequential sampling, and can be applied to both classes of methods: exact and approximate MCMC. The key to our approach is to utilize the tractable independence model underlying the intractable probabilistic graphical model for the purpose of constructing a finite sample unbiased Monte Carlo (and not MCMC) estimate of the Metropolis–Hastings ratio. This innovation turns out to be crucial for scalability in high dimensions. The method is demonstrated on the Ising model. Gradient-based alternatives to construct a proposal, such as Langevin and Hamiltonian Monte Carlo approaches, also arise as a natural corollary to our general procedure, and are demonstrated as well. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/chen26e.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/chen26e.html</guid>
        
        
      </item>
    
      <item>
        <title> SiGHT: A Self-Supervised Graph-based Hallucination DeTection Framework for Domain-Specific LLMs </title>
        <description> Factual reliability in domain-specific Large Language Models (LLMs) is paramount in high-stakes applications where incorrect outputs carry significant risks. Current detection methodologies often rely on expensive retrieval validation or labor-intensive manual annotation, creating substantial barriers to scalable deployment. To bridge the gap, we propose SiGHT, a self-supervised graph framework designed for efficient hallucination detection in specialized contexts. SiGHT introduces an automated training pipeline that leverages prompt strategies to synthesize plausible hallucinated content from structured knowledge, effectively eliminating the need for human labeling. By mapping texts to high-resolution word-level relational graphs, the framework employs a Graph Attention Network (GAT) to model fine-grained semantic dependencies and identify structural inconsistencies. Empirical evaluations on the MSMARCO-QnA and RAGTruth-QA benchmarks demonstrate that SiGHT achieves a 46.94% relative F1 gain over prior graph baselines. Notably, SiGHT remains competitive with state of the art detectors while utilizing only 0.03M parameters and incurring a minimal inference latency of 0.342 seconds per instance. Dominating the accuracy–efficiency frontier, SiGHT delivers a robust and scalable architecture for real-time hallucination monitoring in high-stakes specialized pipelines. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/chen26d.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/chen26d.html</guid>
        
        
      </item>
    
      <item>
        <title> Incentivizing Truthful Submissions in a Data Marketplace for Mean Estimation </title>
        <description> We study a data marketplace where a broker intermediates between buyers, who seek to estimate the mean $\mu$ of an unknown normal distribution $N(\mu, \sigma^2)$, and contributors, who can collect data from this distribution at a cost.  The broker delegates data collection work to contributors, aggregates reported datasets, sells it to buyers, and redistributes revenue as payments to contributors. We aim to maximize welfare or profit under key constraints: individual rationality for buyers and contributors,  incentive compatibility (contributors are incentivized to comply with data collection instructions and truthfully report the collected data), and budget balance (total contributor payments equals total revenue). We first compute welfare/profit-optimal prices under truthful reporting; however, to incentivize data collection and truthful data reporting, we adjust them based on discrepancies in contributors’ reported data. This yields a Nash equilibrium (NE) where the two lowest-cost contributors collect all data. We complement this with two hardness results: $\mathcal{(i)}$ no nontrivial dominant-strategy incentive-compatible mechanism exists in this problem, and $\mathcal{(ii)}$ no mechanism outperforms ours in a NE. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/chen26c.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/chen26c.html</guid>
        
        
      </item>
    
      <item>
        <title> Balanced and Robust Multi-Treatment Experimental Designs via Randomized Differencing </title>
        <description> We introduce GKK+, a new design for multi-arm randomized controlled trials. Standard Bernoulli randomization is robust but often yields poor covariate balance, while existing restricted-randomness designs mainly address two-arm settings. GKK+ extends the Karmarkar–Karp (KK) differencing method to multiple arms. When covariates are smooth and well-behaved, GKK+ achieves an exponentially better covariate balance than the standard Bernoulli design while preserving sufficient randomness. GKK+ improves efficiency in estimating treatment effects and supports standard asymptotic inference. Simulations on synthetic and real datasets demonstrate improved balance and lower estimator variance compared to existing methods. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/chen26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/chen26b.html</guid>
        
        
      </item>
    
      <item>
        <title> When Can Federated Learning Match Centralized Learning? A PAC-Bayesian Generalization Gap Analysis </title>
        <description> The growing focus on distributed data and privacy has spurred the rise of Federated Learning (FL). Empirical studies show that, under equal resources, FL often underperforms centralized training, but the reasons behind this gap remain theoretically unclear. This lack of understanding leaves open whether FL is inherently inferior in generalization and how the gap might be closed. We address this by formulating FL as a server-based SGD optimization problem over distributed data and analyzing the generalization gap within the PAC-Bayesian framework. Our analysis derives non-vacuous bounds on this gap, showing that such a gap necessarily exists under equal resources and depends on training parameters. We further prove that the gap can be fully eliminated only by introducing new clients or adding new data to existing clients, with the latter being more efficient. In contrast, allowing FL to have advantages in other resources, such as larger models or more communication rounds, cannot close the gap. As a complementary analysis, we also confirm from a stability perspective that centralized FL holds a generalization advantage over decentralized FL, justifying our FL formulation choice. Extensive experiments across different model architectures and datasets validate our theory. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/chen26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/chen26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Certifying Reading Comprehension in Large Language Models </title>
        <description> Large Language Models (LLMs) are increasingly deployed in safety-critical systems that rely heavily on reading comprehension—extracting and reasoning over exten- sive in-context information. However, existing evaluations of LLMs on reading comprehension are typically over limited test sets containing only a tiny fraction of the vast number of possible prompts. Empirical evaluations on these test sets have questionable reliability and generalizability. We propose a fundamentally different approach: rather than evaluating LLMs with fixed datasets, we introduce the first framework for certifying LLMs based on large probability distributions over realistic reading comprehension prompts. To create these distributions, we use knowledge graphs (KGs) as structured representations of real-world knowledge and define the distributions’ sample spaces with prompts based on directed acyclic subgraphs of the KGs. We also incorporate realistic noise designed to mimic real-world complexity, such as distractor texts and synonyms. Our prompt distributions have i.i.d. samplers represented as probabilistic programs. Our framework generates novel, formal probabilistic quantitative certificates that provide high-confidence, tight bounds on the probability that an LLM correctly answers any prompt drawn from these distributions. We enable formal certification for SOTA LLMs by using an input-output example-driven approach. We apply our framework to certify SOTA LLMs in precision medicine and general question-answering domains. Our results uncover previously unknown vulnerabilities caused by natural prompt noise and establish the first formal performance hierarchies among these models. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/chaudhary26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/chaudhary26a.html</guid>
        
        
      </item>
    
      <item>
        <title> High Effort, Low Gain: Fundamental Limits of Active Learning for Linear Dynamical Systems </title>
        <description> We consider the problem of identifying an unknown linear dynamical system from a finite hypothesis class. In particular, we analyze the effect of the excitation input on the sample complexity of identifying the true system with high probability.  To this end, we present sample complexity lower bounds that capture the choice of the selected excitation input. The sample complexity lower bound gives rise to a system-theoretic condition to determine the potential benefit of experiment design.         Informed by the analysis of the sample complexity lower bound, we propose a persistency of excitation (PE) condition tailored to the considered setting, which we then use to establish sample complexity upper bounds. Notably, the PE condition is weaker than in the case of an infinite hypothesis class and allows analyzing different excitation inputs modularly.  Crucially, the lower and upper bounds share the same dependency on key problem parameters. Finally, we leverage these insights to propose an active learning algorithm that sequentially excites the system optimally with respect to the current estimate, and provide sample complexity guarantees for the presented algorithm. Concluding simulations showcase the effectiveness of the proposed algorithm. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/chatzikiriakos26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/chatzikiriakos26a.html</guid>
        
        
      </item>
    
      <item>
        <title> UniPROT: Uniform Prototype Selection via Partial Optimal Transport with Submodular Guarantees </title>
        <description> Selecting prototypical examples from a source distribution to represent a target data distribution is a fundamental problem in machine learning. Existing subset selection methods often rely on implicit importance scores, which can be skewed towards majority classes and lead to low-quality prototypes for minority classes. We present \texttt{UniPROT}, a novel subset selection framework that minimizes the optimal transport (OT) distance between a uniformly weighted prototypical distribution and the target distribution. While intuitive, this formulation leads to a cardinality-constrained maximization of a \emph{super-additive} objective,  which is generally intractable to approximate efficiently. To address this, we propose a principled reformulation of the OT marginal constraints, yielding a partial optimal transport-based submodular objective. We prove that this reformulation enables a greedy algorithm with a $(1-1/e)$ approximation guarantee relative to the original super-additive maximization problem. Empirically, we showcase that enforcing uniform prototype weights in \texttt{UniPROT} consistently improves minority-class representation in imbalanced classification benchmarks without compromising majority-class accuracy. In both finetuning and pretraining regimes for large language models under domain imbalance, \texttt{UniPROT} enforces uniform source contributions, yielding robust performance gains. Our results establish \texttt{UniPROT} as a scalable, theoretically grounded solution for uniform-weighted prototype selection. Our code is publicly available at GitHub\footnote{Code: \url{https://github.com/efficiency-learning/UniPROT}} </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/chanda26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/chanda26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Multi-Agent Lipschitz Bandits </title>
        <description> We study the decentralized multi-player stochastic bandit problem over a continuous, Lipschitz-structured action space where hard collisions yield zero reward. Our objective is to design a communication-free policy that maximizes collective reward, while separating coordination costs from learning costs. We propose a modular protocol that first solves the multi-agent coordination problem by identifying and seating players on distinct, high-value regions via a novel maxima-directed search and then decouples the problem into $N$ independent single-player Lipschitz bandits. In the consensus regime, we obtain an end-to-end regret bound whose dominant learning term is \(\tilde{O}(T^{(d+1)/(d+2)})\), matching the single-player Lipschitz rate; the upfront coordination cost is horizon-independent at fixed confidence and only polylogarithmic in \(T\){in} the expected-regret form. Under an additional public coverage/scheduling assumption for the epochic extension, we also obtain a gap-free \(\tilde{O}(T^{(d+1)/(d+2)})\){guarantee}. We further derive a matching lower bound for the dominant learning term and extend the framework to general distance-threshold collision models. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/chakraborty26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/chakraborty26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Fair Clustering via Hierarchical Fair-Dirichlet Prior </title>
        <description> The advent of ML-driven decision-making has led to an increasing focus on algorithmic fairness. The widespread utility of clustering  has naturally prompted proliferation of literature on fair clustering. A popular notion of fairness in clustering mandates the clusters to be balanced, i.e., each level of a protected attribute must be approximately equally represented in each cluster.  In this article, we offer a novel model-based formulation of fair clustering, complementing the existing literature which is almost exclusively based on optimizing appropriate objective functions. We first rigorously define a notion of fair clustering in the population level and develop a Bayesian methodology equipped with a novel hierarchical prior specification that targets the population level objective by enforcing the notion of balance in the resulting clusters.  In addition, we devise a scheme for principled performance evaluation of competing algorithms leveraging on a concrete notion of optimal recovery. An efficient collapsed Gibbs sampler is developed to sample from the posterior by integrating a novel scheme for non-uniform sampling from the space of binary matrices with fixed margin with a proposal guided by optimal transport. Superior empirical performance of the proposed methodology, compared to the state-of-the-art, is demonstrated across numerical experiments, benchmark data-sets, and  gender-neutral fair clustering in distress analysis interview corpus. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/chakraborty26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/chakraborty26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Securing Model Weights Against Eavesdropping Adversaries in Federated Learning Using Quantization </title>
        <description> While security research in Federated Learning (FL) has predominantly focused on protecting client data, the \emph{confidentiality of the model parameters} themselves represents a critical and underexplored vulnerability. This work addresses model reconstruction attacks by passive eavesdroppers, a threat present in common update strategies like transmitting full models or model increments. To our knowledge, we are the first to repurpose dynamic uniform quantization as a dedicated defense for model confidentiality. Our lightweight, architecture-agnostic approach combines low-bit quantization with an adaptive clipping rule to thwart reconstruction attacks, even under warm adversary initialization. We provide theoretical guarantees establishing that our defense offers persistent, non-zero protection in both protocols. Across extensive experiments on CIFAR-10 and CIFAR-100, with up to 1000 clients in heterogeneous settings, our method reduces the adversary’s test accuracy to near-random levels while maintaining global accuracy within 4% of the unquantized baseline. Our findings establish that repurposing quantization is a simple yet highly effective strategy for securing the largely overlooked area of model confidentiality in FL. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/chakrabarti26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/chakrabarti26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Tyler’s M-estimator Through the Lens of Convex-Concave Programming </title>
        <description> Tyler’s M-estimator is a popular method for robust covariance estimation. Although Tyler proposed a widely used fixed-point iteration to compute the estimator nearly four decades ago, the theoretical properties of the fixed-point iteration have remained elusive. In particular, no deterministic global convergence rate has been established, despite decades of research. In this paper, we resolve this longstanding question by interpreting the fixed-point iteration as an instance of the convex-concave procedure,  and analyzing it through a novel combination of relative smoothness and Riemannian optimization. Our analysis requires us to navigate two distinct geometric frameworks: one induced by the Kullback–Leibler divergence, and the other one arising from the Riemannian geometry on the manifold of positive definite matrices. This interplay between the two geometries also allows us to prove that a regularized variant of the fixed-point iteration converges linearly. Beyond contributing to the theoretical understanding of Tyler’s M-estimator, our analysis demonstrates how the integration of Euclidean and Riemannian perspectives can lead to new insights into the design and analysis of optimization algorithms. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/cederberg26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/cederberg26a.html</guid>
        
        
      </item>
    
      <item>
        <title> On the Latent Information Geometry of the Grassmann Manifold </title>
        <description> Modeling linear subspaces and relations among them naturally arises in several applications in signal processing, computer vision, and system identification. In this paper, we investigate the latent information geometry of deep generative models that output linear subspaces. Such subspaces are members of the Grassmann manifold, which we model with a matrix Bingham distribution as a likelihood. We derive the Fisher-Rao metric on the statistical manifold of the matrix Bingham parameters, and propose pulling this back to the latent space to achieve uncertainty-aware and identifiable latent representations. We provide numerical results assessing the meaningfulness of the achieved latent subspace representations on a relevant vehicular wireless communications scenario. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/cazzella26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/cazzella26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Non-Asymptotic Generalization and Optimization Bounds for Stochastic Gauss-Newton in Deep Neural Networks </title>
        <description> An important question in deep learning is how higher-order optimization methods affect generalization. In this work, we analyze a stochastic Gauss-Newton (SGN) method with Levenberg-Marquardt damping and mini-batch sampling for training overparameterized deep neural networks with smooth activations in a regression setting. Our theoretical contributions are twofold. First, we establish finite-time optimization bounds via a variable-metric analysis in parameter space, with explicit dependencies on the batch size, network width and depth. Second, we derive non-asymptotic generalization bounds for SGN using algorithmic stability in the overparameterized regime, characterizing the impact of curvature, batch size, and overparameterization on generalization performance. Our theoretical results identify a favorable generalization regime for SGN in which a larger minimum eigenvalue of the Gauss-Newton matrix along the optimization path, together with smaller batch sizes, yields tighter stability bounds. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/cayci26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/cayci26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Robust Learning of A Group DRO Neuron </title>
        <description> We study the problem of learning a single neuron under standard squared loss in the presence of arbitrary label noise and group-level distributional shifts, for a broad family of covariate distributions. Our goal is to identify a &quot;best-fit&quot; neuron parameterized by ${\boldsymbol w}_{*}$ that performs well under the most challenging reweighting of the groups. Specifically, we address a Group Distributionally Robust Optimization problem: given sample access to $K$ distinct distributions ${\mathcal p_{[1]}},…, {\mathcal p_{[K]}}$, we seek to approximate ${\boldsymbol w}_{*}$ that minimizes the worst-case objective over convex combinations of group distributions ${\boldsymbol \lambda} \in \Delta_K$, where the objective is $\sum_{i \in [K]}\lambda_{[i]},\mathbb E_{(\mathbf x,y)\sim{\mathcal p_{[i]}}}(\sigma(\boldsymbol w\cdot\boldsymbol x)-y)^2 - \nu d_f(\boldsymbol\lambda,\tfrac1K\boldsymbol1)$ and $d_f$ is an $f$-divergence that imposes (optional) penalty on deviations from uniform group weights, scaled by a parameter $\nu \geq 0$. We develop a computationally efficient primal-dual algorithm that outputs a vector $\widehat{\boldsymbol w}$ that is constant-factor competitive with ${\boldsymbol w}_{*}$ under the worst-case group weighting. Our analytical framework directly confronts the inherent nonconvexity of the loss function, providing robust learning guarantees in the face of arbitrary label corruptions and group-specific distributional shifts. The implementation of the dual extrapolation update motivated by our algorithmic framework shows promise on LLM pre-training benchmarks. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/cao26c.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/cao26c.html</guid>
        
        
      </item>
    
      <item>
        <title> Structured Difference-of-Q via Orthogonal Learning </title>
        <description> Offline reinforcement learning is important in many settings with available observational data but the inability to deploy new policies online due to safety, cost, and other concerns. Many recent advances in causal inference and machine learning target estimation of “causal contrast&quot; functions such as CATE, which is sufficient for optimizing decisions and can adapt to potentially smoother structure. We develop a dynamic generalization of the R-learner (Nie et al 2021, Lewis and Syrgkanis 2021) for estimating and optimizing the difference of $Q^\pi$-functions, $Q^\pi(s,a)-Q^\pi(s,a_0)$, for potential discrete-valued actions $a,a_0$, which can be used to optimize multiple-valued actions without loss of generality. We leverage orthogonal estimation to improve convergence rates, even if $Q$ and behavior policy (so-called nuisance functions) converge at slower rates and prove consistency of policy optimization under a margin condition. The method can leverage black-box  estimators of the $Q$-function and behavior policy to target estimation of a more structured $Q$-function contrast, and comprises of simple squared-loss minimization. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/cao26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/cao26b.html</guid>
        
        
      </item>
    
      <item>
        <title> On Computational Limits of FlowAR Models: Expressivity and Efficiency </title>
        <description> The expressive power and computational complexity of deep visual generative models, such as flow-based and autoregressive (AR) models, have gained considerable interest for their wide-ranging applications in generative tasks. However, the theoretical characterization of their expressiveness through the lens of circuit complexity remains underexplored, particularly for the state-of-the-art architecture like FlowAR proposed by [Ren et al., 2024], which integrates flow-based and autoregressive mechanisms.  This gap limits our understanding of their inherent computational limits and practical efficiency. In this study, we address this gap by analyzing the circuit complexity of the FlowAR architecture. We demonstrate that when the largest feature map produced by the FlowAR model has dimensions $n \times n \times c$, the FlowAR model is simulable by a family of threshold circuits $\mathsf{TC}^0$, which have constant depth $O(1)$ and polynomial width $\mathrm{poly}(n)$. This is the first study to rigorously highlight the limitations in the expressive power of FlowAR models. Furthermore, we identify the conditions under which the FlowAR model computations can achieve almost quadratic time. To validate our theoretical findings, we present efficient model variant constructions based on low-rank approximations that align with the derived criteria. Our work provides a foundation for future comparisons with other generative paradigms and guides the development of more efficient and expressive implementations. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/cao26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/cao26a.html</guid>
        
        
      </item>
    
      <item>
        <title> On the Misinformation in a Statistical Experiment </title>
        <description> The principle that more informative experiments are always better is a cornerstone of Bayesian experimental design. This principle assumes the practitioner’s model and inference are correct. In practice, both the data-generating model and the inferential approximation are inevitably misspecified, and we show that under these conditions the classical framework for comparing experiments breaks down. Designs ranked as most informative can become actively harmful, amplifying bias to produce confident but incorrect inferences. We demonstrate that the commonly-accepted axioms of experimental utility, such as Blackwell monotonicity, fail under misspecification, and that information measures proposed to handle it, like the Expected Generalized Information Gain (EGIG), do not obey these axioms.  To resolve this, we propose a generalized axiomatic framework for robust Bayesian experimental design. We prove that EGIG satisfies our axioms as a criterion that penalizes inferential error, providing a principled foundation for its use in Bayesian experimental design. As a complementary approach, we derive a new measure that instead penalizes model error. Finally, we demonstrate our framework’s utility across common modes of misspecification, showing it provides a reliable guide for experimental design where classical methods fail. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/callahan26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/callahan26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Deep Feedback Models </title>
        <description> Deep Feedback Models (DFMs) are a new class of stateful neural networks that combine bottom up input with high level representations over time. This feedback mechanism introduces dynamics into otherwise static architectures, enabling DFMs to iteratively refine their internal state and mimic aspects of biological decision making. We model this process as a differential equation solved through a recurrent neural network, stabilized via exponential decay to ensure convergence. To evaluate their effectiveness, we measure DFMs under two key conditions: robustness to noise and generalization with limited data. In both object recognition and segmentation tasks, DFMs consistently outperform their feedforward counterparts, particularly in low data or high noise regimes. In addition, DFMs translate to medical imaging settings, while being robust against various types of noise corruption. These findings highlight the importance of feedback in achieving stable, robust, and generalizable learning. Code is available at github.com/DCalhas/deep\emph{feedback}models. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/calhas26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/calhas26a.html</guid>
        
        
      </item>
    
      <item>
        <title> HGT-FD: Hypergraph transformer for Fraud Detection </title>
        <description> Graph-based fraud detection aims to identify anomalous patterns or fraudulent behaviors in graph-structured data, playing a crucial role across various domains. However, traditional models primarily focus on simple node-to-node message passing, which limits the integration of multi-node features and overlooks long-range dependencies in fraud detection. Hyperedge features in hypergraphs, as an integration of node features, can convey and aggregate multi-node characteristics, providing environmental information for the model to detect fraudulent nodes. To this end, we propose HGT-FD for hypergraph-based fraud detection. Specifically, we design a Hypergraph Transformer model that can directly employ hyperedge features for fraud detection, utilizing a co-attention mechanism to generate node representations. Furthermore, structural encoding and positional encoding are proposed to enhance the model’s perception of hypergraph structures, enabling the model to capture more complex high-order structural relationships. Extensive experimental results on three fraud detection datasets demonstrate that the proposed method exhibits significant advantages over baselines in fraud detection. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/cai26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/cai26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Variance Constrained Distribution Alignment in Few-shot Models </title>
        <description> Learning generative models from the limited samples remains challenging due to unstable estimation of class conditional representations. Such instability often leads to intra-class distribution drift and degraded generalization under few sample regimes. To address these challenges, we propose a method that can model class level latent distributions for flexible and efficient few shot synthesis. Specifically, each input is represented by a learnable conditional latent distribution. Metric based statistical modeling effectively disentangles latent variables, contracts intra-class variance, and enlarges inter-class margins while enforcing cross task distributional alignment. Furthermore, we provide a variance based generalization analysis, showing that controlling class conditional variance tightens generalization bounds under few sample regimes. Experiments on the benchmark datasets demonstrate that our method surpasses prior works in visual quality and diversity, highlighting the benefit of statistical alignment for robust few shot generative modeling. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/cai26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/cai26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Q-Learning with Shift-Aware Upper Confidence Bound in Non-Stationary Reinforcement Learning </title>
        <description> We study the Non-Stationary Reinforcement Learning (RL) under distribution shifts in both finite-horizon episodic and infinite-horizon discounted Markov Decision Processes (MDPs). In the finite-horizon case, the transition functions may suddenly change at a particular episode. In the infinite-horizon setting, such changes can occur at an arbitrary time step during the agent’s interaction with the environment. While the Q-learning Upper Confidence Bound algorithm (QUCB) can discover a proper policy during learning, due to the distribution shifts, this policy can exploit sub-optimal rewards after the shift happens. To address this issue, we propose Density-QUCB (DQUCB), a shift-aware Q-learning UCB algorithm, which uses a transition density function to detect distribution shifts, then leverages its likelihood to enhance the uncertainty estimation quality of Q-learning UCB, resulting in a balance between exploration and exploitation. Theoretically, we prove that our oracle DQUCB achieves a better regret guarantee than QUCB. Empirically, our DQUCB enjoys the computational efficiency of model-free RL and outperforms QUCB baselines by having a lower regret across RL tasks, as well as a COVID-19 patient hospital allocation task using a Deep-Q-learning architecture. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/bui26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/bui26a.html</guid>
        
        
      </item>
    
      <item>
        <title> A Correlation Analysis Approach to Finding Interpretable Latent Representations via Conditional Generative Models </title>
        <description> Supervised disentanglement, that is, learning interpretable nonlinear latent representations of a target data view informed by an auxiliary data view, is a central challenge in interpretable machine learning. We formulate this problem as a partially linear invertible canonical correlation analysis (PLiCCA). Specifically, given two data views, (i) complex data lying near a potentially high-dimensional manifold, and (ii) auxiliary high-dimensional multivariate data, PLiCCA learns latent variables for the complex view that are maximally correlated with sparse linear combinations of the auxiliary variables. In contrast to regression-based approaches to supervised disentanglement, the proposed method yields a latent embedding whose coordinates are explicitly ordered by their interpretability with respect to the auxiliary variables. We formalize the population PLiCCA problem and establish existence results. We then show a close theoretical connection between PLiCCA and conditional latent variable models, in particular conditional variational autoencoders and conditional normalizing flows, which enables practical estimation. We demonstrate our approach on brain imaging data, where PLiCCA is used to learn embeddings informed by auxiliary demographic, psychometric, and behavioral variables. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/buenfil26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/buenfil26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Active learning for stochastic contextual linear bandits </title>
        <description> A key goal in stochastic contextual linear bandits is to efficiently learn a near-optimal policy. Prior algorithms for this problem learn a policy by strategically sampling actions but naively (passively) sampling contexts from the underlying context distribution. However, in many practical scenarios—including online content recommendation, survey research, and clinical trials—practitioners can actively sample or recruit contexts based on prior knowledge of the context distribution. Despite this potential for \emph{active learning}, the role of strategic context sampling in stochastic contextual linear bandits is underexplored. We propose an algorithm that learns a near-optimal policy by strategically sampling rewards of context-action pairs. We prove \emph{instance-dependent} theoretical guarantees demonstrating that our active context sampling strategy can improve over the minimax rate by up to a factor of $\sqrt{d}$, where $d$ is the linear dimension. We show empirically that our algorithm reduces the number of samples needed to learn a near-optimal policy, in tasks such as warfarin dose prediction and joke recommendation. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/brunskill26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/brunskill26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Robust Federated Clustering under Heterogeneity and Adversaries </title>
        <description> Clustering distributed and private data is an increasingly important task across domains that handle sensitive information, such as life sciences and clinical research. In federated settings, clustering faces three challenges: heterogeneous client data distributions, adversarial behavior, and strict privacy requirements. Existing approaches often exhibit significant performance degradation under these conditions and fail to return accurate solutions. To overcome these limitations, we introduce a novel federated clustering algorithm that combines client-side differential privacy with Byzantine-robust aggregation at the server, based on a novel efficient and robust clustering procedure. Our method comes with theoretical robustness guarantees, and through extensive experiments on synthetic and real-world data, we demonstrate that it produces high-quality clusters in just a few communication rounds, even in scenarios where state-of-the-art methods fail. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/bravo26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/bravo26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Neuron Block Dynamics for XOR Classification with Zero-Margin </title>
        <description> The ability of neural networks to learn useful features through stochastic gradient descent (SGD) is a cornerstone of their success. Most theoretical analyses focus on regression or on classification tasks with a positive margin, where worst-case gradient bounds suffice. In contrast, we study zero-margin nonlinear classification by analyzing the Gaussian XOR problem, where inputs are Gaussian and the XOR decision boundary determines labels. In this setting, a non-negligible fraction of data lies arbitrarily close to the boundary, breaking standard margin-based arguments. Building on Glasgow’s (2024) analysis, we extend the study of training dynamics from discrete to Gaussian inputs and develop a framework for the dynamics of neuron blocks. We show that neurons cluster into four directions and that block-level signals evolve coherently, a phenomenon essential in the Gaussian setting where individual neuron signals vary significantly. Leveraging this block perspective, we analyze generalization without relying on margin assumptions, adopting an average-case view that distinguishes regions of reliable prediction from regions of persistent error. Numerical experiments confirm the predicted two-phase block dynamics and demonstrate their robustness beyond the Gaussian setting. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/braun26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/braun26a.html</guid>
        
        
      </item>
    
      <item>
        <title> FastRank: Fast Tensor Rank Approximation based on Spectral Energy </title>
        <description> Complex multi-dimensional data are often represented as tensors, analyzed through tensor decompositions. A central challenge is selecting the right number of components for the decomposition. In the Canonical Polyadic Decomposition (CPD), this means determining the canonical rank, which directly impacts decomposition quality. Existing methods typically estimate rank by repeatedly computing CPDs, an expensive process. We introduce $FastRank$, a theoretically grounded method that estimates rank without CPD computation. By applying Singular Value Decomposition (SVD) to a sum-reduced matrix of the tensor and analyzing its eigenspectrum, FastRank achieves over $1000\times$ speedup and surpasses state-of-the-art accuracy. We validate it using both synthetic and real data, including noisy settings, and highlight its scalability in knowledge graph completion, where prior methods fail due to computational limitations. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/bougiatiotis26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/bougiatiotis26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Towards Blackwell Optimality: Bellman Optimality Is All You Can Get </title>
        <description> Although average gain optimality is a commonly adopted performance measure in Markov Decision Processes (MDPs), it is often too asymptotic.  Further incorporating measures of immediate losses leads to the hierarchy of bias optimalities, all the way up to Blackwell optimality.  In this paper, we investigate the problem of identifying policies of such optimality orders. To that end, for each order, we construct a learning algorithm with vanishing probability of error.  Furthermore, we characterize the class of MDPs for which identification algorithms can stop in finite time.  That class corresponds to the MDPs with a unique Bellman optimal policy, and does not depend on the optimality order considered.  Lastly, we provide a tractable stopping rule that when coupled to our learning algorithm triggers in finite time whenever it is possible to do so. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/boone26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/boone26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Busemann Functions in the Wasserstein Space: Existence, Closed-Forms, and Applications to Slicing </title>
        <description> The Busemann function has recently found many interests in a variety of geometric machine   learning problems, as it naturally defines projections onto geodesic rays of Riemannian manifolds and generalizes the notion of hyperplanes. As several sources of data can be conveniently modeled as probability distributions, it is natural to study this function in the Wasserstein space, which carries a rich formal Riemannian structure induced by Optimal Transport metrics. In this work, we investigate the existence and computation of Busemann functions in Wasserstein space, which admits geodesic rays. We establish closed-form expressions in two important cases: one-dimensional distributions and Gaussian measures. These results enable explicit projection schemes for probability distributions on $\mathbb{R}$, which in turn allow us to define novel Sliced-Wasserstein distances over Gaussian mixtures and labeled datasets. We demonstrate the efficiency of those original schemes on synthetic datasets as well as transfer learning problems. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/bonet26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/bonet26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Minimax Generalized Cross-Entropy </title>
        <description> Loss functions play a central role in supervised classification. Cross-entropy (CE) is widely used, whereas the mean absolute error (MAE) loss can offer robustness but is difficult to optimize. Interpolating between the CE and MAE losses, generalized cross-entropy (GCE) has recently been introduced to provide a trade-off between optimization difficulty and robustness. Existing formulations of GCE result in a non-convex optimization over classification margins that is prone to underfitting, leading to poor performances with complex datasets. In this paper, we propose a minimax formulation of generalized cross-entropy (MGCE) that results in a convex optimization over classification margins. Moreover, we show that MGCEs can provide an upper bound on the classification error. The proposed bilevel convex optimization can be efficiently implemented using stochastic gradient computed via implicit differentiation. Using benchmark datasets, we show that MGCE achieves strong accuracy, faster convergence, and better calibration, especially in the presence of label noise. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/bondugula26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/bondugula26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Non-Stationary Functional Bilevel Optimization </title>
        <description> Functional bilevel optimization (FBO) provides a powerful framework for hierarchical learning in function spaces, yet current methods are limited to static offline settings and perform suboptimally in online, non-stationary scenarios. We propose \textbf{SmoothFBO}, the first algorithm for non-stationary FBO with both theoretical guarantees and practical scalability. SmoothFBO introduces a time-smoothed stochastic hypergradient estimator that reduces variance through a window parameter, enabling stable outer-loop updates with sublinear regret. Importantly, the classical parametric bilevel case is a special reduction of our framework, making SmoothFBO a natural extension to online, non-stationary settings. Empirically, SmoothFBO consistently outperforms existing FBO methods in non-stationary hyperparameter optimization and model-based reinforcement learning, demonstrating its practical effectiveness. Together, these results establish SmoothFBO as a general, theoretically grounded, and practically viable foundation for bilevel optimization in online, non-stationary scenarios. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/bohne26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/bohne26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Prior Knowledge Makes It Possible: From Sublinear Graph Algorithms to LLM Test-Time Methods </title>
        <description> Test-time augmentation, such as Retrieval-Augmented Generation (RAG) or tool use, critically depends on an interplay between a model’s parametric knowledge and externally retrieved information. However, the theoretical underpinnings of this relationship remain poorly understood. Specifically, it is not clear how much pre-training knowledge is required to answer queries with a small number of augmentation steps, which is a desirable property in practice. To address this question, we formulate multi-step reasoning as an $s$-$t$ connectivity problem on a knowledge graph. We represent a model’s pre-training parametric knowledge as a partial, potentially noisy subgraph.  We view augmentation as querying an oracle for true edges that augment the model’s knowledge. Then, we characterize the necessary and sufficient number of augmentation steps for the model to generate an accurate answer given partial prior knowledge. One key result shows a phase transition: if the prior knowledge graph over $n$ vertices is disconnected into small components, then finding a path via augmentation is inefficient and requires $\Omega(\sqrt{n})$ queries. On the other hand, once the density of correct knowledge surpasses a threshold, forming a giant component, we can find paths with an expected constant number of queries. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/blum26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/blum26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Efficient Learning of Stationary Diffusions with Stein-type Discrepancies </title>
        <description> Learning a stationary diffusion amounts to estimating the parameters of a stochastic differential equation whose stationary distribution matches a target distribution. We build on the recently introduced kernel deviation from stationarity (KDS), which enforces stationarity by evaluating expectations of the diffusion’s generator in a reproducing kernel Hilbert space. Leveraging the connection between KDS and Stein discrepancies, we introduce the Stein-type KDS (SKDS) as an alternative formulation. We prove that a vanishing SKDS guarantees alignment of the learned diffusion’s stationary distribution with the target. Furthermore, under broad parametrizations, SKDS is convex with an empirical version that is $\epsilon$-quasiconvex with high probability. Empirically, learning with SKDS attains comparable accuracy to KDS while substantially reducing computational cost, and yields improvements over the majority of competitive baselines. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/bleile26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/bleile26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Almost Sure Convergence of Differential Temporal Difference Learning for Average Reward Markov Decision Processes </title>
        <description> The average reward is a fundamental performance metric in reinforcement learning (RL) focusing on the long-run performance of an agent. Differential temporal difference (TD) learning algorithms are a major advance for average reward RL as they provide an efficient online method to learn the value functions associated with the average reward in both on-policy and off-policy settings. However, existing convergence guarantees require a local clock in learning rates tied to state visit counts, which practitioners do not use and does not extend beyond tabular settings. We address this limitation by proving the almost sure convergence of on-policy $n$-step differential TD for any $n$ using standard diminishing learning rates without a local clock. We then derive three sufficient conditions under which off-policy $n$-step differential TD also converges without a local clock. These results strengthen the theoretical foundations of differential TD and bring its convergence analysis closer to practical implementations. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/blaser26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/blaser26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Conservative Inference in Switchback Experiments </title>
        <description> Switchback experiments are widely used in dynamic systems—such as ridesharing platforms and online marketplaces—to evaluate interventions under interference. However, the standard pipeline of estimating the average treatment effect (ATE) with a difference-in-means (DM) estimator can exhibit systematic bias in dynamic settings with evolving system state, due to intertemporal dependence (“carryover effects&quot;). In this paper, we study this bias in a continuous-time Markov chain model of switchback experiments with stochastically monotone dynamics and state-monotone rewards; these are reasonable representations of mean-reverting and auto-regressive systems. We show the DM estimator systematically underestimates the true ATE, because it targets an average of transient treatment effects rather than the ATE itself. Using the Ornstein-Uhlenbeck process as a tractable example, we derive closed-form expressions for bias and variance; this analysis shows that standard approaches overestimate the true variance. Taken together, these effects mean that standard switchback experiment analysis yields overly conservative inference. We validate our theory using a ride-sharing simulation with real-world calibration. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/blanchet26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/blanchet26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Incorporating Expert Knowledge into Bayesian Causal Discovery of Mixtures of Directed Acyclic Graphs </title>
        <description> Bayesian causal discovery benefits from prior information elicited from domain experts, and in heterogeneous domains any prior knowledge would be badly needed. However, so far prior elicitation approaches have assumed a single causal graph and hence are not suited to heterogeneous domains. We propose a causal elicitation strategy for heterogeneous settings, based on Bayesian experimental design (BED) principles, and a \emph{variational mixture structure learning} (VaMSL) method—extending the earlier \emph{differentiable Bayesian structure learning} (DiBS) method—to iteratively infer mixtures of causal Bayesian networks (CBNs). We construct an informative graph prior incorporating elicited expert feedback in the inference of mixtures of CBNs. Our proposed method successfully produces a set of alternative causal models (mixture components or clusters), and achieves an improved structure learning performance on heterogeneous synthetic data when informed by a simulated expert. Finally, we demonstrate that our approach is capable of capturing complex distributions in a breast cancer database. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/bjorkman26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/bjorkman26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Sample Average Approximation for Alpha-Divergence Minimization with Exponential Convergence Guarantees </title>
        <description> We study the problem of approximating an unnormalized target distribution using probability densities from an exponential family. Specifically, we establish convergence guarantees for a monotonic alpha-divergence minimization algorithm, which decreases the alpha-divergence at each iteration. To illustrate our theoretical results, we propose an implementable Sample Average Approximation algorithm that solves a discrete approximation of the original problem. Through a detailed analysis of the loss landscape and the algorithm’s dynamics, we provide practical design guidelines which suffice to ensure its convergence. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/bertholom26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/bertholom26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Structured Matrix Scaling for Multi-Class Calibration </title>
        <description> Post-hoc recalibration methods are widely used to ensure that classifiers provide faithful probability estimates. We argue that parametric recalibration functions based on logistic regression can be motivated from a simple theoretical setting for both binary and multi-class classification. This insight motivates the use of more expressive calibration methods beyond standard temperature scaling. For multi-class calibration however, a key challenge lies in the increasing number of parameters introduced by more complex models, often coupled with limited calibration data, which can lead to overfitting. Through extensive experiments, we demonstrate that the resulting bias-variance tradeoff can be effectively managed by structured regularization, robust preprocessing and efficient optimization. The resulting methods lead to substantial gains over existing logistic-based calibration techniques. We provide efficient and easy-to-use open-source implementations of our methods, making them an attractive alternative to common temperature, vector, and matrix scaling implementations. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/berta26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/berta26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Breaking Data Symmetry is Needed For Generalization in Feature Learning Kernels </title>
        <description> Grokking occurs when a model achieves high training accuracy but generalization to unseen test points happens long after that. This phenomenon was initially observed on a class of algebraic problems, such as learning modular arithmetic (Power et al., 2022). We study grokking on algebraic tasks in a class of feature learning kernels via the Recursive Feature Machine (RFM) algorithm (Radhakrishnan et al., 2024), which iteratively updates feature matrices through the Average Gradient Outer Product (AGOP) of an estimator in order to learn task-relevant features.  Our main experimental finding is that generalization occurs only when a certain symmetry in the training set is broken. Furthermore, we empirically show that RFM generalizes by recovering the underlying invariance group action inherent in the data. We find that the learned feature matrices encode specific elements of the invariance group, explaining the dependence of generalization on symmetry. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/bernal26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/bernal26a.html</guid>
        
        
      </item>
    
      <item>
        <title> A projection-based framework for gradient-free and parallel learning </title>
        <description> We present a feasibility-seeking approach to neural network training. This mathematical optimization framework is distinct from conventional gradient-based loss minimization and uses projection operators and iterative projection algorithms. We reformulate training as a large-scale feasibility problem: finding network parameters and states that satisfy local constraints derived from its elementary operations. Training then involves projecting onto these constraints, a local operation that can be parallelized across the network. We introduce PJAX, a JAX-based software framework that enables this paradigm. PJAX composes projection operators for elementary operations, automatically deriving the solution operators for the feasibility problems (akin to autodiff for derivatives). It inherently supports GPU/TPU acceleration, provides a familiar NumPy-like API, and is extensible. We train diverse architectures (MLPs, CNNs, RNNs) on standard benchmarks using PJAX, demonstrating its functionality and generality. Our results show that this approach is a compelling alternative to gradient-based training, with clear advantages in parallelism and the ability to handle non-differentiable operations. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/bergmeister26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/bergmeister26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Evaluation of Large Language Models via Coupled Token Generation </title>
        <description> State-of-the-art large language models rely on randomization to respond to a prompt. Consequently, a model may respond differently to the same prompt if asked multiple times. In this work, we argue that the evaluation and ranking of large language models should control for this randomization. Our starting point is the development of a causal model for coupled autoregressive generation, which allows different large language models to sample responses with the same source of randomness. Building upon our causal model, we first show that, on evaluations based on benchmark datasets, coupled autoregressive generation leads to the same conclusions as vanilla autoregressive generation but using provably fewer samples. However, we further show that, on evaluations based on pairwise comparisons, the two approaches can surprisingly lead to different rankings when comparing more than two models. To complement our theoretical results, we conduct experiments with several models from the $\texttt{Llama}$, $\texttt{Mistral}$ and $\texttt{Qwen}$ families. We find that, across multiple benchmark datasets, coupled autoregressive generation requires up to $75$% fewer samples to reach the same conclusions as vanilla autoregressive generation. Further, we find that the win-rates derived from pairwise comparisons by a strong large language model to prompts from the LMSYS Chatbot Arena platform differ under coupled and vanilla autoregressive generation. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/benz26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/benz26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Bayesian Inverse Transition Learning: Learning Dynamics from Near-Optimal Trajectories </title>
        <description> We consider the problem of estimating the transition dynamics from near-optimal expert trajectories in the context of offline model-based reinforcement learning. We develop a novel constraint-based method, Inverse Transition Learning, that treats the limited coverage of the expert trajectories as a feature: we use the fact that the expert is near-optimal to inform our estimate of. We integrate our constraints into a Bayesian approach. Across both synthetic environments and real healthcare scenarios like Intensive Care Unit (ICU) patient management in hypotension, we demonstrate not only significant improvements in decision-making, but that our posterior can inform when transfer will be successful. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/benac26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/benac26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Weighted quantization using MMD: From mean field to mean shift using gradient flows </title>
        <description> Approximating a probability distribution using a set of particles is a fundamental problem in machine learning and statistics, with applications including clustering and quantization. Formally, we seek a weighted mixture of Dirac measures that best approximates the target distribution. While much existing work relies on the Wasserstein distance to quantify approximation errors, maximum mean discrepancy (MMD) has received comparatively less attention, especially when allowing for variable particle weights. We argue that a \emph{Wasserstein–Fisher–Rao} gradient flow is well-suited for designing quantizations optimal under MMD. We show that a system of interacting particles satisfying a set of ODEs discretizes this flow. We further derive a new fixed-point algorithm called \emph{mean shift interacting particles} (MSIP). We show that MSIP extends the classical mean shift algorithm, widely used for identifying modes in kernel density estimators. Moreover, we show that MSIP can be interpreted as preconditioned gradient descent and that it acts as a relaxation of Lloyd’s algorithm for clustering. Our unification of gradient flows, mean shift, and MMD-optimal quantization yields algorithms that are more robust than state-of-the-art methods, as demonstrated via high-dimensional and multi-modal numerical experiments. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/belhadji26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/belhadji26a.html</guid>
        
        
      </item>
    
      <item>
        <title> ConMeZO: Adaptive Descent-Direction Sampling for Gradient-Free Finetuning of Large Language Models </title>
        <description> Zeroth-order or derivative-free optimization (MeZO) is an attractive strategy for finetuning large language models (LLMs) because it eliminates the memory overhead of backpropagation. However, it converges slowly due to the inherent curse of dimensionality when searching for descent directions in the high-dimensional parameter space of billion-scale LLMs. We propose ConMeZO, a novel zeroth-order optimizer that accelerates convergence by adaptive directional sampling. Instead of drawing the direction uniformly at random, ConMeZO restricts the sampling to a cone centered around a momentum estimate. This concentrates the search in directions where the true gradient is more likely to lie and thus reduces the effect of high dimensions. We prove that ConMeZO achieves the same worst-case convergence rate as MeZO. Empirically, when finetuning LLMs on natural language tasks, ConMeZO is up to 2$\times$ faster than MeZO while retaining the low-memory footprint of zeroth-order methods. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/behric26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/behric26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Local Regression on Path Spaces with Signature Metrics </title>
        <description> We study nonparametric regression and classification for path-valued data. We introduce a functional Nadaraya-Watson estimator that combines the signature transform from rough path theory with local kernel regression. The signature transform provides a principled way to encode sequential data through iterated integrals, enabling direct comparison of paths in a natural metric space. Our approach leverages signature-induced distances within the classical kernel regression framework, achieving computational efficiency while avoiding the scalability bottlenecks of large-scale kernel matrix operations. We establish finite-sample convergence bounds demonstrating favorable statistical properties of signature-based distances compared to traditional metrics in infinite-dimensional settings. We propose robust signature variants that provide stability against outliers, enhancing practical performance. Applications to both synthetic and real-world data—including stochastic differential equation learning and time series classification—demonstrate competitive accuracy while offering significant computational advantages over existing methods. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/bayer26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/bayer26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Complexity-Aware Deep Symbolic Regression with Robust Risk-Seeking Policy Gradients </title>
        <description> We propose a novel deep symbolic regression (DSR) approach to enhance the robustness and interpretability of data-driven mathematical expression discovery. Existing DSR methods are built on recurrent neural networks, solely guided by data fitness, and potentially meet tail barriers that can zero out the policy gradient, causing inefficient model updates. To address these issues, we design a decoder-only architecture that performs attention in the frequency domain and introduce a dual-indexed position encoding to conduct layer-wise generation. Second, we propose a Bayesian information criterion (BIC)-based reward function that can automatically adjust the trade-off between expression complexity and data fitness, without the need for explicit manual tuning. Third, we develop a  ranking-based weighted policy update method that eliminates the tail barriers and enhances training effectiveness. Extensive benchmarks and systematic experiments demonstrate the  advantages of our approach. We have released our implementation at \url{https://github.com/ZakBastiani/CADSR.} </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/bastiani26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/bastiani26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Information-Theoretic Error Bounds for Source Localization in Neural Sensing </title>
        <description> We formulate a point-source localization problem in $d$ dimensions, where a source inside the ball of radius $R$ emits a signal that is picked up by various sensors located at the surface of the ball. For $d=3$, this can model problems in neural sensing, where a net of electroencephalography (EEG) or magnetoencephalography (MEG) sensors try to locate the source of a distinct neural event such as a seizure. For a power law decay model with exponent $\alpha&gt;0$ for the sensors, we obtain a lower bound on the minimax risk for localizing the source that is asymptotically $\frac{d^2\sigma^2R^{2\alpha+2}}{n\alpha^2PK}$ under mean-squared error loss, where $\sigma^2$ is the noise variance, $P$ is the signal power, $K$ is the number of sensors, and $n$ is the number of independent measurements. In the case $d\leq 2(\alpha+1)$ with uniformly distributed sensor locations, we then give a matching upper bound, including getting the exact constant correct, for the asymptotic minimax rate in a neighborhood of the origin. We show that there is a phase transition at $d=2(\alpha+2)$, above which a certain Fisher information quantity is minimized at the boundary of the ball, and below which it is minimized at the origin. At the critical dimension $d=2(\alpha+2)$, the Fisher information is constant throughout the entire parameter space. For the special case $d=3$, we supplement and compare this information-theoretic analysis with a simulated forward EEG model that uses a realistic head model derived from population-averaged magnetic resonance imaging data. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/barnes26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/barnes26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Multiclass Local Calibration with the Jensen-Shannon Distance </title>
        <description> Developing trustworthy Machine Learning (ML) models requires their predicted probabilities to be well-calibrated, meaning they should reflect true-class frequencies.  Among calibration notions in multiclass classification, strong calibration is the most stringent, as it requires all predicted probabilities to be simultaneously calibrated across all classes. However, existing approaches to multiclass calibration lack a notion of distance among inputs, which makes them vulnerable to proximity bias: predictions in sparse regions of the feature space are systematically miscalibrated.  In this work, we address this main shortcoming by introducing a local perspective on multiclass calibration. First, we formally define multiclass local calibration and establish its relationship with strong calibration. Second, we theoretically analyze the pitfalls of existing evaluation metrics when applied to multiclass local calibration. Third, we propose a practical method to enhance local calibration in Neural Networks, which enforces alignment between predicted probabilities and local estimates of class frequencies using the Jensen-Shannon distance. Finally, we empirically validate our approach against existing multiclass calibration techniques. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/barbera26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/barbera26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Convex Markov Games and Beyond: New Proof of Existence, Characterization and Learning Algorithms for Nash Equilibria </title>
        <description> Convex Markov Games (cMGs) were recently introduced as a broad class of multi-agent learning problems that generalize Markov games to settings where strategic agents optimize general utilities beyond additive rewards. While cMGs expand the modeling frontier, their theoretical foundations, particularly the structure of Nash equilibria (NE) and guarantees for learning algorithms, are not yet well understood. In this work, we address these gaps for an extension of cMGs, which we term General Utility Markov Games (GUMGs), capturing new applications requiring coupling between agents’ occupancy measures. We prove that in GUMGs, Nash equilibria coincide with the fixed points of projected pseudo-gradient dynamics (i.e. first-order stationary points), enabled by a novel agent-wise gradient domination property. This insight also yields a simple proof of NE existence using Brouwer’s fixed-point theorem. We further show the existence of Markov perfect equilibria. Building on this characterization, we establish a policy gradient theorem for GUMGs and design a model-free policy gradient algorithm. For potential GUMGs, we establish iteration complexity guarantees for computing approximate-NE under exact gradients and provide sample complexity bounds in both the generative model and on-policy settings. Our results extend beyond prior work restricted to zero-sum cMGs, providing the first theoretical analysis of common-interest cMGs. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/barakat26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/barakat26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Brenier Isotonic Regression </title>
        <description> Isotonic regression (IR) is a shape-constrained regression to maintain a univariate fitting curve non-decreasing, which has numerous applications. When it comes to multivariate responses, IR is no longer applicable because monotonicity is not readily extendable. We consider a multi-output regression problem where a regression function is cyclically monotone. Roughly speaking, a cyclically monotone function is the gradient of some convex potential. Whereas enforcing cyclic monotonicity is apparently challenging, we leverage the fact that Kantorovich’s optimal transport (OT) always yields a cyclically monotone coupling. This naturally allows us to interpret a regression function and the convex potential as a link function in generalized linear models and Brenier’s potential in OT, respectively. We call this IR extension Brenier isotonic regression. We demonstrate applications to probability calibration and single-index models. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/bao26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/bao26a.html</guid>
        
        
      </item>
    
      <item>
        <title> On the Convergence and Straightness of Rectified Flow </title>
        <description> Flow Matching has become a cornerstone of modern generative models like Stable Diffusion 3, largely due to the efficiency of its Rectified Flow (RF) variant. The success of RF hinges on iteratively learning straight trajectories, pushing generation towards fewer sampling steps. However, the theoretical link between path geometry and sampling efficiency has been under-explored. This paper fills this gap by introducing a novel \textit{Piecewise Straightness} parameter, $\gamma_{2,T}$. We establish the first Wasserstein convergence bound that explicitly links the discretization error of \textit{any} general flow-model to $\gamma_{2,T}$, proving that minimizing curvature is the key to achieving high-fidelity, one-step sampling.  Building on this theory, we establish the first theoretical framework to analyze the straightness of RF. We begin by offering intuitive geometric arguments for simple cases before identifying sufficient conditions under which a single rectification step (1-RF) yields a perfectly straight or even a Monge optimal coupling. While whether these sufficient conditions are met depends on the problem geometry, they enable the first concrete proofs in this area. Critically, fulfilling these conditions makes the subsequent flow (2-RF) perfectly straight ($\gamma_{2,T}=0$). This eliminates the discretization error in our bound and makes flawless, single-step sampling possible. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/bansal26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/bansal26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Nonparametric Multi Change Point Detection for Markov Chains via Adaptive Clustering </title>
        <description> Offline change point detection tries to detect $\textit{time points}$ of distribution change in a given data sequence; and is now routinely used in signal processing, speech processing, climatology etc. Despite this broad applicability across economics, computer science, and planetary sciences, rigorous, nonparametric techniques for change point detection with non-independent and identically distributed (i.i.d.) datasets has remained elusive. This paper establishes such guarantees by proposing a non-parametric clustering algorithm which can accurately obtain the change points from a given Markovian dataset of length $n$. It does so by bridging together two different components of mathematical statistics; Rademacher complexities of Markov chains, and adaptive clustering via penalisation. Our first result uses recent advances in Rademacher complexities of regenerating Markov chains to derive a Dvoretzky Kiefer Wolfowitz (DKW) type inequality for the empirical distribution of the Markov chain. We then use this to show that an adaptive clustering algorithm recovers the correct change points for a Markovian sequence. We establish the tightness of our rates by showing that they essentially coincide with the best known rates for i.i.d. data. We end the paper by discussing the computational considerations of the problem. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/banerjee26c.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/banerjee26c.html</guid>
        
        
      </item>
    
      <item>
        <title> Bad Values but Good Behavior: Learning Highly Misspecified Bandits with Function Approximation </title>
        <description> Function approximation with parametric, feature-based reward models is widely used to enable decision-making in bandits with large action spaces. While bandit learning is well understood in the case of little or no misspecification in the reward approximation, real-world applications can often involve significantly high model misspecification. We study whether optimal learning is still possible under arbitrary misspecification. We identify structural, instance-dependent conditions, determined jointly by the problem instance and model class, under which standard algorithms like $\epsilon$-greedy and LinUCB achieve sublinear regret, despite an arbitrarily large misspecification error in the traditional sense. These results contrast sharply with worst-case analyses that predict linear regret, and show that a broad class of instances remains robust to model error. Our findings offer a theoretical explanation for the empirical success of approximate value-based methods in complex environments. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/banerjee26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/banerjee26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Meta Sparse Principal Component Analysis </title>
        <description> We study the meta-learning for support recovery (i.e., non-zero coordinates of the eigenvectors) in high-dimensional Principal Component  Analysis. We reduce the sufficient sample complexity in a novel task, with the information that is learned from auxiliary tasks, where a task is defined as a random Principal Component (PC) matrix with its own support. We pool data from all the tasks to execute an improper estimation of a single PC matrix, by maximising the $\ell_1$-regularised predictive covariance. With $m$ tasks for $p$-variate sub-Gaussian random vectors, we establish the sufficient sample complexity for each task to be of the order $O(\sqrt{m^{-1}\log p})$, with high probability. This is very relevant for meta-learning where there are many tasks $m = O(\log p)$, each with very few samples, i.e., $n = O(1)$, in an scenario where multi-task learning fails. For a novel task,  we prove that the sufficient sample complexity of successful support recovery can be reduced to $O(\log |J|)$, under an additional constraint that the support of the novel task is a subset of the estimated support union ($J$) from the auxiliary tasks. This reduces the original sample complexity of $O(\log p)$ for learning a single task. Theoretical claims are validated with numerical simulations and the problem of true covariance estimation in brain-imaging and cancer genetics data sets are considered to validate the proposed methodology. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/banerjee26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/banerjee26a.html</guid>
        
        
      </item>
    
      <item>
        <title> A Polynomial-Time Approximation for Pairwise Fair $k$-Median Clustering </title>
        <description> In this work, we study pairwise fair $k$-Median with $\ell \ge 2$ groups, where for every cluster $C$ and every group $i \in [\ell]$, the number of points in $C$ from group $i$  must be at most $t$ times the number of points in $C$ from any other group $j \in [\ell]$, for a given integer $t$.  Only bi-criteria approximation and exponential-time algorithms follow for this problem from the prior work on fair clustering problems when $\ell &gt; 2$.  We present the first polynomial-time $O(k^2\cdot \ell \cdot t)$-approximation for this problem that does not violate the fairness constraints. We also implemented our algorithm on a variety of datasets to test the “price of fairness&quot; achieved by our approach in real data, which turned out to be significantly smaller than the theoretical guarantee. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/bandyapadhyay26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/bandyapadhyay26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Panprediction: Optimal Predictions for Any Downstream Task and Loss </title>
        <description> Supervised learning is classically formulated as training a model to minimize a fixed loss function over a fixed distribution, or task. However, an emerging paradigm instead views model training as extracting enough information from data so that the model can be used to minimize many losses on many downstream tasks. We formalize a mathematical framework for this paradigm, which we call panprediction, and study its statistical complexity. Formally, panprediction generalizes omniprediction (Gopalan et al., 2021) and sits upstream from multi-group learning (Rothblum and Yona, 2021), which respectively focus on predictions that generalize to many downstream losses or many downstream tasks, but not both. Concretely, we design algorithms that learn deterministic and randomized panpredictors with $\tilde{O}(1/\varepsilon^3)$ and $\tilde{O}(1/\varepsilon^2)$ samples, respectively. Our results demonstrate that under mild assumptions, simultaneously minimizing infinitely many losses on infinitely many tasks can be as statistically easy as minimizing one loss on one task. Along the way, we improve the best known sample complexity guarantee of deterministic omniprediction by a factor of $1/\varepsilon$, and match all other known sample complexity guarantees of omniprediction and multi-group learning. Our key technical ingredient is a nearly lossless reduction from panprediction to a statistically efficient notion of calibration, called step calibration. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/balakrishnan26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/balakrishnan26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Patch2Loc: Learning to Localize Patches for Unsupervised Brain Lesion Detection </title>
        <description> Detecting brain lesions as abnormalities observed in magnetic resonance imaging (MRI) is essential for diagnosis and treatment. In the search of abnormalities, such as tumors and malformations, radiologists may benefit from computer-aided diagnostics that use computer vision systems trained with machine learning to segment normal tissue from abnormal brain tissue. While supervised learning methods require annotated lesions, we propose a new unsupervised approach (Patch2Loc) that learns from normal patches taken from structural MRI. We train a neural network model to map a patch back to its  spatial location within a slice of the brain volume. During inference, abnormal patches are detected by the anomaly score based on the error and variance of the location prediction. By applying the network in a convolutional manner, this generates a pixel-wise heatmap of anomalies providing finer-grained segmentation. We demonstrate the ability of our model to segment abnormal brain tissues by applying our approach to the detection of tumor tissues in MRI on T2-weighted images from BraTS2021 and MSLUB datasets and T1-weighted images from ATLAS and WMH datasets. We show that it outperforms the state-of-the art in unsupervised segmentation. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/baker26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/baker26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Dualformer: Time-Frequency Dual Domain Learning for Long-term Time Series Forecasting </title>
        <description> Transformer-based models, despite their promise for long-term time series forecasting (LTSF), suffer from an inherent low-pass filtering effect that limits their effectiveness. This issue arises due to undifferentiated propagation of frequency components across layers, causing a progressive attenuation of high-frequency information crucial for capturing fine-grained temporal variations. To address this limitation, we propose Dualformer, a principled dual-domain framework that rethinks frequency modeling from a layer-wise perspective. Dualformer introduces three key components: (1) a dual-branch architecture that concurrently models complementary temporal patterns in both time and frequency domains; (2) a hierarchical frequency sampling module that allocates distinct frequency bands to different layers, preserving high-frequency details in lower layers while modeling low-frequency trends in deeper layers; and (3) a periodicity-aware weighting mechanism that dynamically balances contributions from the dual branches based on the harmonic energy ratio of inputs, supported theoretically by a derived lower bound. This design enables structured frequency modeling and adaptive integration of time-frequency features, effectively preserving high-frequency information and enhancing generalization. Extensive experiments conducted on eight widely used benchmarks demonstrate Dualformer’s robustness and superior performance, particularly on heterogeneous or weakly periodic data. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/bai26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/bai26a.html</guid>
        
        
      </item>
    
      <item>
        <title> The Good, the Bad, and the Sampled: a No-Regret Approach to Safe Online Classification </title>
        <description> We study sequential testing for a binary disease outcome when risk follows an unknown logistic model. At each round, the decision maker may either pay for a test revealing the true label or predict the outcome based on patient features and past data. The goal is to minimize costly tests while ensuring the misclassification rate stays below $\alpha$ with probability at least $1-\delta$. We propose a method that jointly estimates the logistic parameter $\theta^{\star}$ and the feature distribution, using a conservative threshold on the logistic score to decide when to test. We prove our procedure achieves the target error with high probability and requires only $\widetilde O(\sqrt{T})$ more tests than an oracle with full knowledge. This is the first no-regret guarantee for error-constrained logistic testing, with direct applications to medical screening. Simulations corroborate our theoretical results, showing safe classification of patients and efficient estimation of $\theta^{\star}$ with few excess tests. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/baharav26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/baharav26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Numerical Fragility in Transformers: A Layer-wise Theory for Risk Estimation and Selective Stabilization </title>
        <description> Low-precision execution can induce substantial forward discrepancies in Transformers even for fixed weights and input, yet these discrepancies are usually monitored only at the output and lack a layer-wise theoretical account. We develop a first-order decomposition of output mismatch into layer-local attention, LayerNorm, and residual-transport terms, and derive from it a practical causal risk estimator and a budgeted controller, Bound-Guided Selective Stabilization (BGSS). Controlled sweeps verify the predicted local sign, monotonicity, and transport structure. On GPT-2, the transport-aware combined predictor is positively correlated with FP32-reference mismatch in all 18 runs and improves over a no-transport ablation in 17/18 runs. Reference-patch attribution shows that the same score preserves useful layer ordering information (mean Spearman 0.362). In budget-matched mitigation, BGSS outperforms random same-budget control in onset events (10.67 vs. 11.67), final mismatch (0.001243 vs. 0.001284), and worst-case mismatch (0.00314 vs. 0.00849), while matching a risk-only same-budget controller on onset suppression and sharply reducing worst-case mismatch (0.00314 vs. 0.00571). These results support a theory-to-algorithm account of Transformer numerical fragility in which finite-precision risk can be analyzed, estimated, localized, and selectively stabilized. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/baek26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/baek26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Adaptive Diffusion Guidance via Stochastic Optimal Control </title>
        <description> Classifier-Free Guidance (CFG) is a cornerstone of modern diffusion models, playing a pivotal role in conditional generation and enhancing the quality of unconditional samples. However, current approaches to CFG scheduling—determining the appropriate guidance weight—are largely heuristic and lack a solid theoretical foundation. This work addresses these limitations on two fronts. First, we provide a theoretical formalization that precisely characterizes the relationship between guidance strength and classifier confidence. Second, building on this insight, we introduce a stochastic optimal control framework that casts CFG scheduling as an adaptive optimization problem. In this formulation, guidance strength is not fixed but dynamically selected based on time, the current sample, and the conditioning class, either independently or in combination. By solving the resulting control problem, we establish a principled foundation for more effective guidance in diffusion models. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/azangulov26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/azangulov26a.html</guid>
        
        
      </item>
    
      <item>
        <title> An Indicator of Membership Inference Security in Post-Training Quantized Models </title>
        <description> Quantizing machine learning models has demonstrated its effectiveness in lowering memory and inference costs while maintaining performance levels comparable to those of the original models. In this work, we investigate the impact of quantization procedures on privacy in data-driven models, focusing on their vulnerability to membership inference attacks. Membership Inference Security (MIS) has recently been proposed to characterize the privacy of machine learning models against the most powerful (and possibly unknown) attacks. However, quantifying MIS appears to be computationally very difficult. In this paper, we propose a new MIS indicator for post-training quantization procedures of machine learning models that minimize an empirical loss. This new indicator is a byproduct of a theoretical asymptotic analysis of the MIS in this context. We also present a methodology for empirically estimating our MIS indicator. Using synthetic datasets and real-world data (in the context of drug discovery), we demonstrate the effectiveness of our approach in assessing and ranking the MIS of different quantizers. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/aubinais26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/aubinais26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Hyperbolic Learning with Supervision from any Granularity </title>
        <description> Supervised classification commonly follows a one-vs-rest paradigm where each sample belongs to one category from a set of independent classes. In real-world settings, classes are typically not independent, but organized hierarchically from coarse-grained to fine-grained. More pressingly, people naturally annotate at different levels of granularity, depending on their expertise, biases, or data quality. What should be the correct label of a picture of a bird? Is it \emph{animal}, \emph{bird}, \emph{albatross}, or \emph{Laysan albatross}? What if one annotator is an ornithologist and the other has little bird knowledge? Similarly, if two pictures of a \emph{Laysan albatross} differ in blurriness, we tend to annotate blurry ones more generically, as we are unsure of details that differentiate classes at the finest levels. Currently, many annotations are removed, ignored, or reassigned because they do not match the required granularity. Instead of viewing the world as a flat, independent collection of concepts, this paper strives to perform supervised learning with labels at any granularity. We propose a hyperbolic embedding space, where classes are hierarchically organized as prototypes. We introduce a coarse-to-fine Busemann approach, where images are optimized to the correct region of the hyperbolic embedding space by projecting their labels – which can be as precise or generic as desired – to ideal prototypes on the boundary of the Poincar{é} ball. Experiments show that our approach improves multi-granular classification and beats the current state-of-the-art, which views different granularities as independent, instead of a connected tree. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/atigh26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/atigh26a.html</guid>
        
        
      </item>
    
      <item>
        <title> The Information Geometry of Local Generalization Dynamics </title>
        <description> Information-theoretic bounds on generalization are foundational to learning theory, yet their static form offers limited insight into the dynamic, iterative nature of modern optimization. This gap is addressed herein by developing a local theory of generalization based on Euclidean Information Theory, where each update is modeled as a perturbation vector. The resulting analysis shows that the change in the generalization gap is bounded by the expected squared norm of this vector, a quantity interpreted as the local generalization cost. The proposed local bound is proven to be the first-order approximation of classic global bounds, revealing their underlying differential structure. Within this framework, it is further revealed that the optimal update direction is mathematically equivalent to the natural gradient, offering an information-geometric justification for natural gradient descent. Finally, the overall theory is validated through experiments showing that the derived bound closely tracks training dynamics. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/athanasakos26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/athanasakos26a.html</guid>
        
        
      </item>
    
      <item>
        <title> PAC-Bayesian Bounds on Constrained $f$-Entropic Risk Measures </title>
        <description> PAC generalization bounds on the risk, when expressed in terms of the expected loss, are often insufficient to capture imbalances between subgroups in the data. To tackle this limitation, we introduce a new family of risk measures, called constrained $f$-entropic risk measures, which enable finer control over distributional shifts and subgroup imbalances via $f$-divergences, and include the Conditional Value at Risk (CVaR), a well-known risk measure. We derive both classical and disintegrated PAC-Bayesian generalization bounds for this family of risks, providing the first disintegrated PAC-Bayesian guarantees beyond standard risks. Building on this theory, we design a self-bounding algorithm minimizing our bounds directly, yielding models with guarantees at the subgroup level. We empirically demonstrate the usefulness of our approach. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/atbir26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/atbir26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Replicable Machine Learning: Theory and Algorithms for Stochastic Convex and Non-Convex Optimization </title>
        <description> Replicable algorithms produce identical outputs with high probability when run on independent samples drawn from the same distribution, providing strong reproducibility guarantees for machine learning pipelines. We study replicability in machine learning in Vapnik’s general learning setting, which encompasses stochastic optimization over convex and non-convex loss classes, establishing algorithms with near-optimal sample complexity across these settings. For general Lipschitz losses over a bounded parameter space, we show that the exponential mechanism combined with correlated sampling achieves optimal $O(1/\sqrt{n})$ excess risk with $\rho$-replicability guarantees, but at the cost of exponential runtime. For general Lipschitz losses, the exponential mechanism with correlated sampling achieves optimal $O(1/\sqrt{n})$ excess risk and $\rho$-replicability, but with exponential runtime. For strongly convex losses over a $d$-dimensional parameter space, empirical risk minimization (ERM) paired with randomized rounding achieves $\widetilde{O}(\sqrt{d}/(\rho\sqrt{n}))$ excess risk in polynomial time. For general convex losses, regularized ERM yields excess risk of $\widetilde{O}(n^{-1/4})$. We further extend our techniques to overparameterized neural networks in the Neural Tangent Kernel (NTK) regime. Taken together, our results provide evidence for a fundamental computational-statistical tradeoff in replicable learning, whereby optimal replicability requires exponential time while our polynomial-time algorithms incur a modest but provable statistical penalty. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/arora26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/arora26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Policy Testing in Markov Decision Processes </title>
        <description> We study the policy testing problem in discounted Markov decision processes (MDPs) in the fixed-confidence setting under a generative model with static sampling. The goal is to decide whether the value of a given policy exceeds a specified threshold while minimizing the number of samples. We first derive an instance-dependent lower bound that any reasonable algorithm must satisfy, characterized as the solution to an optimization problem with non-convex constraints. Guided by this formulation, we propose a new algorithm. While this design paradigm is common in pure exploration problems such as best-arm identification, the non-convex constraints that arise in MDPs introduce substantial difficulties. To address them, we reformulate the lower-bound problem by swapping the roles of the objective and the constraints, yielding an alternative problem with a non-convex objective but convex constraints. This reformulation admits an interpretation as a policy optimization task in a newly constructed {\it reversed MDP}. Leveraging recent advances in policy gradient methods, we solve this problem and design an asymptotically optimal policy testing algorithm. Beyond policy testing, our reformulation and reversed MDP view suggest extensions to other pure exploration tasks in MDPs, including policy evaluation and best policy identification. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/ariu26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/ariu26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Distribution Free M-estimation </title>
        <description> The basic question of delineating those statistical problems that are solvable without making any assumptions on the underlying data distribution has long animated statistics and learning theory.  This paper characterizes when a convex M-estimation or stochastic optimization problem is solvable in such an assumption-free setting, providing a precise dividing line between solvable and unsolvable problems. The conditions we identify show that Lipschitz continuity of the loss being minimized is not necessary for distribution free minimization, and they are also distinct from classical characterizations of learnability in machine learning. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/areces26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/areces26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Finite-Time Analysis of Gradient Descent for Shallow Transformers </title>
        <description> Understanding why Transformers perform so well remains challenging due to their non-convex optimization landscape. In this work, we analyze a shallow Transformer with $m$ independent heads trained by projected gradient descent in the kernel regime. Our analysis reveals two main findings: (i) the width required for nonasymptotic guarantees scales only logarithmically with the sample size $n$, and (ii) the optimization error is independent of the sequence length $T$. This contrasts sharply with recurrent architectures, where the optimization error can grow exponentially with $T$. The trade-off is memory: to keep the full context, the Transformer’s memory requirement grows with the sequence length. We validate our theoretical results numerically in a teacher–student setting and compare Transformers with recurrent architectures on an autoregressive task. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/arda26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/arda26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Regularizing Extrapolation in Causal Inference </title>
        <description> Many common estimators in machine learning and causal inference are linear smoothers, where the prediction is a weighted average of the training outcomes. Some estimators, such as ordinary least squares and kernel ridge regression, allow for arbitrarily negative weights, which improve feature imbalance but often at the cost of increased dependence on parametric modeling assumptions and higher variance. By contrast, estimators like importance weighting and random forests (sometimes implicitly) restrict weights to be non-negative, reducing dependence on parametric modeling and variance at the cost of worse imbalance. In this paper, we propose a unified framework that directly penalizes the level of extrapolation, replacing the current practice of a hard non-negativity constraint with a soft constraint and corresponding hyperparameter. We derive a worst-case extrapolation error bound and introduce a novel “bias-bias-variance” tradeoff, encompassing biases due to feature imbalance, model misspecification, and estimator variance; this tradeoff is especially pronounced in high dimensions, when positivity is poor. We then develop an optimization procedure that regularizes this bound while minimizing imbalance and outline how to use this approach as a sensitivity analysis for dependence on parametric modeling assumptions. We demonstrate the effectiveness of our approach through synthetic experiments and a real-world application, involving the generalization of randomized controlled trial estimates to a target population of interest. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/arbour26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/arbour26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Entropic Projection Alignment: Estimating, Explaining, and Improving Model Performance Under Distribution Shift </title>
        <description> We propose a unified framework for addressing three key challenges of distribution shift: (1) estimating a model’s performance on an unlabeled target domain, (2) explaining the shift by identifying the features responsible, and (3) improving the target domain performance. Our method, Entropic Projection Alignment (EPA), aligns the source distribution to the target by matching carefully selected moments while simultaneously minimising the KL divergence from the source. This formulation yields a unique closed-form solution for importance weights, achieving robustness through implicit variance control. Drawing on domain adaptation theory, we establish that moment matching is sufficient for reliable estimation and adaptation, avoiding the need for full density ratio recovery. Extensive experiments, together with strong theoretical guarantees, demonstrate that EPA consistently outperforms state-of-the-art baselines while offering substantial computational efficiency. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/amoukou26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/amoukou26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Learning Markov Processes as Sum-of-Square Forms for Analytical Belief Propagation </title>
        <description> Harnessing the predictive capability of Markov process models requires propagating probability density functions (beliefs) through the model. For many existing models however, belief propagation is analytically infeasible, requiring approximation or sampling to generate predictions. This paper proposes a functional modeling framework leveraging sparse Sum-of-Squares (SoS) forms for valid (conditional) density estimation. We study the theoretical restrictions of modeling conditional densities using the SoS form, and propose a novel functional form for addressing such limitations. The proposed architecture enables generalized simultaneous learning of basis functions and coefficients, while preserving analytical belief propagation. In addition, we propose a training method that allows for exact adherence to the normalization and non-negativity constraints. Our results show that the proposed method achieves accuracy comparable to state-of-the-art approaches while requiring significantly less memory in low-dimensional spaces, and it further scales to 12D systems when existing methods fail beyond 2D. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/amorese26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/amorese26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Generalization Bounds Under Heavy-Tailed Losses </title>
        <description> The generalization error of a supervised statistical learning algorithm, defined as the difference between the population risk and the empirical risk, quantifies its  ability to predict performance on previously unseen data. In this work, we analyze the generalization error under the heavy-tailed assumption on the loss function with respect to the data-generating distribution. Specifically, we derive uniform, information-theoretic, and PAC-Bayesian bounds on the generalization error under the assumption that the $(1+\epsilon)$-th moment of the loss function is bounded for $\epsilon\in(0,1]$. The generalization error is shown to have a convergence rate of $O(n^{-\epsilon/(1+\epsilon)})$ where $n$ is the number of training samples. Furthermore, we apply our results to study the generalization error of the Gibbs posterior and noisy iterative learning algorithms under the heavy-tailed assumption. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/aminian26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/aminian26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Ergodic and Subhomogeneous Dynamics in Hyperbolic Neural Networks </title>
        <description> We analyze the long term behavior of hyperbolic neural networks through subhomogeneous layer maps, focusing on stability, growth control, and robustness under stochastic perturbations. This work unifies the standard hyperbolic models via explicit isometries and M{ö}bius operations, allowing statements to be transported across representations without loss of geometric meaning. Within this model invariant view, we study iterated, noise perturbed transformations and develop an ergodic theoretic framework that characterizes their asymptotic behavior, including conditions that promote stability and convergence of averaged iterates. Beyond theory, these insights inform practical design choices for training procedures that remain well-behaved in the presence of noise and avoid unbounded parameter growth, thereby supporting more reliable use of hyperbolic representations in hierarchical and graph structured learning tasks. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/alvarado26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/alvarado26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Is Supervised Learning Really That Different From Unsupervised? </title>
        <description> We demonstrate how supervised learning can be decomposed into a two-stage procedure, where (1) all model parameters are selected in an unsupervised manner, and (2) the outputs y are added to the model, without changing the parameter values. This is achieved by a new model selection criterion that - in contrast to cross-validation - can be used also without access to y. For linear ridge regression, we bound the asymptotic out-of-sample risk of our method in terms of the optimal asymptotic risk. We also demonstrate that versions of linear and kernel ridge regression, smoothing splines, k-nearest neighbors, random forests, and neural networks, trained without access to y, perform similarly to their standard y-based counterparts. Hence, our results suggest that the difference between supervised and unsupervised learning is less fundamental than it may appear. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/allerbo26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/allerbo26a.html</guid>
        
        
      </item>
    
      <item>
        <title> TAS-EGNN: Task-Aware Spectral Ego-Graphs for Efficient GNNs-Based Classification </title>
        <description> Graph Neural Networks (GNNs) achieve strong accuracy but remain costly to train on large graphs and in resource-constrained settings. Coreset selection mitigates this by training on a compact, representative node subset, yet many existing methods rely on expensive spectral routines or bilevel and iterative optimizations. We propose a Task-Aware Spectral Ego-Graph Neural Network (TAS-EGNN) that scores nodes within lightweight ego-graphs by combining (i) local spectral complexity, (ii) predictive uncertainty, and (iii) supervised error signals, followed by a greedy coverage step to avoid redundancy. TAS-EGNN circumvents heavy optimization, using only local spectra (or moment proxies) and a single model forward pass to obtain task signals. We evaluate TAS-EGNN across three benchmark tasks: citation networks, social networks, and graph-based bank transaction fraud detection. The third task, in particular, underscores the algorithm’s effectiveness in anomaly detection for highly imbalanced settings. TAS-EGNN matches or surpasses state-of-the-art reduction baselines, across \emph{budgets} (i.e., the allowed size of the selected training subset, controlled via the coreset ratio), including condensation, coarsening, and ego-graph selection, while delivering substantial wall-clock and peak-memory savings. Time and memory profiling show that TAS-EGNN tracks the lower envelope among structure-aware methods and scales to large graphs, whereas several other works reach OOT/OOM. These results indicate that efficiently encoded task-aware structural priors enable robust, scalable coreset selection for both standard node classification and fraud detection. The source code will be available on GitHub. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/allaoui26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/allaoui26a.html</guid>
        
        
      </item>
    
      <item>
        <title> A Scalable Lift-and-Project Differentiable Approach For the Maximum Cut Problem </title>
        <description> We propose a scalable framework for solving the Maximum Cut (MaxCut) problem in large graphs using projected gradient ascent on quadratic objectives. Our approach is differentiable and leverages GPUs for gradient-based optimization. It is not a machine learning method and does not require training data. Starting from a continuous relaxation of the classical quadratic binary formulation, we present a parallelized strategy that explores multiple initialization vectors in batch. We analyze the relaxed objective, showing it is convex and has fixed-points corresponding to local optima—particularly at boundary points—highlighting a key challenge in non-convex optimization. To improve exploration, we introduce a lifted quadratic formulation that over-parameterizes the solution space. We also provide a theoretical characterization of these lifted fixed-points. Finally, we propose DECO, a dimension-alternating algorithm that switches between the unlifted and lifted formulations, combined with importance-based degree initialization and a population-based evolutionary hyper-parameter search. Experiments on diverse graph families show that our methods attain comparable or superior performance relative to recent neural networks and GPU-accelerated sampling approaches. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/alkhouri26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/alkhouri26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Optimistic Reinforcement Learning with Quantile Objectives </title>
        <description> Reinforcement Learning (RL) has achieved tremendous success in recent years. However, the classical foundations of RL do not account for the risk sensitivity of the objective function, which is critical in various fields, including healthcare, finance, etc. A popular approach to incorporate risk sensitivity is to optimize a specific quantile of the cumulative reward distribution. In this paper, we develop UCB-QRL, an optimistic learning algorithm for the $\tau$-quantile objective in finite-horizon Markov decision processes (MDPs). UCB-QRL is an iterative algorithm in which, at each iteration, we first estimate the underlying transition probability and then optimize the quantile value function over a confidence ball around this estimate. Here, we show that UCB-QRL yields high-probability regret bounds $\mathcal O\left((2/\kappa)^HH\sqrt{SATH\log(2SATH/\delta)}\right)$ in the episodic setting with $S$ states, $A$ actions, $T$ episodes, and $H$ horizons. Here, $\kappa&gt;0$ is a problem-dependent constant that captures the sensitivity of the underlying MDP’s quantile value. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/alipour-vaezi26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/alipour-vaezi26a.html</guid>
        
        
      </item>
    
      <item>
        <title> CADENT: Gated Hybrid Distillation for Sample-Efficient Transfer in Reinforcement Learning </title>
        <description> Transfer learning promises to reduce the high sample complexity of deep reinforcement learning (RL), yet existing methods struggle with domain shift between source and target environments. Policy distillation provides powerful tactical guidance but fails to transfer long-term strategic knowledge, while automaton-based methods capture task structure but lack fine-grained action guidance. We introduce Context-Aware Distillation with Experience-gated Transfer (CADENT), a framework that unifies strategic automaton-based knowledge with tactical policy-level knowledge into a coherent guidance signal. CADENT’s key innovation is an experience-gated trust mechanism that dynamically weighs teacher guidance against the student’s own experience at the state-action level, enabling graceful adaptation to target domain specifics. Across challenging environments, from sparse-reward grid worlds to continuous control tasks, CADENT achieves 40-60% better sample efficiency than baselines while maintaining superior asymptotic performance, establishing a robust approach for adaptive knowledge transfer in RL. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/alinejad26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/alinejad26a.html</guid>
        
        
      </item>
    
      <item>
        <title> High-Probability Bounds for Heterogeneous Local Differential Privacy </title>
        <description> We study statistical estimation under local differential privacy (LDP) when users may hold heterogeneous privacy levels and accuracy must be guaranteed with high probability. Departing from the common in-expectation analyses, and for one-dimensional and multi-dimensional mean estimation problems, we develop finite sample upper bounds in $\ell_2$-norm that hold with probability at least $1-\beta$. We complement these results with matching minimax lower bounds, establishing the optimality (up to constants) of our guarantees in the heterogeneous LDP regime. We further study distribution learning in $\ell_\infty$-distance, designing an algorithm with high-probability guarantees under heterogeneous privacy demands. Our techniques offer principled guidance for designing mechanisms in settings with user-specific privacy levels. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/aliakbarpour26b.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/aliakbarpour26b.html</guid>
        
        
      </item>
    
      <item>
        <title> Support Basis: Fast Attention Beyond Bounded Entries </title>
        <description> Large language models (LLMs) have demonstrated remarkable performance across a wide range of tasks. However, the quadratic complexity of softmax attention remains a central bottleneck that limits their scalability. Alman and Song (NeurIPS 2023a; NeurIPS 2024a) proposed sub-quadratic time algorithms for attention inference and training, respectively, but they rely on the restrictive \textbf{bounded-entry assumption}. We show that this assumption rarely holds in practice, which significantly limits their applicability to modern LLMs. In this paper, we introduce \textbf{support-basis decomposition}, a new technique for accurate and efficient attention inference and training \textbf{without} the bounded-entry assumption. We empirically show that the entries of the query and key matrices exhibit sub-Gaussian behavior. Leveraging this widely observed property, we perform exact computation on sparse components and polynomial approximation on dense components. Without relying on restrictive assumptions, we theoretically show that our algorithm achieves sub-quadratic runtime while matching the approximation error of prior work, and we empirically validate its computational efficiency and downstream task performance. We further generalize our method to a multi-threshold setting that eliminates all distributional assumptions, providing the first theoretical justification for the empirical success of polynomial attention. Moreover, we show that softmax attention can be closely approximated by multiple polynomial attentions with significantly smaller $\ell_p$ error. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/aliakbarpour26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/aliakbarpour26a.html</guid>
        
        
      </item>
    
      <item>
        <title> FocusViT: Faithful Explanations for Vision Transformers via Gradient-Guided Layer-Skipping </title>
        <description> Vision Transformers (ViTs) have emerged as powerful alternatives to CNNs for various vision tasks, yet their token-based, attention-driven architecture makes interpreting their predictions challenging. Existing explainability methods, such as Grad-CAM and Attention Rollout, either fail to capture hierarchical semantic information or assume attention directly reflects importance, often leading to misleading explanations. We propose FocusViT, a novel explainability framework that integrates gradient-weighted attention attribution with validation-based, faithfulness-driven layer aggregation. By fusing attention maps with class-specific gradients and introducing per-head dynamic weighting, FocusViT highlights not only where the model attends but also how sensitive the prediction is to those attentions. Furthermore, our adaptive layer-skipping strategy ensures that only semantically meaningful layers contribute to the final explanation, enhancing both faithfulness and clarity. Extensive quantitative and qualitative evaluations on diverse benchmarks demonstrate that FocusViT improves over existing methods in faithfulness and sparsity, achieving competitive robustness and class sensitivity, and provides sharper, more reliable visual explanations for ViTs. The official implementation is publicly available at: \url{https://github.com/game-sys/focusvit-aistats2026.git} </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/ali26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/ali26a.html</guid>
        
        
      </item>
    
      <item>
        <title> On the calibration of survival models with competing risks </title>
        <description> Survival analysis deals with modeling the time until an event occurs, and accurate probability estimates are crucial for decision-making, particularly in the competing-risks setting where multiple events are possible. While recent work has addressed calibration in standard survival analysis, the competing-risks setting remains under-explored as it is harder (the calibration applies to both probabilities across classes and time horizon). We show that existing calibration measures are not suited to the competing-risk setting and that recent models do not give well-behaved probabilities. To address this, we introduce a dedicated framework with two novel calibration measures that are minimized for oracle estimators (\emph{i.e.}, both measures are proper). We also introduce some methods to estimate, test, and correct the calibration. Our recalibration methods yield better probabilities while preserving discrimination. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/alberge26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/alberge26a.html</guid>
        
        
      </item>
    
      <item>
        <title> CAWI: Copula-Aligned Weight Initialization for Randomized Neural Networks </title>
        <description> Randomized neural networks (RdNNs) enable efficient, backpropagation-free training by freezing randomly initialized input-to-hidden weights, which permits a closed-form solution for the output layer. However, conventional random initialization is blind to inter-feature dependence—ignoring correlations, asymmetries, and tail dependence in the data—which degrades conditioning and predictive performance. To the best of our knowledge, this limitation remains unaddressed in the RdNN literature. To close this gap, we propose CAWI (Copula-Aligned Weight Initialization), a framework that draws input-to-hidden weights from a data-fitted copula that matches empirical dependence, ensuring the frozen projections respect inter-feature dependence without sacrificing closed-form solution. CAWI (i) maps each feature to the unit interval using empirical CDFs, (ii) fits a multivariate copula that captures rank-based dependence among features, and (iii) samples each weight column $w_j$ from the fitted copula and applies a fixed inverse marginal transform to set scale. The objective, solver, and “freeze-once” paradigm remain unchanged; only the sampling law for $W$ becomes dependence-aware. For dependence modeling, we consider two copula families: elliptical (Gaussian, t) and Archimedean (Clayton, Frank, Gumbel). This enables CAWI to handle diverse dependence, including tail dependence. We evaluate CAWI across 83 diverse classification benchmarks (binary and multiclass) and two biomedical datasets, BreaKHis and the Schizophrenia dataset, using standard shallow and deep RdNN architectures. CAWI consistently delivers significant improvements in predictive performance over conventional random initialization. Codes are provided at \url{https://github.com/mtanveer1/CAWI}. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/akhtar26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/akhtar26a.html</guid>
        
        
      </item>
    
      <item>
        <title> In-Context Function Learning in Large Language Models </title>
        <description> Large language models (LLMs) can learn from a few demonstrations provided at inference time. We study this in-context learning phenomenon through the lens of Gaussian processes (GPs). We build controlled experiments where models observe sequences of function samples drawn from known GP priors. We evaluate prediction error in relation to the number of demonstrations and compare against two principled references: (i) an empirical GP-regression learner that gives a lower bound on achievable error, and (ii) the expected error of a 1-nearest-neighbor (1-NN) rule, which gives a data-driven upper bound. Across model sizes, we find that LLM learning curves are strongly influenced by the function-generating kernels and approach the GP lower bound as the number of demonstrations increases. We then study the inductive biases of these models using a likelihood-based analysis. We find that LLM predictions are most likely under less smooth GP kernels. Finally, we explore whether post-training can shift these inductive biases and improve sample-efficiency on functions sampled from GPs with smoother kernels. We find that both reinforcement learning and supervised fine-tuning can effectively shift inductive biases in the direction of the training data. Together, our framework quantifies the extent to which LLMs behave like GP learners and provides tools for steering their inductive biases for continuous function learning tasks. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/akata26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/akata26a.html</guid>
        
        
      </item>
    
      <item>
        <title> On the Hardness of Auditing Model Properties Under Updates: Complexity of Property-Preserving Updates </title>
        <description> As machine learning becomes deeply embedded in societal infrastructure, assessing the risks posed by these models has grown increasingly critical. Real-world deployment further complicates this assessment: model owners may apply strategic updates in response to dynamic environments (e.g., financial markets), potentially undermining key guarantees.  We formalize this setting and address two goals: (i) accurately estimating a target auditing property– such as group fairness– using a minimal number of labeled samples; and (ii) characterizing the complexity of strategic updates by identifying the subset of admissible updates that preserve the property.  To this end, we propose a generic algorithmic framework for efficient PAC auditing, powered by an Empirical Property Optimization (EPO) oracle. For statistical parity, we establish distribution-free audit bounds characterized by the SP dimension, a new combinatorial measure that captures the complexity of admissible strategic updates. Finally, we show that our framework naturally extends to other properties, including prediction error and robust risk. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/ajarra26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/ajarra26a.html</guid>
        
        
      </item>
    
      <item>
        <title> Best Policy Learning From Trajectory Preference Feedback </title>
        <description> Reinforcement Learning from Human Feedback (RLHF) has emerged as a powerful approach for aligning generative models, but its reliance on learned reward models makes it vulnerable to mis-specification and reward hacking. Preference-based Reinforcement Learning (PbRL) offers a more robust alternative by directly leveraging noisy binary comparisons over trajectories. We study the best policy identification problem in PbRL, motivated by post-training optimization of generative models, for example, during multi-turn interactions. Learning in this setting combines an offline preference dataset—potentially biased or out-of-distribution and collected from a rater of subpar ’competence’—with online pure exploration, making systematic online learning essential. To this end, we propose Posterior Sampling for Preference Learning ($\mathsf{PSPL}$), a novel algorithm inspired by Top-Two Thompson Sampling that maintains posteriors over the reward model and dynamics. We provide the first Bayesian simple regret guarantees for PbRL and introduce an efficient approximation that outperforms existing baselines on simulation and image generation benchmarks. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/agnihotri26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/agnihotri26a.html</guid>
        
        
      </item>
    
      <item>
        <title> VIPaint: Image Inpainting with Pre-Trained Diffusion Models via Variational Inference </title>
        <description> Diffusion probabilistic models learn to remove noise added during training, generating novel data (e.g., images) from Gaussian noise through sequential denoising. However, conditioning the generative process on corrupted or masked images is challenging. While various methods have been proposed for inpainting masked images with diffusion priors, they often fail to produce samples from the true conditional distribution, especially for large masked regions. Additionally, many can’t be applied to latent diffusion models which have been demonstrated to generate high-quality images at a significantly lower computational cost. We propose a hierarchical variational inference algorithm that optimizes a non-Gaussian Markov approximation of the true diffusion posterior. Our VIPaint method outperforms existing approaches to inpainting, producing diverse high-quality imputations, while also being effective for other inverse problems like deblurring and superresolution. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/agarwal26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/agarwal26a.html</guid>
        
        
      </item>
    
      <item>
        <title> The Riemannian Geometry Associated to Gradient Flows of Linear Convolutional Networks </title>
        <description> We study geometric properties of the gradient flow for learning deep linear convolutional networks. For linear fully connected networks, it has been shown recently that the corresponding gradient flow on parameter space can be written as a Riemannian gradient flow on function space (i.e., on the product of weight matrices) if the initialization satisfies a so-called balancedness condition. We establish that the gradient flow on parameter space for learning linear convolutional networks can be written as a Riemannian gradient flow on function space regardless of the initialization. This result holds for $D$-dimensional convolutions with $D \geq 2$, and for $D =1$ it holds if all so-called strides of the convolutions are greater than one. The corresponding Riemannian metric depends on the initialization. </description>
        <pubDate>Sun, 30 Aug 2026 00:00:00 +0000</pubDate>
        <link>https://proceedings.mlr.press/v300/achour26a.html</link>
        <guid isPermaLink="true">https://proceedings.mlr.press/v300/achour26a.html</guid>
        
        
      </item>
    
  </channel>
</rss>
