Summary
The paper, titled "Polynomial-Time Computation of Exact $\Phi$-Equilibria in Polyhedral Games," proposes a novel algorithmic framework to compute saddle-points in bilinear zero-sum games, particularly when one dimension is exponentially large. This framework extends the Ellipsoid Against Hope algorithm and introduces a "good-enough-response" oracle to compute exact linear ε-equilibria in polyhedral games efficiently. The authors claim that this new approach resolves an open question by providing the first polynomial-time algorithm for computing exact linear-deviation correlated equilibria in extensive-form games.
Strengths
### Strengths
1. **Innovative Framework**: The paper presents a significant extension of the Ellipsoid Against Hope algorithm, applying it to a broader class of games, including extensive-form games.
2. **Polynomial-Time Algorithm**: The proposed algorithm offers a polynomial-time solution for computing exact $\Phi$-equilibria, which is a notable advancement in game theory and computational complexity.
3. **Generality and Simplicity**: The framework is described as conceptually simpler than existing methods while being general enough to handle various types of equilibria, such as correlated equilibria and extensive-form correlated equilibria.
4. **Resolution of Open Problem**: The paper addresses and resolves an open question posed by Farina and Pipis (2023) regarding the polynomial-time computation of linear-deviation correlated equilibria.
5. **Technical Depth**: The theoretical foundations and technical depth are robust, with clear definitions, assumptions, and a well-structured algorithmic framework.
Weaknesses
### Weaknesses
1. **Complexity and Practicality**: While the algorithm is polynomial-time, the degree of the polynomial may be high, potentially limiting practical applicability for very large games.
2. **Empirical Validation**: The paper lacks empirical validation or experimental results demonstrating the practical performance of the proposed algorithm on real-world or benchmark datasets.
3. **Assumptions and Limitations**: The framework relies on specific assumptions, such as the polynomial utility gradient property, which may not hold for all types of games or real-world scenarios.
4. **Clarity and Accessibility**: The paper is highly technical, which might make it less accessible to a broader audience without a strong background in game theory and computational complexity.
5. **Comparative Analysis**: There is limited discussion on how the proposed method compares with other state-of-the-art algorithms in terms of computational efficiency and accuracy.
Questions
The paper makes a substantial theoretical contribution to the field of game theory and computational algorithms. Given its innovative approach and resolution of a significant open problem, it is a strong candidate for acceptance at NeurIPS. However, the authors should consider including empirical results and a more detailed comparative analysis to strengthen the practical relevance and impact of their work.
Personally, I have tried multiple times to parse again and again section 4 to understand how GER does really work efficiently. Could you please explain more the reduction to the Correlator-Deviator game.
Additionally, can you explain how you go from summation inequality of lemma 4.1 to the individual parts' inequality. To be honest, I need elicit explanations for each paragraph between lines 297 and 326, which are the crucial part to make the algorithm works.
What is the limit to apply non-linear transformation?
In order to get a Nash equilibrium, which kind of transformation family do you really need?
Additionally, improving the clarity and accessibility of the paper could broaden its appeal and understanding among the NeurIPS community.