paper-with-me

홈 › Papers

Using Deep Convolutional Neural Networks to Detect Rendered Glitches in Video Games

2024-06-12 · Carlos Garcia Ling, Konrad Tollmar, Linus Gisslen

In this paper, we present a method using Deep Convolutional Neural Networks (DCNNs) to detect common glitches in video games. The problem setting consists of an image (800x800 RGB) as input to be classified into one of five defined classes, normal image, or one of four different kinds of glitches (stretched, low resolution, missing and placeholder textures). Using a supervised approach, we train a ShuffleNetV2 using generated data. This work focuses on detecting texture graphical anomalies achieving arguably good performance with an accuracy of 86.8\%, detecting 88\% of the glitches with a false positive rate of 8.7\%, and with the models being able to generalize and detect glitches even in unseen objects. We apply a confidence measure as well to tackle the issue with false positives as well as an effective way of aggregating images to achieve better detection in production. The main use of this work is the partial automatization of graphical testing in the final stages of video game development.

📄 PDF Abstract BibTeX arXiv:2406.08231

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GLIB: Towards Automated Test Oracle for Graphically-Rich Applications

2021-06-19 · Ke Chen, Yufei Li, Yingfeng Chen, Changjie Fan 외

Graphically-rich applications such as games are ubiquitous with attractive visual effects of Graphical User Interface (GUI) that offers a bridge between software applications and end-users. However, various types of grap…

Data Augmentation

Automating Artifact Detection in Video Games

2020-11-30 · Parmida Davarmanesh, Kuanhao Jiang, Tingting Ou, Artem Vysogorets 외

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 detecti…

Artifact DetectionBIG-bench Machine Learning

RefGlitch-Bench: A Benchmark for Reference-based Gameplay Glitch Detection with Vision-Language Models

2026-04-13 · Yakun Yu, Ashley Wiens, Adrián Barahona-Ríos, Benedict Wilkins 외 arxiv

Visual glitches in video games degrade player experience and perceived quality, yet manual quality assurance cannot keep pace with the growing test surface of modern game development. Prior automation efforts, particular…

TempGlitch: Evaluating Vision-Language Models for Temporal Glitch Detection in Gameplay Videos

2026-05-20 · Yakun Yu, Ashley Wiens, Adrián Barahona-Ríos, Benedict Wilkins 외 arxiv

Vision-language models (VLMs) are increasingly being explored for video game quality assurance, especially gameplay glitch detection. Most existing evaluations, however, treat glitches as static visual anomalies, asking …

VIGILant: an automatic classification pipeline for glitches in the Virgo detector

2026-04-15 · Tiago Fernandes, Francesco Di Renzo, Antonio Onofre, Alejandro Torres-Forné 외 arxiv

Glitches frequently contaminate data in gravitational-wave detectors, complicating the observation and analysis of astrophysical signals. This work introduces VIGILant, an automatic pipeline for classification and visual…