全部/知识/实时热榜

OpenReview · 实时热榜

HISTORY2026年8月18日56 不同热搜
08/0309/01 有历史数据
DAILY UNIQUE TOPICS56 个热搜
  1. 01
    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

    最高第 115:07 达到15:07 首次观测上榜当日结束时仍在榜累计约8小时48分
  2. 02
    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

    最高第 110:03 达到10:03 首次观测上榜当日结束时仍在榜累计约13小时52分
  3. 03
    Hierarchical Diffusion for Efficient and Transferable 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

    最高第 105:47 达到05:47 首次观测上榜当日结束时仍在榜累计约18小时8分
  4. 04
    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

    最高第 109:47 达到09:47 首次观测上榜当日结束时仍在榜累计约14小时8分
  5. 05
    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

    最高第 120:43 达到20:43 首次观测上榜当日结束时仍在榜累计约3小时12分
  6. 06
    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

    最高第 118:51 达到18:51 首次观测上榜当日结束时仍在榜累计约5小时4分
  7. 07
    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

    最高第 100:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  8. 08
    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

    最高第 200:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  9. 09
    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

    最高第 300:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  10. 10
    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

    最高第 400:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  11. 11
    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

    最高第 500:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  12. 12
    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

    最高第 600:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  13. 13
    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

    最高第 700:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  14. 14
    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

    最高第 800:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  15. 15
    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

    最高第 900:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  16. 16
    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

    最高第 1000:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  17. 17
    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

    最高第 1100:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  18. 18
    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

    最高第 1200:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  19. 19
    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

    最高第 1300:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  20. 20
    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

    最高第 1400:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  21. 21
    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

    最高第 1500:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  22. 22
    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

    最高第 1600:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  23. 23
    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

    最高第 1700:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  24. 24
    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

    最高第 1800:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  25. 25
    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

    最高第 1900:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  26. 26
    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

    最高第 2000:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  27. 27
    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

    最高第 2100:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  28. 28
    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

    最高第 2200:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  29. 29
    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

    最高第 2300:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  30. 30
    FairNVT: Fair Classification via Noise Injection in Vision Transformers

    期刊:Transactions on Machine Learning Research · 摘要:This paper presents \textbf{FairNVT}, a lightweight debiasing framework for pretrained transformer-based encoders that improves prediction fairness while preserving task performance. FairNVT is motivated by the intuition that reducing sensitive-attribute information in the representation used by the downstream classifier can facilitate fairer predictions. Our approach learns task-relevant and sensitive embeddings via lightweight adapters, applies calibrated Gaussian noise to the sensitive embedding, and fuses it with the task representation. Together with orthogonality constraints and fairnes… · 篇幅:Regular submission (no more than 12 pages of main content) · OpenReview ID:rzm6gZrYgl

    最高第 2400:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  31. 31
    Contractive MASO‑Generalized Predictors for Stable Latent‑Space Learning in JEPA

    期刊:Transactions on Machine Learning Research · 摘要:Joint Embedding Predictive Architectures (JEPAs) learn representations by predicting latent target embeddings from contextual views, but their predictors are typically shallow feed‑forward networks with limited control over multi‑step dynamics and stability. We introduce \emph{Learnable Iterated Function Systems} (LIFS), a recursive and contractive latent operator that replaces the standard JEPA predictor with a mixture of affine maps applied over multiple refinement steps. The mixture weights are conditioned on the context embedding, enabling input‑adaptive geometric structure while preservi… · 篇幅:Long submission (more than 12 pages of main content) · OpenReview ID:k2Z2gPOtlq

    最高第 2500:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  32. 32
    RAWDet-7: A Multi-Scenario Benchmark for Object Detection and Description on Quantized RAW Images

    期刊:Transactions on Machine Learning Research · 摘要:Most vision models operate on 8-bit standard RGB (sRGB) images produced by dedicated image sensor processing pipelines designed for human perception rather than machine reasoning. In contrast, RAW images preserve sensor measurements, dynamic range, and fine-grained scene structure that can be critical for downstream understanding. Yet, progress in the RAW-domain vision remains limited by the lack of large-scale, high-quality benchmarks. To close this gap, we introduce RawDet-7, a multi-scenario benchmark for object detection and object description on quantized RAW images, comprising ~25k trai… · 篇幅:Regular submission (no more than 12 pages of main content) · OpenReview ID:UHTJrsYieo

    最高第 2600:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  33. 33
    An Empirical Study into Clustering of Unseen Datasets with Self-Supervised Encoders

    期刊:Transactions on Machine Learning Research · 摘要:Can pretrained models generalize to new datasets without any retraining? We deploy pretrained image models on datasets they were not trained for, and investigate whether their embeddings form meaningful clusters. Our suite of benchmarking experiments uses encoders pretrained solely on ImageNet-1k with either supervised or self-supervised training techniques, deployed on image datasets that were not seen during training, and clustered with conventional clustering algorithms. This evaluation provides new insights into the embeddings of self-supervised models, which prioritize different features… · 篇幅:Regular submission (no more than 12 pages of main content) · 代码:https://github.com/scottclowe/zs-ssl-clustering/ · OpenReview ID:gdwg7ntmT5

    最高第 2700:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  34. 34
    Fast Sharpness-escaping Optimization for Long-tailed Learning

    期刊:Transactions on Machine Learning Research · 摘要:Deep neural networks often suffer from poor generalization in long-tailed settings. From a loss landscape perspective, this degradation is largely attributed to the tendency of the optimization process to converge into sharp, unstable minima for underrepresented data. We investigate the recently proposed Muon optimizer, providing theoretical evidence that its gradient orthogonalization balances deterministic update strength across positive-curvature modes, thereby reducing the relative dominance of sharp directions. While effective, the Muon optimizer imposes heavy computational overhead in l… · 篇幅:Regular submission (no more than 12 pages of main content) · OpenReview ID:I19SJW09zn

    最高第 2800:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  35. 35
    A Comparative Study of Label-free Representation Quality Metrics in Deep Learning

    期刊:Transactions on Machine Learning Research · 摘要:We present a comparative study of label-free metrics for assessing the quality of representations in deep neural networks to understand their reliability under a wide variety of configurations. We group existing label-free metrics into three families based on their construction and analytically establish connections between metrics within the same family. We then characterise the sensitivity of spectral metrics through controlled synthetic experiments. Finally, all label-free metrics are evaluated against downstream task accuracy across a diverse set of 260 vision models on six datasets spann… · 篇幅:Long submission (more than 12 pages of main content) · 代码:https://github.com/dannyrichy/representation-quality-metrics · OpenReview ID:yknkAksqr1

    最高第 2900:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  36. 36
    Private and interpretable clinical prediction with quantum-inspired tensor train models

    期刊:Transactions on Machine Learning Research · 摘要:Publicly available clinical machine learning models pose an underappreciated privacy risk: their parameters or outputs can be exploited to recover information from patients whose data were used during training. Moreover, this risk is exacerbated by models such as logistic regression (LR), which are typically preferred in clinical settings for their transparency. To assess this empirically, we attack LORIS, a publicly available LR model for immunotherapy response prediction hosted on a U.S. government website. From evaluations through its public interface, we recover the model parameters and i… · 篇幅:Long submission (more than 12 pages of main content) · 代码:https://github.com/joserapa98/tns4loris · OpenReview ID:QtG3fC1v5t

    最高第 3000:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  37. 37
    Score-based Membership Inference on Diffusion Models

    期刊:Transactions on Machine Learning Research · 摘要:Membership inference attacks (MIAs) against Diffusion Models (DMs) raise pressing privacy concerns by revealing whether a sample was part of the training set. While existing methods typically rely on measuring reconstruction error across multiple denoising steps as a test statistic, they often incur significant computational overhead. In this work, we present a simple yet successful attack statistic using only the predicted noise vectors from the DM's denoiser, or equivalently, the score. Specifically, we show that the expected denoiser output points toward a kernel-weighted local mean of nea… · 篇幅:Regular submission (no more than 12 pages of main content) · 代码:https://github.com/mx-ethan-rao/SimA · OpenReview ID:Ckvsu5xRmf

    最高第 3100:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  38. 38
    MaskGT: Learning Task-Adaptive Connectivity in Graph Transformers

    期刊:Transactions on Machine Learning Research · 摘要:Graph Transformers (GTs) enable all-to-all interactions, but the optimal connectivity is task-dependent: some problems favor sparse, topology-aligned message passing, while others need global attention. We propose MaskGT, a GT-agnostic module that learns a discrete sparse gate over attention edges. By learning which node pairs may communicate within self-attention, MaskGT injects a task-adaptive relational inductive bias without fully committing to the input adjacency. Across synthetic and real-world benchmarks, MaskGT improves performance and robustness by suppressing spurious interactions u… · 篇幅:Regular submission (no more than 12 pages of main content) · 代码:https://github.com/anitasyang/mask-gt · OpenReview ID:CS4BJcbCGF

    最高第 3200:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  39. 39
    Weaves, Wires, and Morphisms: Formalizing and Implementing the Algebra of Deep Learning

    期刊:Transactions on Machine Learning Research · 摘要:Despite deep learning models running well-defined mathematical functions, we lack a formal mathematical framework for describing model architectures. Ad-hoc notation, diagrams, and pseudocode poorly handle nonlinear broadcasting and the relationship between individual components and composed models. This paper introduces a categorical framework for deep learning models that formalizes broadcasting through the novel axis-stride and array-broadcasted categories. This allows the mathematical function underlying architectures to be precisely expressed and manipulated in a compositional manner. Th… · 篇幅:Long submission (more than 12 pages of main content) · 代码:https://github.com/mit-zardini-lab/pyncd · OpenReview ID:GiO8eom0jD

    最高第 3300:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  40. 40
    Generative Modeling with Bayesian Sample Inference

    期刊:Transactions on Machine Learning Research · 摘要:We present a novel view of diffusion-like generative modeling from the perspective of iterative Gaussian posterior inference. By treating the generated sample as an unknown variable, we formulate the sampling process in the language of Bayesian probability: at each step, a model predicts the unknown sample from our current belief state and we compute a posterior belief from that prediction. Based on this formulation, we propose the generative model Bayesian Sample Inference (BSI). In addition to a rigorous theoretical analysis, we show that our perspective includes Bayesian Flow Networks (BFN… · 篇幅:Regular submission (no more than 12 pages of main content) · 代码:https://github.com/martenlienen/bsi · OpenReview ID:n8qQPnalVW

    最高第 3400:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  41. 41
    KOALA: Koopman Operator Learning for WiFi-Based Anticipatory Human Motion Prediction

    期刊:Transactions on Machine Learning Research · 摘要:WiFi Channel State Information (CSI) has emerged as a privacy-preserving alternative to cameras for human pose estimation. However, existing approaches treat pose inference as an instantaneous regression problem and do not model temporal dynamics, making future motion prediction infeasible. Naively applying vision-based prediction methods compounds the estimation noise already present in CSI-derived poses, as autoregressive rollouts amplify errors at every step. We propose KOALA, the framework for human motion prediction directly from WiFi CSI, by lifting noisy CSI-derived pose sequences into… · 篇幅:Long submission (more than 12 pages of main content) · OpenReview ID:JQA0EfQIfj

    最高第 3500:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  42. 42
    ProPINN: Demystifying Propagation Failures in Physics Informed Neural Networks

    期刊:Transactions on Machine Learning Research · 摘要:Physics-informed neural networks (PINNs) have earned high expectations in solving partial differential equations (PDEs), but their optimization usually faces thorny challenges due to the unique derivative-dependent loss function. By analyzing the loss distribution, previous research observed the propagation failure phenomenon of PINNs, intuitively described as the correct supervision for model outputs cannot ``propagate'' from initial states or boundaries to the interior domain. Going beyond intuitive understanding, this paper provides a formal and in-depth study of propagation failure and it… · 篇幅:Regular submission (no more than 12 pages of main content) · OpenReview ID:Wy54lrFd46

    最高第 3600:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  43. 43
    MINDFeed: Mutual Information-Guided Single-Network Consistency Learning for Semi-Supervised 3D Medical Image Segmentation

    期刊:Transactions on Machine Learning Research · 摘要:Medical image segmentation models based on deep learning require dense voxel-level annotations, which are costly to obtain for 3D medical imaging tasks. To address this limitation, we propose MINDFeed (Mutual Information per Decoder as Feedback), a semi-supervised training pipeline for 3D medical image segmentation. MINDFeed estimates predictive uncertainty via mutual information across stochastic forward passes and uses this signal to adaptively modulate decoder representations as a feedback gate, encouraging consistency in reliable regions while suppressing ambiguous responses. Unlike many… · 篇幅:Long submission (more than 12 pages of main content) · 代码:https://github.com/AdiPadi2703/MINDFeed · OpenReview ID:YI7AX6mrZO

    最高第 3700:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  44. 44
    The Intrinsic Dimension of Prompts in Internal Representations of Large Language Models

    期刊:Transactions on Machine Learning Research · 摘要:We study the geometry of token representations at the prompt level in large language models through the lens of intrinsic dimension. Viewing transformers as mean-field particle systems, we estimate the intrinsic dimension of the empirical measure at each layer and demonstrate that it correlates with next-token uncertainty. Across models and intrinsic dimension estimators, we find that intrinsic dimension peaks in early to middle layers and increases under syntactic and semantic disruption (by shuffling tokens), and that it is strongly correlated with average surprisal, with a simple analysis… · 篇幅:Regular submission (no more than 12 pages of main content) · OpenReview ID:rBEgNAslpY

    最高第 3800:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  45. 45
    A Survey on Behavioral Data Representation Learning

    期刊:Transactions on Machine Learning Research · 摘要:Behavioral data, reflecting dynamic and complex interactions among entities, are pivotal for advancing multidisciplinary research and practical applications. Effective modeling and representation of behavioral data facilitate enhanced understanding, predictive analytics, and informed decision-making across diverse domains. This paper presents a comprehensive taxonomy of behavioral data representation learning methods, categorized by data modalities: tabular data, event sequences, dynamic graphs, and natural language. Within each category, we further dissect methods based on distinct modeling… · 篇幅:Long submission (more than 12 pages of main content) · 代码:https://github.com/chenxi1228/Awesome-BehavioralData · OpenReview ID:NSdV2qvglw

    最高第 3900:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  46. 46
    Beyond Imitation: A Framework and Benchmark for LLM-Assisted Peer Review

    期刊:Transactions on Machine Learning Research · 摘要:The rapid growth of scientific publishing has strained peer review, particularly in machine learning, raising concerns about declining review quality and increasing reviewer workload. Large language models (LLMs) have been proposed as automated review assistants, yet their evaluation has focused largely on imitating human-written reviews rather than supporting the core functions of peer review. Here, we introduce a verification-centric perspective on LLM-assisted peer review, emphasizing error detection as a critical and resource-intensive task. We present a scalable benchmark that evaluates… · 篇幅:Long submission (more than 12 pages of main content) · OpenReview ID:7iX2Z2bPFB

    最高第 4000:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  47. 47
    Variational Set Operator Networks: Uncertainty-Aware Meta-Learning via Probabilistic Neural Operators

    期刊:Transactions on Machine Learning Research · 摘要:We introduce a probabilistic neural operator framework for learning conditional distributions over functions from sample observations. The proposed model, the Variational Set Operator Network (VSON), extends set-based operator learners by incorporating an amortised latent representation of the branch outputs that induces predictive distributions over function values conditioned on arbitrary sets of input–output pairs. Uncertainty is represented through a learned variational latent structure implemented with expressive normalising flows, allowing the model to capture non-Gaussian behaviour. Th… · 篇幅:Regular submission (no more than 12 pages of main content) · OpenReview ID:rLgrHnZtzh

    最高第 4100:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  48. 48
    BiScale-GTR: Fragment-Aware graph Transformers for Multi-Scale Molecular Representation Learning

    期刊:Transactions on Machine Learning Research · 摘要:Fragment-level representations provide a natural way to capture recurring molecular sub- structures and reuse their learned representations across molecules. However, a shared fragment identity alone may not fully describe how a fragment is instantiated in a particu- lar molecule, since the same fragment can exhibit different chemical behavior depending on its surrounding atomic environment. Effective fragment-based molecular learning therefore requires representations that are both reusable across molecules and sensitive to local atomic context. We introduce BiScale-GTR, a self-supervised mo… · 篇幅:Long submission (more than 12 pages of main content) · 代码:https://github.com/AI4Science2025/biscale-gtr-2026-tmlr. · OpenReview ID:97L9IRPWu7

    最高第 4200:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  49. 49
    Few Contrastive Attention Heads Enable Visual Grounding in Large Vision-Language Models

    期刊:Transactions on Machine Learning Research · 摘要:Visual grounding aims to localize image regions corresponding to natural language expressions. While recent Large Vision-Language Models (LVLMs) have shown impressive multi-modal understanding capabilities, their application to visual grounding typically requires fine-tuning and architectural modifications. This requirement, however, can be ignored, considering that text and images tend to have similar feature representations that appear to be approximately linearly disentangled, enabling cleaner extraction of spatial information from LVLMs without any task-specific training. From this viewpo… · 篇幅:Long submission (more than 12 pages of main content) · OpenReview ID:CnrAiXbw8a

    最高第 4300:00 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时56分
  50. 50
    The Embodiment Gap in Robot Foundation Models

    期刊:Transactions on Machine Learning Research · 摘要:Robot foundation models (RFMs), including vision-language-action (VLA) policies, are often discussed through a scaling view: more data, larger models, and broader benchmarks should improve generalization. In robotics, however, a model can generalize while work still remains before it can run on a robot with a particular body. The work required differs across methods and target robots, and those differences affect practical deployment. We call the gap between reusable models, representations, or data and their use in execution on the target robot the embodiment gap. This survey examines what can… · 篇幅:Long submission (more than 12 pages of main content) · OpenReview ID:D0XcH9Cso4

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