# Autonomous Detection of Humans in Off-Limits Mountain Areas

**Authors:** Jonghoek Kim

PMC · DOI: 10.3390/s24030782 · Sensors (Basel, Switzerland) · 2024-01-25

## TL;DR

This paper introduces a fast and efficient system for detecting humans in restricted mountain areas using motion detection and AI.

## Contribution

The novel approach uses a feasible human space and motion detection to reduce computational load while maintaining accuracy.

## Key findings

- The proposed system runs 62 times faster than YOLOv7 in environments with no humans.
- The system maintains comparable accuracy to state-of-the-art object detection algorithms.
- Motion detection inside a feasible human space significantly reduces computational load.

## Abstract

This paper is on the autonomous detection of humans in off-limits mountains. In off-limits mountains, a human rarely exists, thus human detection is an extremely rare event. Due to the advances in artificial intelligence, object detection–classification algorithms based on a Convolution Neural Network (CNN) can be used for this application. However, considering off-limits mountains, there should be no person in general. Thus, it is not desirable to run object detection–classification algorithms continuously, since they are computationally heavy. This paper addresses a time-efficient human detector system, based on both motion detection and object classification. The proposed scheme is to run a motion detection algorithm from time to time. In the camera image, we define a feasible human space where a human can appear. Once motion is detected inside the feasible human space, one enables the object classification, only inside the bounding box where motion is detected. Since motion detection inside the feasible human space runs much faster than an object detection–classification method, the proposed approach is suitable for real-time human detection with low computational loads. As far as we know, no paper in the literature used the feasible human space, as in our paper. The outperformance of our human detector system is verified by comparing it with other state-of-the-art object detection–classification algorithms (HOG detector, YOLOv7 and YOLOv7-tiny) under experiments. This paper demonstrates that the accuracy of the proposed human detector system is comparable to other state-of-the-art algorithms, while outperforming in computational speed. Our experiments show that in environments with no humans, the proposed human detector runs 62 times faster than YOLOv7 method, while showing comparable accuracy.

## Full-text entities

- **Species:** Homo sapiens (human, species) [taxon 9606]

## Full text

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

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/PMC10857359/full.md

## References

25 references — full list in the complete paper: https://tomesphere.com/paper/PMC10857359/full.md

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