Home / Advanced Search

  • Title/Keywords

  • Author/Affliations

  • Journal

  • Article Type

  • Start Year

  • End Year

Update SearchingClear
  • Articles
  • Online
Search Results (145)
  • Open Access

    ARTICLE

    FRAUD-LENS: Hybrid Deep Learning for Real-Time Unemployment Insurance Fraud Detection via Temporal Behavioral Drift

    Rahul Raj*

    Journal on Artificial Intelligence, Vol.8, pp. 359-375, 2026, DOI:10.32604/jai.2026.083202 - 22 July 2026

    Abstract Background: Unemployment Insurance (UI) fraud represents one of the most costly threats to social benefit integrity, with the U.S. DOL/ETA estimating improper payments exceeding $45 billion between 2020 and 2023. Existing detection systems fail to model the temporal evolution of claiming behavior or the relational topology connecting fraudulent actors across employer-claimant networks. This study introduces FRAUD-LENS, a hybrid deep learning framework delivering interpretable and scalable fraud detection for large-scale federal UI systems. Methods: FRAUD-LENS integrates three coordinated architectural modules: a Bidirectional Long Short-Term Memory (BiLSTM) network encoding temporal claim behavior sequences, a Graph Attention Network… More >

  • Open Access

    ARTICLE

    Optimize Sentiment Analysis: Through Machine Learning & Natural Language Processing Techniques

    Naimul Hasan Shadesh*, Zannatul Ferdous, Bipasha Iasmin

    Journal on Artificial Intelligence, Vol.8, pp. 335-357, 2026, DOI:10.32604/jai.2026.078589 - 22 July 2026

    Abstract Sentiment analysis is a core task in Natural Language Processing (NLP) that aims to identify opinions and sentiment polarity expressed in textual data. This study presents a systematic empirical evaluation of classical machine learning–based sentiment analysis methods using a unified experimental framework. Several supervised classifiers, including Decision Trees, Logistic Regression, Support Vector Machines (SVM), Random Forests, Naïve Bayes, and K-Nearest Neighbors (KNN), are evaluated on labeled text datasets collected from multiple domains such as product reviews, customer feedback, hotel reviews, and social media content. The experimental pipeline includes standard NLP preprocessing steps—text normalization, tokenization, stopword More >

  • Open Access

    ARTICLE

    Mathematical Framework for Detecting Sentiments Analysis Using Quantum Computing

    Anitya Kumar Gupta*, Pankaj Vaidya, Anurag Rana

    Journal on Artificial Intelligence, Vol.8, pp. 377-402, 2026, DOI:10.32604/jai.2026.074171 - 22 July 2026

    Abstract Sentiment analysis aims at determining the stance or point of view of a topic, author, or speaker about a certain topic, document, or event. The given paper proposes a hybrid quantum-classical model of sentiment classification, which is known as Complex-Valued Quantum-Enhanced Recurrent Neural Network (CQRNN). The model combines Quantum Long Short-Term Memory (QLSTM) and Quantum Gated Recurrent Units (QGRU) with the use of Variational Quantum Circuits (VQCs) and complex-valued embeddings designed at the level of semantic information, both in the real and imaginary domains. Experiments on benchmark sentiment datasets show that CQRNN can be fine-tuned More >

  • Open Access

    ARTICLE

    A Point Cloud Segmentation Method for Adhering Coal Piles in Industrial Coal Sheds

    Ping Zhang1, Chungang Li2, Jian Song1, Jianjun Tan1, Han Tian1, Le Chen3, Yongkun Song3,*

    Journal on Artificial Intelligence, Vol.8, pp. 323-334, 2026, DOI:10.32604/jai.2026.080463 - 02 July 2026

    Abstract Accurate segmentation of coal pile point clouds is essential for automated inventory management and safety supervision in industrial coal sheds. With the widespread adoption of LiDAR technology, massive point cloud data are available, yet traditional clustering algorithms often fail to distinguish physically adhering coal piles in high-density storage scenarios, resulting in severe under-segmentation. To address this challenge, this paper proposes an automated point cloud segmentation framework tailored for complex industrial environments. The proposed framework consists of three core stages: data preprocessing, ground segmentation, and instance segmentation. First, relative elevation mapping and selective statistical filtering are… More >

  • Open Access

    ARTICLE

    Robust Pedestrian Detection in Surveillance Videos via Fractal-Geometric Regularization of Conditional Random Fields

    Mohammadreza Nehzati*

    Journal on Artificial Intelligence, Vol.8, pp. 299-322, 2026, DOI:10.32604/jai.2026.082982 - 16 June 2026

    Abstract Pedestrian detection in surveillance environments remains fundamentally challenging due to three coupled phenomena: severe occlusion, extreme scale variation, and low-resolution imagery. While contemporary detectors achieve high frame rates on standard benchmarks, they exhibit systematic failures under partial visibility where geometric consistency becomes the primary discriminative signal. This paper introduces a hybrid probabilistic framework that integrates Conditional Random Fields (CRF) with fractal geometry regularization to enforce scale invariant shape priors in deep pedestrian detectors. The core mathematical insight is that human silhouettes exhibit self-similarity across scales—a property precisely characterized by fractal dimension, self-similarity coefficients, and non-dimensionality… More >

  • Open Access

    REVIEW

    A Review of Advancements in Deep Learning Approaches for Intrusion Detection Systems

    Akash Garg*

    Journal on Artificial Intelligence, Vol.8, pp. 273-298, 2026, DOI:10.32604/jai.2026.079401 - 12 May 2026

    Abstract As cyber threats continue to evolve in scale and sophistication, the need for intelligent and adaptive security mechanisms has become increasingly urgent. Intrusion Detection Systems (IDS) are critical components in safeguarding computer networks from malicious activities. This review paper presents a comprehensive analysis of recent advancements in deep learning-based IDS, examining various architectures such as convolutional neural networks (CNNs), recurrent neural networks (RNNs), autoencoders, and generative adversarial networks (GANs). The study compares traditional intrusion detection techniques with modern deep learning approaches, highlighting their strengths, limitations, and suitability for real-world deployment. Special attention is given to… More >

  • Open Access

    ARTICLE

    Camera-LiDAR Fusion for Enhanced Object Detection

    Jianping Wu1, Nian Li2,*, Libin Dong3, Ping Zhang4

    Journal on Artificial Intelligence, Vol.8, pp. 259-271, 2026, DOI:10.32604/jai.2026.075753 - 12 May 2026

    Abstract This paper presents a static fusion framework that enhances object detection by integrating camera and LiDAR-based detection results. The proposed method focuses on associating 2D candidate bounding boxes from a camera detector with 3D candidate boxes from a LiDAR detector using an Intersection over Union (IoU)-based matching approach. To enhance the quality of 2D detection, we refine the baseline Cascade R-CNN detector by incorporating a dual self-attention mechanism into both the backbone and the region proposal network (RPN), resulting in the DA-Cascade R-CNN. This enhancement strengthens the network’s ability to detect small or distant objects More >

  • Open Access

    ARTICLE

    LLM-Enabled Multi-Agent Systems: Empirical Evaluation and Insights into Emerging Design Patterns & Paradigms

    Harri Renney1,*, Maxim Nethercott1, Nathan Renney2, Peter Hayes1

    Journal on Artificial Intelligence, Vol.8, pp. 231-257, 2026, DOI:10.32604/jai.2026.078487 - 17 April 2026

    Abstract This paper provides systemisation on the emerging design patterns and paradigms for Large Language Model (LLM)-enabled multi-agent systems (MAS), evaluating their practical utility across various domains, bridging academic research and industry practice. We define key architectural components, including agent orchestration, communication mechanisms, and control-flow strategies, and demonstrate how these enable rapid development of modular, domain-adaptive solutions. Three real-world case studies are tested in controlled, containerised pilots in telecommunications security, national heritage asset management, and utilities customer service automation. Initial empirical results show that, for these case studies, prototypes were delivered within two weeks and pilot-ready More >

  • Open Access

    ARTICLE

    Comparative Performance Analysis of Machine Learning Algorithms for Early Detection of Heart Disease

    Kadriye Simsek Alan*, Busra Senel Kahyaoglu

    Journal on Artificial Intelligence, Vol.8, pp. 203-230, 2026, DOI:10.32604/jai.2026.078359 - 15 April 2026

    Abstract Cardiovascular diseases remain one of the leading causes of mortality worldwide, making early and reliable diagnosis a critical challenge for modern healthcare systems. In this study, a systematic comparative performance analysis of widely used machine learning algorithms is conducted for the early detection of heart disease using tabular clinical data. Rather than proposing a novel model architecture, the primary objective is to provide a fair, reproducible, and clinically meaningful evaluation of commonly adopted classifiers under consistent experimental conditions. The Kaggle Heart Failure dataset is employed, and multiple machine learning models—including tuned Random Forest, tuned XGBoost,… More >

  • Open Access

    ARTICLE

    Artificially Intelligent Interviewer—A Multimodal Approach

    Daniil Kamakaev, Khaled Mahbub*

    Journal on Artificial Intelligence, Vol.8, pp. 183-202, 2026, DOI:10.32604/jai.2026.077823 - 15 April 2026

    Abstract This paper presents an innovative system designed to automate the analysis of candidate interviews by integrating multiple analytical techniques into a single multimodal framework. This system combines text sentiment analysis, audio sentiment analysis, keyword extraction, and Mel-Frequency Cepstral Coefficients (MFCC) feature extraction to evaluate candidate performance holistically. This system employs text sentiment analysis using VADER and transformer-based sentiment features (probability-based outputs), audio sentiment analysis with an SVM model trained on both IEMOCAP and MELD datasets, keyword extraction via KeyBERT, and audio feature extraction including MFCCs, delta MFCCs, pitch, and energy to evaluate candidate performance holistically. More >

Displaying 1-10 on page 1 of 145. Per Page