Shrisha Bharadwaj

Perceiving Systems Doctoral Researcher

I'm a Ph.D. student supervised by Prof. Dr. Michael Black and Dr. Victoria Fernandez-Abrevaya. My research interests include modeling realistic textures of objects, 3D reconstruction, and generative modeling. More specifically, I am interested in solving the above problems using sparse input that is easy to capture. 

I completed my master's degree in Machine Learning at the University of Tuebingen. I worked at the Autonomous Vision Group for my master's thesis, supervised by Prof. Dr. Andreas Geiger. My masters' thesis focused on improving the 3D reconstruction of static urban environments by exploring the benefits of depth information for radiance fields. 

OSZAR »
`; return; } if (tabId === 'publicatons') { // Fix spelling here contentDiv.innerHTML = `
Perceiving Systems Conference Paper SPARK: Self-supervised Personalized Real-time Monocular Face Capture Baert, K., Bharadwaj, S., Castan, F., Maujean, B., Christie, M., Abrevaya, V., Boukhayma, A. In SIGGRAPH Asia 2024 Conference Proceedings, SIGGRAPH Asia, December 2024 (Published) DOI URL BibTeX

Perceiving Systems Article FLARE: Fast learning of Animatable and Relightable Mesh Avatars Bharadwaj, S., Zheng, Y., Hilliges, O., Black, M. J., Fernandez Abrevaya, V. ACM Transactions on Graphics (TOG), ACM Transactions on Graphics (TOG), 42(6):204:1-204:15, ACM New York, NY, USA, December 2023 (Published) Paper Project Page Code DOI URL BibTeX

`; return; } fetch(`/people/fetch_tab_content/${tabId}`) .then(response => { if (!response.ok) { throw new Error('Failed to load content'); } return response.json(); }) .then(data => { // Update the content div with the fetched content contentDiv.innerHTML = `${data.content}`; // contentElement.innerHTML = data.rendered_content; }) .catch(error => { console.error('Error:', error); contentDiv.innerHTML = '

Error loading content. Please try again later.

'; }); }
OSZAR »