全部/知识/实时热榜

OpenReview · 实时热榜

HISTORY2026年8月21日59 不同热搜
08/0309/01 有历史数据
DAILY UNIQUE TOPICS59 个热搜
  1. 01
    On the Role of MLP Layers in Transformer ICL with Categorical Outcomes

    期刊:Transactions on Machine Learning Research · 摘要:We study in-context learning (ICL) with Transformers for categorical outputs $y_i$, a setting largely unexplored compared to research on real-valued $y_i$. While attention-only Transformers can, in principle, perform functional gradient descent (GD) inference for real-valued outputs, we show that categorical $y_i$ introduce a nonlinear interlayer computation. The MLP layers interleaved with attention in the standard Transformer are a natural architectural component to approximate this computation, providing a concrete role for MLPs that is absent in the real-valued setting. We characterize co… · 篇幅:Regular submission (no more than 12 pages of main content) · OpenReview ID:8P4V7V1cs4

    最高第 121:57 达到21:57 首次观测上榜当日结束时仍在榜累计约1小时52分
  2. 02
    Complete Cyclic Subtask Graphs for Tool-Using LLM Agents: Flexibility, Cost, and Bottlenecks in Long-Horizon Workflows

    期刊:Transactions on Machine Learning Research · 摘要:Long-horizon tool-using tasks sometimes benefit from revisiting earlier subtasks, but explicit revisitation also adds routing, coordination, and token cost. We study complete cyclic subtask graphs for large language model (LLM) agents: a workflow controller in which executable subtasks are fully connected and a unified state-analysis-and-routing agent selects transitions from natural-language criteria. We evaluate task-specific (Spec-Cyc) and benchmark-generic (Gen-Cyc) cyclic graphs on TextCraft, ALFWorld, and Finance-Agent against ReAct and dependency-directed acyclic workflows. The results… · 篇幅:Regular submission (no more than 12 pages of main content) · 代码:https://github.com/luaygz/cyclic_task_graphs · OpenReview ID:FAkarhXCfI

    最高第 109:09 达到09:09 首次观测上榜当日结束时仍在榜累计约14小时40分
  3. 03
    Below the Reliability Floor: Recovering True Success from Judge-Gated Loops

    期刊:Transactions on Machine Learning Research · 摘要:LLM judges are increasingly placed inside an agent's loop, scoring the agent's own attempts and re-prompting until one passes. We show this quietly corrupts measurement: retry-until-PASS is optional stopping against a noisy classifier—it keeps drawing until the judge slips—so the reported pass rate is a biased estimator of true success, upward in the pass-prone retry regimes of interest (and downward under conservative rules such as strict rubrics or unanimous juries). We make this exact. The cap-$K$ gate is a binary classifier with closed-form sensitivity/specificity, and its bias is governe… · 篇幅:Regular submission (no more than 12 pages of main content) · OpenReview ID:J2Yg9vJcYb

    最高第 123:01 达到23:01 首次观测上榜当日结束时仍在榜累计约48分钟
  4. 04
    Cross-Domain Offline Policy Adaptation via Selective Transition Correction

    期刊:Transactions on Machine Learning Research · 摘要:It remains a critical challenge to adapt policies across domains with mismatched dynamics in reinforcement learning (RL). In this paper, we study cross-domain offline RL, where an offline dataset from another similar source domain can be accessed to enhance policy learning upon a target domain dataset. Directly merging the two datasets may lead to suboptimal performance due to potential dynamics mismatches. Existing approaches typically mitigate this issue through source domain transition filtering or reward modification, which, however, may lead to insufficient exploitation of the valuable s… · 篇幅:Regular submission (no more than 12 pages of main content) · 代码:https://github.com/soulchanging/STC · OpenReview ID:TupiNRpgHw

    最高第 108:05 达到08:05 首次观测上榜当日结束时仍在榜累计约15小时44分
  5. 05
    GLEN-Bench: A Graph-Language based Benchmark for Nutritional Health

    期刊:Transactions on Machine Learning Research · 摘要:Nutritional interventions are important for managing chronic health conditions, but current computational methods provide limited support for personalized dietary guidance. We identify three key gaps: (1) dietary pattern studies often ignore real-world constraints such as socioeconomic status, comorbidities, and limited food access; (2) recommendation systems rarely explain why a particular food helps a given patient; and (3) no unified benchmark evaluates methods across the connected tasks needed for nutritional interventions. We introduce GLEN-Bench, the first comprehensive graph-language b… · 篇幅:Regular submission (no more than 12 pages of main content) · OpenReview ID:XMUbOKWsem

    最高第 108:21 达到08:21 首次观测上榜当日结束时仍在榜累计约15小时28分
  6. 06
    Causal Bayesian Optimization: Foundations, Methods, and Applications

    期刊:Transactions on Machine Learning Research · 摘要:Causal Bayesian Optimization (CBO) integrates causal inference with Bayesian optimization to enable sample-efficient intervention selection in systems governed by causal structure. This survey provides a comprehensive and systematic review of the CBO landscape, organizing the growing literature through a unified BO-loop perspective that reveals how causal assumptions shape four core components: intervention search spaces, surrogate construction, acquisition design, and decision policies. We organize methods along recurring design axes, including graph and system-knowledge assumptions, environ… · 篇幅:Long submission (more than 12 pages of main content) · 代码:https://github.com/chenfeng-huang/CBO-Benchmark-TMLR-2026 · OpenReview ID:XT6DC37m5I

    最高第 118:13 达到18:13 首次观测上榜当日结束时仍在榜累计约5小时36分
  7. 07
    Global Linear Convergence of Inexact TD Under Generalized Smoothness

    期刊:Transactions on Machine Learning Research · 摘要:Recent work has analyzed temporal-difference (TD) learning with target networks through an optimization view and established linear convergence under a force-dominance condition, but these results typically rely on global smoothness, i.e., a uniform upper bound on curvature. This assumption can fail even when the inner problem is well posed, since curvature encountered during training can grow with the scale of TD-residual-induced gradients. We retain the stabilized regime in which the inner problem is strongly convex in the optimization variable, in order to isolate upper-curvature growth ef… · 篇幅:Regular submission (no more than 12 pages of main content) · OpenReview ID:Xvyehi4izc

    最高第 112:21 达到12:21 首次观测上榜当日结束时仍在榜累计约11小时28分
  8. 08
    Scene Layout Generation with Rectified Flow

    期刊:Transactions on Machine Learning Research · 摘要:We introduce SLayR, Scene Layout Generation with Rectified flow, a novel transformer-based model for text-to-layout generation, which can integrate into a complete text-to-image pipeline. SLayR addresses a domain in which current text-to-image pipelines struggle: generating scene layouts that are of significant variety and plausibility, when the given prompt is ambiguous and does not provide constraints on the scene. In this setting, SLayR surpasses existing baselines, including LLMs. To accurately evaluate the layout generation, we introduce a new benchmark suite, including numerical metrics… · 篇幅:Regular submission (no more than 12 pages of main content) · OpenReview ID:YGsQxG5ubd

    最高第 103:01 达到03:01 首次观测上榜当日结束时仍在榜累计约20小时48分
  9. 09
    Microcanonical Hamiltonian Monte Carlo and the Helmholtz Theorem

    期刊:Transactions on Machine Learning Research · 摘要:The recently proposed Microcanonical Hamiltonian Monte Carlo algorithm has not yet been studied in detail from a thermodynamic point of view; this work aims to fill that gap. We demonstrate how thermodynamical state variables and potentials can be derived and thereby demonstrate that the construction of the algorithm formally represents a microcanonical thermodynamic ensemble. In particular, we demonstrate (analytically and numerically) that the algorithm fulfils the Helmholtz theorem, an alternative formulation of the first law of thermodynamics. Furthermore, we construct a new sampling algo… · 篇幅:Long submission (more than 12 pages of main content) · OpenReview ID:jbVVrks50D

    最高第 122:29 达到22:29 首次观测上榜当日结束时仍在榜累计约1小时20分
  10. 10
    ESLM: Risk-Averse Selective Language Modeling with Hierarchical Batch Selection

    期刊:Transactions on Machine Learning Research · 摘要:Large language model pretraining is compute-intensive, yet many tokens contribute marginally to learning, resulting in inefficiency. We introduce Efficient Selective Language Modeling (ESLM), an online, risk-aware batch selection algorithm that improves training efficiency and distributional robustness. ESLM operates in two phases: (i) instance-level selection via a shallow early-exit model pass that computes proxy per-instance statistics (e.g., loss or entropy) and retains data points using value-at-risk thresholding; and (ii) loss shaping with token-level selection via risk-aware thresholdi… · 篇幅:Regular submission (no more than 12 pages of main content) · 代码:https://github.com/melisilaydabal/eslm · OpenReview ID:vcynsg6rMN

    最高第 100:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  11. 11
    Scaling Agents for Computer Use

    期刊:Transactions on Machine Learning Research · 摘要:Computer-use agents (CUAs) hold promise for automating everyday digital tasks, but their performance on long-horizon, complex problems remains unreliable. Single-rollout execution is brittle, with small errors compounding over time and leading to high variance in outcomes. While prior work has attempted to scale within a single rollout, such approaches have yielded limited gains. Scaling over multiple rollouts offers a more promising alternative but doing so effectively is challenging due to the difficulty of evaluating and selecting among long-horizon agent behaviors. We introduce Behavior J… · 篇幅:Regular submission (no more than 12 pages of main content) · OpenReview ID:eve4jBYa8D

    最高第 200:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  12. 12
    A Symmetry-Matching Approach to Blind-Spot Reduction in Sparse Autoencoders

    期刊:Transactions on Machine Learning Research · 摘要:Language models can treat semantically distinct inputs as interchangeable at the representation level, creating blind spots that standard sparse autoencoder (SAE) objectives do not target. In safety-critical settings such as clinical dosage extraction, legal clause interpretation, or financial amount verication, such failures can propagate silently into downstream decisions. We study this problem as one of feature-basis orientation. Building on a symmetry-matching view from algebraic error-detection theory, we add a diferentiable V_Gini regularisation term to SAE training that penalises uneve… · 篇幅:Long submission (more than 12 pages of main content) · 代码:https://github.com/csabibme/blind_spot_reduction_SAE_TMLR · OpenReview ID:NWWpKC9CZH

    最高第 300:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  13. 13
    TimePre: Bridging Accuracy, Efficiency, and Stability in Probabilistic Time-Series Forecasting

    期刊:Transactions on Machine Learning Research · 摘要:We propose TimePre, a simple framework that unifies the efficiency of Multilayer Perceptron (MLP)-based models with the distributional flexibility of Multiple Choice Learning (MCL) for Probabilistic Time-Series Forecasting (PTSF). Stabilized Instance Normalization (SIN), the core of TimePre, is a normalization layer that explicitly addresses the trade-off among accuracy, efficiency, and stability. SIN stabilizes the hybrid architecture by correcting channel-wise statistical shifts, thereby preventing the hypothesis collapse that otherwise destabilizes this combination. Extensive experiments o… · 篇幅:Regular submission (no more than 12 pages of main content) · 代码:https://github.com/LyCharles/TimePre/ · OpenReview ID:yQLnvkJMbP

    最高第 400:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  14. 14
    When Vision Needs a Second Look: Tool-Augmented Active Perception for Earth Observation

    期刊:Transactions on Machine Learning Research · 摘要:Earth Observation (EO) uses satellite and aerial imagery to monitor the Earth’s surface, supporting critical applications in infrastructure, agriculture, and climate change. As governments and industry scale EO pipelines, reliable automation has become essential. Yet, current Vision-Language Models are limited to coarse-grained perception, struggling to execute the precise, multi-step reasoning required for operational decision-making. Recent evaluations on benchmarks like GeoBench-VLM highlight this shortcoming: even state-of-the-art models show low accuracy and frequently struggle with task… · 篇幅:Regular submission (no more than 12 pages of main content) · OpenReview ID:7yUrnyFgEq

    最高第 500:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  15. 15
    Gradient-Based Multi-Objective Deep Learning: Algorithms, Theories, Applications, and Beyond

    期刊:Transactions on Machine Learning Research · 摘要:Many modern deep learning applications require balancing multiple objectives that are often conflicting. Examples include multi-task learning, fairness-aware learning, and the alignment of Large Language Models (LLMs). This leads to multi-objective deep learning, which tries to find optimal trade-offs or Pareto-optimal solutions by adapting mathematical principles from the field of Multi-Objective Optimization (MOO). However, directly applying gradient-based MOO techniques to deep neural networks presents unique challenges, including high computational costs, optimization instability, and the… · 篇幅:Long submission (more than 12 pages of main content) · OpenReview ID:eCUcXXH3PS

    最高第 600:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  16. 16
    Efficient Image Restoration with State-Dependent Forward Diffusion

    期刊:Transactions on Machine Learning Research · 摘要:This paper proposes to perform image restoration through a state-dependent mean-reverting forward diffusion (FoD) process. In contrast to traditional diffusion-based approaches that rely on a coupled forward-backward diffusion scheme, FoD directly learns image restoration through a single forward diffusion process, yielding a simple yet efficient framework. The core of FoD is a state-dependent stochastic differential equation (SDE) that involves a mean-reverting term in both the drift and diffusion functions. This mean-reverting structure drives the low-quality data toward the clean endpoint… · 篇幅:Regular submission (no more than 12 pages of main content) · 代码:https://github.com/Algolzw/FoD · OpenReview ID:Eq9k6Va3hY

    最高第 700:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  17. 17
    TreeSMOTE: Structure-Aware Data Augmentation for Imbalanced Tabular Learning

    期刊:Transactions on Machine Learning Research · 摘要:Class imbalance has been a critical bottleneck in classification problems, undermining a classifier's identification of minority instances. Data augmentation provides an effective solution by oversampling the minority. Extant methods often generate samples through duplication, perturbation, or interpolation, largely relying on the assumption of local smoothness of the data space to ensure synthetic data reliability. Alternatively, generative models are leveraged for data learning and synthesis. However, both approaches encounter significant limitations in tabular data, primarily due to data h… · 篇幅:Regular submission (no more than 12 pages of main content) · 代码:https://github.com/1836897243/TreeSmote · OpenReview ID:OelOS8cbBY

    最高第 800:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  18. 18
    WorldPack: Dynamic Frame Compression for Long-context Video World Modeling

    期刊:Transactions on Machine Learning Research · 摘要:Video world models have attracted significant attention for their ability to produce high-fidelity future visual observations conditioned on past observations and navigation actions. However, achieving temporally and spatially consistent generation over long horizons remains an open challenge: existing approaches either compress past frames at fixed rates based on temporal proximity, discarding spatially critical information, or retrieve only a handful of relevant frames without increasing the total amount of retained history. In this paper, we propose WorldPack, a video world model that intr… · 篇幅:Regular submission (no more than 12 pages of main content) · OpenReview ID:zJuiG3PiNJ

    最高第 900:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  19. 19
    TS-Reasoner: Aligning Time Series Foundation Models with LLM Reasoning

    期刊:Transactions on Machine Learning Research · 摘要:Time series reasoning is crucial to decision-making in diverse domains, including finance, energy, and scientific discovery. While existing time series foundation models (TSFMs) can capture low-level dynamic patterns and provide accurate forecasting, further analysis usually requires additional background knowledge and sophisticated reasoning, which are lacking in most TSFMs but can be achieved through Large Language Models (LLMs). On the other hand, without expensive post-training, LLMs often struggle with the numerical understanding of time series data. Although it is intuitive to integrate… · 篇幅:Regular submission (no more than 12 pages of main content) · OpenReview ID:d6TD0f2xXq

    最高第 1000:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  20. 20
    A Survey on Hallucination in Video Understanding: Taxonomy, Causes, and Mitigation Techniques

    期刊:Transactions on Machine Learning Research · 摘要:Video Large Language Models (Vid-LLMs) have recently achieved strong performance across a wide range of video understanding tasks, including question answering, captioning, and multimodal reasoning. However, these models frequently produce outputs that are not faithfully grounded in the underlying video content, a phenomenon commonly referred to as hallucination. Compared with hallucination in text-only or image-based models, hallucination in video understanding is further complicated by temporal dynamics, motion interpretation, long-context dependencies, and event-level reasoning. In this su… · 篇幅:Long submission (more than 12 pages of main content) · OpenReview ID:qbO71rVrIG

    最高第 1100:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  21. 21
    Exploiting Completeness Perception with Diffusion Transformer for Unified 3D MRI Synthesis

    期刊:Transactions on Machine Learning Research · 摘要:Missing data problems, such as missing modalities in multi-modal brain MRI and missing slices in cardiac MRI, pose significant challenges in clinical practice. Existing methods rely on external guidance to supply detailed missing-state information for instructing generative models to synthesize missing MRIs. However, manual indicators are not always available or reliable in real-world scenarios due to the unpredictable nature of clinical environments. Moreover, these explicit masks are not informative enough to provide guidance for improving semantic consistency. In this work, we argue that g… · 篇幅:Regular submission (no more than 12 pages of main content) · 代码:https://github.com/JK-Liu7/CoPeDiT · OpenReview ID:DCaolE9oBN

    最高第 1200:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  22. 22
    From Uniform to Learned Knots: A Study of Spline-Based Numerical Encodings for Tabular Deep Learning

    期刊:Transactions on Machine Learning Research · 摘要:Numerical preprocessing remains a critical component of tabular deep learning, as the representation of continuous features can strongly affect downstream performance. We systematically study spline-based numerical encodings, including B-splines, M-splines, and integrated splines (I-splines), under uniform, quantile-based, target-aware, and learnable-knot placement. For the learnable variants, we adopt a differentiable knot parameterization that enables stable end-to-end optimization of knot locations jointly with the backbone. We evaluate these encodings on a diverse collection of public reg… · 篇幅:Long submission (more than 12 pages of main content) · 代码:https://github.com/mkumar73/tdl-numerical-encodings/ · OpenReview ID:str7wQt9Qc

    最高第 1300:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  23. 23
    SimpleDesign: A Joint Model for Protein Sequence and Structure Codesign

    期刊:Transactions on Machine Learning Research · 摘要:Proteins are fundamental to biological processes, with their function determined by the complex interplay between the amino acid sequence and the three-dimensional structure. Developing generative models capable of understanding this intrinsically multi-modal relationship is crucial for fields like drug discovery and protein engineering. Existing models often rely on a multi-stage training process where autoencoders that tokenize data into latent representations are trained in a first stage. Secondly, a generative model is trained on the latent representation of the autoencoder(s), i.e., gene… · 篇幅:Regular submission (no more than 12 pages of main content) · OpenReview ID:wPfw7GkMns

    最高第 1400:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  24. 24
    LaCy: What Small Language Models Can and Should Learn is Not Just a Question of Loss

    期刊:Transactions on Machine Learning Research · 摘要:Language models have consistently grown to compress more world knowledge into their parameters, but the knowledge that can be pretrained into them is upper-bounded by their parameter size. Especially the capacity of Small Language Models (SLMs) is limited, leading to factually incorrect generations. This problem is often mitigated by giving the SLM access to an outside source: the ability to query a larger model, documents, or a database. Under this setting, we study the fundamental question of \emph{which tokens an SLM can and should learn} during pretraining, versus \emph{which ones it shou… · 篇幅:Regular submission (no more than 12 pages of main content) · OpenReview ID:JxVxBa3wO5

    最高第 1500:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  25. 25
    Understanding and Mitigating Overconfidence in Focus Group Surveys

    期刊:Transactions on Machine Learning Research · 摘要:Subjective evaluation tasks including critical analysis and rating remain at the top of Bloom’s Taxonomy. These have emerged as new pathways for evaluating Language Models (LMs) wherein correctness is relative. While LMs present diverse and human-aligned opinions on such tasks, their confidence and reliability in opinions remains unexplored. We take a deeper look at the reliability of LMs for subjective evaluations by selecting one such task of focus group surveys. LMs act as participants by completing survey questionnaires of diverse physical products. Participants must verbalize their opini… · 篇幅:Regular submission (no more than 12 pages of main content) · 代码:https://github.com/karush17/focus-groups · OpenReview ID:NGuOZYQZBq

    最高第 1600:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  26. 26
    CURE-OOD: Benchmarking Out-of-Distribution Detection for Survival Prediction

    期刊:Transactions on Machine Learning Research · 摘要:``How long can I live and remain free of cancer?'' is often the first question a patient asks after receiving a cancer diagnosis and treatment. Accurate survival prediction helps alleviate psychological distress and supports risk stratification and personalized treatment planning. Recent survival prediction frameworks have shown strong performance using computed tomography (CT) images. However, variations in imaging acquisition introduce out-of-distribution (OOD) samples caused by covariate shifts that undermine model reliability. Despite this challenge, to our knowledge, no existing benchmar… · 篇幅:Regular submission (no more than 12 pages of main content) · 代码:https://github.com/WenjieZhao1/CURE-OOD · OpenReview ID:fziI7nE1vO

    最高第 1700:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  27. 27
    Generate the Forest before the Trees - A Hierarchical Diffusion model for Climate Downscaling

    期刊:Transactions on Machine Learning Research · 摘要:Downscaling is essential for generating the high-resolution climate data needed for local planning, but traditional methods remain computationally demanding. Recent years have seen impressive results from AI downscaling models, particularly diffusion models, which have attracted attention due to their ability to generate ensembles and overcome the smoothing problem common in other AI methods. However, these models typically remain computationally intensive. We introduce a Hierarchical Diffusion Downscaling (HDD) model, which introduces an easily-extensible hierarchical sampling process to the… · 篇幅:Regular submission (no more than 12 pages of main content) · OpenReview ID:OhTYgFpMU2

    最高第 1800:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  28. 28
    Gradient Heterogeneity Complements Hessian Heterogeneity in Transformer Optimization

    期刊:Transactions on Machine Learning Research · 摘要:Transformers are difficult to optimize with stochastic gradient descent (SGD) and largely rely on adaptive optimizers such as Adam. Despite extensive efforts, the mechanisms behind Adam's advantage over SGD in Transformer optimization are still not fully understood. In this study, we analyze the optimization of Transformer models in the fine-tuning setting through the lens of gradient heterogeneity, defined as the variation in gradient norms across parameter blocks. We provide a theoretical analysis showing that gradient heterogeneity, together with Hessian heterogeneity, degrades the converg… · 篇幅:Regular submission (no more than 12 pages of main content) · 代码:https://github.com/tom4649/gradient-heterogeneity · OpenReview ID:wZJcQb5m1e

    最高第 1900:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  29. 29
    Efficient LLM Collaboration via Planning

    期刊:Transactions on Machine Learning Research · 摘要:Recently, large language models (LLMs) have demonstrated strong performance, ranging from simple to complex tasks. However, while large models achieve remarkable results across diverse tasks, they often incur substantial monetary inference cost, making frequent use impractical for many applications. In contrast, small models are often freely available and easy to deploy locally, but their performance on complex tasks remains limited. This trade-off raises a natural question: how can small and large models efficiently collaborate to combine their complementary strengths? To bridge this trade-o… · 篇幅:Regular submission (no more than 12 pages of main content) · 代码:https://github.com/prinwinter/cope · OpenReview ID:RPzbeL0koP

    最高第 2000:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  30. 30
    Compress--Add--Smooth: Fixed-Budget Temporal Compression of Density-Valued Streams

    期刊:Transactions on Machine Learning Research · 摘要:We study fixed-budget temporal memory for streams of probability distributions. The proposed representation is a piecewise-linear density protocol on a replay interval $[0,1]$: recent experience is stored near $t=1$, older experience is represented by intermediate-time marginals, and new experience is incorporated by a deterministic \emph{Compress--Add--Smooth} (CAS) recursion. In the Gaussian-mixture instantiation considered here, each protocol node stores a labeled $K$-component Gaussian mixture in $d$ dimensions, and each daily update costs $O(LKd^2)$ arithmetic operations for a fixed temp… · 篇幅:Long submission (more than 12 pages of main content) · 代码:https://github.com/mchertkov/compress-add-smooth · OpenReview ID:wjoixYG0mC

    最高第 2100:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  31. 31
    A Benchmark for Vericoding: Formally Verified Program Synthesis

    期刊:Transactions on Machine Learning Research · 摘要:We present and test the largest benchmark for vericoding, LLM-generation of formally verified code from formal specifications — in contrast to vibe coding, which generates potentially buggy code from a natural language description. Our benchmark contains 12,504 formal specifications, with 3,029 in Dafny, 2,334 in Verus/Rust and 7,141 in Lean. Of these, 6,174 are new unseen problems. We find vericoding success rates of 27% in Lean, 44% in Verus/Rust and 82% in Dafny using off-the-shelf LLMs. Adding natural-language descriptions does not significantly improve performance. We also find that LLM… · 篇幅:Regular submission (no more than 12 pages of main content) · OpenReview ID:Zgh5kpGAm8

    最高第 2200:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  32. 32
    Dynamic Subspace Estimation from Undersampled Data using Grassmannian Geodesics

    期刊:Transactions on Machine Learning Research · 摘要:This work considers recovering a sequence of low-rank matrices from undersampled measurements, where the underlying subspace varies across samples over time. Existing works involve concatenating all of the samples from each time point to recover the underlying matrix under the assumption that the data are well-approximated by a single, static subspace. However, this assumption is inappropriate for applications where the best low-rank approximations vary over time. To address this issue, we propose a Riemannian block majorize minimization algorithm that constrains the time-varying subspaces as… · 篇幅:Long submission (more than 12 pages of main content) · OpenReview ID:W0ZNwXoBeh

    最高第 2300:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  33. 33
    Yose-Ue: A Treap-Based Ensemble Framework for Resource-Efficient Unsupervised Anomaly Detection

    期刊:Transactions on Machine Learning Research · 摘要:Anomaly detection seeks to identify observations that deviate significantly from an underlying data distribution. While deep learning and ensemble-based approaches have achieved strong empirical performance, their computational and memory requirements limit their applicability in resource-constrained edge environments. Furthermore, many approaches to improving efficiency rely on supervised models, which require labeled anomalies that are often scarce in practice. We propose Yose-Ue, a resource-efficient, fully unsupervised anomaly detection framework based on treap-structured ensemble learnin… · 篇幅:Long submission (more than 12 pages of main content) · 代码:https://github.com/eduardoortegathethird/Yose-Ue · OpenReview ID:17y2ooyemG

    最高第 2400:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  34. 34
    A Robust $\widetilde{\mathcal{O}}(1/\sqrt{T})$ Rate for Unprojected TD Learning with Linear Function Approximation

    期刊:Transactions on Machine Learning Research · 摘要:We investigate the finite-time convergence properties of Temporal Difference (TD) learning with linear function approximation, a cornerstone of reinforcement learning. We are interested in the so-called ``robust'' setting, where the convergence guarantee does not depend on the potential function's minimal curvature. While prior work has established convergence guarantees in this setting, these results typically rely on the artificial assumption that each iterate is projected onto a bounded set. Removing such a condition was left as an open problem by Bhandari et al. (COLT'18), hypothesizing t… · 篇幅:Regular submission (no more than 12 pages of main content) · OpenReview ID:Tj1B5WDyt8

    最高第 2500:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  35. 35
    Density-Scaled Regularization for Offline Reinforcement Learning

    期刊:Transactions on Machine Learning Research · 摘要:Value-based offline RL methods are prone to overestimate the values of out-of-distribution (OOD) actions, and this is often addressed by regularizing the action-value function in the Bellman update. However, existing regularization methods can suffer from being too conservative, which can arise from over-penalizing the values for both in-distribution actions and out-of-support actions. We present a new regularization method for offline value-based methods, called Density-Scaled (DS) regularization, which penalizes the value function based on the relative action density of the behavior policy.… · 篇幅:Regular submission (no more than 12 pages of main content) · 代码:https://github.com/jackyxie5/density-scaled-regularization · OpenReview ID:nDPrzkQTj1

    最高第 2600:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  36. 36
    Adjoint Matching through the Lens of the Stochastic Maximum Principle in Optimal Control

    期刊:Transactions on Machine Learning Research · 摘要:Reward fine-tuning of diffusion and flow models and sampling from tilted or Boltzmann distributions can both be formulated as stochastic optimal control (SOC) problems, where learning an optimal generative dynamics corresponds to optimizing a control under SDE constraints. In this work, we revisit and generalize \emph{Adjoint Matching}, a recently proposed SOC-based method for learning optimal controls, and place it on a rigorous footing by deriving it from the \emph{Stochastic Maximum Principle} (SMP). We formulate a general Hamiltonian adjoint matching objective for SOC problems with contro… · 篇幅:Regular submission (no more than 12 pages of main content) · 代码:https://github.com/frankhan91/smp-adjoint-matching · OpenReview ID:tR5VsdQFhK

    最高第 2700:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  37. 37
    Benchmarking Transfer Learning: From Simple Baselines to Combined Scorers for Transferability Estimation

    期刊:Transactions on Machine Learning Research · 摘要:In the evolving landscape of deep learning, selecting the best pre-trained models from a growing number of choices is a challenge. Transferability scorers propose an efficient alternative to this challenge by calculating a proxy to rank a pool of pre-trained model candidates. Despite their promise, the field currently lacks standardized evaluation protocols, consistent baselines, and reproducible methodologies. This has led to contradictory findings across studies, with the best scorer in one study ranking among the worst in another. In this work, we introduce a benchmark for transferability… · 篇幅:Regular submission (no more than 12 pages of main content) · 代码:https://github.com/VirtualSpaceman/tmlr-transferability-benchmark · OpenReview ID:3i2ZRk8GDN

    最高第 2800:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  38. 38
    FIMP: Foundation Model-Informed Message Passing for Graph Neural Networks

    期刊:Transactions on Machine Learning Research · 摘要:Foundation models have achieved remarkable success across many domains, relying on pretraining over vast amounts of data. Graph-structured data often lacks the same scale as unstructured data, making the development of graph foundation models challenging. In this work, we propose Foundation-Informed Message Passing (FIMP), a message-passing framework that repurposes existing pretrained non-textual foundation models for graph-based tasks in multiple capacities, including tokenization, representation extraction, and weight initialization. We show that the self-attention layers of foundation mod… · 篇幅:Regular submission (no more than 12 pages of main content) · OpenReview ID:fj7sjOwtXc

    最高第 2900:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  39. 39
    Detecting Distributional Treatment Responders with False Discovery Rate Control

    期刊:Transactions on Machine Learning Research · 摘要:In this paper, In this paper, we introduce causal responder detection (CARD), a method for distributionalwe introduce causal responder detection (CARD), a method for distributional responder analysis that identifies treated subjects whose outcomes significantly depart from the control response distribution while controlling the false discovery rate (FDR) marginally over the tested treated population. CARD builds on the AdaDetect framework and, in randomized settings, inherits finite-sample FDR control under the exchangeability conditions required by AdaDetect when coupled with the Benjamini–H… · 篇幅:Regular submission (no more than 12 pages of main content) · OpenReview ID:zPt0o32mYn

    最高第 3000:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  40. 40
    EFFEKT: Efficient Federated Knowledge Transfer to Foundation Models

    期刊:Transactions on Machine Learning Research · 摘要:Recent data protection laws have accelerated the adoption of Federated Learning (FL) for privacy-preserving decentralized training. Nevertheless, increasing model sizes impose substantial computational demands on client devices, limiting FL applicability in resource-constrained settings. We introduce a novel multi-domain federated learning framework in which lightweight client-side proxy models collaborate with a server-side Foundation Model (FM) to learn new concepts without sharing private data. Our approach, EFFEKT, enables efficient server-side training of domain-specific LoRA adapters wh… · 篇幅:Regular submission (no more than 12 pages of main content) · 代码:https://github.com/LTTM/EFFEKT · OpenReview ID:jpUDUJfE1K

    最高第 3100:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  41. 41
    Optimization as a Dynamical System: Generative Schedules from Latent ODEs

    期刊:Transactions on Machine Learning Research · 摘要:We present a new meta-learning method to determine the optimal learning rate schedule for gradient descent. It leverages training runs from a hyperparameter search to learn a latent representation of the training process, which is modeled as a dynamical systems. Given current training metrics, it predicts the future learning rate schedule with the best long-term validation performance. Our scheduler generalizes beyond previously observed training dynamics and creates specialized schedules that deviate noticeably from even the best-performing parametric functions. It outperforms all baselines… · 篇幅:Regular submission (no more than 12 pages of main content) · OpenReview ID:SwmzJgB9TA

    最高第 3200:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  42. 42
    ImpMIA: Leveraging Implicit Bias for Membership Inference Attack

    期刊:Transactions on Machine Learning Research · 摘要:Determining which data samples were used to train a model, known as Membership Inference Attack (MIA), is a well-studied and important problem with implications on data privacy. SotA methods (which are black-box attacks) rely on training many auxiliary reference models to imitate the behavior of the attacked model. As such, they rely on assumptions which rarely hold in real-world settings: (i) the attacker knows the training hyperparameters; (ii) all available non-training samples come from the same distribution as the training data; and (iii) the fraction of training data in the evaluation s… · 篇幅:Regular submission (no more than 12 pages of main content) · 代码:https://github.com/yuvalgol123/ImpMIA-code · OpenReview ID:34bnVED6EZ

    最高第 3300:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  43. 43
    Riemannian t-SNE on Several Matrix Manifolds

    期刊:Transactions on Machine Learning Research · 摘要:Matrix manifolds play a fundamental role in machine learning, underpinning data representations (\textit{e.g.}, linear subspaces and covariance matrices) and optimization procedures. These manifolds follow Riemannian geometry, where intrinsic geometric structure plays an important role in geometric learning algorithms. However, traditional visualization methods based on Euclidean assumptions often fail to respect such non-Euclidean structure, leading to distortions in the resulting embeddings. To address this limitation, building upon the established Riemannian t-SNE paradigm, we develop thre… · 篇幅:Long submission (more than 12 pages of main content) · 代码:https://github.com/paradox-going/ManiReduce · OpenReview ID:4EZeC0JwqM

    最高第 3400:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  44. 44
    Centroid-Referenced Mahalanobis Matching (CRM): A Scalable, Representation-Based Framework for Causal Inference in Large Observational Studies

    期刊:Transactions on Machine Learning Research · 摘要:Matching for causal inference can be computationally expensive at scale and can silently change the target population when overlap is limited. We propose Centroid-Referenced Mahalanobis Matching (CRM), which replaces global pairwise search with stratified sampling in two reference coordinates: each unit's Mahalanobis distance from the treated centroid and its Fisher coordinate along the treated-control mean shift. All covariates enter through the treated covariance geometry; CRM is therefore not principal-component preprocessing followed by nearest-neighbor matching. For $n$ units and $p$ pre… · 篇幅:Long submission (more than 12 pages of main content) · 代码:https://github.com/KemingHu-D/crm-matching · OpenReview ID:z74epfCe3A

    最高第 3500:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  45. 45
    FARM: Enhancing Molecular Representations with Functional Group Awareness

    期刊:Transactions on Machine Learning Research · 摘要:We introduce Functional Group-Aware Representations for Small Molecules (FARM), a novel foundation model designed to bridge the gap between SMILES (a linear string representation of molecular structures), natural language, and molecular graphs. The key innovation of FARM lies in its functional group (FG) annotation at the atomic level, which enables both FG-enhanced SMILES and FG graphs: SMILES are enriched with FG information to specify which functional group each atom belongs to, while the FG graph captures the molecular backbone by showing how the functional groups are connected. This toke… · 篇幅:Regular submission (no more than 12 pages of main content) · 代码:https://github.com/thaonguyen217/farm_molecular_representation · OpenReview ID:2All12TFlh

    最高第 3600:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  46. 46
    Revealing Positive and Negative Role Models to Help People Make Good Decisions

    期刊:Transactions on Machine Learning Research · 摘要:We consider a setting where agents take action by following their role models in a social network, and study strategies for a social planner to help agents by revealing whether the role models are positive or negative. Specifically, agents observe a local neighborhood of possible role models they can emulate, but do not know their true labels. Revealing a positive label encourages emulation, while revealing a negative one redirects agents toward alternative options. The social planner observes all labels, but operates under a limited disclosure budget that it selectively allocates to maximize… · 篇幅:Regular submission (no more than 12 pages of main content) · 代码:https://github.com/knaggita/InformationDisclosure · OpenReview ID:jdcXfoENf0

    最高第 3700:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  47. 47
    Missing Value Uncertainty: Could Collecting Missing Values Change the Prediction?

    期刊:Transactions on Machine Learning Research · 摘要:In mission critical domains such as sensor networks, operators often face the critical decision of whether to act on incomplete information or whether collecting missing values is likely to change the prediction. Existing methods typically focus on imputing missing values or quantifying model uncertainty, but they do not directly assess the stability of a prediction if missing values were to be revealed. To address this gap, we first introduce a framework for Missing Value Uncertainty (MVU), which is the distribution of predictions induced by incomplete inputs at inference time. We formalize… · 篇幅:Regular submission (no more than 12 pages of main content) · 代码:https://github.com/inouye-lab/MissingValueUncertainty/releases/tag/tmlr · OpenReview ID:BRWTS5e03Z

    最高第 3800:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  48. 48
    OTIS: Learning High-Quality Time Series Features With Tiny Encoders

    期刊:Transactions on Machine Learning Research · 摘要:We introduce \texttt{OTIS}, an \textbf{o}pen \textbf{ti}me \textbf{s}eries encoder that yields high-quality time series features for downstream deployment on \emph{any} system, including resource-constrained wearables and industrial sensors. Currently, the development of powerful general-purpose encoders relies on the scaling laws hypothesis, using large encoder sizes to memorise the heterogeneous distributions of multi-domain training data. However, this reliance on scale creates a barrier to real-world utility, rendering deployment on resource-constrained systems infeasible due to strict me… · 篇幅:Regular submission (no more than 12 pages of main content) · 代码:https://github.com/oetu/otis · OpenReview ID:WW206A1Tru

    最高第 3900:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  49. 49
    Speedrunning ImageNet Diffusion

    期刊:Transactions on Machine Learning Research · 摘要:Recent advances have significantly improved the training efficiency of diffusion transformers. However, these techniques have largely been studied in isolation, leaving unexplored the potential synergies from combining multiple approaches. We present SR-DiT (Speedrun Diffusion Transformer), a framework that systematically integrates token routing, architectural improvements, and training modifications on top of representation alignment. Our approach achieves FID 3.14 and KDD 0.290 on ImageNet-256 using only a 140M parameter model at 400K iterations without classifier-free guidance---comparabl… · 篇幅:Regular submission (no more than 12 pages of main content) · 代码:https://github.com/SwayStar123/SpeedrunDiT · OpenReview ID:0mYu3uPM3j

    最高第 4000:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分
  50. 50
    Semantic F1 Scores: Fair Evaluation Under Fuzzy Class Boundaries

    期刊:Transactions on Machine Learning Research · 摘要:We propose Semantic F1 Scores, novel evaluation metrics for subjective or fuzzy multi-label classification that quantify semantic relatedness between predicted and gold labels. Unlike the conventional F1 metrics that treat semantically related predictions as complete failures, Semantic F1 incorporates a label similarity matrix to compute soft precision-like and recall-like scores, from which the Semantic F1 scores are derived. Unlike existing similarity-based metrics, our novel two-step precision-recall formulation enables the comparison of label sets of arbitrary sizes without discarding lab… · 篇幅:Regular submission (no more than 12 pages of main content) · 代码:https://github.com/gchochla/semantic-f1-score · OpenReview ID:U0YJpGuFEc

    最高第 4100:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时50分