paper-with-me

홈 › Papers

Dissecting Hessian: Understanding Common Structure of Hessian in Neural Networks

2020-10-08 · Yikai Wu, Xingyu Zhu, Chenwei Wu, Annie Wang, Rong Ge

Hessian captures important properties of the deep neural network loss landscape. Previous works have observed low rank structure in the Hessians of neural networks. In this paper, we propose a decoupling conjecture that decomposes the layer-wise Hessians of a network as the Kronecker product of two smaller matrices. We can analyze the properties of these smaller matrices and prove the structure of top eigenspace random 2-layer networks. The decoupling conjecture has several other interesting implications - top eigenspaces for different models have surprisingly high overlap, and top eigenvectors form low rank matrices when they are reshaped into the same shape as the corresponding weight matrix. All of these can be verified empirically for deeper networks. Finally, we use the structure of layer-wise Hessian to get better explicit generalization bounds for neural networks.

📄 PDF Abstract BibTeX arXiv:2010.04261

Code (0)

등록된 구현이 없습니다.

Tasks

Generalization Bounds

Similar Papers 제목 키워드 기반

Hessian of Perplexity for Large Language Models by PyTorch autograd (Open Source)

2025-04-06 · Ivan Ilin

Computing the full Hessian matrix -- the matrix of second-order derivatives for an entire Large Language Model (LLM) is infeasible due to its sheer size. In this technical report, we aim to provide a comprehensive guide …

Language ModelingLanguage ModellingLarge Language Model

Analytic Insights into Structure and Rank of Neural Network Hessian Maps

2021-06-30 · NeurIPS 2021 12 · Sidak Pal Singh, Gregor Bachmann, Thomas Hofmann

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…

Understanding Hessian Alignment for Domain Generalization

2023-08-22 · ICCV 2023 1 · Sobhan Hemati, Guojun Zhang, Amir Estiri, Xi Chen

Out-of-distribution (OOD) generalization is a critical ability for deep learning models in many real-world scenarios including healthcare and autonomous vehicles. Recently, different techniques have been proposed to impr…

Autonomous VehiclesDomain GeneralizationFederated Learning

Visualizing high-dimensional loss landscapes with Hessian directions

2022-08-28 · Lucas Böttcher, Gregory Wheeler

Analyzing geometric properties of high-dimensional loss functions, such as local curvature and the existence of other optima around a certain point in loss space, can help provide a better understanding of the interplay …

Vocal Bursts Intensity Prediction

Towards understanding the true loss surface of deep neural networks using random matrix theory and iterative spectral methods

2020-01-01 · ICLR 2020 1 · Diego Granziol, Timur Garipov, Dmitry Vetrov, Stefan Zohren 외

The geometric properties of loss surfaces, such as the local flatness of a solution, are associated with generalization in deep learning. The Hessian is often used to understand these geometric properties. We investigate…

GPU