当前位置:网站首页>[2021]IBRNet: Learning Multi-View Image-Based Rendering Qianqian
[2021]IBRNet: Learning Multi-View Image-Based Rendering Qianqian
2022-07-05 06:17:00 【Dark blue blue blue】
NeRF A big problem is that it can only represent one scene , Therefore, this article proposes a framework for learning multiple scenarios at the same time , And it can be extended to scenes that have not been studied .
This article and NeRF The biggest difference is that the input data does not only have a target perspective , There are also corresponding multi view pictures of the same scene , Therefore, theoretically, it can be directly applied to new scenarios end-to-end .

Model flow :
1. Input the multi view pictures of the same scene into the network ( There is no limit to the number of ), Then use a U-Net To extract each picture (source view) Characteristics of , Features include image color , Camera parameters , Image representation ( Here it can be understood as NeRF Emitting light to the radiation field in , Then save the corresponding light parameters and image features ).
2. Then input the features of each picture in parallel transformer, Used to predict a common color and density . The reason for the common color and density is that the features input from multiple perspectives are the features of the same point in different perspectives by default , So the result is to predict our target perspective (target view) Results at this point .
3. Render the result by volume rendering , Then optimize the network through the reconstruction loss of pixels
4. Another scene , repeat 1~3
remarks : If you keep training with the same scene , In theory, the effect will be better , That's what the paper mentioned finetune The situation of .
Personal understanding : In essence, the model here learns “ How to interpolate ”, Instead of building a radiation field , Therefore, it may not perform well in sparse situations or complex scenes
边栏推荐
- Daily question 2006 Number of pairs whose absolute value of difference is k
- 数据可视化图表总结(二)
- Binary search template
- Matrixdb V4.5.0 was launched with a new mars2 storage engine!
- SPI 详解
- 传统数据库逐渐“难适应”,云原生数据库脱颖而出
- leetcode-6111:螺旋矩阵 IV
- Single chip computer engineering experience - layered idea
- Leetcode-6108: decrypt messages
- 多屏电脑截屏会把多屏连着截下来,而不是只截当前屏
猜你喜欢
随机推荐
4. 对象映射 - Mapping.Mapster
Collection: programming related websites and books
1040 Longest Symmetric String
Leetcode-6109: number of people who know secrets
快速使用Amazon MemoryDB并构建你专属的Redis内存数据库
New title of module a of "PanYun Cup" secondary vocational network security skills competition
Matrixdb V4.5.0 was launched with a new mars2 storage engine!
leetcode-31:下一个排列
Appium automation test foundation - Summary of appium test environment construction
Leetcode backtracking method
How to understand the definition of sequence limit?
Groupbykey() and reducebykey() and combinebykey() in spark
RGB LED infinite mirror controlled by Arduino
LeetCode 1200. Minimum absolute difference
Traversal of leetcode tree
Records of some tools 2022
11-gorm-v2-03-basic query
leetcode-1200:最小绝对差
剑指 Offer II 058:日程表
可变电阻器概述——结构、工作和不同应用








