Characterizing the Discrete Geometry of ReLU Networks
Summary
A new study published on 2026-06-05 characterizes the discrete geometry of ReLU networks, which are known to define continuous piecewise-linear functions where linear regions form polyhedra in the input space. These regions create a complex that fully partitions the input, with nonlinearities occurring at their boundaries. The research presents novel theoretical results concerning the connectivity graphs of these complexes, where nodes represent regions and edges link regions connected by a face. Key findings include an upper bound on the average degree of this graph, which is twice the input dimension, irrespective of network width and depth. Furthermore, the graph's diameter has an upper bound independent of the input dimension, despite the exponential increase in region count with input dimension. These theoretical insights are supported by experiments using both synthetic and real-world datasets.
Key takeaway
For AI Scientists and Research Scientists designing or analyzing ReLU networks, understanding the discrete geometry of their linear regions is crucial. This research reveals that the connectivity graph of these regions has an average degree upper-bounded by twice the input dimension and a diameter independent of input dimension. You should consider these fundamental graph properties when evaluating network complexity or designing architectures, as they offer new perspectives on how network behavior scales.
Key insights
The connectivity graph of ReLU network linear regions has a bounded average degree and diameter, independent of network size.
Principles
- ReLU network linear regions form a complex partitioning input space.
- Nonlinearities occur only at region boundaries.
- Graph connectivity properties can characterize network behavior.
Method
The study proves theoretical results about connectivity graphs of ReLU network linear region complexes, then corroborates findings with experiments on synthetic and real-world data.
In practice
- Analyze ReLU network behavior via region connectivity graphs.
- Use theoretical bounds for network architecture design.
- Explore graph diameter for understanding network complexity.
Topics
- ReLU Networks
- Piecewise-Linear Functions
- Network Geometry
- Connectivity Graphs
- Input Space Partitioning
- Machine Learning Theory
Code references
Best for: AI Scientist, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.