paper-with-me

Papers

Understanding the Dynamics of DNNs Using Graph Modularity

2021-11-24 · Yao Lu, Wen Yang, Yunzhe Zhang, Zuohui Chen, Jinyin Chen, Qi Xuan, Zhen Wang, Xiaoniu Yang

There are good arguments to support the claim that deep neural networks (DNNs) capture better feature representations than the previous hand-crafted feature engineering, which leads to a significant performance improvement. In this paper, we move a tiny step towards understanding the dynamics of feature representations over layers. Specifically, we model the process of class separation of intermediate representations in pre-trained DNNs as the evolution of communities in dynamic graphs. Then, we introduce modularity, a generic metric in graph theory, to quantify the evolution of communities. In the preliminary experiment, we find that modularity roughly tends to increase as the layer goes deeper and the degradation and plateau arise when the model complexity is great relative to the dataset. Through an asymptotic analysis, we prove that modularity can be broadly used for different applications. For example, modularity provides new insights to quantify the difference between feature representations. More crucially, we demonstrate that the degradation and plateau in modularity curves represent redundant layers in DNNs and can be pruned with minimal impact on performance, which provides theoretical guidance for layer pruning. Our code is available at https://github.com/yaolu-zjut/Dynamic-Graphs-Construction.

📄 PDF Abstract BibTeX arXiv:2111.12485

Code (1)

yaolu-zjut/dynamic-graphs-construction 공식 구현 pytorch

Tasks

Feature Engineering

Similar Papers 제목 키워드 기반

Leveraging the Graph Structure of Neural Network Training Dynamics

2021-11-09 · Fatemeh Vahedian, Ruiyu Li, Puja Trivedi, Di Jin 외

Understanding the training dynamics of deep neural networks (DNNs) is important as it can lead to improved training efficiency and task performance. Recent works have demonstrated that representing the wirings of static …

POLICE: Provably Optimal Linear Constraint Enforcement for Deep Neural Networks

2022-11-02 · Randall Balestriero, Yann Lecun

Deep Neural Networks (DNNs) outshine alternative function approximators in many settings thanks to their modularity in composing any desired differentiable operator. The formed parametrized functional is then tuned to so…

Emergence and reconfiguration of modular structure for synaptic neural networks during continual familiarity detection

2023-11-10 · Shi Gu, Marcelo G Mattar, Huajin Tang, Gang Pan

While advances in artificial intelligence and neuroscience have enabled the emergence of neural networks capable of learning a wide variety of tasks, our understanding of the temporal dynamics of these networks remains l…

Path-dependent connectivity, not modularity, consistently predicts controllability of structural brain networks

2020-02-16 · Shubhankar P. Patankar, Jason Z. Kim, Fabio Pasqualetti, Danielle S. Bassett

The human brain displays rich communication dynamics that are thought to be particularly well-reflected in its marked community structure. Yet, the precise relationship between community structure in structural brain net…

Explicitizing an Implicit Bias of the Frequency Principle in Two-layer Neural Networks

2019-05-24 · Yaoyu Zhang, Zhi-Qin John Xu, Tao Luo, Zheng Ma

It remains a puzzle that why deep neural networks (DNNs), with more parameters than samples, often generalize well. An attempt of understanding this puzzle is to discover implicit biases underlying the training process o…