From MLP to NeoMLP: Leveraging Self-Attention for Neural Fields
Miltiadis Kofinas, Samuele Papa, Efstratios Gavves

TL;DR
This paper introduces NeoMLP, a novel neural network architecture inspired by self-attention mechanisms, designed to improve neural fields for encoding complex signals and enhancing downstream task performance.
Contribution
NeoMLP transforms traditional MLPs into a complete graph with self-attention, enabling scalable conditioning and superior performance in neural field applications.
Findings
Effective fitting of high-resolution multi-modal data.
Outperforms state-of-the-art methods in downstream tasks.
Open-source implementation available.
Abstract
Neural fields (NeFs) have recently emerged as a state-of-the-art method for encoding spatio-temporal signals of various modalities. Despite the success of NeFs in reconstructing individual signals, their use as representations in downstream tasks, such as classification or segmentation, is hindered by the complexity of the parameter space and its underlying symmetries, in addition to the lack of powerful and scalable conditioning mechanisms. In this work, we draw inspiration from the principles of connectionism to design a new architecture based on MLPs, which we term NeoMLP. We start from an MLP, viewed as a graph, and transform it from a multi-partite graph to a complete graph of input, hidden, and output nodes, equipped with high-dimensional features. We perform message passing on this graph and employ weight-sharing via self-attention among all the nodes. NeoMLP has a built-in…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications
MethodsSparse Evolutionary Training
