← Search

Mariia Seleznova

4 accepted papers

2026

GradPCA: Leveraging NTK Alignment for Reliable Out-of-Distribution Detection

ICLR 2026poster

We introduce GradPCA, an Out-of-Distribution (OOD) detection method that exploits the low-rank structure of neural network gradients induced by Neural Tangent Kernel (NTK) alignment. GradPCA applies Principal Component Analysis (PCA) to gradient class-means, achieving more consistent performance tha…

Cited by 0SourcecodeScholar
2025

Revisiting Glorot Initialization for Long-Range Linear Recurrences

NeurIPS 2025poster

Proper initialization is critical for Recurrent Neural Networks (RNNs), particularly in long-range reasoning tasks, where repeated application of the same weight matrix can cause vanishing or exploding signals. A common baseline for linear recurrences is Glorot initialization, designed to ensure sta…

Cited by 0SourceScholar
2022

Neural Tangent Kernel Beyond the Infinite-Width Limit: Effects of Depth and Initialization

ICML 2022spotlight

Neural Tangent Kernel (NTK) is widely used to analyze overparametrized neural networks due to the famous result by Jacot et al. (2018): in the infinite-width limit, the NTK is deterministic and constant during training. However, this result cannot explain the behavior of deep networks, since it gene…