paper-with-me

홈 › Papers

Sensitivity Analysis On Loss Landscape

2024-03-02 · Salman Faroz

Gradients can be employed for sensitivity analysis. Here, we leverage the advantages of the Loss Landscape to comprehend which independent variables impact the dependent variable. We seek to grasp the loss landscape by utilizing first, second, and third derivatives through automatic differentiation. we know that Spearman's rank correlation coefficient can detect the monotonic relationship between two variables. However, I have found that second-order gradients, with certain configurations and parameters, provide information that can be visualized similarly to Spearman results, In this approach, we incorporate a loss function with an activation function, resulting in a non-linear pattern. Each exploration of the loss landscape through retraining yields new valuable information. Furthermore, the first and third derivatives are also beneficial, as they indicate the extent to which independent variables influence the dependent variable.

📄 PDF Abstract BibTeX arXiv:2403.01128

Code (0)

등록된 구현이 없습니다.

Tasks

Sensitivity

Similar Papers 제목 키워드 기반

On the Stability of Neural Networks in Deep Learning

2025-10-29 · Blaise Delattre arxiv

Deep learning has achieved remarkable success across a wide range of tasks, but its models often suffer from instability and vulnerability: small changes to the input may drastically affect predictions, while optimizatio…

Adversarial Robustness

Flattening Sharpness for Dynamic Gradient Projection Memory Benefits Continual Learning

2021-10-09 · NeurIPS 2021 12 · Danruo Deng, Guangyong Chen, Jianye Hao, Qiong Wang 외

The backpropagation networks are notably susceptible to catastrophic forgetting, where networks tend to forget previously learned skills upon learning new ones. To address such the 'sensitivity-stability' dilemma, most p…

Continual LearningSensitivity

Towards Robust Deep Neural Networks

2018-10-27 · Timothy E. Wang, Yiming Gu, Dhagash Mehta, Xiaojun Zhao 외

We investigate the topics of sensitivity and robustness in feedforward and convolutional neural networks. Combining energy landscape techniques developed in computational chemistry with tools drawn from formal methods, w…

Adversarial RobustnessComputational chemistrySensitivity

How Sampling Strategy Affects Imbalance Mitigation in LiDAR Segmentation: A Study of Structured vs. Random Point-Based Architectures

2026-08-17 · Antonis Savva, Christos Kyrkou, Theocharis Theocharides arxiv

Class imbalance in LiDAR point clouds poses challenges for semantic segmentation in autonomous navigation and urban mapping. While 2D vision has numerous mitigation techniques, their effectiveness in 3D remains unclear. …

Semantic SegmentationPoint Clouds

Why are Sensitive Functions Hard for Transformers?

2024-02-15 · Michael Hahn, Mark Rofin

Empirical studies have identified a range of learnability biases and limitations of transformers, such as a persistent difficulty in learning to compute simple formal languages such as PARITY, and a bias towards low-degr…

Sensitivity