SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2502.17391 · ICLR · 2025

The Empirical Impact of Reducing Symmetries on the Performance of Deep Ensembles and MoE

Andrei Chernov, Oleg Novitskij

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 7 functions out of this paper's own repositories and ran 6 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
krds00/asym_ensembles — 6 of 7
FunctionStatusWhere it lives
GumbelGatingNetwork Ran krds00/asym_ensembles/src/asym_ensembles/modeling/moie.py
pointer only (licence: NONE) · get_code("02657715e1d13831")
MoIEBlock Ran krds00/asym_ensembles/src/asym_ensembles/modeling/moie.py
pointer only (licence: NONE) · get_code("e78a96d20c09fb87")
SparseLinear Ran krds00/asym_ensembles/src/asym_ensembles/modeling/moie.py
pointer only (licence: NONE) · get_code("614b5f9bd4e8b4e3")
get_subset Ran krds00/asym_ensembles/src/asym_ensembles/modeling/moie.py
pointer only (licence: NONE) · get_code("d1071ab299dbae51")
make_mask Ran krds00/asym_ensembles/src/asym_ensembles/modeling/moie.py
pointer only (licence: NONE) · get_code("ad7c26fe7064907e")
normal_mask Ran krds00/asym_ensembles/src/asym_ensembles/modeling/moie.py
pointer only (licence: NONE) · get_code("edfccf2251e7910e")
MoIE Not yet run krds00/asym_ensembles/src/asym_ensembles/modeling/moie.py
pointer only (licence: NONE) · get_code("708ffcdde6aae876")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Recent studies have shown that reducing symmetries in neural networks enhances linear mode connectivity between networks without requiring parameter space alignment, leading to improved performance in linearly interpolated neural networks. However, in practical applications, neural network interpolation is rarely used; instead, ensembles of networks are more common. In this paper, we empirically investigate the impact of reducing symmetries on the performance of deep ensembles and Mixture of Experts (MoE) across five datasets. Additionally, to explore deeper linear mode connectivity, we introduce the Mixture of Interpolated Experts (MoIE). Our results show that deep ensembles built on asymmetric neural networks achieve significantly better performance as ensemble size increases compared to their symmetric counterparts. In contrast, our experiments do not provide conclusive evidence on whether reducing symmetries affects both MoE and MoIE architectures. The code is available on GitHub 1 .

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2502.17391")
get_code_for_paper("2502.17391")
have("2502.17391")

Connect an agent — have() is free.