paper-with-me

홈 › Papers

How the Optimizer Shapes Learned Solutions in Equivariant Neural Networks

2026-05-26 · Teodor-Mihai Stupariu, Andrei Manolache arxiv

Equivariant neural networks encode geometric symmetries by construction, yet they are often difficult to optimize and can underperform less constrained architectures. A growing body of work addresses this through architectural modifications such as constraint relaxation or approximate equivariance, while the role of the optimizer remains comparatively underexplored. We study this direction by comparing Muon and Adam across several equivariant and geometric architectures under pointcloud and molecular learning settings. On ModelNet40, where the comparison is clearest, Muon consistently improves over Adam across all architectures considered. We then analyze the trained ModelNet40 checkpoints through Hessian estimates, loss surface visualizations, and spectral properties of learned weights and intermediate representations. The checkpoints reached by Muon have larger Hessian curvature summaries but more regular loss surfaces, and their learned weights and representations have higher stable and effective ranks. These observations suggest that the interaction between optimizer design and geometric inductive bias deserves further attention from the community.

📄 PDF Abstract BibTeX arXiv:2605.27662

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

3D Equivariant Graph Implicit Functions

2022-03-31 · Yunlu Chen, Basura Fernando, Hakan Bilen, Matthias Nießner 외

In recent years, neural implicit representations have made remarkable progress in modeling of 3D shapes with arbitrary topology. In this work, we address two key limitations of such representations, in failing to capture…

Universal Neural Functionals

2024-02-07 · Allan Zhou, Chelsea Finn, James Harrison

A challenging problem in many modern machine learning tasks is to process weight-space features, i.e., to transform or extract information from the weights and gradients of a neural network. Recent works have developed p…

The Loss Does Not See the Basis, but Adam Does

2026-08-05 · Devender Singh hf

Gradient descent on a factored model W = UV^top is implicitly biased toward low-rank solutions, while Adam, starting from the same small initialization, is not. We trace the difference to the gauge symmetry of the loss, …

Shape-conditioned 3D Molecule Generation via Equivariant Diffusion Models

2023-08-23 · Ziqi Chen, Bo Peng, Srinivasan Parthasarathy, Xia Ning

Ligand-based drug design aims to identify novel drug candidates of similar shapes with known active molecules. In this paper, we formulated an in silico shape-conditioned molecule generation problem to generate 3D molecu…

3D Molecule GenerationDrug Design

Frame Averaging for Equivariant Shape Space Learning

2021-12-03 · CVPR 2022 1 · Matan Atzmon, Koki Nagano, Sanja Fidler, Sameh Khamis 외

The task of shape space learning involves mapping a train set of shapes to and from a latent representation space with good generalization properties. Often, real-world collections of shapes have symmetries, which can be…