Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use the SIREN layer? #12

Open
newoneincntk opened this issue Jun 27, 2020 · 2 comments
Open

How to use the SIREN layer? #12

newoneincntk opened this issue Jun 27, 2020 · 2 comments

Comments

@newoneincntk
Copy link

Hello, delzac! Thank you very much for your job in cntkx. For the new SIREN layer, I found the code in the author's project is very complex, but your code is very simple, have you test it?

@delzac
Copy link
Owner

delzac commented Jun 27, 2020

Yes, i have communicated with the authors before.

SIREN is simply a "coordinate-based" MLP, meaning, the input shape is either (2,) or (3,) depending on whether you are working on images (2d) or objects (3d). The final output shape is then (3,) for image rgb. So SIREN is learning a mapping between coordinates to rgb (for image). Think of it as single pixel mapping.

Reading this related paper Fourier Features Let Networks Learn High Frequency Functions in Low Dimensional Domains might help wrap your mind too.

@newoneincntk
Copy link
Author

Thank you so much, I will try it! @delzac

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants