Giter Club home page Giter Club logo

ugscnn's Introduction

UGSCNN: Spherical CNNs on Unstructured Grids

By: Chiyu "Max" Jiang, Jingwei Huang, Karthik Kashinath, Prabhat, Philip Marcus, Matthias Niessner

[Project Website] [Paper]

teaser

Introduction

This repository is based on our ICLR 2019 paper: UGSCNN: Spherical CNNs on Unstructured Grids. The project webpage presents an overview of the project.

In this project, we present an alternative convolution kernel for deploying CNNs on unstructured grids, using parameterized differential operators. More specifically we evaluate this method for the spherical domain that is discritized using the icosahedral spherical mesh. Our unique convolution kernel parameterization scheme achieves high parameter efficiency compared to competing methods. We evaluate our model for classification as well as semantic segmentation tasks. Please see experiments/ for detailed examples.

Our deep learning code base is written using PyTorch in Python 3, in conjunction with standard ML packages such as Scikit-Learn and Numpy.

Generate or download mesh files

To acquire the mesh files used in this project, run the provided script gen_mesh.py.

python gen_mesh.py

To locally generate the mesh files, the Libigl library is required. Libigl is mainly used for computing the Laplacian and Derivative matrices that are stored in the pickle files. Alternatively the script will download precomputed pickles if the library is not available.

Run experiments

To run experiments, please find details instructions in under individual experiments in experiments. For most experiments, simply running the script run.sh is sufficient to start the training process:

chmod +x run.sh
./run.sh

The script will automatically download data files if needed.

Credits

We used code from open-source repositories, including S2CNN, Libigl, among others.

Contact

Please contact Max Jiang if you have further questions!

ugscnn's People

Contributors

hjwdzh avatar maxjiang93 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.