← Search

David Wipf

52 accepted papers

2026

On Powerful Ways to Generate: Autoregression, Diffusion, and Beyond

ICLR 2026poster

Diffusion language models have recently emerged as a competitive alternative to autoregressive language models. Beyond next-token generation, they are more efficient and flexible by enabling parallel and any-order token generation. However, despite empirical successes, their computational power and…

Cited by 0SourcecodeScholar
2026

TaTToo: Tool-Grounded Thinking PRM for Test-Time Scaling in Tabular Reasoning

ICLR 2026poster

Process Reward Models (PRMs) have recently emerged as a powerful framework for enhancing the reasoning capabilities of large reasoning models (LRMs), particularly in the context of test-time scaling (TTS). However, their potential for supervising LRMs on tabular reasoning domains remains underexplor…

Cited by 0SourceScholar
2025

Common Learning Constraints Alter Interpretations of Direct Preference Optimization

AISTATS 2025poster

Large language models in the past have typically relied on some form of reinforcement learning with human feedback (RLHF) to better align model responses with human preferences. However, because of oft-observed instabilities when implementing these RLHF pipelines, various reparameterization techniq…

Cited by 0SourceScholar
2025

Explicit Preference Optimization: No Need for an Implicit Reward Model

ICML 2025poster

The generated responses of large language models (LLMs) are often fine-tuned to human preferences through a process called reinforcement learning from human feedback (RLHF). As RLHF relies on a challenging training sequence, whereby a separate reward model is independently learned and then later ap…

2025

Griffin: Towards a Graph-Centric Relational Database Foundation Model

ICML 2025poster

We introduce Griffin, the first foundation model attemptation designed specifically for Relational Databases (RDBs). Unlike previous smaller models focused on single RDB tasks, Griffin unifies the data encoder and task decoder to handle diverse tasks. Additionally, we enhance the architecture by inc…

2025

MuseGNN: Forming Scalable, Convergent GNN Layers that Minimize a Sampling-Based Energy

ICLR 2025poster

Among the many variants of graph neural network (GNN) architectures capable of modeling data with cross-instance relations, an important subclass involves layers designed such that the forward pass iteratively reduces a graph-regularized energy function of interest. In this way, node embeddings prod…

2025

Prior-Fitted Networks Scale to Larger Datasets When Treated as Weak Learners

AISTATS 2025poster

Prior-Fitted Networks (PFNs) have recently been proposed to efficiently perform tabular classification tasks. Although they achieve good performance on small datasets, they encounter limitations with larger datasets. These limitations include significant memory consumption and increased computationa…

Cited by 0SourcecodeScholar
2024

4DBInfer: A 4D Benchmarking Toolbox for Graph-Centric Predictive Modeling on RDBs

NeurIPS 2024poster

Given a relational database (RDB), how can we predict missing column values in some target table of interest? Although RDBs store vast amounts of rich, informative data spread across interconnected tables, the progress of predictive machine learning models as applied to such tasks arguably falls we…

2024

Graph Machine Learning through the Lens of Bilevel Optimization

AISTATS 2024poster

Bilevel optimization refers to scenarios whereby the optimal solution of a lower-level energy function serves as input features to an upper-level objective of interest. These optimal features typically depend on tunable parameters of the lower-level energy in such a way that the entire bilevel pipel…

2024

How Graph Neural Networks Learn: Lessons from Training Dynamics

ICML 2024poster

A long-standing goal in deep learning has been to characterize the learning behavior of black-box models in a more interpretable manner. For graph neural networks (GNNs), considerable advances have been made in formalizing what functions they can represent, but whether GNNs will learn desired functi…

2024

Robust Angular Synchronization via Directed Graph Neural Networks

ICLR 2024poster

The angular synchronization problem aims to accurately estimate (up to a constant additive phase) a set of unknown angles $\theta_1, \dots, \theta_n\in[0, 2\pi)$ from $m$ noisy measurements of their offsets $\theta_i-\theta_j$ mod $2\pi.$ Applications include, for example, sensor network localizatio…

2023

DIFFormer: Scalable (Graph) Transformers Induced by Energy Constrained Diffusion

ICLR 2023top-25%

Real-world data generation often involves complex inter-dependencies among instances, violating the IID-data hypothesis of standard learning paradigms and posing a challenge for uncovering the geometric structures for learning desired instance representations. To this end, we introduce an energy con…

2023

From Hypergraph Energy Functions to Hypergraph Neural Networks

ICML 2023poster

Hypergraphs are a powerful abstraction for representing higher-order interactions between entities of interest. To exploit these relationships in making downstream predictions, a variety of hypergraph neural network architectures have recently been proposed, in large part building upon precursors fr…

2022

Descent Steps of a Relation-Aware Energy Produce Heterogeneous Graph Neural Networks

NeurIPS 2022accept

Heterogeneous graph neural networks (GNNs) achieve strong performance on node classification tasks in a semi-supervised learning setting. However, as in the simpler homogeneous GNN case, message-passing-based heterogeneous GNNs may struggle to balance between resisting the oversmoothing that may occ…

2022

Does your graph need a confidence boost? Convergent boosted smoothing on graphs with tabular node features

ICLR 2022spotlight

Many practical modeling tasks require making predictions using tabular data composed of heterogeneous feature types (e.g., text-based, categorical, continuous, etc.). In this setting boosted decision trees and related ensembling techniques generally dominate real-world applications involving iid tr…

2022

GNNRank: Learning Global Rankings from Pairwise Comparisons via Directed Graph Neural Networks

ICML 2022spotlight

Recovering global rankings from pairwise comparisons has wide applications from time synchronization to sports team ranking. Pairwise comparisons corresponding to matches in a competition can be construed as edges in a directed graph (digraph), whose nodes represent e.g. competitors with an unknown…

2022

Handling Distribution Shifts on Graphs: An Invariance Perspective

ICLR 2022poster

There is increasing evidence suggesting neural networks' sensitivity to distribution shifts, so that research on out-of-distribution (OOD) generalization comes into the spotlight. Nonetheless, current endeavors mostly focus on Euclidean data, and its formulation for graph-structured data is not clea…

2022

Inductive Relation Prediction Using Analogy Subgraph Embeddings

ICLR 2022poster

Prevailing methods for relation prediction in heterogeneous graphs aim at learning latent representations (i.e., embeddings) of observed nodes and relations, and thus are limited to the transductive setting where the relation types must be known during training. Here, we propose ANalogy SubGraphE…

Cited by 7SourcePDFScholar
2022

Learning Enhanced Representation for Tabular Data via Neighborhood Propagation

NeurIPS 2022accept

Prediction over tabular data is an essential and fundamental problem in many important downstream tasks. However, existing methods either take a data instance of the table independently as input or do not fully utilize the multi-row features and labels to directly change and enhance the target data…

2022

Learning Manifold Dimensions with Conditional Variational Autoencoders

NeurIPS 2022accept

Although the variational autoencoder (VAE) and its conditional extension (CVAE) are capable of state-of-the-art results across multiple domains, their precise behavior is still not fully understood, particularly in the context of data (like images) that lie on or near a low-dimensional manifold. For…

2022

NodeFormer: A Scalable Graph Structure Learning Transformer for Node Classification

NeurIPS 2022accept

Graph neural networks have been extensively studied for learning with inter-connected data. Despite this, recent evidence has revealed GNNs' deficiencies related to over-squashing, heterophily, handling long-range dependencies, edge incompleteness and particularly, the absence of graphs altogether.…

2022

Self-supervised Amodal Video Object Segmentation

NeurIPS 2022accept

Amodal perception requires inferring the full shape of an object that is partially occluded. This task is particularly challenging on two levels: (1) it requires more information than what is contained in the instant retina or imaging sensor, (2) it is difficult to obtain enough well-annotated amoda…

Cited by 11SourcePDFScholar
2022

Why Propagate Alone? Parallel Use of Labels and Features on Graphs

ICLR 2022poster

One of the challenges of graph-based semi-supervised learning over ordinary supervised learning for classification tasks lies in label utilization. The direct use of ground-truth labels in graphs for training purposes can result in a parametric model learning trivial degenerate solutions (e.g., an…

Cited by 12SourcePDFScholar
2021

A Biased Graph Neural Network Sampler with Near-Optimal Regret

NeurIPS 2021poster

Graph neural networks (GNN) have recently emerged as a vehicle for applying deep network architectures to graph and relational data. However, given the increasing size of industrial datasets, in many practical situations, the message passing computations required for sharing information across GNN…

2021

Deep Learning for Linear Inverse Problems Using the Plug-and-Play Priors Framework

ICASSP 2021accepted

Linear inverse problems appear in many applications, where different algorithms are typically employed to solve each inverse problem. Nowadays, the rapid development of deep learning (DL) provides a fresh perspective for solving the linear inverse problem: a number of well-designed network architect…

Cited by 0SourceScholar
2021

From Canonical Correlation Analysis to Self-supervised Graph Neural Networks

NeurIPS 2021poster

We introduce a conceptually simple yet effective model for self-supervised representation learning with graph data. It follows the previous methods that generate two views of an input graph through data augmentation. However, unlike contrastive methods that focus on instance-level discrimination, we…

2021

GRIN: Generative Relation and Intention Network for Multi-agent Trajectory Prediction

NeurIPS 2021poster

Learning the distribution of future trajectories conditioned on the past is a crucial problem for understanding multi-agent systems. This is challenging because humans make decisions based on complex social relations and personal intents, resulting in highly complex uncertainties over trajectories.…

Cited by 50SourcePDFScholar
2021

Graph Neural Networks Inspired by Classical Iterative Algorithms

ICML 2021oral

Despite the recent success of graph neural networks (GNN), common architectures often exhibit significant limitations, including sensitivity to oversmoothing, long-range dependencies, and spurious edges, e.g., as can occur as a result of graph heterophily or adversarial attacks. To at least partiall…

2021

Learning Hierarchical Graph Neural Networks for Image Clustering

ICCV 2021poster

We propose a hierarchical graph neural network (GNN) model that learns how to cluster a set of images into an unknown number of identities using a training set of images annotated with labels belonging to a disjoint set of identities. Our hierarchical GNN uses a novel approach to merge connected com…

Cited by 53PDFcodeScholar
2021

On the Value of Infinite Gradients in Variational Autoencoder Models

NeurIPS 2021spotlight

A number of recent studies of continuous variational autoencoder (VAE) models have noted, either directly or indirectly, the tendency of various parameter gradients to drift towards infinity during training. Because such gradients could potentially contribute to numerical instabilities, and are oft…

Cited by 13SourcePDFScholar
2019

Single Image Reflection Removal Exploiting Misaligned Training Data and Network Enhancements

CVPR 2019poster

Removing undesirable reflections from a single image captured through a glass window is of practical importance to visual computing systems. Although state-of-the-art methods can obtain decent results in certain situations, performance declines significantly when tackling more general real-world cas…

Cited by 206PDFcodeScholar
2018

Compressing Neural Networks using the Variational Information Bottleneck

ICML 2018oral

Neural networks can be compressed to reduce memory and computational requirements, or to increase accuracy by facilitating the use of a larger base architecture. In this paper we focus on pruning individual neurons, which can simultaneously trim model size, FLOPs, and run-time memory. To improve upo…

2017

A Generic Deep Architecture for Single Image Reflection Removal and Image Smoothing

ICCV 2017poster

This paper proposes a deep neural network structure that exploits edge information in addressing representative low-level vision tasks such as layer separation and image filtering. Unlike most other deep learning strategies applied in this context, our approach tackles these challenging problems by…

Cited by 379PDFScholar
2015

Unsupervised Extraction of Video Highlights Via Robust Recurrent Auto-Encoders

ICCV 2015poster

With the growing popularity of short-form video sharing platforms such as Instagram and Vine, there has been an increasing need for techniques that automatically extract highlights from video. Whereas prior works have approached this problem with heuristic rules or supervised learning, we present an…

Cited by 221PDFScholar