CVNov 30, 2020

Automating Artifact Detection in Video Games

arXiv:2011.15103v16 citations
AI Analysis

This work addresses the problem of automatically identifying graphics errors in video games for developers and quality assurance teams, offering an incremental improvement in detection methods.

This study developed a machine learning model to automatically detect graphics corruptions in video games. The ensemble classifier achieved an accuracy of 84% on previously seen games and 69% on unseen games for identifying 10 common screen artifacts.

In spite of advances in gaming hardware and software, gameplay is often tainted with graphics errors, glitches, and screen artifacts. This proof of concept study presents a machine learning approach for automated detection of graphics corruptions in video games. Based on a sample of representative screen corruption examples, the model was able to identify 10 of the most commonly occurring screen artifacts with reasonable accuracy. Feature representation of the data included discrete Fourier transforms, histograms of oriented gradients, and graph Laplacians. Various combinations of these features were used to train machine learning models that identify individual classes of graphics corruptions and that later were assembled into a single mixed experts "ensemble" classifier. The ensemble classifier was tested on heldout test sets, and produced an accuracy of 84% on the games it had seen before, and 69% on games it had never seen before.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes