← Search

Sharvaree Vadgama

8 accepted papers

2026

Platonic Transformers: A Solid Choice For Equivariance

ICML 2026poster

While widespread, Transformers lack inductive biases for geometric symmetries common in science and computer vision. Existing equivariant methods often sacrifice the efficiency and flexibility that make Transformers so effective through complex, computationally intensive designs. We introduce the Pl…

Cited by 0SourceScholar
2025

Controlled Generation with Equivariant Variational Flow Matching

ICML 2025poster

We derive a controlled generation objective within the framework of Variational Flow Matching (VFM), which casts flow matching as a variational inference problem. We demonstrate that controlled generation can be implemented two ways: (1) by way of end-to-end training of conditional generative models…

Cited by 0SourcePDFScholar
2025

Grounding Continuous Representations in Geometry: Equivariant Neural Fields

ICLR 2025poster

Conditional Neural Fields (CNFs) are increasingly being leveraged as continuous signal representations, by associating each data-sample with a latent variable that conditions a shared backbone Neural Field (NeF) to reconstruct the sample. However, existing CNF architectures face limitations when usi…

2025

On the Importance of Embedding Norms in Self-Supervised Learning

ICML 2025poster

Self-supervised learning (SSL) allows training data representations without a supervised signal and has become an important paradigm in machine learning. Most SSL methods employ the cosine similarity between embedding vectors and hence effectively embed data on a hypersphere. While this seemingly im…

2025

Probing Equivariance and Symmetry Breaking in Convolutional Networks

NeurIPS 2025poster

In this work, we explore the trade-offs of explicit structural priors, particularly group-equivariance. We address this through theoretical analysis and a comprehensive empirical study focusing on point clouds. To enable controlled and fair comparisons, we introduce \texttt{Rapidash}, a unified grou…

Cited by 0SourcecodeScholar
2024

Fast, Expressive $\mathrm{SE}(n)$ Equivariant Networks through Weight-Sharing in Position-Orientation Space

ICLR 2024poster

Based on the theory of homogeneous spaces we derive *geometrically optimal edge attributes* to be used within the flexible message-passing framework. We formalize the notion of weight sharing in convolutional networks as the sharing of message functions over point-pairs that should be treated equall…

2024

Learning symmetries via weight-sharing with doubly stochastic tensors

NeurIPS 2024poster

Group equivariance has emerged as a valuable inductive bias in deep learning, enhancing generalization, data efficiency, and robustness. Classically, group equivariant methods require the groups of interest to be known beforehand, which may not be realistic for real-world data. Additionally, baking…

2019

Greedy Sampling for Approximate Clustering in the Presence of Outliers

NeurIPS 2019poster

Greedy algorithms such as adaptive sampling (k-means++) and furthest point traversal are popular choices for clustering problems. One the one hand, they possess good theoretical approximation guarantees, and on the other, they are fast and easy to implement. However, one main issue with these algori…