general notation
ADC는 densficiation iteration(=100)마다 positional gradient magnitude
와 opacity
를 기준으로 동작한다
직관적으로, 가 크다는 의미는 의 변동이 크다는 의미기에, 현재 stable된 영역 보다는 열심히 fitting중인 영역이라고 볼 수 있다.
Growing
split
또는 clone
이라는 과정으로 grow할 수 있다. split
되고, 넘지 않으면 clone
된다. (의 크기가 큰지 작은지 판단함)split
: 하나의 를 두 개로 분리하는 과정.clone
: 의 모든 값을 그대로 복제Pruning
re-distribution
해야 함. prediction 자체가 여러 가우시안의 합으로 만들어진 픽셀들이기에, error에 각자가 얼마나 기여했는지를 계산해야함.To counteract this dynamics, we also regularize the residual probabilities of the alpha-compositing (a.k.a. residual transmittance) to be zero for every pixel, by simply minimizing their average value, weighted by a hyperparameter (here 0.1).