paper-with-me

Papers

To Augment or Not to Augment? Diagnosing Distributional Symmetry Breaking

2025-10-01 · Hannah Lawrence, Elyssa Hofgard, Vasco Portilheiro, Yuxuan Chen, Tess Smidt, Robin Walters arxiv

Symmetry-aware methods for machine learning, such as data augmentation and equivariant architectures, encourage correct model behavior on all transformations (e.g. rotations or permutations) of the original dataset. These methods can improve generalization and sample efficiency, under the assumption that the transformed datapoints are highly probable, or "important", under the test distribution. In this work, we develop a method for critically evaluating this assumption. In particular, we propose a metric to quantify the amount of symmetry breaking in a dataset, via a two-sample classifier test that distinguishes between the original dataset and its randomly augmented equivalent. We validate our metric on synthetic datasets, and then use it to uncover surprisingly high degrees of symmetry-breaking in several benchmark point cloud datasets, constituting a severe form of dataset bias. We show theoretically that distributional symmetry-breaking can prevent invariant methods from performing optimally even when the underlying labels are truly invariant, for invariant ridge regression in the infinite feature limit. Empirically, the implication for symmetry-aware methods is dataset-dependent: equivariant methods still impart benefits on some symmetry-biased datasets, but not others, particularly when the symmetry bias is predictive of the labels. Overall, these findings suggest that understanding equivariance -- both when it works, and why -- may require rethinking symmetry biases in the data.

📄 PDF Abstract BibTeX arXiv:2510.01349

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

Symmetry-Breaking Augmentations for Ad Hoc Teamwork

2024-02-15 · Ravi Hammond, Dustin Craggs, Mingyu Guo, Jakob Foerster 외

In many collaborative settings, artificial intelligence (AI) agents must be able to adapt to new teammates that use unknown or previously unobserved strategies. While often simple for humans, this can be challenging for …

AI AgentDiversity

Implicit Augmentation from Distributional Symmetry in Turbulence Super-Resolution

2025-09-25 · Julia Balla, Jeremiah Bailey, Ali Backour, Elyssa Hofgard 외 arxiv

The immense computational cost of simulating turbulence has motivated the use of machine learning approaches for super-resolving turbulent flows. A central challenge is ensuring that learned models respect physical symme…

Symmetry-Augmented Representation for Time Series

2021-01-01 · Amine Mohamed Aboussalah, Chi-Guhn Lee

We examine the hypothesis that the concept of symmetry augmentation is fundamentally linked to learning. Our focus in this study is on the augmentation of symmetry embedded in 1-dimensional time series (1D-TS). Motivated…

ManagementTime SeriesTime Series Analysis

Equivariant Symmetry Breaking Sets

2024-02-05 · Yuqing Xie, Tess Smidt

Equivariant neural networks (ENNs) have been shown to be extremely effective in applications involving underlying symmetries. By construction ENNs cannot produce lower symmetry outputs given a higher symmetry input. Howe…

Symmetry Breaking in Neural Network Optimization: Insights from Input Dimension Expansion

2024-09-10 · Jun-Jie Zhang, Nan Cheng, Fu-Peng Li, Xiu-Cheng Wang 외

Understanding the mechanisms behind neural network optimization is crucial for improving network design and performance. While various optimization techniques have been developed, a comprehensive understanding of the und…