└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # SSS GS 2 | 3 | 4 |

5 | 6 | Subsurface Scattering for Gaussian Splatting 7 | 8 |

9 | 10 | 11 | https://github.com/user-attachments/assets/1a30660f-ff7b-48ad-a54b-fd293295bd41 12 | 13 | 14 |

15 | 🌐 Project Page     16 | 📄 Paper (Arxiv)     17 | 💿 Dataset (Soon)     18 | 📦 Materials     19 | ✍🏻 20 | Citation     21 |

22 | 23 | # About 24 | We propose photorealistic real-time relighting and novel view synthesis of subsurface scattering objects. We learn to reconstruct the shape and translucent appearance of an object within the 3D Gaussian Splatting framework. Our method decomposes the object into its material properties in a PBR like fashion, with an additional neural subsurface residual component. We achieve high-quality rendering results with our deferred shading approach and allow for detailed material editing capabilities. 25 | 26 | # Code 27 | Paper is currently under review, we will realse the code shortly (~ end of october 2024) in a cleaned version. Up until then if you have any questions regarding the project or need material to compare against fast, feel free to contact us. 28 | 29 | # Dataset 30 | Paper is currently under review, we will realse the dataset shortly (~ end of october 2024) in a cleaned version. Up until then if you have any questions regarding the project or need material to compare against fast, feel free to contact us. The dataset will consist of 20 translucent object with 5 synthetic and 15 real-world captures. Each object is an OLAT light stage capture with > 100 camera poses and > 1000 light positions. 31 | 32 | 33 | # Citation 34 | You can find our paper on [arXiv](https://arxiv.org/abs/2408.12282), please consider citing, if you find this work useful: 35 | ``` 36 | @inproceeding{sss_gs, 37 | author ={Dihlmann, Jan-Niklas and Majumdar, Arjun and Engelhardt, Andreas and Braun, Raphael and Lensch, Hendrik P.A.}, 38 | title ={Subsurface Scattering for Gaussian Splatting}, 39 | booktitle ={arXiv preprint arXiv:2408.12282}, 40 | year ={2024} 41 | } 42 | --------------------------------------------------------------------------------