paper-with-me

Papers

Exploring the Geometry and Topology of Neural Network Loss Landscapes

2021-01-31 · Stefan Horoi, Jessie Huang, Bastian Rieck, Guillaume Lajoie, Guy Wolf, Smita Krishnaswamy

Recent work has established clear links between the generalization performance of trained neural networks and the geometry of their loss landscape near the local minima to which they converge. This suggests that qualitative and quantitative examination of the loss landscape geometry could yield insights about neural network generalization performance during training. To this end, researchers have proposed visualizing the loss landscape through the use of simple dimensionality reduction techniques. However, such visualization methods have been limited by their linear nature and only capture features in one or two dimensions, thus restricting sampling of the loss landscape to lines or planes. Here, we expand and improve upon these in three ways. First, we present a novel "jump and retrain" procedure for sampling relevant portions of the loss landscape. We show that the resulting sampled data holds more meaningful information about the network's ability to generalize. Next, we show that non-linear dimensionality reduction of the jump and retrain trajectories via PHATE, a trajectory and manifold-preserving method, allows us to visualize differences between networks that are generalizing well vs poorly. Finally, we combine PHATE trajectories with a computational homology characterization to quantify trajectory differences.

📄 PDF Abstract BibTeX arXiv:2102.00485

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality Reduction

Similar Papers 제목 키워드 기반

Evaluating Loss Landscapes from a Topology Perspective

2024-11-14 · Tiankai Xie, Caleb Geniesse, Jiaqing Chen, Yaoqing Yang 외

Characterizing the loss of a neural network with respect to model parameters, i.e., the loss landscape, can provide valuable insights into properties of that model. Various methods for visualizing loss landscapes have be…

Topological Data Analysis

Visualizing Loss Functions as Topological Landscape Profiles

2024-11-19 · Caleb Geniesse, Jiaqing Chen, Tiankai Xie, Ge Shi 외

In machine learning, a loss function measures the difference between model predictions and ground-truth (or target) values. For neural network models, visualizing how this loss changes as model parameters are varied can …

Image SegmentationSemantic SegmentationTopological Data Analysis

Topology Applied to Machine Learning: From Global to Local

2021-03-10 · Henry Adams, Michael Moy

Through the use of examples, we explain one way in which applied topology has evolved since the birth of persistent homology in the early 2000s. The first applications of topology to data emphasized the global shape of a…

BIG-bench Machine LearningSurvey

On the Level Sets and Invariance of Neural Tuning Landscapes

2022-12-26 · Binxu Wang, Carlos R. Ponce

Visual representations can be defined as the activations of neuronal populations in response to images. The activation of a neuron as a function over all image space has been described as a "tuning landscape". As a funct…

Visualizing the loss landscapes of physics-informed neural networks

2026-02-05 · Conor Rowan, Finn Murphy-Blanchard arxiv

Training a neural network requires navigating a high-dimensional, non-convex loss surface to find parameters that minimize this loss. In many ways, it is surprising that optimizers such as stochastic gradient descent and…

Image Classification