I am a PhD student of GrUVi Lab at Simon Fraser University under
the supervision of Prof. Hao Zhang. In general, I am
interesed in computer graphics, geometric-modeling and visual problems.
Master Thesis: Moving and Deformable Object Detection
Guangda Ji.
code |
thesis pdf
Master thesis supervised by Hermann Blum and Francis Engelmann.
The goal is to detect moving object relative to the static background and possibly the
deforming objects, from purely RGB videos. See here for a short video demo.
Knowledge Distillation in Wide Neural Networks: Risk Bound, Data Efficiency and Imperfect Teacher
Guangda Ji,
Zhanxing Zhu.
Conference on Neural Information Processing Systems (NeurIPS), 2020
paper pdf |
arxiv |
poster |
slides and recording
Theoretical analysis of knowledge distillation using neural tangent kernel (NTK).
Projects
3D Scene Understanding through CLIP Embedding and Instance Segmentation Fusion
Guangda Ji.
Semester thesis in 2023 supervised by Silvan Weder.
report pdf |
codebase
In this project, I proposed a pipeline that fuses 2D instance segmentation into 3D. It first oversegments
the 3D scene into pieces and merges them with a graph-connecting algorithm. This pipeline is designed to
solve the route dependency issue of PannopticFusion.