← Search

Soledad Villar

15 accepted papers

2026

$\mu$pscaling small models: Principled warm starts and hyperparameter transfer

ICML 2026poster

Modern large-scale neural networks are often trained and released in multiple sizes to accommodate diverse inference budgets. To improve efficiency, recent work has explored *model upscaling*: initializing larger models from trained smaller ones in order to transfer knowledge and accelerate converge…

Cited by 0SourceScholar
2026

Tensor learning with orthogonal, Lorentz, and symplectic symmetries

ICLR 2026poster

Tensors are a fundamental data structure for many scientific contexts, such as time series analysis, materials science, and physics, among many others. Improving our ability to produce and handle tensors is essential to efficiently address problems in these domains. In this paper, we show how to exp…

Cited by 0SourceScholar
2025

On Transferring Transferability: Towards a Theory for Size Generalization

NeurIPS 2025spotlight

Many modern learning tasks require models that can take inputs of varying sizes. Consequently, dimension-independent architectures have been proposed for domains where the inputs are graphs, sets, and point clouds. Recent work on graph neural networks has explored whether a model trained on low-dime…

Cited by 0SourcecodeScholar
2024

A Spectral Analysis of Graph Neural Networks on Dense and Sparse Graphs

ICASSP 2024accepted

In this work we propose a random graph model that can produce graphs at different levels of sparsity. We analyze how sparsity affects the graph spectra, and thus the performance of graph neural networks (GNNs) in node classification on dense and sparse graphs. We compare GNNs with spectral methods k…

Cited by 0SourceScholar
2024

Graph neural networks and non-commuting operators

NeurIPS 2024poster

Graph neural networks (GNNs) provide state-of-the-art results in a wide variety of tasks which typically involve predicting features at the vertices of a graph. They are built from layers of graph convolutions which serve as a powerful inductive bias for describing the flow of information among the…

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…

2023

Fine-grained Expressivity of Graph Neural Networks

NeurIPS 2023poster

Numerous recent works have analyzed the expressive power of message-passing graph neural networks (MPNNs), primarily utilizing combinatorial techniques such as the $1$-dimensional Weisfeiler--Leman test ($1$-WL) for the graph isomorphism problem. However, the graph isomorphism objective is inherentl…

2021

Scalars are universal: Equivariant machine learning, structured like classical physics

NeurIPS 2021poster

There has been enormous progress in the last few years in designing neural networks that respect the fundamental symmetries and coordinate freedoms of physical law. Some of these frameworks make use of irreducible representations, some make use of high-order tensor objects, and some apply symmetry-…

2019

On the equivalence between graph isomorphism testing and function approximation with GNNs

NeurIPS 2019poster

Graph neural networks (GNNs) have achieved lots of success on graph-structured data. In light of this, there has been increasing interest in studying their representation power. One line of work focuses on the universal approximation of permutation-invariant functions by certain classes of GNNs, and…