paper-with-me

Papers

What makes a good feedforward computational graph?

2025-02-10 · Alex Vitvitskyi, João G. M. Araújo, Marc Lackenby, Petar Veličković

As implied by the plethora of literature on graph rewiring, the choice of computational graph employed by a neural network can make a significant impact on its downstream performance. Certain effects related to the computational graph, such as under-reaching and over-squashing, may even render the model incapable of learning certain functions. Most of these effects have only been thoroughly studied in the domain of undirected graphs; however, recent years have seen a significant rise in interest in feedforward computational graphs: directed graphs without any back edges. In this paper, we study the desirable properties of a feedforward computational graph, discovering two important complementary measures: fidelity and mixing time, and evaluating a few popular choices of graphs through the lens of these measures. Our study is backed by both theoretical analyses of the metrics' asymptotic behaviour for various graphs, as well as correlating these metrics to the performance of trained neural network models using the corresponding graphs.

📄 PDF Abstract BibTeX arXiv:2502.06751

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On the choice of the non-trainable internal weights in random feature maps

2024-08-07 · Pinak Mandal, Georg A. Gottwald, Nicholas Cranch

The computationally cheap machine learning architecture of random feature maps can be viewed as a single-layer feedforward network in which the weights of the hidden layer are random but fixed and only the outer weights …

What Makes a Good Dataset for Knowledge Distillation?

2024-11-19 · CVPR 2025 1 · Logan Frank, Jim Davis

Knowledge distillation (KD) has been a popular and effective method for model compression. One important assumption of KD is that the teacher's original dataset will also be available when training the student. However, …

Continual LearningKnowledge DistillationModel Compression

What Makes for Good Tokenizers in Vision Transformer?

2022-12-21 · Shengju Qian, Yi Zhu, Wenbo Li, Mu Li 외

The architecture of transformers, which recently witness booming applications in vision tasks, has pivoted against the widespread convolutional paradigm. Relying on the tokenization process that splits inputs into multip…

What makes a good concept anyway ?

2024-09-10 · Naren Khatwani, James Geller

A good medical ontology is expected to cover its domain completely and correctly. On the other hand, large ontologies are hard to build, hard to understand, and hard to maintain. Thus, adding new concepts (often multi-wo…

Bayesian Optimization

Learning better with Dale’s Law: A Spectral Perspective

2023-09-21 · NeurIPS 2023 11

Most recurrent neural networks (RNNs) do not include a fundamental constraint of real neural circuits: Dale's Law, which implies that neurons must be excitatory (E) or inhibitory (I). Dale's Law is generally absent from …