Coder Social home page Coder Social logo

gsplinets's People

Contributors

ebekkers avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

gsplinets's Issues

Kernel Equivariance over group

Hi. First of all thank you for the great work and open sourcing the code!
I had a question regarding the theoretical aspect embedded in the code. So from what I see from the code, it seems like the B spline basis is formulated based on the arguments (xx_basis_scale, xx_basis_size, etc) which are combined to form the kernel (as it is the whole idea of the model).

My question is how does the model learn to become equivariant over the group being considered? The initialization of the weights of the coefficients is xavier_initializer which is a normal distribution with mean 0.

I see that lines such as

        return (1/self.H.det(h))*Kernel( self.H.left_action_on_Rn( self.H.inv(h), self.xx_grid ) )

        return (1/self.H.det(h))*Kernel( self.H.left_action_on_Rn( h_inv, self.xx_grid ), self.H.prod(h_inv, self.input_h_grid.grid) )

aims to transform the original kernel for group convolution on the inputs of (xx_grid and/or input_h_grid).

So how does this lead to the kernel being able to satisfy the constraints stated in the paper (thm1 and corollary)?

Once again, thank you for the work and looking forward for the reply!

A PyTorch Version?

Hey, Great work. I really interested in this topic. But do you have any plan to release a PyTorch version, which I think will help to get more attention.

Best.

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.