中文
相关论文

相关论文: Exact Phase Transitions in Deep Learning

200 篇论文

Deep Neural Networks (DNNs) are analyzed via the theoretical framework of the information bottleneck (IB) principle. We first show that any DNN can be quantified by the mutual information between the layers and the input and output…

机器学习 · 计算机科学 2015-03-10 Naftali Tishby , Noga Zaslavsky

Advancements in artificial intelligence call for a deeper understanding of the fundamental mechanisms underlying deep learning. In this work, we propose a theoretical framework to analyze learning dynamics through the lens of dynamical…

机器学习 · 计算机科学 2025-10-13 Yuchen Lin , Yong Zhang , Sihan Feng , Hong Zhao

In this paper, we apply machine learning methods to study phase transitions in certain statistical mechanical models on the two dimensional lattices, whose transitions involve non-local or topological properties, including site and bond…

统计力学 · 物理学 2019-06-11 Wanzhou Zhang , Jiayu Liu , Tzu-Chieh Wei

Deep learning is a form of machine learning for nonlinear high dimensional pattern matching and prediction. By taking a Bayesian probabilistic perspective, we provide a number of insights into more efficient algorithms for optimisation and…

机器学习 · 统计学 2018-01-23 Nicholas Polson , Vadim Sokolov

This article studies (multilayer perceptron) neural networks with an emphasis on the transformations involved --- both forward and backward --- in order to develop a semantical/logical perspective that is in line with standard program…

神经与进化计算 · 计算机科学 2018-03-28 Bart Jacobs , David Sprunger

The development of neuromorphic systems based on memristive elements - resistors with memory - requires a fundamental understanding of their collective dynamics when organized in networks. Here, we study an experimentally inspired model of…

统计力学 · 物理学 2017-01-18 Forrest C. Sheldon , Massimiliano Di Ventra

Second-order methods have shown state-of-the-art performance for optimizing deep neural networks. Nonetheless, their large memory requirement and high computational complexity, compared to first-order methods, hinder their versatility in a…

机器学习 · 计算机科学 2022-03-08 Ehsan Amid , Rohan Anil , Manfred K. Warmuth

Model depth is a double-edged sword in deep learning: deeper models achieve higher accuracy but require higher computational cost. To efficiently train models at scale, an effective strategy is the progressive training, which scales up…

机器学习 · 计算机科学 2025-11-10 Zhiqi Bu

We study the information-theoretic limits of learning a one-hidden-layer teacher network with hierarchical features from noisy queries, in the context of knowledge transfer to a smaller student model. We work in the high-dimensional regime…

机器学习 · 统计学 2026-05-13 Minh-Toan Nguyen , Jean Barbier

Neural Collapse is a phenomenon that helps identify sparse and low rank structures in deep classifiers. Recent work has extended the definition of neural collapse to regression problems, albeit only measuring the phenomenon at the last…

机器学习 · 计算机科学 2026-03-26 Akshay Rangamani , Altay Unal

Many natural and man-made systems are prone to critical transitions -- abrupt and potentially devastating changes in dynamics. Deep learning classifiers can provide an early warning signal (EWS) for critical transitions by learning generic…

定量方法 · 定量生物学 2024-02-12 Thomas M. Bury , Daniel Dylewsky , Chris T. Bauch , Madhur Anand , Leon Glass , Alvin Shrier , Gil Bub

Optimization in Deep Learning is mainly dominated by first-order methods which are built around the central concept of backpropagation. Second-order optimization methods, which take into account the second-order derivatives are far less…

机器学习 · 计算机科学 2021-04-09 Fares B. Mehouachi , Chaouki Kasmi

The intrinsic difficulty in adapting deep learning models to non-stationary environments limits the applicability of neural networks to real-world tasks. This issue is critical in practical supervised learning settings, such as the ones in…

机器学习 · 计算机科学 2023-06-09 Simone Marullo , Matteo Tiezzi , Marco Gori , Stefano Melacci , Tinne Tuytelaars

Training deep neural networks is a highly nontrivial task, involving carefully selecting appropriate training algorithms, scheduling step sizes and tuning other hyperparameters. Trying different combinations can be quite labor-intensive and…

机器学习 · 计算机科学 2017-06-13 Kaifeng Lv , Shunhua Jiang , Jian Li

Feature-learning deep nets progressively collapse data to a regular low-dimensional geometry. How this emerges from the collective action of nonlinearity, noise, learning rate, and other factors, has eluded first-principles theories built…

无序系统与神经网络 · 物理学 2025-06-30 Cheng Shi , Liming Pan , Ivan Dokmanić

Deep learning algorithms are responsible for a technological revolution in a variety of tasks including image recognition or Go playing. Yet, why they work is not understood. Ultimately, they manage to classify data lying in high dimension…

机器学习 · 计算机科学 2021-01-01 Mario Geiger , Leonardo Petrini , Matthieu Wyart

Using backward error analysis, we compute implicit training biases in multitask and continual learning settings for neural networks trained with stochastic gradient descent. In particular, we derive modified losses that are implicitly…

机器学习 · 统计学 2023-11-02 Benoit Dherin

It is widely believed that the backpropagation algorithm is essential for learning good feature detectors in early layers of artificial neural networks, so that these detectors are useful for the task performed by the higher layers of that…

机器学习 · 计算机科学 2019-08-30 Dmitry Krotov , John Hopfield

Learning in neural systems arises from synaptic changes that reshape the representations underlying behavior. While low-rank recurrent neural networks (RNNs) have emerged as a powerful framework for linking connectivity to function, a…

机器学习 · 计算机科学 2026-05-07 Yoav Ger , Omri Barak

The performance of the code generated by a compiler depends on the order in which the optimization passes are applied. In high-level synthesis, the quality of the generated circuit relates directly to the code generated by the front-end…

编程语言 · 计算机科学 2019-04-05 Ameer Haj-Ali , Qijing Huang , William Moses , John Xiang , Ion Stoica , Krste Asanovic , John Wawrzynek