Tianye Li

Perceiving Systems Intern Alumni

Hallo! I'm a Ph.D. student in Computer Science at University of Southern California (USC), working with my advisor Hao Li. My research interests are in capturing, modeling and understanding human face / body. 

From September 2016 to June 2017, I had a wonderful research internship in the Perceiving Systems dept. at the Max Planck Institute for Intelligent Systems. I worked with Javier Romero, Timo Bolkart and Michael J. Black.

OSZAR »
`; return; } if (tabId === 'publicatons') { // Fix spelling here contentDiv.innerHTML = `
Perceiving Systems Conference Paper Instant Multi-View Head Capture through Learnable Registration Bolkart, T., Li, T., Black, M. J. In IEEE/CVF Conf. on Computer Vision and Pattern Recognition (CVPR), 768-779, CVPR, June 2023 (Published) project video paper sup. mat. poster BibTeX

Perceiving Systems Conference Paper Topologically Consistent Multi-View Face Inference Using Volumetric Sampling Li, T., Liu, S., Bolkart, T., Liu, J., Li, H., Zhao, Y. In Proc. International Conference on Computer Vision (ICCV), 3804-3814, IEEE, Piscataway, NJ, International Conference on Computer Vision, October 2021 (Published) project paper DOI BibTeX

Perceiving Systems Article Learning a model of facial shape and expression from 4D scans Li, T., Bolkart, T., Black, M. J., Li, H., Romero, J. ACM Transactions on Graphics, 36(6):194:1-194:17, November 2017, Two first authors contributed equally data/model video code chumpy code tensorflow paper supplemental 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 »