← Search

Scott Sanner

38 accepted papers

2026

Efficient Modality Translation via Arbitrary Conditioning and Wasserstein Regularization

AAAI 2026technical

The central challenge in multimodal generative modeling lies in accurately approximating the joint data distribution, even when some modalities are missing. Existing multimodal VAEs solve this by designing increasingly complex encoding architectures, relying on modality-specific encoders, factorized

Cited by 0SourcePDFScholar
2026

Natural Language PDDL (NL-PDDL) for Open-world Goal-oriented Commonsense Regression Planning in Embodied AI

ICLR 2026poster

Planning in open-world environments, where agents must act with partially observed states and incomplete knowledge, is a central challenge in embodied AI. Open-world planning involves not only sequencing actions but also determining what information the agent needs to sense to enable those actions.…

Cited by 0SourceScholar
2026

Near-optimal Linear Predictive Clustering in Non-separable Spaces via MIP and QPBO Reductions

AAAI 2026technical

Linear Predictive Clustering (LPC) partitions samples based on shared linear relationships between feature and target variables, with numerous applications including marketing, medicine, and education. Greedy optimization methods, commonly used for LPC, alternate between clustering and linear regres

Cited by 0SourcePDFScholar
2026

Structure-Aware Graph Hypernetworks for Neural Program Synthesis

ICLR 2026poster

We study the neural program synthesis of $\textit{parameterized}$ function families through the lens of meta-learning with hypernetworks. Given a user intent $U$, a meta-learner $M_{\phi}$ produces a full weight set $\hat{\theta}=M_{\phi}(U)$ for a target neural network with fixed architecture $S$,…

Cited by 0SourceScholar
2025

ActiveVOO: Value of Observation Guided Active Knowledge Acquisition for Open-World Embodied Lifted Regression Planning

NeurIPS 2025poster

The ability to actively acquire information is essential for open-world planning under partial observability and incomplete knowledge. However, most existing embodied AI systems either assume a known object category or rely on passive perception strategies that exhaustively gather object and relatio…

Cited by 0SourceScholar
2025

Batched Self-Consistency Improves LLM Relevance Assessment and Ranking

EMNLP 2025

LLM query-passage relevance assessment is typically studied using a one-by-one pointwise (PW) strategy where each LLM call judges one passage at a time. However, this strategy requires as many LLM calls as there are passages while also preventing information sharing between passages. We thus hypothe

2025

ICE-T: Interactions-aware Cross-column Contrastive Embedding for Heterogeneous Tabular Datasets

AAAI 2025technical

Finding high-quality representations of heterogeneous tabular datasets is crucial for their effective use in downstream machine learning tasks. Contrastive representation learning (CRL) methods have been previously shown to provide a straightforward way to learn such representations across various d…

2025

LLM-based Typed Hyperresolution for Commonsense Reasoning with Knowledge Bases

ICLR 2025poster

Large language models (LLM) are being increasingly applied to tasks requiring commonsense reasoning. Despite their outstanding potential, the reasoning process of LLMs is prone to errors and hallucinations that hinder their applicability, especially in high-stakes scenarios. Several works have attem…

Cited by 0SourcePDFScholar
2025

MA-DPR: Manifold-aware Distance Metrics for Dense Passage Retrieval

EMNLP 2025

Dense Passage Retrieval (DPR) typically relies on Euclidean or cosine distance to measure query–passage relevance in embedding space, which is effective when embeddings lie on a linear manifold. However, our experiments across DPR benchmarks suggest that embeddings often lie on lower-dimensional, no

Cited by 0SourcePDFScholar
2025

ModelDiff: Symbolic Dynamic Programming for Model-Aware Policy Transfer in Deep Q-Learning

AAAI 2025technical

Despite significant recent advances in the field of Deep Reinforcement Learning (DRL), such methods typically incur high cost of training to learn effective policies, thus posing cost and safety challenges in many practical applications. To improve the learning efficiency of (D)RL methods, transfer…

Cited by 0SourcePDFScholar
2025

Open-World Planning via Lifted Regression with LLM-Inferred Affordances for Embodied Agents

ACL 2025long

Open-world planning with incomplete knowledge is crucial for real-world embodied AI tasks. Despite that, existing LLM-based planners struggle with long chains of sequential reasoning, while symbolic planners face combinatorial explosion of states and actions for complex domains due to reliance on gr…

Cited by 0SourcePDFScholar
2025

Q-STRUM Debate: Query-Driven Contrastive Summarization for Recommendation Comparison

ACL 2025finding

Query-driven recommendation with unknown items poses a challenge for users to understand why certain items are appropriate for their needs. Query-driven Contrastive Summarization (QCS) is a methodology designed to address this issue by leveraging language-based item descriptions to clarify contrasts…

2025

Reflect-then-Plan: Offline Model-Based Planning through a Doubly Bayesian Lens

ICML 2025poster

Offline reinforcement learning (RL) is crucial when online exploration is costly or unsafe but often struggles with high epistemic uncertainty due to limited data. Existing methods rely on fixed conservative policies, restricting adaptivity and generalization. To address this, we propose Reflect-the…

Cited by 0SourcePDFScholar
2025

Self-Supervised Transformers as Iterative Solution Improvers for Constraint Satisfaction

ICML 2025poster

We present a Transformer-based framework for Constraint Satisfaction Problems (CSPs). CSPs find use in many applications and thus accelerating their solution with machine learning is of wide interest. Most existing approaches rely on supervised learning from feasible solutions or reinforcement lear…

Cited by 0SourcePDFScholar
2024

Gaussian Process Optimization for Adaptable Multi-Objective Text Generation using Linearly-Weighted Language Models

NAACL 2024findings

In multi-objective text generation, we aim to optimize over multiple weighted aspects (e.g., toxicity, semantic preservation, fluency) of the generated text. However, multi-objective weighting schemes may change dynamically in practice according to deployment requirements, evolving business needs, p…

2024

Right for Right Reasons: Large Language Models for Verifiable Commonsense Knowledge Graph Question Answering

EMNLP 2024main

Knowledge Graph Question Answering (KGQA) methods seek to answer Natural Language questions using the relational information stored in Knowledge Graphs (KGs). With the recent advancements of Large Language Models (LLMs) and their remarkable reasoning abilities, there is a growing trend to leverage t…

2024

Verifiable, Debuggable, and Repairable Commonsense Logical Reasoning via LLM-based Theory Resolution

EMNLP 2024main

Recent advances in Large Language Models (LLM) have led to substantial interest in their application to commonsense reasoning tasks. Despite their potential, LLMs are susceptible to reasoning errors and hallucinations that may be harmful in use cases where accurate reasoning is critical. This challe…

2023

COUNT: COntrastive UNlikelihood Text Style Transfer for Text Detoxification

EMNLP 2023short findings

Offensive and toxic text on social media platforms can lead to polarization and divisiveness within online communities and hinders constructive dialogue. Text detoxification is a crucial task in natural language processing to ensure the generation of non-toxic and safe text. Text detoxification is a…

Cited by 0SourceScholar
2023

Conservative Bayesian Model-Based Value Expansion for Offline Policy Optimization

ICLR 2023poster

Offline reinforcement learning (RL) addresses the problem of learning a performant policy from a fixed batch of data collected by following some behavior policy. Model-based approaches are particularly appealing in the offline setting since they can extract more learning signals from the logged data…

2023

DiffuDetox: A Mixed Diffusion Model for Text Detoxification

ACL 2023findings

Text detoxification is a conditional text generation task aiming to remove offensive content from toxic text. It is highly useful for online forums and social media, where offensive content is frequently encountered. Intuitively, there are diverse ways to detoxify sentences while preserving their me…

2023

Graphs, Constraints, and Search for the Abstraction and Reasoning Corpus

AAAI 2023technical

The Abstraction and Reasoning Corpus (ARC) aims at benchmarking the performance of general artificial intelligence algorithms. The ARC's focus on broad generalization and few-shot learning has made it difficult to solve using pure machine learning. A more promising approach has been to perform progr…

2023

Scalable and Globally Optimal Generalized L₁ K-center Clustering via Constraint Generation in Mixed Integer Linear Programming

AAAI 2023technical

The k-center clustering algorithm, introduced over 35 years ago, is known to be robust to class imbalance prevalent in many clustering problems and has various applications such as data summarization, document clustering, and facility location determination. Unfortunately, existing k-center algorith…

2022

A Distributional Framework for Risk-Sensitive End-to-End Planning in Continuous MDPs

AAAI 2022technical

Recent advances in efficient planning in deterministic or stochastic high-dimensional domains with continuous action spaces leverage backpropagation through a model of the environment to directly optimize action sequences. However, existing methods typically do not take risk into account when optimi…

Cited by 5SourcePDFScholar
2022

Learning to Follow Instructions in Text-Based Games

NeurIPS 2022accept

Text-based games present a unique class of sequential decision making problem in which agents interact with a partially observable, simulated environment via actions and observations conveyed through natural language. Such observations typically include instructions that, in a reinforcement learning…

2022

Sample-Efficient Iterative Lower Bound Optimization of Deep Reactive Policies for Planning in Continuous MDPs

AAAI 2022technical

Recent advances in deep learning have enabled optimization of deep reactive policies (DRPs) for continuous MDP planning by encoding a parametric policy as a deep neural network and exploiting automatic differentiation in an end-to-end model-based gradient descent framework. This approach has proven…

2021

Contextual policy transfer in reinforcement learning domains via deep mixtures-of-experts

UAI 2021poster

In reinforcement learning, agents that consider the context or current state when transferring source policies have been shown to outperform context-free approaches. However, existing approaches suffer from limitations, including sensitivity to sparse or delayed rewards and estimation errors in valu…

Cited by 10SourcePDFScholar
2021

Online Class-Incremental Continual Learning with Adversarial Shapley Value

AAAI 2021technical

As image-based deep learning becomes pervasive on every device, from cell phones to smart watches, there is a growing need to develop methods that continually learn from data while minimizing memory footprint and power consumption. While memory replay techniques have shown exceptional promise for th…

2021

Representer Point Selection via Local Jacobian Expansion for Post-hoc Classifier Explanation of Deep Neural Networks and Ensemble Models

NeurIPS 2021poster

Explaining the influence of training data on deep neural network predictions is a critical tool for debugging models through data curation. A recent tractable and appealing approach for this task was provided via the concept of Representer Point Selection (RPS), i.e. a method the leverages the dual…

2021

Risk-Aware Transfer in Reinforcement Learning using Successor Features

NeurIPS 2021poster

Sample efficiency and risk-awareness are central to the development of practical reinforcement learning (RL) for complex decision-making. The former can be addressed by transfer learning, while the latter by optimizing some utility function of the return. However, the problem of transferring skills…

Cited by 26SourcePDFScholar
2021

Symbolic Dynamic Programming for Continuous State MDPs with Linear Program Transitions

IJCAI 2021poster

Recent advances in symbolic dynamic programming (SDP) have significantly broadened the class of MDPs for which exact closed-form value functions can be derived. However, no existing solution methods can solve complex discrete and continuous state MDPs where a linear program determines state transiti…

Cited by 4SourcePDFScholar
2019

Epsilon-BMC: A Bayesian Ensemble Approach to Epsilon-Greedy Exploration in Model-Free Reinforcement Learning

UAI 2019poster

Resolving the exploration-exploitation trade-off remains a fundamental problem in the design and implementation of reinforcement learning (RL) algorithms. In this paper, we focus on model-free RL using the epsilon-greedy exploration policy, which despite its simplicity, remains one of the most frequ…

Cited by 28SourcePDFScholar
2018

Reinforcement Learning with Multiple Experts: A Bayesian Model Combination Approach

NeurIPS 2018poster

Potential based reward shaping is a powerful technique for accelerating convergence of reinforcement learning algorithms. Typically, such information includes an estimate of the optimal value function and is often provided by a human expert or other sources of domain knowledge. However, this informa…

Cited by 32SourcePDFScholar