Source-linked AI summary

Higher Structures in Deep Learning

Michael L. Roberts, Carlos Zapata Carratalá. Nicholas J. Cooper, Lijun Chen, François G. Meyer, Danna Gurari

arXiv:2609.00472v1cs.LGcs.AI

TL;DR

Deep learning’s internal representations and tensor interactions remain opaque, while existing approaches rely on heuristic, largely binary operations. The paper studies higher-arity structures empirically, introduces neural hypernetworks through hypergraphical organization, and connects their exploration to evolutionary algorithms. It presents this program as groundwork for an artificial neuroscience, while identifying efficient exploration of higher-arity architecture spaces as a key unresolved challenge.

  • Problem

    Deep learning’s internal mechanics and structural contributions to generalization remain poorly understood, especially for higher-arity tensor interactions.

  • Method

    The paper combines symbolic analysis of trained networks with empirical higher-arity investigations, neural hypernetworks, hypergraph signal propagation, and an evolutionary perspective.

  • Results

    The study detects overfitting through spikes in higher-arity similarity scores and shows that anatomical hypergraphs can generate the information needed to define neural hypernetworks.

  • Takeaways & Limitations

    Higher-order structures provide groundwork for an artificial neuroscience unifying learning, representation, and reasoning in deep learning.

  • Takeaways & Limitations

    Efficient exploration of the vast space of higher-arity architectures remains an open challenge because brute-force sampling is highly inefficient.

Abstract

from arXiv · show

We provide an expository introduction on the importance of higher-arity tensor operations to deep learning. Then, we conduct a novel empirical investigation of higher-arity phenomenon in trained neural networks, introduce a hypergraphical generalization of the multilayer perceptron, and explore connections to evolutionary algorithms. We conclude with a discussion of promising directions for future research.

1 Introduction & Motivation

The paper frames deep learning’s opacity as partly structural: heuristic tensor interactions lack a principled mathematical foundation. It therefore studies higher structures—interactions involving three or more tensors—to analyze representations, generalization, and new architectures.

  • Deep learning models remain opaque, limiting understanding of encoded knowledge and how representations evolve.
  • Heuristically combined tensor operations provide no principled mathematical foundation for understanding the interactions defining neural-network functions.
  • Modern deep learning emphasizes neural activity over compositional architecture, leaving structure’s contribution to learning, reasoning, and generalization understudied.
  • Tensors underpin deep learning, but higher-order tensor interactions require a comprehensive framework for analysis, generation, and evolution.
  • The paper defines higher structures as interactions involving 3 or more tensors and studies them through symbolic, compositional representations.
  • Its agenda covers higher-arity phenomena in logit trajectories, neural hypernetworks as multilayer-perceptron generalizations, and evolutionary exploration of higher-order structures.

2 Related Work and Contributions

The paper argues that hyper-scaling and binary-focused theories leave deep learning’s compositional capacity and higher-arity dynamics insufficiently understood. It extends higher-arity analysis to latent representations, introduces neural hypernetworks, and connects them to evolutionary algorithms.

  • Hyper-scaling increasingly demands exponential growth in parameters, energy, and compute, while existing architectures approach a representational and compositional plateau.
  • The paper positions these contributions as theoretical tools for developing next-generation architectures beyond the current scaling regime.
  • Prior work suggests successful image models leave part of the compositional space admitted by higher-order tensor structures unexplored.
  • Existing theories largely restrict analysis to binary tensor operations and are ill-equipped to study higher structures in deep learning.
  • The paper calls for n-ary interactions to be integrated into neural-network analysis and construction to clarify training dynamics, capacity, and generalization.
  • It extends higher-arity tensor analysis to latent representations, introduces neural hypernetworks, and discusses their relationships to evolutionary algorithms.

3 Fundamentals of Higher-Order Systems

Higher-order systems extend pairwise representations to interactions among three or more components, using hypergraphs, hypermatrices, and higher-arity tensor operations. These structures preserve interaction order while supporting algebraic representations and generalized tensor products.

  • Hypergraphs and Hypermatrices: Hypergraphs generalize graphs by allowing edges to connect more than two nodes, thereby representing pairwise and higher-order interactions simultaneously.In the loop example, the Hopf cycle produces binary edges, while the Borromean link requires a single ternary hyperedge.
  • Higher-order systems: Higher-order systems study interactions beyond the binary, including logical conjunctions and joint interactions among multiple image features.Higher-arity algebra operates on three or more inputs simultaneously, while current deep-learning operations are typically reducible to bilinear maps.
  • What is Arity?: Arity denotes the number of elements in a relation or arguments of an operation, distinguishing binary, ternary, and n-ary interactions.The Hopf cycle is a ternary relation reducible to binary links, whereas the Borromean link is ternary and irreducible into smaller relations.
  • Hypergraphs and Hypermatrices: For each hyperedge order n, an adjacency hypermatrix A^(n) records whether nodes indexed by i1, i2, …, in share that hyperedge; the full adjacency structure combines all orders.This construction extends ordinary adjacency matrices, whose entries encode pairwise connectivity using values from structures such as Boolean algebras, natural numbers, or real numbers.
  • Higher-Arity Tensor Operations: Hypermatrices and higher-arity algebra remain comparatively underdeveloped despite the long history of higher-order matrices and relations.The paper presents these structures as foundations for a mathematical language of deep learning aligned with higher-order interactions.
  • Higher-Arity Tensor Operations: Generalized tensor products combine tensor operands through an N-ary operation µ, extending ordinary tensor products beyond parallel multiplication.The ordinary tensor product splits result indices among operands and multiplies their elements, whereas the generalized form permits different combinations.

4 Higher-Order Analyses of Deep Models

The paper develops an arity filtration algorithm to tractably study higher-order similarities in neural-network representations. Across models and datasets, higher-arity similarity spikes coincide with overfitting, revealing structure that binary similarity misses.

  • Motivation: Higher-arity similarity analysis is motivated by the need to understand tensor interactions hidden in neural-network representations.Naively computing higher-arity similarity tensors has exponential memory cost, motivating an efficient filtration algorithm.
  • Arity Filtration: The filtration starts with pairwise similarities, repeatedly retains the top-N similar cells, merges them, and ascends to higher arities until similarities fall below a threshold.The procedure uses interleaved cell-tensor products and top-N selection rather than storing all possible higher-arity similarities.
  • Computational Cost: Each filtration level has approximately the initial binary similarity matrix’s computational cost, while storing results costs only a constant N^2 memory.This makes higher-arity computation tractable for reasonably large datasets; experiments processed N ≈1k−10k points on a dual RTX 3090 workstation.
  • Filtration Assumptions: The top-N scheme can miss emergent higher-arity similarities, but binary 0/1 discretization guarantees that higher-arity similarity cannot increase when another vector is added.Under this discretization, zero similarity remains zero and the existing similarity upper-bounds the extended similarity.
  • Training-Trajectory Results: Higher-arity logit similarities show dramatic spikes immediately before or during overfitting, whereas binary similarity does not show the same phenomenon.The pattern appears across CIFAR100 and TinyImageNet for ResNet18 and vision-transformer models, with dataset- and architecture-dependent spike shapes.
  • Summary: The results suggest that overfitting coincides with a reorganization of higher-order logit similarity structure and motivate broader mathematical tools for neural networks.Open directions include sampling without discretization, latent-representation analysis, larger models and datasets, other tasks, and architectural use of higher similarities.

5 Constructing New Deep Architectures

The paper introduces neural hypernetworks (NHNs), which generalize feedforward networks by replacing pairwise edges with higher-arity hyperedges and multilinear operations. It also proposes generating NHNs from anatomical hypergraphs through signal propagation, while noting the resulting combinatorial complexity.

  • 5.1 Higher-Arity Feedforward Networks: Neural hypernetworks generalize feedforward architectures by integrating higher-order tensor structures into their computation.They are presented as a new class of architectures inspired by higher tensor operations.
  • 5.1 Higher-Arity Feedforward Networks: Hyperedges connect several nodes in one layer and operate them into a single node in the subsequent layer, unlike ordinary pairwise edges.The construction preserves discrete layers while enriching connectivity patterns.
  • 5.1 Higher-Arity Feedforward Networks: NHN node values introduce polynomial dependencies, extending ordinary linear combinations to fully multilinear computations.Higher-arity weights can capture multiple pair-wise weights in a single datum, while higher-arity dot products are implemented architecturally.
  • 5.2 From Artificial Neural Anatomy to Artificial Neural Networks: An anatomical hypergraph is an undirected, non-sequential collection of hyperedges that represents artificial neural anatomy.Its nodes and hyperedges encode the combinatorial structure through which signals propagate.
  • 5.2 From Artificial Neural Anatomy to Artificial Neural Networks: Signal propagation from designated input nodes induces layers, after which interlayer hyperedges define the NHN structure and activations complete the network.The procedure converts a parsimonious hypergraph into the information needed to define an artificial neural network.
  • 5.3 Summary: Higher-arity connectivity creates a combinatorial explosion at lower node counts, motivating an evolutionary approach to explore NHN designs.The paper identifies this as an important deployment consideration.

6 The Evolutionary Perspective

The evolutionary perspective treats anatomical hypergraphs as genotypes and generated NHNs as phenotypes, allowing evolution to search over higher-order architectures. Variation acts on hypergraph structure, while task-specific and potentially multi-objective fitness functions guide selection and exploration.

  • 6 The Evolutionary Perspective: Higher-order hypergraphs greatly expand the architectural design space through variable arities and nonlinear interaction motifs.Some higher-order dependencies cannot be reduced to sums of pairwise combinations.
  • 6 The Evolutionary Perspective: Neuro-evolution offers an adaptive search process that can modify network topologies, weights, or hyperparameters beyond human-anticipated designs.NEAT is cited as a classical example that evolves structure and parameters together.
  • 6 The Evolutionary Perspective: The anatomical hypergraph serves as the genotype, while the generative procedure expresses it as an NHN phenotype.This adds neural ontogeny—the genotype-to-phenotype mapping—to the paper’s anatomy-and-activity framing.
  • 6 The Evolutionary Perspective: Mutations and recombination explore higher-order connectivity by altering hyperedges, arities, connections, and motifs.Evolution therefore searches structural patterns as well as parameter values.
  • 6 The Evolutionary Perspective: Fitness evaluation can balance predictive accuracy, efficiency, robustness, sparsity, and interpretability in a multi-objective landscape.The objectives are task-specific and may combine raw performance with other desirable properties.
  • 6.3 Outlook: Evolution provides a scalable framework for navigating the enormous combinatorial space of NHNs using task-aligned fitness landscapes.The paper frames architecture innovation as a search problem rather than only a human engineering problem.

7 Future Work

Future work spans theoretical foundations, analytical relationships among different arities, and practical methods for intelligently exploring higher-arity architecture spaces. The paper also raises whether meaningful metrics can be defined on those spaces.

  • 7 Future Work: Theoretical directions include connecting higher-structure methods to other frameworks and developing analytical relationships between similarity scores of different arity.These are identified as major open topics for the study of deep neural networks from the higher-structures perspective.
  • 7 Future Work: The primary practical challenge is designing intelligent exploration algorithms because brute-force sampling of higher-arity architectures is highly inefficient.The paper considers evolutionary and non-evolutionary approaches as possible alternatives.
  • 7 Future Work: An open intermediate question is whether meaningful metrics exist on spaces of higher-arity architectures.Such metrics would concern the architecture spaces themselves.

8 Conclusions: Towards Artificial Neuroscience

The paper frames higher-structure analysis as a foundation for artificial neuroscience, linking model architectures to cognition, capabilities, and failure modes. It proposes cognitive maps and evolutionary model design as directions toward interpretable, adaptive systems.

  • Artificial neuroscience: Separating artificial neural anatomy from activity could connect model architectures with capabilities and failure modes.The paper draws an analogy to cognitive neuroscience, where mapping brain structures to behaviors has supported understanding of cognition.
  • Cognitive maps: Higher structures may organize conceptual domains into topological cognitive maps rather than geometrically spatial representations.This proposal is inspired by the discovery of grid cells and place cells in brain spatial navigation systems.
  • Evolving architectures: Evolutionary processes and genetic programming could replace hand-crafted architectures with structures evolved under higher-order mathematical constraints.The paper presents this as a possible form of artificial neurogenesis, with structure emerging adaptively for tasks or environments.
  • Interpretability: Integrating symbolic and neural representations could produce models that are both powerful and interpretable.The paper further suggests that such models may eventually explain reasoning, adapt autonomously, and communicate concepts in human-comprehensible terms.
  • Artificial neuroscience: The project lays groundwork for artificial neuroscience as a unified theory of learning, representation, and reasoning based on higher-order structures.
Loading 2609.00472v1…