Where is Noether's principle in machine learning?
1–10 of 81 posts
Re: Where is Noether's principle in machine learning?
#2I'm going to have to spend more time digesting the article, but one thing that jumps out at me, and maybe it's answered in the article and I don't understand it, is the role of time. Generally in physics, you're talking about a quantity being conserved over time, and I'm not sure what plays the role of time when you're talking about conserved quantities in machine learning -- is it conserved over training iterations or over inference layers, or what?
edit: now that i've read it again, I just saw that they described in the second paragraph.
I'm now wondering if in something like Sora that can do a kind of physical modeling, if there's some conserved quantity in the neural network that is _directly analagous_ to conserved quantities in physics -- if there is, for example, something that represents momentum, that operates exactly as momentum as it progresses through the layers.
Re: Where is Noether's principle in machine learning?
#3This is one of those links where just seeing the title sets you off, thinking about the implications. I'm going to have to spend more time digesting the article, but one thing that jumps out at me, and maybe it's answered in the article and I don't understand it, is the role of time. Generally in physics, you're talking about a quantity being conserved over time, and I'm not sure what plays the role of time when you'…
Regarding the role of time, the idea of a purely conserved quantity is that it is conserved under the conditions of the system (that's why the article frequently references Newton's First Law), so they're generally held "for all time that these symmetries exist in the system".
Specifically on time: the invariant for systems that exhibit continuous time symmetries (i.e. you move a little bit forward or backward in time and the system looks exactly the same) is energy.
Re: Where is Noether's principle in machine learning?
#4How do you insert rules that aren't learned into what weights are learned?
Re: Where is Noether's principle in machine learning?
#5Re: Where is Noether's principle in machine learning?
#6This is one of those links where just seeing the title sets you off, thinking about the implications. I'm going to have to spend more time digesting the article, but one thing that jumps out at me, and maybe it's answered in the article and I don't understand it, is the role of time. Generally in physics, you're talking about a quantity being conserved over time, and I'm not sure what plays the role of time when you'…
Re: Where is Noether's principle in machine learning?
#7How does he create those animations? I'd like to make them as well for myself.
Re: Where is Noether's principle in machine learning?
#8This is one of those links where just seeing the title sets you off, thinking about the implications. I'm going to have to spend more time digesting the article, but one thing that jumps out at me, and maybe it's answered in the article and I don't understand it, is the role of time. Generally in physics, you're talking about a quantity being conserved over time, and I'm not sure what plays the role of time when you'…
Yeah, I've been thinking about similar concepts in a different context. Fascinating. Regarding the role of time, the idea of a purely conserved quantity is that it is conserved under the conditions of the system (that's why the article frequently references Newton's First Law), so they're generally held "for all time that these symmetries exist in the system". Specifically on time: the invariant for systems that exhi…
imagine a spring at rest (not moving)
strike the spring, it's now oscillating
the system now contains energy like a battery
what is energy? it's stored work potential
the battery is storing the energy, which can then be taken out at some future time
the spring is transporting the energy through time
in fact how do we measure time? with clocks. What's a clock? It's an oscillator. The energized spring is the clock. When system energy is zero, what is time even? There's no baseline against which to measure change when nothing is changing
Re: Where is Noether's principle in machine learning?
#9Re: Where is Noether's principle in machine learning?
#10As a complete amateur I was wondering if it could be possible to use that property of light ("to always choose the most optimal route") to solve the traveling salesman problem (and the whole class of those problems as a consequence). Maybe not with an algorithmic approach, but rather some smart implementation of the machine itself.