Posts by Tags

intro

Welcome to my Website!

less than 1 minute read

Published:

Welcome to my Website! I am really glad that you are here, and hope that you can make the most out of it. I will be updating my profile and information and maintain it, along with writing about latest research in my field. I hope this keeps me up-to-date with latest works, and simultaneously, can be helpful for others.

tech

PhySG in equations

3 minute read

Published:

The rendering equation for PhySG, along a view-direction $o$ from camera, is defined as follows: \(R(o) = \int_{S^2} L(i) \rho_o(i) max(0, i.n) di\)

Spherical Gaussians

1 minute read

Published:

A spherical Gaussian is a function defined on the surface of a sphere. It is defined as follows:

Why do I need efficiency when I have a great GPU?

4 minute read

Published:

I got the idea of this blog post when a friend of mine shared an answer on Quora. In this answer, Miguel Oliveira explains how the Machine Learning algorithm performed effectively, that is, took less time on increasing training batch size just because of changing to a more efficient data structure for the problem. This concept is usually overlooked by many people in the industries, making them wondering if they should actually care about efficient algrithms.