vishwa91 / MINER

MINER: Multiscale Implicit Neural Representation
MIT License
42 stars 9 forks source link

How about applying denser grid to achieve upscaling in the training process? #1

Closed TouKaienn closed 1 year ago

TouKaienn commented 1 year ago

Hi, thanks for your excellent work! After going through the paper and the code, I found that the upscaling is implemented by interpolating the previous signal. However, I know that such implicit neural rendering methods can achieve arbitrary resolution reconstruction, so one thing that came to my mind is, why not apply a denser grid to achieve upscaling in the reconstruction process? This is one point I might not understand very well. Thanks again for your brilliant work!

vishwa91 commented 1 year ago

Thank you for the great question! Our primary focus was to mimic the Laplacian pyramid, so we chose an interpolation approach for upsampling. That said, your observation is absolutely correct -- the right way to upsample would be by sampling a denser grid. If you wish to discuss this further, please email me at vishwanath.saragadam@rice.edu

Regards.