Authors Suganya MarimuthuComputer Science and Engineering, M S Engineering College, Bangalore, IndiaHarshitha SreeComputer Science and Engineering, M S Engineering College, Bangalore, India Abstract This study proposes a novel hybrid ensemble architecture for real-time anomaly detection in high-velocity data streams, integrating complementary machine learning paradigms to address accuracy, latency, and adaptability constraints. The framework combines an Isolation Forest model for rapid unsupervised outlier scoring, a Long Short-Term Memory (LSTM) autoencoder for temporal–frequency sequence reconstruction, and an ADWIN-based concept drift detector to enable dynamic window resizing and adaptive learning. Real-time anomaly detection plays a critical role in promptly identifying irregular patterns across domains such as cybersecurity intrusion detection, industrial equipment monitoring, smart grid analytics, and financial fraud detection. To emulate realistic streaming environments, a distributed ingestion pipeline built on Apache Kafka is implemented to simulate continuous data flow using benchmark datasets, including the Numenta Anomaly Benchmark (NAB) and the KDD Cup 1999 network traffic dataset. This setup enables systematic evaluation under varying anomaly injection rates, noise levels, and feature dimensionalities. For each streaming window, multi-domain feature extraction is performed, encompassing statistical descriptors (mean, variance, kurtosis), temporal dynamics (lag correlations, trend coefficients), and frequency-domain characteristics obtained via spectral analysis. The resulting high-dimensional feature vectors are projected into a compact latent space using incremental Principal Component Analysis (PCA) to reduce computational overhead while preserving discriminative information. The ensemble aggregates submodel anomaly scores through dynamically adaptive weighting, where weights are recalibrated based on recent predictive performance and drift detection signals. This strategy enhances robustness against evolving data distributions and mitigates performance degradation under concept drift. Extensive experimental evaluation demonstrates that the proposed framework achieves an average F₁-score of 93.0%, outperforming standalone Isolation Forest and LSTM autoencoder baselines by approximately 7% and 6%, respectively. Furthermore, the system maintains sub-second inference latency, with mean detection delays of 28.4 ms on server-grade hardware and 112.1 ms on resource-constrained edge devices. Resource utilization profiling indicates efficient CPU consumption ( Keywords real-time anomaly detection; streaming data; ensemble learning; concept drift adaptation; edge deployment; Isolation Forest; LSTM autoencoder; ADWIN Citation of this Article Suganya Marimuthu, & Harshitha Sree. (2025). Real-Time Data Stream Anomaly Detection Using an Adaptive Multi-Model Ensemble Approach. Current Journal of Engineering and Science Research. 2(6), 1-7. Article DOI: https://doi.org/10.47001/CJESR/2025.206001 Licence Copyright (c) 2026 Current Journal of Engineering and Science Research. This work is licensed under a Creative Commons Attribution Non Commercial 4.0 International Licence. References Gao, J., Saligrama, V., & Vishwanathan, S. (2020). TadGAN: Time-series anomaly detection using generative adversarial networks. In Proceedings of the 26th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining (pp. 1507–1517). ACM. https://doi.org/10.1145/3394486.3403146Xu, H., Gao, J., Zhao, L., & Li, J. (2018). Real-time anomaly detection in IoT data streams. IEEE Internet of Things Journal, 5(5), 3863–3875. https://doi.org/10.1109/JIOT.2018.2833884Zimek, A., & Filzmoser, P. (2020). There and back again: Outlier research and practice, past–present–future. ACM Computing Surveys, 53(3), Article 58. https://doi.org/10.1145/3371166You, J., Yan, K., & Kim, H. (2021). Adaptive windowing for real-time anomaly detection. Information Sciences, 546, 524–539. https://doi.org/10.1016/j.ins.2020.11.019Chandola, V., Banerjee, A., & Kumar, V. (2009). Anomaly detection: A survey. ACM Computing Surveys, 41(3), 1–58. https://doi.org/10.1145/1541880.1541882Ahmed, M., Mahmood, A. N., & Hu, J. (2016). A survey of network anomaly detection techniques. Journal of Network and Computer Applications, 60, 19–31. https://doi.org/10.1016/j.jnca.2015.11.016Lakhina, A., Crovella, M., & Diot, C. (2004). Diagnosing network-wide traffic anomalies. ACM SIGCOMM Computer Communication Review, 34(4), 219–230. https://doi.org/10.1145/1030194.1015487Liu, F. T., Ting, K. M., & Zhou, Z.-H. (2008). Isolation forest. In Proceedings of the 2008 Eighth IEEE International Conference on Data Mining (pp. 413–422). IEEE. https://doi.org/10.1109/ICDM.2008.17Ringberg, H., Soule, A., Rexford, J., & Diot, C. (2007). Sensitivity of PCA for traffic anomaly detection. In Proceedings of the 2007 ACM SIGMETRICS International Conference on Measurement and Modeling of Computer Systems (pp. 109–120). ACM. https://doi.org/10.1145/1254912.1254925Hundman, K., Constantinou, V., Laporte, C., Colwell, I., & Soderstrom, T. (2018). Detecting spacecraft anomalies using LSTM networks. In Proceedings of the 2018 International Conference on Space Mission Challenges for Information Technology (pp. 1–9). IEEE. https://doi.org/10.1109/SMC-IT.2018.00007Aggarwal, C. C. (2015). Outlier Analysis (2nd ed.). Springer. https://doi.org/10.1007/978-3-319-47578-3Erfani, S. M., Rajasegarar, S., Karunasekera, S., & Leckie, C. (2016). High-dimensional and large-scale anomaly detection using a linear one-class SVM with deep learning. Pattern Recognition, 58, 121–134. https://doi.org/10.1016/j.patcog.2016.03.028Guha, S., Mishra, N., Motwani, R., & O’Callaghan, L. (2016). Robust real-time change detection in data streams. IEEE Transactions on Knowledge and Data Engineering, 28(2), 397–409. https://doi.org/10.1109/TKDE.2015.2462243Ren, J., Xu, S., Liao, X., Hao, S., & Liu, Z. (2019). Real-time anomaly detection for streaming data using predictive models. IEEE Access, 7, 104495–104507. https://doi.org/10.1109/ACCESS.2019.293753