paper-with-me

홈 › Papers

ERX: A Fast Real-Time Anomaly Detection Algorithm for Hyperspectral Line Scanning

2024-08-27 · Samuel Garske, Bradley Evans, Christopher Artlett, KC Wong

Detecting unexpected objects (anomalies) in real time has great potential for monitoring, managing, and protecting the environment. Hyperspectral line-scan cameras are a low-cost solution that enhance confidence in anomaly detection over RGB and multispectral imagery. However, existing line-scan algorithms are too slow when using small computers (e.g. those onboard a drone or small satellite), do not adapt to changing scenery, or lack robustness against geometric distortions. This paper introduces the Exponentially moving RX algorithm (ERX) to address these issues, and compares it with four existing RX-based anomaly detection methods for hyperspectral line scanning. Three large and more complex datasets are also introduced to better assess the practical challenges when using line-scan cameras (two hyperspectral and one multispectral). ERX was evaluated using a Jetson Xavier NX edge computing module (6-core CPU, 8GB RAM, 20W power draw), achieving the best combination of speed and detection performance. ERX was 9 times faster than the next-best algorithm on the dataset with the highest number of bands (108 band), with an average speed of 561 lines per second on the Jetson. It achieved a 29.3% AUC improvement over the next-best algorithm on the most challenging dataset, while showing greater adaptability through consistently high AUC scores regardless of the camera's starting location. ERX performed robustly across all datasets, achieving an AUC of 0.941 on a drone-collected hyperspectral line scan dataset without geometric corrections (a 16.9% improvement over existing algorithms). This work enables future research on the detection of anomalous objects in real time, adaptive and automatic threshold selection, and real-time field tests. The datasets and the Python code are openly available at: https://github.com/WiseGamgee/HyperAD, promoting accessibility and future work.

📄 PDF Abstract BibTeX arXiv:2408.14947

Code (1)

wisegamgee/hyperad 공식 구현

Tasks

Anomaly DetectionCPUEdge-computing

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

A Subspace Method for Time Series Anomaly Detection in Cyber-Physical Systems

2022-05-20 · Fredy Vides, Esteban Segura, Carlos Vargas-Agüero

Time series anomaly detection is an important process for system monitoring and model switching, among other applications in cyber-physical systems. In this document, we present a fast subspace method for time series ano…

Anomaly DetectionTime SeriesTime Series AnalysisTime Series Anomaly Detection

ADSaS: Comprehensive Real-time Anomaly Detection System

2018-11-30 · Sooyeon Lee, Huy Kang Kim

Since with massive data growth, the need for autonomous and generic anomaly detection system is increased. However, developing one stand-alone generic anomaly detection system that is accurate and fast is still a challen…

Anomaly DetectionTime SeriesTime Series Analysis

Real-Time Outlier Detection with Dynamic Process Limits

2023-01-31 · Marek Wadinger, Michal Kvasnica

Anomaly detection methods are part of the systems where rare events may endanger an operation's profitability, safety, and environmental aspects. Although many state-of-the-art anomaly detection methods were developed to…

Anomaly DetectionOutlier Detection

Fast Wireless Sensor Anomaly Detection based on Data Stream in Edge Computing Enabled Smart Greenhouse

2021-07-28 · Yihong Yang, Sheng Ding, YuWen Liu, Shunmei Meng 외

Edge computing enabled smart greenhouse is a representative application of Internet of Things technology, which can monitor the environmental information in real time and employ the information to contribute to intellige…

Anomaly DetectionDecision MakingEdge-computing

Anomaly detection and classification for streaming data using PDEs

2016-08-15 · Bilal Abbasi, Jeff Calder, Adam M. Oberman

Nondominated sorting, also called Pareto Depth Analysis (PDA), is widely used in multi-objective optimization and has recently found important applications in multi-criteria anomaly detection. Recently, a partial differe…

Anomaly DetectionClassificationGeneral Classification