← Search

Sidak Pal Singh

17 accepted papers

2026

Model Fusion via Retrofitting

ICML 2026poster

Model fusion aims to combine the knowledge of multiple models by creating one representative model that captures the strengths of all of its parents. However, this process is non-trivial due to differences in internal representations, which can stem from permutation invariance, random initialization…

Cited by 0SourceScholar
2025

Avoiding spurious sharpness minimization broadens applicability of SAM

ICML 2025poster

Curvature regularization techniques like Sharpness Aware Minimization (SAM) have shown great promise in improving generalization on vision tasks. However, we find that SAM performs poorly in domains like natural language processing (NLP), often degrading performance --- even with twice the compute b…

Cited by 1SourcePDFScholar
2025

Generalized Linear Mode Connectivity for Transformers

NeurIPS 2025oral

Understanding the geometry of neural network loss landscapes is a central question in deep learning, with implications for generalization and optimization. A striking phenomenon is $\textit{linear mode connectivity}$ (LMC), where independently trained models can be connected by low- or zero-barrier…

Cited by 0SourceScholar
2025

The Directionality of Optimization Trajectories in Neural Networks

ICLR 2025poster

The regularity or implicit bias in neural network optimization has been typically studied via the parameter norms or the landscape curvature, often overlooking the trajectory leading to these parameters. However, properties of the trajectory --- particularly its directionality --- capture critical a…

Cited by 0SourcePDFScholar
2025

What Does It Mean to Be a Transformer? Insights from a Theoretical Hessian Analysis

ICLR 2025spotlight

The Transformer architecture has inarguably revolutionized deep learning, overtaking classical architectures like multi-layer perceptions (MLPs) and convolutional neural networks (CNNs). At its core, the attention block differs in form and functionality from most other architectural components in de…

2024

Rethinking Attention: Exploring Shallow Feed-Forward Neural Networks as an Alternative to Attention Layers in Transformers (Student Abstract)

AAAI 2024technical

This work presents an analysis of the effectiveness of using standard shallow feed-forward networks to mimic the behavior of the attention mechanism in the original Transformer model, a state-of-the-art architecture for sequence-to-sequence tasks. We substitute key elements of the attention mechanis…

2024

Theoretical Characterisation of the Gauss Newton Conditioning in Neural Networks

NeurIPS 2024poster

The Gauss-Newton (GN) matrix plays an important role in machine learning, most evident in its use as a preconditioning matrix for a wide family of popular adaptive methods to speed up optimization. Besides, it can also provide key insights into the optimization landscape of neural networks. In the…

Cited by 0SourcePDFScholar
2024

Towards Meta-Pruning via Optimal Transport

ICLR 2024spotlight

Structural pruning of neural networks conventionally relies on identifying and discarding less important neurons, a practice often resulting in significant accuracy loss that necessitates subsequent fine-tuning efforts. This paper introduces a novel approach named Intra-Fusion, challenging this prev…

2024

Transformer Fusion with Optimal Transport

ICLR 2024poster

Fusion is a technique for merging multiple independently-trained neural networks in order to combine their capabilities. Past attempts have been restricted to the case of fully-connected, convolutional, and residual networks. This paper presents a systematic approach for fusing two or more transform…

2023

The Hessian perspective into the Nature of Convolutional Neural Networks

ICML 2023poster

While Convolutional Neural Networks (CNNs) have long been investigated and applied, as well as theorized, we aim to provide a slightly different perspective into their nature --- through the perspective of their Hessian maps. The reason is that the loss Hessian captures the pairwise interaction of p…

Cited by 9SourcePDFScholar
2022

Phenomenology of Double Descent in Finite-Width Neural Networks

ICLR 2022poster

`Double descent' delineates the generalization behaviour of models depending on the regime they belong to: under- or over-parameterized. The current theoretical understanding behind the occurrence of this phenomenon is primarily based on linear and kernel regression models --- with informal parallel…

Cited by 13SourcePDFScholar
2022

Signal Propagation in Transformers: Theoretical Perspectives and the Role of Rank Collapse

NeurIPS 2022accept

Transformers have achieved remarkable success in several domains, ranging from natural language processing to computer vision. Nevertheless, it has been recently shown that stacking self-attention layers — the distinctive architectural component of Transformers — can result in rank collapse of the t…

Cited by 88SourcePDFScholar
2021

Analytic Insights into Structure and Rank of Neural Network Hessian Maps

NeurIPS 2021poster

The Hessian of a neural network captures parameter interactions through second-order derivatives of the loss. It is a fundamental object of study, closely tied to various problems in deep learning, including model design, optimization, and generalization. Most prior work has been empirical, typicall…

Cited by 37SourcePDFScholar
2020

Context Mover’s Distance & Barycenters: Optimal Transport of Contexts for Building Representations

AISTATS 2020poster

We present a framework for building unsupervised representations of entities and their compositions, where each entity is viewed as a probability distribution rather than a vector embedding. In particular, this distribution is supported over the contexts which co-occur with the entity and are embedd…

2020

WoodFisher: Efficient Second-Order Approximation for Neural Network Compression

NeurIPS 2020poster

Second-order information, in the form of Hessian- or Inverse-Hessian-vector products, is a fundamental tool for solving optimization problems. Recently, there has been significant interest in utilizing this information in the context of deep neural networks; however, relatively little is known about…