cvg / LightGlue

LightGlue: Local Feature Matching at Light Speed (ICCV 2023)
Apache License 2.0
3.41k stars 336 forks source link

Knowledge distillation on LightGlue #142

Open alessandroficca9 opened 1 week ago

alessandroficca9 commented 1 week ago

Hi, thank you for the research. I have a question about my project. I am considering applying knowledge distillation to the LightGlue model in order to replace the self-attention and cross-attention mechanisms with simpler layers, such as convolutional layers or multi-layer perceptrons. Has anyone thought about this?