Coder Social home page Coder Social logo

bidgcn's Introduction

BIDGCN

This is the implementation of the boundary informed dynamic graph convolutional network (BIDGCN) proposed in

[1] Carlotta Giannelli, Sofia Imperatore, Angelos Mantzaflaris, Felix Scholz. BIDGCN: Boundary informed dynamic graph convolutional network for adaptive spline fitting of scattered data. 2023. hal-04313629.

The key property of this network architecture for learning on point clouds is a novel input layer that handles boundary conditions defined on a subset of the input point cloud. In [1], the network is applied to the problem of parameterizing scattered 3D point clouds over a planar domain for adaptive fitting with hierarchical splines. This repository also contains the synthetic data set used for training and testing in that publication. Besides point cloud parameterization, the new input layer can potentially be applied to any other problem where boundary conditions are provided.

Notes

The implementation use PyTorch and PyG and can thus be easily integrated into existing codes.

bidgcn_conv.py contains the novel input layer, which is implemented as a subclass of PyG's MessagePassing module.

architecture.py contains the network architecture proposed in [1].

dataset.py contains the code for generating the synthetic training dataset used in [1], it uses the helper functions and classes provided in bezier.py.

radiusedge_conv.py is equal to the PyG-implementation of the dynamic edge convolution operator by Wang et al., 2019 with the difference that a radius graph is used instead of a k-nearest neighbor graph.

training.py contains the training loop for reproducing the network in [1].

bidgcn's People

Contributors

felixfeliz avatar filiatra avatar

Stargazers

 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.