paper-with-me

홈 › Papers

Neural Networks as Local-to-Global Computations

2026-03-16 · Vicente Bosca, Robert Ghrist arxiv

We construct a cellular sheaf from any feedforward ReLU neural network by placing one vertex for each intermediate quantity in the forward pass and encoding each computational step - affine transformation, activation, output - as a restriction map on an edge. The restricted coboundary operator on the free coordinates is unitriangular, so its determinant is $1$ and the restricted Laplacian is positive definite for every activation pattern. It follows that the relative cohomology vanishes and the forward pass output is the unique harmonic extension of the boundary data. The sheaf heat equation converges exponentially to this output despite the state-dependent switching introduced by piecewise linear activations. Unlike the forward pass, the heat equation propagates information bidirectionally across layers, enabling pinned neurons that impose constraints in both directions, training through local discrepancy minimization without a backward pass, and per-edge diagnostics that decompose network behavior by layer and operation type. We validate the framework experimentally on small synthetic tasks, confirming the convergence theorems and demonstrating that sheaf-based training, while not yet competitive with stochastic gradient descent, obeys quantitative scaling laws predicted by the theory.

📄 PDF Abstract BibTeX arXiv:2603.14831

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GIANT: Globally Improved Approximate Newton Method for Distributed Optimization

2017-09-11 · NeurIPS 2018 12 · Shusen Wang, Farbod Roosta-Khorasani, Peng Xu, Michael W. Mahoney

For distributed computing environment, we consider the empirical risk minimization problem and propose a distributed and communication-efficient Newton-type optimization method. At every iteration, each worker locally fi…

Distributed ComputingDistributed Optimization

Coded Federated Learning

2020-02-21 · Sagar Dhakal, Saurav Prakash, Yair Yona, Shilpa Talwar 외

Federated learning is a method of training a global model from decentralized data distributed across client devices. Here, model parameters are computed locally by each client device and exchanged with a central server, …

Federated Learning

Hogwild! over Distributed Local Data Sets with Linearly Increasing Mini-Batch Sizes

2020-10-27 · Marten van Dijk, Nhuong V. Nguyen, Toan N. Nguyen, Lam M. Nguyen 외

Hogwild! implements asynchronous Stochastic Gradient Descent (SGD) where multiple threads in parallel access a common repository containing training data, perform SGD iterations and update shared state that represents a …

Local-to-Global Self-Attention in Vision Transformers

2021-07-10 · Jinpeng Li, Yichao Yan, Shengcai Liao, Xiaokang Yang 외

Transformers have demonstrated great potential in computer vision tasks. To avoid dense computations of self-attentions in high-resolution visual data, some recent Transformer models adopt a hierarchical design, where se…

image-classificationImage ClassificationSemantic Segmentation

GLFNET: Global-Local (frequency) Filter Networks for efficient medical image segmentation

2024-03-01 · Athanasios Tragakis, Qianying Liu, Chaitanya Kaul, Swalpa Kumar Roy 외

We propose a novel transformer-style architecture called Global-Local Filter Network (GLFNet) for medical image segmentation and demonstrate its state-of-the-art performance. We replace the self-attention mechanism with …

Image SegmentationMedical Image SegmentationSemantic Segmentation