|
|
|
|
|
by tw1010
3212 days ago
|
|
The growth issue is only really a problem if assume you're picking your polynomials from R[x,y,...]. But there are other choices that would be more appropriate. Often you want the model to be invariant to rotation (e.g. if you're doing computer vision), in which case you'd use R[x,y,...]^G, where G is the group of rotations. |
|
Even assuming that rotations aren't lossy, I get at best a reduction in the number of parameters by a factor of √(number of variables), by fixing the rotation of a set of variables (representing sample point) so that one of them lies on a specific axis. In other words, this reduces the exponent by 1/2, which is still not small enough to make even second-degree polynomials feasible.
However, that doesn't mean I think symmetry priors like this are useless, so if you can point out further literature on this topic, that would be great! (It might also help me understand how exponentiating a group by another makes sense.)