Discussion Overview
The discussion revolves around optimizing a bi-linear objective function for vector fitting in flat space, specifically minimizing the distance between vectors in the spans of two matrices, A and D. Participants explore various formulations of the problem, including maximizing the cosine of the angle between vectors derived from these spans.
Discussion Character
- Exploratory
- Technical explanation
- Mathematical reasoning
- Debate/contested
Main Points Raised
- One participant seeks to minimize ||Ax - Dy||_2, where A and D are matrices with different column counts but the same number of rows.
- Another participant clarifies the problem statement, questioning whether "Ax" refers to a matrix-vector product or a column vector.
- A participant suggests maximizing the cosine of the angle between vectors x and y instead of minimizing the distance, indicating a preference for non-trivial solutions.
- There is a proposal to consider unit vectors and reformulate the problem as maximizing <\hat{x}, \hat{y}>.
- One participant introduces the concept of bilinear optimization and discusses the potential for finding a basis for the combined vector space of A and D.
- Another participant discusses the relationship between the singular value decomposition (SVD) of A'D and the optimization problem, suggesting that the maximum angle corresponds to the largest singular value.
- There is a question about whether the problem can be formulated as a linear programming problem, with participants debating the quadratic nature of the objective function.
- Participants explore specific examples to illustrate their points, questioning the implications of different configurations of matrices A and D on the optimization results.
Areas of Agreement / Disagreement
Participants express differing views on the formulation of the optimization problem, the nature of the objective function, and the implications of the singular value decomposition. No consensus is reached on the best approach or the correctness of specific claims.
Contextual Notes
Participants note the complexity of the problem, including the dependence on the definitions of the vectors and the constraints imposed by the spans of matrices A and D. There are unresolved questions regarding the maximum possible value of and the conditions under which it can be achieved.
Who May Find This Useful
This discussion may be of interest to those working in optimization, linear algebra, or related fields, particularly in contexts involving vector fitting and bilinear optimization problems.