paper-with-me

Papers

Fiedler Regularization: Learning Neural Networks with Graph Sparsity

2020-03-02 · ICML 2020 1 · Edric Tam, David Dunson

We introduce a novel regularization approach for deep learning that incorporates and respects the underlying graphical structure of the neural network. Existing regularization methods often focus on dropping/penalizing weights in a global manner that ignores the connectivity structure of the neural network. We propose to use the Fiedler value of the neural network's underlying graph as a tool for regularization. We provide theoretical support for this approach via spectral graph theory. We list several useful properties of the Fiedler value that makes it suitable in regularization. We provide an approximate, variational approach for fast computation in practical training of neural networks. We provide bounds on such approximations. We provide an alternative but equivalent formulation of this framework in the form of a structurally weighted L1 penalty, thus linking our approach to sparsity induction. We performed experiments on datasets that compare Fiedler regularization with traditional regularization methods such as dropout and weight decay. Results demonstrate the efficacy of Fiedler regularization.

📄 PDF Abstract BibTeX arXiv:2003.00992

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Spectral Gap Regularization of Neural Networks

2023-04-06 · Edric Tam, David Dunson

We introduce Fiedler regularization, a novel approach for regularizing neural networks that utilizes spectral/graphical information. Existing regularization methods often focus on penalizing weights in a global/uniform m…

Sparse Graph Learning from Sparse Data via Fiedler Number Maximization

2026-04-28 · Bahar Oveisgharan, Gene Cheung, Andrew Eckford arxiv

We aim to learn a sparse and connected graph from sparse data, where the number of observations K can be substantially smaller than the signal dimension N for signals x in R^N, and the underlying distribution is unknown.…

Graph Learning

Robust Regularized Locality Preserving Indexing for Fiedler Vector Estimation

2021-07-26 · Aylin Tastan, Michael Muma, Abdelhak M. Zoubir

The Fiedler vector of a connected graph is the eigenvector associated with the algebraic connectivity of the graph Laplacian and it provides substantial information to learn the latent structure of a graph. In real-world…

Image SegmentationSemantic Segmentation

Predicting the Performance of Graph Convolutional Networks with Spectral Properties of the Graph Laplacian

2025-08-18 · Shalima Binta Manir, Tim Oates arxiv

A common observation in the Graph Convolutional Network (GCN) literature is that stacking GCN layers may or may not result in better performance on tasks like node classification and edge prediction. We have found empiri…

Node ClassificationTransfer Learning

On spectral partitioning of signed graphs

2017-01-05 · Andrew V. Knyazev

We argue that the standard graph Laplacian is preferable for spectral partitioning of signed graphs compared to the signed Laplacian. Simple examples demonstrate that partitioning based on signs of components of the lead…