paper-with-me

Papers

PIR: Photometric Inverse Rendering with Shading Cues Modeling and Surface Reflectance Regularization

2024-08-13 · Jingzhi Bao, GuanYing Chen, Shuguang Cui

This paper addresses the problem of inverse rendering from photometric images. Existing approaches for this problem suffer from the effects of self-shadows, inter-reflections, and lack of constraints on the surface reflectance, leading to inaccurate decomposition of reflectance and illumination due to the ill-posed nature of inverse rendering. In this work, we propose a new method for neural inverse rendering. Our method jointly optimizes the light source position to account for the self-shadows in images, and computes indirect illumination using a differentiable rendering layer and an importance sampling strategy. To enhance surface reflectance decomposition, we introduce a new regularization by distilling DINO features to foster accurate and consistent material decomposition. Extensive experiments on synthetic and real datasets demonstrate that our method outperforms the state-of-the-art methods in reflectance decomposition.

📄 PDF Abstract BibTeX arXiv:2408.06828

Code (1)

ZqlwMatt/PIR 공식 구현 pytorch

Tasks

Inverse RenderingPosition

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음
Attention 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

DANI-Net: Uncalibrated Photometric Stereo by Differentiable Shadow Handling, Anisotropic Reflectance Modeling, and Neural Inverse Rendering

2023-03-27 · CVPR 2023 1 · Zongrui Li, Qian Zheng, Boxin Shi, Gang Pan 외

Uncalibrated photometric stereo (UPS) is challenging due to the inherent ambiguity brought by the unknown light. Although the ambiguity is alleviated on non-Lambertian objects, the problem is still difficult to solve for…

Inverse Rendering

InvRGB+L: Inverse Rendering of Complex Scenes with Unified Color and LiDAR Reflectance Modeling

2025-07-23 · Xiaoxue Chen, Bhargav Chandaka, Chih-Hao Lin, Ya-Qin Zhang 외 arxiv

We present InvRGB+L, a novel inverse rendering model that reconstructs large, relightable, and dynamic scenes from a single RGB+LiDAR sequence. Conventional inverse graphics methods rely primarily on RGB observations and…

Inverse Rendering

GUS-IR: Gaussian Splatting with Unified Shading for Inverse Rendering

2024-11-12 · Zhihao Liang, Hongdong Li, Kui Jia, Kailing Guo 외

Recovering the intrinsic physical attributes of a scene from images, generally termed as the inverse rendering problem, has been a central and challenging task in computer vision and computer graphics. In this paper, we …

3DGSInverse Rendering

ShadingNet: Image Intrinsics by Fine-Grained Shading Decomposition

2019-12-09 · Anil S. Baslamisli, Partha Das, Hoang-An Le, Sezer Karaoglu 외

In general, intrinsic image decomposition algorithms interpret shading as one unified component including all photometric effects. As shading transitions are generally smoother than reflectance (albedo) changes, these me…

DisentanglementIntrinsic Image Decomposition

Photometric Stereo using Gaussian Splatting and inverse rendering

2025-07-09 · Matéo Ducastel, David Tschumperlé, Yvain Quéau arxiv

Recent state-of-the-art algorithms in photometric stereo rely on neural networks and operate either through prior learning or inverse rendering optimization. Here, we revisit the problem of calibrated photometric stereo …

Inverse Rendering