# Downhole Track Detection via Multiscale Conditional Generative   Adversarial Nets

**Authors:** Jia Li, Xing Wei, Guoqiang Yang, Xiao Sun, Changliang Li

arXiv: 1904.08177 · 2019-04-18

## TL;DR

This paper introduces a multiscale conditional GAN for downhole track detection, improving accuracy and detail over traditional CNN methods, with promising results in underground scene testing.

## Contribution

The paper proposes a novel multiscale CGAN architecture with a multigranularity generator and shared convolution discriminator for enhanced downhole track detection.

## Key findings

- Achieved 82.43% pixel accuracy
- Attained 0.6218 average IOU
- Reached 95.01% detection accuracy in scene tests

## Abstract

Frequent mine disasters cause a large number of casualties and property losses. Autonomous driving is a fundamental measure for solving this problem, and track detection is one of the key technologies for computer vision to achieve downhole automatic driving. The track detection result based on the traditional convolutional neural network (CNN) algorithm lacks the detailed and unique description of the object and relies too much on visual postprocessing technology. Therefore, this paper proposes a track detection algorithm based on a multiscale conditional generative adversarial network (CGAN). The generator is decomposed into global and local parts using a multigranularity structure in the generator network. A multiscale shared convolution structure is adopted in the discriminator network to further supervise training the generator. Finally, the Monte Carlo search technique is introduced to search the intermediate state of the generator, and the result is sent to the discriminator for comparison. Compared with the existing work, our model achieved 82.43\% pixel accuracy and an average intersection-over-union (IOU) of 0.6218, and the detection of the track reached 95.01\% accuracy in the downhole roadway scene test set.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.08177/full.md

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1904.08177/full.md

## References

26 references — full list in the complete paper: https://tomesphere.com/paper/1904.08177/full.md

---
Source: https://tomesphere.com/paper/1904.08177