paper-with-me

Papers

Dynamic Game Theoretic Neural Optimizer

2021-05-08 · Guan-Horng Liu, Tianrong Chen, Evangelos A. Theodorou

The connection between training deep neural networks (DNNs) and optimal control theory (OCT) has attracted considerable attention as a principled tool of algorithmic design. Despite few attempts being made, they have been limited to architectures where the layer propagation resembles a Markovian dynamical system. This casts doubts on their flexibility to modern networks that heavily rely on non-Markovian dependencies between layers (e.g. skip connections in residual networks). In this work, we propose a novel dynamic game perspective by viewing each layer as a player in a dynamic game characterized by the DNN itself. Through this lens, different classes of optimizers can be seen as matching different types of Nash equilibria, depending on the implicit information structure of each (p)layer. The resulting method, called Dynamic Game Theoretic Neural Optimizer (DGNOpt), not only generalizes OCT-inspired optimizers to richer network class; it also motivates a new training principle by solving a multi-player cooperative game. DGNOpt shows convergence improvements over existing methods on image classification datasets with residual and inception networks. Our work marries strengths from both OCT and game theory, paving ways to new algorithmic opportunities from robust optimal control and bandit-based optimization.

📄 PDF Abstract BibTeX arXiv:2105.03788

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage Classification

Similar Papers 제목 키워드 기반

A Differential Game Theoretic Neural Optimizer for Training Residual Networks

2020-07-17 · Guan-Horng Liu, Tianrong Chen, Evangelos A. Theodorou

Connections between Deep Neural Networks (DNNs) training and optimal control theory has attracted considerable attention as a principled tool of algorithmic design. Differential Dynamic Programming (DDP) neural optimizer…

image-classificationImage Classification

Characterizing Lookahead Dynamics of Smooth Games

2021-01-01 · Junsoo Ha, Gunhee Kim

As multi-agent systems proliferate in machine learning research, games have attracted much attention as a framework to understand optimization of multiple interacting objectives. However, a key challenge in game optimiza…

Optimal Control Theoretic Neural Optimizer: From Backpropagation to Dynamic Programming

2025-10-15 · Guan-Horng Liu, Tianrong Chen, Evangelos A. Theodorou arxiv

Optimization of deep neural networks (DNNs) has been a driving force in the advancement of modern machine learning and artificial intelligence. With DNNs characterized by a prolonged sequence of nonlinear propagation, de…

Domain Adversarial Training: A Game Perspective

2022-02-10 · ICLR 2022 4 · David Acuna, Marc T Law, Guojun Zhang, Sanja Fidler

The dominant line of work in domain adaptation has focused on learning invariant representations using domain-adversarial training. In this paper, we interpret this approach from a game theoretical perspective. Defining …

Domain Adaptation

Maximizing utility in multi-agent environments by anticipating the behavior of other learners

2024-07-05 · Angelos Assos, Yuval Dagan, Constantinos Daskalakis

Learning algorithms are often used to make decisions in sequential decision-making environments. In multi-agent settings, the decisions of each agent can affect the utilities/losses of the other agents. Therefore, if an …

Sequential Decision Making