paper-with-me

Papers

Polyhedral Complex Extraction from ReLU Networks using Edge Subdivision

2023-06-12 · Arturs Berzins

A neural network consisting of piecewise affine building blocks, such as fully-connected layers and ReLU activations, is itself a piecewise affine function supported on a polyhedral complex. This complex has been previously studied to characterize theoretical properties of neural networks, but, in practice, extracting it remains a challenge due to its high combinatorial complexity. A natural idea described in previous works is to subdivide the regions via intersections with hyperplanes induced by each neuron. However, we argue that this view leads to computational redundancy. Instead of regions, we propose to subdivide edges, leading to a novel method for polyhedral complex extraction. A key to this are sign-vectors, which encode the combinatorial structure of the complex. Our approach allows to use standard tensor operations on a GPU, taking seconds for millions of cells on a consumer grade machine. Motivated by the growing interest in neural shape representation, we use the speed and differentiability of our method to optimize geometric properties of the complex. The code is available at https://github.com/arturs-berzins/relu_edge_subdivision .

📄 PDF Abstract BibTeX arXiv:2306.07212

Code (1)

arturs-berzins/relu_edge_subdivision 공식 구현 pytorch

Tasks

GPU

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

The Real Tropical Geometry of Neural Networks

2024-03-18 · Marie-Charlotte Brandenburg, Georg Loho, Guido Montúfar

We consider a binary classifier defined as the sign of a tropical rational function, that is, as the difference of two convex piecewise linear functions. The parameter space of ReLU neural networks is contained as a semi…

Combinatorial Regularity for Relatively Perfect Discrete Morse Gradient Vector Fields of ReLU Neural Networks

2024-12-23 · Robyn Brooks, Marissa Masden

One common function class in machine learning is the class of ReLU neural networks. ReLU neural networks induce a piecewise linear decomposition of their input space called the canonical polyhedral complex. It has previo…

Better Neural Network Expressivity: Subdividing the Simplex

2025-05-20 · Egor Bakaev, Florestan Brunck, Christoph Hertrich, Jack Stade 외

This work studies the expressivity of ReLU neural networks with a focus on their depth. A sequence of previous works showed that $\lceil \log_2(n+1) \rceil$ hidden layers are sufficient to compute all continuous piecewis…

TetraSDF: Analytic Isosurface Extraction with Multi-resolution Tetrahedral Grid

2025-11-20 · Seonghun Oh, Youngjung Uh, Jin-Hwa Kim arxiv

Extracting an explicit surface that exactly matches the zero-level set of a neural signed distance function (SDF) remains challenging. Sampling-based isosurfacing methods such as Marching Cubes introduce discretization e…

Algorithmic Determination of the Combinatorial Structure of the Linear Regions of ReLU Neural Networks

2022-07-15 · Marissa Masden

We algorithmically determine the regions and facets of all dimensions of the canonical polyhedral complex, the universal object into which a ReLU network decomposes its input space. We show that the locations of the vert…