paper-with-me

홈 › Papers

Exploring and Exploiting the Asymmetric Valley of Deep Neural Networks

2024-05-21 · Xin-Chun Li, Jin-Lin Tang, Bo Zhang, Lan Li, De-Chuan Zhan

Exploring the loss landscape offers insights into the inherent principles of deep neural networks (DNNs). Recent work suggests an additional asymmetry of the valley beyond the flat and sharp ones, yet without thoroughly examining its causes or implications. Our study methodically explores the factors affecting the symmetry of DNN valleys, encompassing (1) the dataset, network architecture, initialization, and hyperparameters that influence the convergence point; and (2) the magnitude and direction of the noise for 1D visualization. Our major observation shows that the {\it degree of sign consistency} between the noise and the convergence point is a critical indicator of valley symmetry. Theoretical insights from the aspects of ReLU activation and softmax function could explain the interesting phenomenon. Our discovery propels novel understanding and applications in the scenario of Model Fusion: (1) the efficacy of interpolating separate models significantly correlates with their sign consistency ratio, and (2) imposing sign alignment during federated learning emerges as an innovative approach for model parameter alignment.

📄 PDF Abstract BibTeX arXiv:2405.12489

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Asymmetric Valleys: Beyond Sharp and Flat Local Minima

2019-02-02 · NeurIPS 2019 12 · Haowei He, Gao Huang, Yang Yuan

Despite the non-convex nature of their loss functions, deep neural networks are known to generalize well when optimized with stochastic gradient descent (SGD). Recent work conjectures that SGD with proper configuration i…

Valley2: Exploring Multimodal Models with Scalable Vision-Language Design

2025-01-10 · Ziheng Wu, Zhenghao Chen, Ruipu Luo, Can Zhang 외

Recently, vision-language models have made remarkable progress, demonstrating outstanding capabilities in various tasks such as image captioning and video understanding. We introduce Valley2, a novel multimodal large lan…

Image CaptioningLanguage ModelingLanguage ModellingLarge Language Model+2

Real-valued Evolutionary Multi-modal Multi-objective Optimization by Hill-Valley Clustering

2020-10-28 · S. C. Maree, T. Alderliesten, P. A. N. Bosman

In model-based evolutionary algorithms (EAs), the underlying search distribution is adapted to the problem at hand, for example based on dependencies between decision variables. Hill-valley clustering is an adaptive nich…

ClusteringEvolutionary Algorithms

Exploring Landscapes for Better Minima along Valleys

2025-10-31 · Tong Zhao, Jiacheng Li, Yuanchang Zhou, Guangming Tan 외 arxiv

Finding lower and better-generalizing minima is crucial for deep learning. However, most existing optimizers stop searching the parameter space once they reach a local minimum. Given the complex geometric properties of t…

New Methods of Studying Valley Fitness Landscapes

2018-04-30 · Jun He, Tao Xu

The word "valley" is a popular term used in intuitively describing fitness landscapes. What is a valley on a fitness landscape? How to identify the direction and location of a valley if it exists? However, such questions…