paper-with-me

홈 › Papers

Open Problems in Computer Vision for Wilderness SAR and The Search for Patricia Wu-Murad

2023-07-26 · Thomas Manzini, Robin Murphy

This paper details the challenges in applying two computer vision systems, an EfficientDET supervised learning model and the unsupervised RX spectral classifier, to 98.9 GB of drone imagery from the Wu-Murad wilderness search and rescue (WSAR) effort in Japan and identifies 3 directions for future research. There have been at least 19 proposed approaches and 3 datasets aimed at locating missing persons in drone imagery, but only 3 approaches (2 unsupervised and 1 of an unknown structure) are referenced in the literature as having been used in an actual WSAR operation. Of these proposed approaches, the EfficientDET architecture and the unsupervised spectral RX classifier were selected as the most appropriate for this setting. The EfficientDET model was applied to the HERIDAL dataset and despite achieving performance that is statistically equivalent to the state-of-the-art, the model fails to translate to the real world in terms of false positives (e.g., identifying tree limbs and rocks as people), and false negatives (e.g., failing to identify members of the search team). The poor results in practice for algorithms that showed good results on datasets suggest 3 areas of future research: more realistic datasets for wilderness SAR, computer vision models that are capable of seamlessly handling the variety of imagery that can be collected during actual WSAR operations, and better alignment on performance measures.

📄 PDF Abstract BibTeX arXiv:2307.14527

Code (2)

crasar/wisar 공식 구현
tmanzini/wisar 공식 구현

Methods 이 논문이 사용한 방법론

Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution …
Batch Normalization 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
BiFPN A BiFPN, or Weighted Bi-directional Feature Pyramid Network, is a type of feature pyramid network which allows easy and fast multi-scale feature fusion. It incorporates…
EfficientDet EfficientDet is a type of object detection model, which utilizes several optimization and backbone tweaks, such as the use of a…

Similar Papers 제목 키워드 기반

Improving Drone Imagery For Computer Vision/Machine Learning in Wilderness Search and Rescue

2023-09-05 · Robin Murphy, Thomas Manzini

This paper describes gaps in acquisition of drone imagery that impair the use with computer vision/machine learning (CV/ML) models and makes five recommendations to maximize image suitability for CV/ML post-processing. I…

WiSARD: A Labeled Visual and Thermal Image Dataset for Wilderness Search and Rescue

2023-09-08 · Daniel Broyles, Christopher R. Hayner, Karen Leung

Sensor-equipped unoccupied aerial vehicles (UAVs) have the potential to help reduce search times and alleviate safety risks for first responders carrying out Wilderness Search and Rescue (WiSAR) operations, the process o…

"Take Me Home, Wi-Fi Drone": A Drone-based Wireless System for Wilderness Search and Rescue

2026-04-10 · Weiying Hou, Luca Jiang-Tao Yu, Chenshu Wu arxiv

Wilderness Search and Rescue (WiSAR) represents a longstanding and critical societal challenge, demanding innovative and automatic technological solutions. In this paper, we introduce Wi2SAR, a novel autonomous drone-bas…

Drone navigation

Deep Reinforcement Learning for Time-Critical Wilderness Search And Rescue Using Drones

2024-05-21 · Jan-Hendrik Ewers, David Anderson, Douglas Thomson

Traditional search and rescue methods in wilderness areas can be time-consuming and have limited coverage. Drones offer a faster and more flexible solution, but optimizing their search paths is crucial. This paper explor…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning

The Wilderness Area Data Set: Adapting the Covertype data set for unsupervised learning

2019-01-30 · Richard Hugh Moulton, Jakub Zgraja

Benchmark data sets are of vital importance in machine learning research, as indicated by the number of repositories that exist to make them publicly available. Although many of these are usable in the stream mining cont…

ClusteringGeneral Classification