← Search

Stefanie Jegelka

105 accepted papers

2026

Any-Subgroup Equivariant Networks via Symmetry Breaking

ICLR 2026poster

The inclusion of symmetries as an inductive bias, known as *equivariance*, often improves generalization on geometric data (e.g. grids, sets, and graphs). However, equivariant architectures are usually highly constrained, designed for symmetries chosen *a priori*, and not applicable to datasets with…

Cited by 0SourceScholar
2026

Better Together: Leveraging Unpaired Multimodal Data for Stronger Unimodal Models

ICLR 2026poster

Traditional multimodal learners find unified representations for tasks like visual question answering, but rely heavily on large paired datasets. However, an overlooked yet potentially powerful question is: can one leverage auxiliary $\textit{unpaired}$ multimodal data to directly enhance representa…

Cited by 0SourcecodeScholar
2026

Beyond Structural Symmetries: Linear Mode Connectivity via Neuron Identifiability

ICML 2026poster

Many striking phenomena in deep learning, such as linear mode connectivity and the structured behavior of training dynamics, are closely tied to parameter symmetries: transformations that leave the realized function unchanged. Despite growing attention to structural parameter symmetries, the exact i…

Cited by 0SourceScholar
2026

CSRv2: Unlocking Ultra-Sparse Embeddings

ICLR 2026poster

In the era of large foundation models, the quality of embeddings has become a central determinant of downstream task performance and overall system capability. Yet widely used dense embeddings are often extremely high-dimensional (e.g., 4096), incurring substantial costs in storage, memory, and inf…

Cited by 0SourcecodeScholar
2026

Learning to Approximate Uniform Facility Location via Graph Neural Networks

ICML 2026poster

There has been a growing interest in using neural networks, especially message-passing neural networks (MPNNs), to solve hard combinatorial optimization problems heuristically. However, existing learning-based approaches for hard combinatorial optimization tasks often rely on supervised training dat…

Cited by 0SourceScholar
2026

No More K-means: Single-Stage Sparse Coding for Efficient Multi-Vector Retrieval

ICML 2026poster

Multi-vector retrieval (MVR) models, exemplified by ColBERT, have established new benchmarks in retrieval accuracy by preserving fine-grained token-level interactions. However, this granularity imposes prohibitive storage and retrieval efficiency bottlenecks: to manage the immense memory footprint a…

Cited by 0SourceScholar
2026

SSL4RL: Revisiting Self-supervised Learning as Intrinsic Reward for Visual-Language Reasoning

ICML 2026poster

Vision-language models (VLMs) have shown remarkable abilities by integrating large language models with visual inputs. However, they often fail to utilize visual evidence adequately, either depending on linguistic priors in vision-centric tasks or resorting to textual shortcuts during reasoning. Alt…

Cited by 0SourceScholar
2026

Scaling Attention via Feature Sparsity

ICLR 2026poster

Scaling Transformers to ultra-long contexts is bottlenecked by the $O(n^2 d)$ cost of self-attention. Existing methods reduce this cost along the sequence axis through local windows, kernel approximations, or token-level sparsity, but these approaches consistently degrade accuracy. In this paper, we…

Cited by 0SourcecodeScholar
2026

Sequential Parallel Duality in Prefix Scannable Models

ICLR 2026poster

Modern neural sequence models are designed to meet the dual mandate of parallelizable training and fast sequential inference. Recent developments have given rise to various models, such as Gated Linear Attention (GLA) and Mamba, that achieve such ``sequential-parallel duality.'' This raises a natura…

Cited by 0SourceScholar
2026

When More is Less: Understanding Chain-of-Thought Length in LLMs

ICLR 2026poster

Large Language Models (LLMs) increasingly rely on Chain-of-Thought (CoT) reasoning to solve complex problems. Contrary to the common belief that longer CoTs always improve performance, we demonstrate that **longer is not always better**. Across both real-world LLMs and theoretical models, task accur…

Cited by 0SourceScholar
2025

$\texttt{G1}$: Teaching LLMs to Reason on Graphs with Reinforcement Learning

NeurIPS 2025poster

Although Large Language Models (LLMs) have demonstrated remarkable progress, their proficiency in graph-related tasks remains notably limited, hindering the development of truly general-purpose models. Previous attempts, including pretraining graph foundation models or employing supervised fine-tuni…

Cited by 0SourcecodeScholar
2025

A Robust Kernel Statistical Test of Invariance: Detecting Subtle Asymmetries

AISTATS 2025oral

While invariances naturally arise in almost any type of real-world data, no efficient and robust test exists for detecting them in observational data under arbitrarily given group actions. We tackle this problem by studying measures of invariance that can capture even negligible underlying patterns.…

Cited by 0SourceScholar
2025

An Information Criterion for Controlled Disentanglement of Multimodal Data

ICLR 2025poster

Multimodal representation learning seeks to relate and decompose information inherent in multiple modalities. By disentangling modality-specific information from information that is shared across modalities, we can improve interpretability and robustness and enable downstream tasks such as the gener…

2025

Beyond Interpretability: The Gains of Feature Monosemanticity on Model Robustness

ICLR 2025poster

Deep learning models often suffer from a lack of interpretability due to \emph{polysemanticity}, where individual neurons are activated by multiple unrelated semantics, resulting in unclear attributions of model behavior. Recent advances in \emph{monosemanticity}, where neurons correspond to consist…

2025

Beyond Matryoshka: Revisiting Sparse Coding for Adaptive Representation

ICML 2025oral

Many large-scale systems rely on high-quality deep representations (embeddings) to facilitate tasks like retrieval, search, and generative modeling. Matryoshka Representation Learning (MRL) recently emerged as a solution for adaptive embedding lengths, but it requires full model retraining and suffe…

2025

Generalization Bounds for Canonicalization: A Comparative Study with Group Averaging

ICLR 2025poster

Canonicalization, a popular method for generating invariant or equivariant function classes from arbitrary function sets, involves initial data projection onto a reduced input space subset, followed by applying any learning method to the projected dataset. Despite recent research on the expressive p…

Cited by 0SourcePDFScholar
2025

Generalization, Expressivity, and Universality of Graph Neural Networks on Attributed Graphs

ICLR 2025poster

We analyze the universality and generalization of graph neural networks (GNNs) on attributed graphs, i.e., with node attributes. To this end, we propose pseudometrics over the space of all attributed graphs that describe the fine-grained expressivity of GNNs. Namely, GNNs are both Lipschitz continuo…

Cited by 0SourcePDFScholar
2025

Geometric Algorithms for Neural Combinatorial Optimization with Constraints

NeurIPS 2025poster

Self-Supervised Learning (SSL) for Combinatorial Optimization (CO) is an emerging paradigm for solving combinatorial problems using neural networks. In this paper, we address a central challenge of SSL for CO: solving problems with discrete constraints. We design an end-to-end differentiable framewo…

Cited by 0SourceScholar
2025

Learning Diffusion Models with Flexible Representation Guidance

NeurIPS 2025poster

Diffusion models can be improved with additional guidance towards more effective representations of input. Indeed, prior empirical work has already shown that aligning internal representations of the diffusion model with those of pre-trained models improves generation quality. In this paper, we pres…

Cited by 0SourceScholar
2025

Learning Efficient Positional Encodings with Graph Neural Networks

ICLR 2025poster

Positional encodings (PEs) are essential for effective graph representation learning because they provide position awareness in inherently position-agnostic transformer architectures and increase the expressive capacity of Graph Neural Networks (GNNs). However, designing powerful and efficient PEs f…

2025

Learning Linear Attention in Polynomial Time

NeurIPS 2025oral

Previous research has explored the expressivity of Transformer models in simulating Boolean circuits or Turing machines. However, the efficient learnability of Transformers from data has remained an open question. Our study addresses this gap by providing the first polynomial-time learnability resu…

Cited by 0SourceScholar
2025

Learning with Exact Invariances in Polynomial Time

ICML 2025spotlight

We study the statistical-computational trade-offs for learning with exact invariances (or symmetries) using kernel regression. Traditional methods, such as data augmentation, group averaging, canonicalization, and frame-averaging, either fail to provide a polynomial-time solution or are not applicab…

Cited by 0SourcePDFScholar
2025

What is Wrong with Perplexity for Long-context Language Modeling?

ICLR 2025poster

Handling long-context inputs is crucial for large language models (LLMs) in tasks such as extended conversations, document summarization, and many-shot in-context learning. While recent approaches have extended the context windows of LLMs and employed perplexity (PPL) as a standard evaluation metric…

2024

A Canonicalization Perspective on Invariant and Equivariant Learning

NeurIPS 2024poster

In many applications, we desire neural networks to exhibit invariance or equivariance to certain groups due to symmetries inherent in the data. Recently, frame-averaging methods emerged to be a unified framework for attaining symmetries efficiently by averaging over input-dependent subsets of the gr…

2024

A Poincaré Inequality and Consistency Results for Signal Sampling on Large Graphs

ICLR 2024spotlight

Large-scale graph machine learning is challenging as the complexity of learning models scales with the graph size. Subsampling the graph is a viable alternative, but sampling on graphs is nontrivial as graphs are non-Euclidean. Existing graph sampling techniques require not only computing the spectr…

Cited by 2SourcePDFScholar
2024

A Theoretical Understanding of Self-Correction through In-context Alignment

NeurIPS 2024poster

Going beyond mimicking limited human experiences, recent studies show initial evidence that, like humans, large language models (LLMs) are capable of improving their abilities purely by self-correction, i.e., correcting previous responses through self-examination, as seen in models like OpenAI o1. N…

2024

A Universal Class of Sharpness-Aware Minimization Algorithms

ICML 2024poster

Recently, there has been a surge in interest in developing optimization algorithms for overparameterized models as achieving generalization is believed to require algorithms with suitable biases. This interest centers on minimizing sharpness of the original loss function; the Sharpness-Aware Minimiz…

2024

Are Graph Neural Networks Optimal Approximation Algorithms?

NeurIPS 2024spotlight

In this work we design graph neural network architectures that capture optimal approximation algorithms for a large class of combinatorial optimization problems, using powerful algorithmic tools from semidefinite programming (SDP). Concretely, we prove that polynomial-sized message-passing algorithm…

2024

Can Looped Transformers Learn to Implement Multi-step Gradient Descent for In-context Learning?

ICML 2024poster

Transformers to do reasoning and few-shot learning, without any fine-tuning, is widely conjectured to stem from their ability to implicitly simulate a multi-step algorithms -- such as gradient descent -- with their weights in a single forward pass. Recently, there has been progress in understanding…

Cited by 18SourcePDFScholar
2024

In-Context Symmetries: Self-Supervised Learning through Contextual World Models

NeurIPS 2024poster

At the core of self-supervised learning for vision is the idea of learning invariant or equivariant representations with respect to a set of data transformations. This approach, however, introduces strong inductive biases, which can render the representations fragile in downstream tasks that do not…

Cited by 0SourcePDFScholar
2024

On the Role of Attention Masks and LayerNorm in Transformers

NeurIPS 2024poster

Self-attention is the key mechanism of transformers, which are the essential building blocks of modern foundation models. Recent studies have shown that pure self-attention suffers from an increasing degree of rank collapse as depth increases, limiting model expressivity and further utilization of m…

Cited by 12SourcePDFScholar
2024

On the Stability of Expressive Positional Encodings for Graphs

ICLR 2024poster

Designing effective positional encodings for graphs is key to building powerful graph transformers and enhancing message-passing graph neural networks. Although widespread, using Laplacian eigenvectors as positional encodings faces two fundamental challenges: (1) *Non-uniqueness*: there are many dif…

2024

On the hardness of learning under symmetries

ICLR 2024spotlight

We study the problem of learning equivariant neural networks via gradient descent. The incorporation of known symmetries ("equivariance") into neural nets has empirically improved the performance of learning pipelines, in domains ranging from biology to computer vision. However, a rich yet separate…

Cited by 13SourcePDFScholar
2024

Position: Future Directions in the Theory of Graph Machine Learning

ICML 2024poster

Machine learning on graphs, especially using graph neural networks (GNNs), has seen a surge in interest due to the wide availability of graph data across a broad spectrum of disciplines, from life to social and engineering sciences. Despite their practical success, our theoretical understanding of t…

Cited by 14SourcePDFScholar
2024

Sample Complexity Bounds for Estimating Probability Divergences under Invariances

ICML 2024poster

Group-invariant probability distributions appear in many data-generative models in machine learning, such as graphs, point clouds, and images. In practice, one often needs to estimate divergences between such distributions. In this work, we study how the inherent invariances, with respect to any smo…

Cited by 8SourcePDFScholar
2024

Simplicity Bias via Global Convergence of Sharpness Minimization

ICML 2024poster

The remarkable generalization ability of neural networks is usually attributed to the implicit bias of SGD, which often yields models with lower complexity using simpler (e.g. linear) and low-rank features. Recent works have provided empirical and theoretical evidence for the bias of particular vari…

Cited by 1SourcePDFScholar
2024

Structuring Representation Geometry with Rotationally Equivariant Contrastive Learning

ICLR 2024poster

Self-supervised learning converts raw perceptual data such as images to a compact space where simple Euclidean distances measure meaningful variations in data. In this paper, we extend this formulation by adding additional geometric structure to the embedding space by enforcing transformations of in…

2024

The Empirical Impact of Neural Parameter Symmetries, or Lack Thereof

NeurIPS 2024poster

Many algorithms and observed phenomena in deep learning appear to be affected by parameter symmetries --- transformations of neural network parameters that do not change the underlying neural network function. These include linear mode connectivity, model merging, Bayesian neural network inference,…

2024

Understanding the Role of Equivariance in Self-supervised Learning

NeurIPS 2024poster

Contrastive learning has been a leading paradigm for self-supervised learning, but it is widely observed that it comes at the price of sacrificing useful features (\eg colors) by being invariant to data augmentations. Given this limitation, there has been a surge of interest in equivariant self-supe…

2023

Efficiently predicting high resolution mass spectra with graph neural networks

ICML 2023poster

Identifying a small molecule from its mass spectrum is the primary open problem in computational metabolomics. This is typically cast as information retrieval: an unknown spectrum is matched against spectra predicted computationally from a large database of chemical structures. However, current appr…

Cited by 32SourcePDFScholar
2023

Expressive Sign Equivariant Networks for Spectral Geometric Learning

NeurIPS 2023spotlight

Recent work has shown the utility of developing machine learning models that respect the structure and symmetries of eigenvectors. These works promote sign invariance, since for any eigenvector v the negation -v is also an eigenvector. However, we show that sign invariance is theoretically limited f…

2023

Limits, approximation and size transferability for GNNs on sparse graphs via graphops

NeurIPS 2023poster

Can graph neural networks generalize to graphs that are different from the graphs they were trained on, e.g., in size? In this work, we study this question from a theoretical perspective. While recent work established such transferability and approximation results via graph limits, e.g., via graphon…

Cited by 19SourcePDFScholar
2023

Sign and Basis Invariant Networks for Spectral Graph Representation Learning

ICLR 2023top-25%

We introduce SignNet and BasisNet---new neural architectures that are invariant to two key symmetries displayed by eigenvectors: (i) sign flips, since if v is an eigenvector then so is -v; and (ii) more general basis symmetries, which occur in higher dimensional eigenspaces with infinitely many choi…

2023

The Exact Sample Complexity Gain from Invariances for Kernel Regression

NeurIPS 2023spotlight

In practice, encoding invariances into models improves sample complexity. In this work, we study this phenomenon from a theoretical perspective. In particular, we provide minimax optimal rates for kernel ridge regression on compact manifolds, with a target function that is invariant to a group actio…

Cited by 21SourcePDFScholar
2023

The Power of Recursion in Graph Neural Networks for Counting Substructures

AISTATS 2023poster

To achieve a graph representation, most Graph Neural Networks (GNNs) follow two steps: first, each graph is decomposed into a number of subgraphs (which we call the recursion step), and then the collection of subgraphs is encoded by several iterative pooling steps. While recently proposed higher-ord…

Cited by 13SourcePDFScholar
2023

What is the Inductive Bias of Flatness Regularization? A Study of Deep Matrix Factorization Models

NeurIPS 2023poster

Recent works on over-parameterized neural networks have shown that the stochasticity in optimizers has the implicit regularization effect of minimizing the sharpness of the loss function (in particular, the trace of its Hessian) over the family zero-loss solutions. More explicit forms of flatness r…

Cited by 16SourcePDFScholar
2022

Neural Set Function Extensions: Learning with Discrete Functions in High Dimensions

NeurIPS 2022accept

Integrating functions on discrete domains into neural networks is key to developing their capability to reason about discrete objects. But, discrete domains are (1) not naturally amenable to gradient-based optimization, and (2) incompatible with deep learning architectures that rely on representatio…

2022

On the generalization of learning algorithms that do not converge

NeurIPS 2022accept

Generalization analyses of deep learning typically assume that the training converges to a fixed point. But, recent results indicate that in practice, the weights of deep neural networks optimized with stochastic gradient descent often oscillate indefinitely. To reduce this discrepancy between theor…

Cited by 15SourcePDFScholar
2022

Optimization and Adaptive Generalization of Three layer Neural Networks

ICLR 2022poster

While there has been substantial recent work studying generalization of neural networks, the ability of deep nets in automating the process of feature extraction still evades a thorough mathematical understanding. As a step toward this goal, we analyze learning and generalization of a three-laye…

Cited by 3SourcePDFScholar
2022

Robust Contrastive Learning Against Noisy Views

CVPR 2022poster

Contrastive learning relies on an assumption that positive pairs contain related views that share certain underlying information about an instance, e.g., patches of an image or co-occurring multimodal signals of a video. What if this assumption is violated? The literature suggests that contrastive l…

Cited by 100PDFcodeScholar
2022

Tree Mover's Distance: Bridging Graph Metrics and Stability of Graph Neural Networks

NeurIPS 2022accept

Understanding generalization and robustness of machine learning models fundamentally relies on assuming an appropriate metric on the data space. Identifying such a metric is particularly challenging for non-Euclidean data such as graphs. Here, we propose a pseudometric for attributed graphs, the Tre…

2021

Can contrastive learning avoid shortcut solutions?

NeurIPS 2021poster

The generalization of representations learned via contrastive learning depends crucially on what features of the data are extracted. However, we observe that the contrastive loss does not always sufficiently guide which features are extracted, a behavior that can negatively impact the performance on…

2021

Contrastive Learning with Hard Negative Samples

ICLR 2021poster

We consider the question: how can you sample good negative examples for contrastive learning? We argue that, as with metric learning, learning contrastive representations benefits from hard negative samples (i.e., points that are difficult to distinguish from an anchor point). The key challenge towa…

2021

How Neural Networks Extrapolate: From Feedforward to Graph Neural Networks

ICLR 2021oral

We study how neural networks trained by gradient descent extrapolate, i.e., what they learn outside the support of the training distribution. Previous works report mixed empirical results when extrapolating with neural networks: while feedforward neural networks, a.k.a. multilayer perceptrons (MLPs…

2021

Information Obfuscation of Graph Neural Networks

ICML 2021spotlight

While the advent of Graph Neural Networks (GNNs) has greatly improved node and graph representation learning in many applications, the neighborhood aggregation scheme exposes additional vulnerabilities to adversaries seeking to extract node-level information about sensitive attributes. In this paper…

2021

Measuring Generalization with Optimal Transport

NeurIPS 2021spotlight

Understanding the generalization of deep neural networks is one of the most important tasks in deep learning. Although much progress has been made, theoretical error bounds still often behave disparately from empirical observations. In this work, we develop margin-based generalization bounds, where…

2021

Optimization of Graph Neural Networks: Implicit Acceleration by Skip Connections and More Depth

ICML 2021spotlight

Graph Neural Networks (GNNs) have been studied through the lens of expressive power and generalization. However, their optimization properties are less well understood. We take the first step towards analyzing GNN training by studying the gradient dynamics of GNNs. First, we analyze linearized GNNs…

Cited by 107SourcePDFScholar
2021

Scaling up Continuous-Time Markov Chains Helps Resolve Underspecification

NeurIPS 2021poster

Modeling the time evolution of discrete sets of items (e.g., genetic mutations) is a fundamental problem in many biomedical applications. We approach this problem through the lens of continuous-time Markov chains, and show that the resulting learning task is generally underspecified in the usual set…

Cited by 12SourcePDFScholar
2020

Adaptive Sampling for Stochastic Risk-Averse Learning

NeurIPS 2020poster

In high-stakes machine learning applications, it is crucial to not only perform well {\em on average}, but also when restricted to {\em difficult} examples. To address this, we consider the problem of training models in a risk-averse manner. We propose an adaptive sampling algorithm for stochastical…

2020

Complexity of Finding Stationary Points of Nonconvex Nonsmooth Functions

ICML 2020poster

We provide the first non-asymptotic analysis for finding stationary points of nonsmooth, nonconvex functions. In particular, we study the class of Hadamard semi-differentiable functions, perhaps the largest class of nonsmooth functions for which the chain rule of calculus holds. This class contains…

2020

Debiased Contrastive Learning

NeurIPS 2020spotlight

A prominent technique for self-supervised representation learning has been to contrast semantically similar and dissimilar pairs of samples. Without access to labels, dissimilar (negative) points are typically taken to be randomly sampled datapoints, implicitly accepting that these points may, in re…

2020

Distributionally Robust Bayesian Optimization

AISTATS 2020poster

Robustness to distributional shift is one of the key challenges of contemporary machine learning. Attaining such robustness is the goal of distributionally robust optimization, which seeks a solution to an optimization problem that is worst-case robust under a specified distributional shift of an un…

Cited by 106SourcePDFScholar
2020

Estimating Generalization under Distribution Shifts via Domain-Invariant Representations

ICML 2020poster

When machine learning models are deployed on a test distribution different from the training distribution, they can perform poorly, but overestimate their performance. In this work, we aim to better estimate a model’s performance under distribution shift, without supervision. To do so, we use a set…

2020

Generalization and Representational Limits of Graph Neural Networks

ICML 2020poster

We address two fundamental questions about graph neural networks (GNNs). First, we prove that several important graph properties, e.g., shortest/longest cycle, diameter, or certain motifs, cannot be computed by GNNs that rely entirely on local information. Such GNNs include the standard message pass…

Cited by 400SourcePDFScholar
2020

IDEAL: Inexact DEcentralized Accelerated Augmented Lagrangian Method

NeurIPS 2020spotlight

We introduce a framework for designing primal methods under the decentralized optimization setting where local functions are smooth and strongly convex. Our approach consists of approximately solving a sequence of sub-problems induced by the accelerated augmented Lagrangian method, thereby providing…

Cited by 28SourcePDFScholar
2020

What Can Neural Networks Reason About?

ICLR 2020spotlight

Neural networks have succeeded in many reasoning tasks. Empirically, these tasks require specialized network structures, e.g., Graph Neural Networks (GNNs) perform well on many such tasks, but less structured networks fail. Theoretically, there is limited understanding of why and when a network stru…

Cited by 325SourcecodeScholar
2019

Flexible Modeling of Diversity with Strongly Log-Concave Distributions

NeurIPS 2019poster

Strongly log-concave (SLC) distributions are a rich class of discrete probability distributions over subsets of some ground set. They are strictly more general than strongly Rayleigh (SR) distributions such as the well-known determinantal point process. While SR distributions offer elegant models o…

2019

Learning Generative Models across Incomparable Spaces

ICML 2019oral

Generative Adversarial Networks have shown remarkable success in learning a distribution that faithfully recovers a reference distribution in its entirety. However, in some cases, we may want to only learn some aspects (e.g., cluster or manifold structure), while modifying others (e.g., style, orien…

Cited by 134SourcePDFScholar
2018

Adversarially Robust Optimization with Gaussian Processes

NeurIPS 2018spotlight

In this paper, we consider the problem of Gaussian process (GP) optimization with an added robustness requirement: The returned point may be perturbed by an adversary, and we require the function value to remain as high as possible even after this perturbation. This problem is motivated by settings…

2018

Batched Large-scale Bayesian Optimization in High-dimensional Spaces

AISTATS 2018poster

Bayesian optimization (BO) has become an effective approach for black-box function optimization problems when function evaluations are expensive and the optimum can be achieved within a relatively small number of queries. However, many cases, such as the ones with high-dimensional inputs, may requir…

Cited by 0SourcePDFScholar
2018

Distributional Adversarial Networks

ICLR 2018workshop

In most current formulations of adversarial training, the discriminators can be expressed as single-input operators, that is, the mapping they define is separable over observations. In this work, we argue that this property might help explain the infamous mode collapse phenomenon in adversarially-tr…

Cited by 32SourcecodeScholar
2018

Provable Variational Inference for Constrained Log-Submodular Models

NeurIPS 2018poster

Submodular maximization problems appear in several areas of machine learning and data science, as many useful modelling concepts such as diversity and coverage satisfy this natural diminishing returns property. Because the data defining these functions, as well as the decisions made with the compute…

Cited by 4SourcePDFScholar
2018

Representation Learning on Graphs with Jumping Knowledge Networks

ICML 2018oral

Recent deep learning approaches for representation learning on graphs follow a neighborhood aggregation procedure. We analyze some important properties of these models, and propose a strategy to overcome those. In particular, the range of "neighboring" nodes that a node’s representation draws from s…

Cited by 2591SourcePDFScholar
2017

Batched High-dimensional Bayesian Optimization via Structural Kernel Learning

ICML 2017poster

Optimization of high-dimensional black-box functions is an extremely challenging problem. While Bayesian optimization has emerged as a popular approach for optimizing black-box functions, its applicability has been limited to low-dimensional problems due to its computational and statistical challeng…

2017

Focused model-learning and planning for non-Gaussian continuous state-action systems

ICRA 2017poster

We introduce a framework for model learning and planning in stochastic domains with continuous state and action spaces and non-Gaussian transition models. It is efficient because (1) local models are estimated only when the planner requires them; (2) the planner focuses on the most relevant states t…

Cited by 22SourceScholar
2017

Parallel Streaming Wasserstein Barycenters

NeurIPS 2017poster

Efficiently aggregating data from different sources is a challenging problem, particularly when samples from each source are distributed differently. These differences can be inherent to the inference task or present for other reasons: sensors in a sensor network may be placed far apart, affecting t…

2016

Deep Metric Learning via Lifted Structured Feature Embedding

CVPR 2016spotlight

Learning the distance metric between pairs of examples is of great importance for learning and visual recognition. With the remarkable success from the state of the art convolutional neural networks, recent works have shown promising results on discriminatively training the networks to learn semanti…

Cited by 2134PDFcodeScholar
2016

Fast Mixing Markov Chains for Strongly Rayleigh Measures, DPPs, and Constrained Sampling

NeurIPS 2016poster

We study probability measures induced by set functions with constraints. Such measures arise in a variety of real-world settings, where prior knowledge, resource limitations, or other pragmatic considerations impose constraints. We consider the task of rapidly sampling from such constrained measures…

Cited by 42SourcePDFScholar
2016

Optimization as Estimation with Gaussian Processes in Bandit Settings

AISTATS 2016poster

Recently, there has been rising interest in Bayesian optimization – the optimization of an unknown function with assumptions usually expressed by a Gaussian Process (GP) prior. We study an optimization strategy that directly uses an estimate of the argmax of the function. This strategy offers both p…