Skip to content

arturs-berzins/relu_edge_subdivision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polyhedral Complex Extraction from ReLU Networks using Edge Subdivision

Compute the polyhedral complex associated with a ReLU network. Contrary to previous methods the proposed method subdivides edges, which alleviates computational redundancy and affords simple data structures and GPU acceleration.

This repo implements the proposed algorithm in vanilla PyTorch with CUDA support.

BibTeX

@InProceedings{Berzins23,
  author    = {Berzins, Arturs},
  title     = {Polyhedral Complex Extraction from ReLU Networks using Edge Subdivision},
  booktitle = {Proceedings of the 40th International Conference on Machine Learning},
  year      = {2023},
  volume    = {202},
  series    = {Proceedings of Machine Learning Research},
  publisher = {PMLR},
}

About

Code for the ICML 2023 paper Polyhedral Complex Extraction from ReLU Networks using Edge Subdivision.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages