← Search

Anderson Schneider

17 accepted papers

2026

$\textit{S}$-SPPO: Semantic-Calibrated Self-Play Preference Optimization

ICML 2026poster

Aligning Large Language Models (LLMs) with human preferences is often formulated via Direct Preference Optimization (DPO). However, the standard Bradley-Terry instantiation of DPO is limited in modeling common departures from transitivity in human preferences. To address this, recent work has introd…

Cited by 0SourceScholar
2026

Improving Reasoning for Diffusion Language Models via Group Diffusion Policy Optimization

ICLR 2026poster

Diffusion language models (DLMs) enable parallel, order-agnostic generation with iterative refinement, offering a flexible alternative to autoregressive large language models (LLMs). However, adapting reinforcement learning (RL) fine-tuning to DLMs remains an open challenge because of the intractabl…

Cited by 0SourceScholar
2026

Understanding the Mixture-of-Experts with Nadaraya-Watson Kernel

ICLR 2026poster

Mixture-of-Experts (MoE) has become a cornerstone in recent state-of-the-art large language models (LLMs). Traditionally, MoE relies on $\mathrm{Softmax}$ as the router score function to aggregate expert output, a designed choice that has persisted from the earliest MoE models to modern LLMs, and is…

Cited by 0SourceScholar
2025

Privacy Amplification by Structured Subsampling for Deep Differentially Private Time Series Forecasting

ICML 2025spotlight

Many forms of sensitive data, such as web traffic, mobility data, or hospital occupancy, are inherently sequential. The standard method for training machine learning models while ensuring privacy for units of sensitive information, such as individual hospital visits, is differentially private stocha…

Cited by 0SourcePDFScholar
2025

TS-RAG: Retrieval-Augmented Generation based Time Series Foundation Models are Stronger Zero-Shot Forecaster

NeurIPS 2025poster

Large Language Models (LLMs) and Foundation Models (FMs) have recently become prevalent for time series forecasting tasks. While fine-tuning LLMs enables domain adaptation, they often struggle to generalize across diverse and unseen datasets. Moreover, existing Time Series Foundation Models (TSFMs)…

Cited by 0SourcecodeScholar
2024

$S^2$IP-LLM: Semantic Space Informed Prompt Learning with LLM for Time Series Forecasting

ICML 2024poster

Recently, there has been a growing interest in leveraging pre-trained large language models (LLMs) for various time series applications. However, the semantic space of LLMs, established through the pre-training, is still underexplored and may help yield more distinctive and informative representatio…

Cited by 49SourcePDFScholar
2024

Empowering Time Series Analysis with Large Language Models: A Survey

IJCAI 2024poster

Recently, remarkable progress has been made over large language models (LLMs), demonstrating their unprecedented capability in varieties of natural language tasks. However, completely training a large general-purpose model from the scratch is challenging for time series analysis, due to the large vo…

2024

VQ-TR: Vector Quantized Attention for Time Series Forecasting

ICLR 2024poster

Probabilistic time series forecasting is a challenging problem due to the long sequences involved, the large number of samples needed for accurate probabilistic inference, and the need for real-time inference in many applications. These challenges necessitate methods that are not only accurate but c…

Cited by 6SourcePDFScholar
2023

In- or out-of-distribution detection via dual divergence estimation

UAI 2023poster

Detecting out-of-distribution (OOD) samples is a problem of practical importance for a reliable use of deep neural networks (DNNs) in production settings. The corollary to this problem is the detection in-distribution (ID) samples, which is applicable to domain adaptation scenarios for augmenting a…

2023

Inference and sampling of point processes from diffusion excursions

UAI 2023poster

Point processes often have a natural interpretation with respect to a continuous process. We propose a point process construction that describes arrival time observations in terms of the state of a latent diffusion process. In this framework, we relate the return times of a diffusion in a continuous…

Cited by 3SourcePDFScholar
2023

Information theoretic clustering via divergence maximization among clusters

UAI 2023poster

Information-theoretic clustering is one of the most promising and principled approaches to finding clusters with minimal apriori assumptions. The key criterion therein is to maximize the mutual information between the data points and their cluster labels. Such an approach, however, does not explicit…

2023

Modeling Temporal Data as Continuous Functions with Stochastic Process Diffusion

ICML 2023poster

Temporal data such as time series can be viewed as discretized measurements of the underlying function. To build a generative model for such data we have to model the stochastic process that governs it. We propose a solution by defining the denoising diffusion model in the function space which also…

Cited by 44SourcePDFScholar
2023

Provably Convergent Schrödinger Bridge with Applications to Probabilistic Time Series Imputation

ICML 2023poster

The Schrödinger bridge problem (SBP) is gaining increasing attention in generative modeling and showing promising potential even in comparison with the score-based generative models (SGMs). SBP can be interpreted as an entropy-regularized optimal transport problem, which conducts projections onto ev…

2023

Risk Bounds on Aleatoric Uncertainty Recovery

AISTATS 2023poster

Quantifying aleatoric uncertainty is a challenging task in machine learning. It is important for decision making associated with data-dependent uncertainty in model outcomes. Recently, many empirical studies in modeling aleatoric uncertainty under regression settings primarily rely on either a Gauss…

2022

Estimating transfer entropy under long ranged dependencies

UAI 2022poster

Estimating Transfer Entropy (TE) between time series is a highly impactful problem in fields such as finance and neuroscience. The well-known nearest neighbor estimator of TE potentially fails if temporal dependencies are noisy and long ranged, primarily because it estimates TE indirectly relying o…