Projects


A Python Implementation for Harmonic Coordinates for Character Articulation
Implemented a Python-based framework for harmonic coordinates to enable smooth and natural deformation in character articulation.
The system allows intuitive control of complex mesh movements while preserving geometric consistency.
[GitHub]

Expressive Power, Generalization, and Optimization of Graph Neural Networks: A Survey
Summarized the theoretic frameworks of GNN’s expressive power; summarized the generalization bounds, the generalization ability of different GNNs, and the methods to improve generalization ability; stated the explanation of over-fitting problem and summarized the optimization methods.
[Paper]

2021 iFlytek Bird Song Recognition Competition
The Bird Song Recognition Challenge aims to advance automated bird song recognition technology by predicting the bird species present in each test audio clip.
We explored various feature extraction methods and data augmentation techniques, applying image classification algorithms to audio spectrograms. Multiple models were evaluated, including CNN, CNN feature extraction combined with sequence models (LSTM/Transformer), and Vision Transformer. Ultimately, model ensembles were employed to enhance performance.