Loading video...
Video Failed to Load
🍺 LagerNVS (CVPR 2026) 🍺 LagerNVS is a generalizable, feed-forward, real-time Novel View Synthesis network which - performs rendering in real time, - generalizes to in-the-wild data, - works with and without known source cameras, - sets a new state-of-the-art among deterministic methods, - can be paired with a... show more
32,662 views • 6 months ago •via X (Twitter)
15 Comments

Congrats, Stan! Really nice paper with impressive results! One thing I wanted to mention is that LargerNVS has a larger model size than LVSM here. It uses roughly a 1B-parameter encoder and a ~100M decoder, whereas LVSM has about ~100M + 100M parameters for the encoder-decoder variant, and ~200M total for the decoder-only variant. My guess is that the decoder-only variant would still perform better if scaled to a similar model size, since it's simply more end-to-end. That said, I completely agree that the encoder-decoder design is more suitable for practical applications such as real-time rendering.

Thanks Haian - it's a great point, our network is much bigger. We decided to keep the decoder size as the control variable, because it determines the rendering speed. The point is exactly that by using the encoder-decoder design we can 'cheat', increasing the size of the network while keeping rendering speed the same.

But yes your point is 100% valid - the optimal capacity allocation probably depends on applications you have in mind. I personally like interactive applications, so we wanted to keep real-time rendering constraint, but if you relaxed that then decoder-only could be the way.

And I just wanted to say that LVSM was a true inspiration for me (and a challenge to my research views :) ) - great work!

Thanks for your kind words, Stan! I completely agree that using an encoder–decoder design and scaling up the encoder size is a very good design. This is also what the great pioneering SRT work aimed to do, though its decoder may have been too small, and pure cross-attention might not be the most ideal design for NVS. Congrats to LargeNVS for making this direction work so much better!

Congrats Stan!!! Looks amazing 🤩

Thanks Anagh!!

Awsome !

wow fantastic performance 😃

@GROS17121524 Thanks Yushi!

Congrats, Stan!

Thanks Eldar!

Great work! And the results look amazing

Thanks Chuhan!!

encoder decoder split
