paper-with-me

Papers

Analysing Neural Network Topologies: a Game Theoretic Approach

2019-04-17 · Julian Stier, Gabriele Gianini, Michael Granitzer, Konstantin Ziegler

Artificial Neural Networks have shown impressive success in very different application cases. Choosing a proper network architecture is a critical decision for a network's success, usually done in a manual manner. As a straightforward strategy, large, mostly fully connected architectures are selected, thereby relying on a good optimization strategy to find proper weights while at the same time avoiding overfitting. However, large parts of the final network are redundant. In the best case, large parts of the network become simply irrelevant for later inferencing. In the worst case, highly parameterized architectures hinder proper optimization and allow the easy creation of adverserial examples fooling the network. A first step in removing irrelevant architectural parts lies in identifying those parts, which requires measuring the contribution of individual components such as neurons. In previous work, heuristics based on using the weight distribution of a neuron as contribution measure have shown some success, but do not provide a proper theoretical understanding. Therefore, in our work we investigate game theoretic measures, namely the Shapley value (SV), in order to separate relevant from irrelevant parts of an artificial neural network. We begin by designing a coalitional game for an artificial neural network, where neurons form coalitions and the average contributions of neurons to coalitions yield to the Shapley value. In order to measure how well the Shapley value measures the contribution of individual neurons, we remove low-contributing neurons and measure its impact on the network performance. In our experiments we show that the Shapley value outperforms other heuristics for measuring the contribution of neurons.

📄 PDF Abstract BibTeX arXiv:1904.08166

Code (0)

등록된 구현이 없습니다.

Tasks

Network Pruning

Similar Papers 제목 키워드 기반

Cooperation in regular lattices

2022-07-05 · Lucas S. Flores, Marco A. Amaral, Mendeli H. Vainstein, Heitor C. M. Fernandes

In the context of Evolutionary Game Theory, one of the most noteworthy mechanisms to support cooperation is spatial reciprocity, usually accomplished by distributing players in a spatial structure allowing cooperators to…

Evolutionary Game-Theoretical Analysis for General Multiplayer Asymmetric Games

2022-06-22 · Xinyu Zhang, Peng Peng, Yushan Zhou, Haifeng Wang 외

Evolutionary game theory has been a successful tool to combine classical game theory with learning-dynamical descriptions in multiagent systems. Provided some symmetric structures of interacting players, many studies hav…

StarcraftStarcraft II

Probabilistic Game-Theoretic Traffic Routing

2023-03-06 · Emilio Benenati, Sergio Grammatico

We examine the routing problem for self-interested vehicles using stochastic decision strategies. By approximating the road latency functions and a non-linear variable transformation, we frame the problem as an aggregati…

Accelerating Empowerment Computation with UCT Tree Search

2018-03-27 · Christoph Salge, Christian Guckelsberger, Rodrigo Canaan, Tobias Mahlmann

Models of intrinsic motivation present an important means to produce sensible behaviour in the absence of extrinsic rewards. Applications in video games are varied, and range from intrinsically motivated general game-pla…

Minecraft

Analysing the Sample Complexity of Opponent Shaping

2024-02-08 · Kitty Fung, Qizhen Zhang, Chris Lu, Jia Wan 외

Learning in general-sum games often yields collectively sub-optimal results. Addressing this, opponent shaping (OS) methods actively guide the learning processes of other agents, empirically leading to improved individua…

Meta Reinforcement Learning