[flagged]
The universal weight subspace hypothesis
21–30 of 146 posts
Re: The universal weight subspace hypothesis
#22interesting.. this could make training much faster if there’s a universal low dimensional space that models naturally converge into, since you could initialize or constrain training inside that space instead of spending massive compute rediscovering it from scratch every time
Re: The universal weight subspace hypothesis
#23Here's a very cool analogy from GPT 5.1 which hits the nail in the head in explaining the role of subspace in learning new tasks by analogy with 3d graphics.
Think of 3D character animation rigs:
• The mesh has millions of vertices (11M weights).
• Expressions are controlled via:
• “smile”
• “frown”
• “blink”
Each expression is just:
mesh += α_i \* basis_expression_i
Hundreds of coefficients modify millions of coordinates.Re: The universal weight subspace hypothesis
#24I find myself wanting genetic algorithms to be applied to try to develop and improve these structures... But I always want Genetic Algorithms to show up in any discussion about neural networks...
I have a real soft spot for the genetic algorithm as a result of reading Levy's "Artificial Life" when I was a kid. The analogy to biological life is more approachable to my poor math education than neural networks. I can grok crossover and mutation pretty easily. Backpropagation is too much for my little brain to handle.
Re: The universal weight subspace hypothesis
#25Re: The universal weight subspace hypothesis
#26Re: The universal weight subspace hypothesis
#27Re: The universal weight subspace hypothesis
#28Re: The universal weight subspace hypothesis
#29interesting.. this could make training much faster if there’s a universal low dimensional space that models naturally converge into, since you could initialize or constrain training inside that space instead of spending massive compute rediscovering it from scratch every time
Re: The universal weight subspace hypothesis
#30Isn't it obvious?