Giter Site home page Giter Site logo

yinboc / trans-inr Goto Github PK

View Code? Open in Web Editor NEW
143.0 143.0 5.0 29 KB

Transformers as Meta-Learners for Implicit Neural Representations, in ECCV 2022

Home Page: https://yinboc.github.io/trans-inr/

License: BSD 3-Clause "New" or "Revised" License

Python 100.00%
implicit-neural-representation machine-learning meta-learning pytorch transformer

trans-inr's People

Contributors

yinboc 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  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

trans-inr's Issues

Question about hyponet

Hi !

Congratulations on publishing a nice paper! I also found your code to be very useful, and thank you for opening the source code.

I wanted to ask if I want to use a custom hyponet, like a feature grid based INR, would I just add a class file in the models/hyponets folder or do I need to change anything else too? Also while training the Feature grid INR standalone I am using kaolin-wisp trainers, is there a way to integrate custom trainers in the code

Transformer Encoder Output

Hey, thanks for sharing the code.

I am a bit confused regarding the following:

w = F.normalize(w * x.repeat(1, 1, w.shape[2] // x.shape[2]), dim=1)

So in essence, you are using Transformer Encoder output (after being passed through a FC layer) to modulate randomly initialized weights of INR, right?

test with SIREN

Nice job! I notice that you still use ReLU MLP with PE. A MLP architecture named SIREN, which replaces the ReLU activation to sine activation, has a better reprenentation ability. Have you even tested SIREN as your hyponet?

Add einops to dependencies

Thanks for great and interesting work.

I think you should add the dependence on einops in the README.md.

Question about the experimental detail

Hi !

Congratulations on publishing a nice paper! I also found your code to be very useful, and thank you for opening the source code.

While reading your paper, I was wondering about the effect of using view direction in NeRF architecture, where it seems like you did not use the view direction for the NeRF architecture in the main experiment (am I correct..?).

During the development, have you had a chance to use the NeRF architecture with view directions?

Thanks again for presenting a nice paper!!

Best,
Jihoon

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.