cvxgrp / pymde

Minimum-distortion embedding with PyTorch
https://pymde.org
Apache License 2.0
525 stars 27 forks source link

Surprisingly structured academic network embedding #80

Open VladimirShitov opened 1 month ago

VladimirShitov commented 1 month ago

Hi! While I have not used your package myself yet, I can see that it is getting some attention, specifically in the single-cell field. My congratulations :)

Reading the documentation, I was quite surprised by the Google Scholar coauthorship network visualization. I mean this image: scholar_authorship

It looks surprisingly structured and almost perfectly symmetrical. I can imagine something like that in mathematical structures, but would you expect to see it in real data? Do you have any explanation for it?

Thank you in advance!

akshayka commented 1 month ago

Hi! I believe we were preserving integral shortest path distances, using an l1-loss, which likely encouraged this "discretized" structure to emerge.