Dr. Jianwu Wang, Department of Information Systems.

Dr. Jianwu Wang, Department of Information Systems.

Yongcan Huang, Department of Information Systems.

Wildfire smoke is a leading driver of acute air-quality degradation across the western United States, producing PM2.5 concentration spikes that pose serious public-health risks yet remain difficult to forecast because they are governed by exogenous fire and meteorological dynamics rather than smooth autoregressive behavior. This project evaluates whether recently released time series foundation models (TSFMs) — TimesFM 2.5, Chronos-2, and Moirai-2 — can deliver accurate, well-calibrated short-horizon PM2.5 forecasts during wildfire episodes, with particular emphasis on unseen fire incidents (cold-start / zero-shot generalization). We use a California dataset of approximately 1.74 million hourly observations (2013–2025) spanning 87 monitoring stations and 1,375 distinct wildfire incidents, comprising PM2.5 and ten meteorological covariates. The pipeline constructs sliding windows (48-hour context → 6/12/24-hour horizons) under a severity-stratified, leave-one-incident-out (LOIO) 5-fold cross-validation design that prevents information leakage across fires. We benchmark zero-shot foundation models against trained deep-learning baselines (LSTM, BiLSTM, Transformer) and a naive persistence baseline, evaluating both regression accuracy (MAE, RMSE) and exceedance-threshold classification (F1 at 35, 55, and 150 µg/m³) to capture performance during the high-concentration events that matter most for health advisories. The work is conducted in the UMBC Big Data Analytics Lab (BDAL) under Prof. Jianwu Wang and targets publication in a top environmental-science venue. GPU resources are required to run foundation-model inference and baseline training at scale across multiple models, folds, and horizons.

Jianwu Wang, Information Systems
Muthukumar Thevar, Information Systems
Neha Jha, Information Systems
Riyaz Habibi, Information Systems

As a core mechanism for cybersecurity, the ability to detect cyber-attacks is increasingly critical nowadays.There have been many types of network intrusion detection approaches, such as flow-based and packet-based, targeting single attack and multistage attack detection. Each approach has its own advantages and disadvantages. In this paper, we design an organic combination of these types of efforts into one comprehensive system. Furthermore, to deal with increasing volumes of network traffic and improve full packet analysis efficiency, we employ Spark Streaming platform for parallel detection.

Dr. Jianwu Wang, Department of Information Systems, Dr. Matthias K. Gobbert, Department of Mathematics and Statistics, Dr. Zhibo Zhang, Department of Physics and Dr. Aryya Gangopadhyay, Department of Information Systems.

We will use HPCF for a new NSF-funded initiative in big data applied to atmospheric sciences and using high-performance computing as a vital tool. The research training consists of instruction in the areas of data, computing, and atmospheric sciences supported by teaching assistants, followed by faculty-guided project research in a multidisciplinary team of participants from each area. Participating graduate students, post-docs, and junior faculty from around the nation will be exposed to multidisciplinary research experiences and have the opportunity for significant career growth. Details of the project can be found at cybertraining.umbc.edu.

Dr. Jianwu Wang, Department of Information Systems.

For this project, the available data was collected and presented in the NetCDF4 format which is a file format designed to support the creation, access, and sharing of scientific data. Since we were dealing with climate data that comprises of spatial information, time information and scientific values, the NetCDF4 data format was the best-suited format to hold all of this information in a convenient fashion.

The task at hand was to extend an existing clustering algorithm to make it working with a four-dimensional (4D) multivariate weather dataset. Although the end goal was to utilize the weather data (based on all the available attributes) to group similar days together, an imperative task that had to be handled initially was to bring down the xarray dataset into a two-dimensional format so that traditional machine learning algorithms can work well.

As we do not have any ground truth value of our dataset, it becomes an unsupervised data clustering task. So we want to apply some state-of-the-art deep learning models for this clustering task. Because deep learning-based models can represent more complex and nonlinear properties of the dataset and can generate clusters more robustly.

Dr. Jianwu Wang, Department of Information Systems.

Cloud computing has become a major approach to help reproduce computational experiments. Yet there are still two main difficulties in reproducing batch-based big data analytics (including descriptive and predictive analytics) in the cloud. The first is how to automate end-to-end scalable execution of analytics including distributed environment provisioning, analytics pipeline description, parallel execution, and resource termination. The second is that an application developed for one cloud is difficult to be reproduced in another cloud, a.k.a. vendor lock-in problem. To tackle these problems, we leverage serverless computing and containerization techniques for automated scalable execution and reproducibility and utilize the ada