Previous Article in Journal
Adversarial CAM Guidance for Chest X-Ray Classification: Reducing Framing Sensitivity with Mask Supervision
Previous Article in Special Issue
eXCube2: Explainable Brain-Inspired Spiking Neural Network Framework for Emotion Recognition from Audio, Visual and Multimodal Audio–Visual Data
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Fire Detection Method Based on a Mind-Linked Continuous-Coupled Neural Network

1
School of Information Science and Engineering, Lanzhou University, Lanzhou 730000, China
2
National Key Laboratory on Vacuum Technology and Physics, Lanzhou Institute of Physics, Lanzhou 730000, China
3
School of Mathematics and Physics, Lanzhou Jiaotong University, Lanzhou 730070, China
4
School of Electronics and Communication Engineering, Lanzhou University of Arts and Sciences, Lanzhou 730010, China
*
Author to whom correspondence should be addressed.
Biomimetics 2026, 11(6), 410; https://doi.org/10.3390/biomimetics11060410 (registering DOI)
Submission received: 20 April 2026 / Revised: 5 June 2026 / Accepted: 8 June 2026 / Published: 10 June 2026

Abstract

With the development of Internet of Things (IoT) technology, fire detection systems based on multi-sensor fusion have become critical infrastructure to ensure public safety. Due to environmental noise and sensor heterogeneity, these systems often suffer from high rates of false alarms and missed detections. Although existing machine learning approaches have partially improved classification accuracy, their overall performance remains limited. Inspired by the cognitive mechanisms of the human brain, we developed an improved mind-linked continuous-coupled neural network (ML-CCNN) based on the existing continuous-coupled neural network (CCNN). We propose a parameter adaptation mechanism that modulates neural activations through a global threshold. We utilized the synthetic minority oversampling technique (SMOTE) to mitigate data imbalance and transformed sample feature vectors into matrices for training. Our model achieved an accuracy of 99.96% on our own dataset and 99.97% on the public Smoke Detection Dataset (SDD), which highlights ML-CCNN’s potential for fire detection.

1. Introduction

Fire is a sudden and destructive disaster that poses a serious threat to human life and property. Statistical evidence indicates that fire-related damage is generally inversely proportional to the timeliness of its detection [1]. Consequently, the accuracy and response speed of fire detection technologies are critical for disaster prevention. Traditional fire detection systems primarily rely on threshold-based decisions using a single physical parameter, such as smoke or temperature [2]. However, real-world scenarios are subject to various sources of interference, including dust accumulation, steam generated during cooking, and fluctuations in carbon dioxide concentrations in crowded environments. These sudden environmental variations may trigger false alarms [3].
With the increasing integration of sensor technology and the IoT, multi-sensor fire detection has become a promising approach. This method detects fires by simultaneously acquiring multi-dimensional data, including temperature, humidity, CO2, and particulate matter concentrations (PM1.0 and PM2.5). Traditional machine learning approaches, such as support vector machines (SVMs), logistic regression (LR), and naive bayes (NB) classifiers, detect fires by constructing classification models [3,4]. However, their performance is limited by the complex characteristics of fire data, which restricts their effectiveness in practical fire detection tasks [2]. HDBMS algorithm [5] that dynamically selects the best-performing machine learning model based on real-time data to further improve prediction accuracy. Latest deep learning models, such as EIF-LSTM [6] and BiLSTM-LN-SA [7], have also achieved certain results by improving long short-term memory (LSTM) networks. Building on these advances, we propose a brain-inspired computing model for fire detection.
Neuroscience has long been an essential driver of progress in artificial intelligence (AI) [8]. Related models such as spiking neural networks (SNNs) [9] and pulse coupled neural networks (PCNNs) [10] have advanced rapidly in recent years. As a novel brain-inspired computing model, the continuous-coupled neural network (CCNN) introduces a probabilistic activation mechanism to generate continuous outputs, addressing the limitations of traditional spiking models [11]. However, some parameters in the CCNN model are manually predefined, which limits the adaptability of the model to complex datasets. Therefore, it is necessary to further improve the generalization ability of CCNN while preserving its brain-inspired mechanism.
The rest of this paper is organized as follows. Section 2 reviews the related work. Section 3 introduces the proposed model. Section 4 presents the experiments. Section 5 concludes this paper.

2. Related Work

Currently, the main approaches to fire detection can be categorized into two groups: computer vision-based detection methods and deep learning-based IoT detection methods. In contrast, this study proposes a novel detection approach based on brain-inspired computing.

2.1. Computer Vision-Based Fire Detection

Vision-based methods primarily utilize images or videos captured by cameras to detect fires by analyzing the visual features of flames and smoke [12,13,14,15]. Early video-based fire detection methods heavily relied on features such as color and texture [16]. However, these methods exhibited poor generalization capabilities in complex scenarios [13]. To address these limitations, CNN-based vision methods have gradually become the dominant approach. Muhammad et al. [17] proposed a lightweight CNN architecture based on MobileNet for resource-constrained surveillance networks. Their study showed that lightweight CNN architectures can reduce computational cost while maintaining high fire classification accuracy.
In addition to image classification, real-time object detection algorithms have been widely used for fire detection. Li and Zhao [18] investigated several CNN-based object detection methods for image-based fire detection and showed that the YOLOv3-based method achieved higher average precision among the compared models. Subsequently, Sun et al. [19] proposed an improved YOLOv5 method for forest fire monitoring by incorporating the convolutional block attention module (CBAM), a small target detection layer, and the Ghost module, thereby improving detection performance under complex background conditions.
However, visual detection methods have inherent limitations. These methods are highly sensitive to variations in environmental illumination and may fail to detect obscured fire sources.

2.2. Deep Learning-Based Multi-Sensor Fire Detection

Multi-sensor fire detection systems typically integrate sensors for temperature, humidity, smoke concentration, and carbon monoxide (CO), enabling fire detection using multi-dimensional data fusion. Nakip et al. [20] proposed a recurrent trend predictive neural network (rTPNN) for multi-sensor fire detection. Their method is based on both trend and level prediction and the fusion of sensor readings and captures trends in multivariate time-series data collected using a multi-sensor detector. Deng et al. [21] further proposed an indoor fire detection method based on multi-sensor fusion and a lightweight convolutional neural network (CNN) for resource-constrained embedded platforms. Liu et al. [6] proposed a model named EIF-LSTM that uses LSTM networks to process continuous time-series sensor readings to extract temporal characteristics of environmental information. By increasing the sources and dimensions of information fusion, the detection accuracy of EIF-LSTM on the training set and the test set exceeds 96.5%. He et al. [7] proposed a novel model named BiLSTM-LN-SA to enhance robustness and accuracy. The model integrates a bidirectional long short-term memory (BiLSTM) network with layer normalization (LN) and a self-attention (SA) mechanism. Extensive evaluation using a real-world dataset demonstrates the superiority of the BiLSTM-LN-SA model, achieving a test accuracy of 98.38%. Although time-series models such as LSTM have achieved relatively high accuracy, they still suffer from limited sensitivity to weak fire signals under complex environmental interference.

2.3. Brain-Inspired Computing

The human brain is composed of billions of neurons that accomplish information transmission and processing through spikes. SNN as a promising brain-inspired computational model with binary spike information transmission mechanism, rich spatially temporal dynamics, and event-driven characteristics [22]. As a result, they have attracted extensive attention in recent years and have gradually been applied to fields such as pattern recognition, image processing, and intelligent perception [23,24,25,26]. Among various brain-inspired computing models, the PCNN employs a modulated coupling mechanism to modulate key parameters, while the coupling results produce internal activity [27]. The PCNN was first proposed by Eckhorn et al. [28] based on the phenomenon of synchronized oscillations in the cat visual cortex. Its core idea is to simulate the synchronous pulse-firing mechanism of the biological visual cortex by utilizing neuronal coupling and dynamic threshold mechanisms. Owing to its characteristics of synchronous oscillation, pulse coupling, and training-free operation, the PCNN has been widely studied and applied in tasks such as image segmentation, image fusion, object detection, and feature extraction [28,29,30].
With the development of brain-inspired visual models, various improved structures have been further proposed based on the PCNN, among which the continuous-coupled neural network (CCNN) enhances the representation of complex temporal and spatial patterns through continuous neuron activation and dynamic coupling mechanisms [31,32,33]. The CCNN introduces a probabilistic activation mechanism and exhibits dynamics that are more consistent with those of real neurons [11]. However, existing CCNN models still rely on manually predefined static parameters [30]. This limits their adaptability in fire detection scenarios characterized by complex backgrounds and significant noise interference. To address this issue, this study proposes an improved ML-CCNN model based on the CCNN. By introducing a learnable global threshold, the proposed model enhances its adaptive capability in complex environments.

3. Fire Detection Framework Based on the ML-CCNN Model

3.1. CCNN Neuron

The CCNN is inspired by the dynamics of primary visual cortex, exhibits commensurate static and dynamic properties with real neurons [33]. It uses sigmoid functions to replace the pulse generator and exhibits highly complex chaotic behavior under periodic stimulation. In contrast to SNNs and PCNNs [34], the CCNN exhibits periodic behavior under DC stimulation and chaotic behavior under AC stimulation [11].
The mechanism of the CCNN is described using a set of recursive equations. The state of each CCNN neuron is primarily determined by five modules: feeding input, couple linking, modulation product, dynamic activity, and continuous output [11]. The formulas are as follows:
F i j n = e α f F i j n 1 + V F M i j k l Y k l n 1 + S i j ,
L i j n = e α l L i j n 1 + V L W i j k l Y k l n 1 ,
U i j n = F i j n 1 + β L i j n ,
Y i j n = s i g m o i d U i j n E i j n ,
E i j n = e α e E i j n 1 + V E Y i j n 1 ,
The notations are explained in Table 1.
At each time step, the CCNN neuron updates its feeding input F i j by considering the exponentially decayed previous input, the weighted sum of neighboring neuron outputs, and the external stimulus. The couple linking L i j is calculated using the previous input with a decay factor and the corresponding weight matrix to capture interactions between neurons. The modulation product U i j combines F i j and L i j , where the linking strength is 1 + β L i j . The continuous output Y i j is then generated using a sigmoid activation function. Meanwhile, the dynamic activity E i j evolves over time by incorporating previous output values and an exponential decay term, allowing the neuron to adjust its refractory period dynamically.

3.2. The ML-CCNN Model for Fire Detection

The ML-CCNN model adopts the global threshold γ as a control parameter; the model can automatically calculate the dynamic activity and other internal hyperparameters. The parameter γ is implemented as a learnable parameter optimized together with other network parameters through backpropagation and ranges from 0.01 to 0.99. The mathematical expressions are as follows:
The decay factor α is defined as follows:
α = ln 1 γ ,
The linking strength β is defined as follows:
β = e α ,
The amplitude parameter V E in the dynamic activity is defined as follows:
V E = e 2 α + e 3 α ,
The decay factors for the feeding input ( α f ), the couple linking ( α l ), and the dynamic activity ( α e ) are defined as follows:
α f = 3 α ,
α l = α ,
α e = α ,
Based on the work of Yi et al. [35], V E and V L are defined as follows:
V F = 1.0 ,
V L = 1.0 ,
Figure 1 shows the ML-CCNN model for fire detection. Because visual networks depend on multi-dimensional matrix inputs, they exhibit a dimensional mismatch with conventional datasets formatted as one-dimensional feature vectors. To address this, this study employs a data format conversion scheme that populates the elements of the feature vector into a two-dimensional matrix ( N × N ), with any remaining positions filled with zeros. This process re-encodes the one-dimensional samples into single-channel feature maps, enabling the visual model to perform feature extraction.
The model uses two connection matrixes, W and M, with bias-free convolution operations. The model enables the precise capture of spatial details in the input samples while extracting the temporal evolution features of fire signals. Consequently, this enhances the model’s ability to capture sample information in complex environments.
The model first calculates the decay factor α , the linking strength β , and the amplitude parameter V E . Based on the decay factor α, the decay factors for the feeding input α f , the couple linking α l , and the dynamic activity α e are calculated using Equations (9)–(11). For each neuron, the feeding input F(0), the couple linking L(0), and the continuous output Y(0) are initialized to zero, whereas the initial dynamic activity E(0) is set to V E e α . During the T time steps, F i j n and L i j n are updated using Equations (1) and (2), and the final output Y i j n is then calculated using Equations (3)–(5).
The ML-CCNN layer iteration process is shown in Algorithm 1.
Algorithm 1 ML-CCNN layer iteration algorithm.
1: Input:  X = X 1 , X 2 , , X T , Parameters γ , W, M
2: Output:  y m l c c n n
3: Create an empty list Y s e q =  
4: Calculate α = ln 1 / γ
5: Initialize states: F(0) = 0, L(0) = 0, Y(0) = 0
6: Initialize threshold: E 0 = V E e α
7: for t = 1 ,   2 ,   ,   T  do
8:         F t = BN e 3 α F t 1 + M Y t 1 + X t
9:         L t = BN e α L t 1 + W Y t 1
10:       U t = F t 1 + e α L t
11:       E t = e α E t 1 + V E Y t 1
12:       Y t = σ U t E t
13:      Append Y(t) to Y s e q
14: end for
15: Stack Y s e q to obtain y m l c c n n
16: return y m l c c n n
The ML-CCNN layer iterates over the input sequence X for T time steps, updating the states of each neuron according to the values from the previous time step and the current input data. After the T-step iterations, the output y m l c c n n is generated. The y m l c c n n is then flattened and fed into the fully connected layer. The final output is given as follows:
y o u t = A 2 ReLU A 1 y m l c c n n + c 1 + c 2 ,
where A 1 and c 1 denote the weight and bias of the first fully connected layer, respectively, whereas A 2 and c 2 represent those of the output layer. In addition, the ReLU activation function provides the nonlinear activation for the network [36] and is defined as follows:
R e L U x = m a x 0 , x ,
During parameter optimization, the model utilizes a cross-entropy loss function that measures the difference between the predicted probability distribution of the model and true probability distribution of the labels [37]. The cross-entropy loss function is defined as follows:
l o s s = 1 N i = 1 N c = 1 C y i c l o g p i c ,
where N represents the total number of samples in a batch, and C denotes the number of classes in the classification task. Here, y i c is the one-hot encoded ground-truth label, and p i c represents the predicted probability that sample i belongs to class c. The probability p i c is calculated as follows:
p i c = arg max c y out ^ ,
where y out ^ denotes the output score of the fully connected layer for sample i and class c.
In addition, the adaptive moment estimation (Adam) optimizer is employed for parameter optimization, with the initial learning rate set to η = 10 3 .

4. Experiments

In this section, we describe the data preprocessing procedure, the evaluation metrics, and the analysis of the performance of the proposed fire detection framework.

4.1. Dataset

Using a standard smoke detector tunnel, we constructed a smoke alarm dataset named the Fire Alarm Dataset (FAD). The FAD contains 21,856 samples collected under the combustion conditions of wood, sponge, and n-heptane. This dataset includes 18,342 normal samples (83.92% of the total samples) and 3514 fire samples (16.08% of the total samples) (see Table 2).
The ZB-SMK-III standard smoke detector tunnel is shown in Figure 2. The integrated sensor included an ionization sensor (ION) and a light obscuration rate sensor (LOR), both for smoke detection. In addition, three temperature sensors (Temp1–Temp3) were used to record temperatures at different positions, and the reading from thermostat (Temp4) was used as an additional temperature measurement. Furthermore, three humidity sensors (Humi1–Humi3) were used to measure air humidity. The label denotes the environmental status, where 0 indicates a normal condition and 1 indicates a fire condition. The dataset features are shown in Table 3.
Additionally, the public Smoke Detection Dataset (SDD) [38] from Kaggle was also used. The dataset contains 62,630 samples, including 44,757 fire samples (71.46% of the total samples) and 17,873 normal samples (28.54% of the total samples). The dataset features are shown in Table 4.

4.2. Data Preprocessing

Due to the class imbalance between normal and fire samples in the datasets, we used the synthetic minority over-sampling technique (SMOTE) proposed by Chawla et al. [39]. SMOTE is a method used to generate minority class samples based on a geometric interpolation mechanism in the feature space to balance the dataset. This approach effectively alleviates the class imbalance problem.
SMOTE balances the dataset by synthesizing new minority samples in the feature space [39]. The specific generation process consists of three main steps. First, a target sample is randomly selected from the minority class set. Second, several K-nearest neighbors of this sample are found in the feature space. Finally, new minority samples are synthesized using random linear interpolation on the line segment between the target sample and a random neighbor sample [39]. The pseudo-code for SMOTE is shown in Algorithm 2.
Algorithm 2 SMOTE Algorithm
Dataset D = { x i , y i } i = 1 N , where x i = L O N , L O R , , H u m i 2 , H u m i 3 and y i { 0,1 } .
Minority class samples D mnrt , majority class samples D mjrt .
Number of synthetic samples to generate N synthetic , number of nearest neighbors k.
Ensure:
Augmented dataset D a u g m e n t e d
1: Initialize D a u g m e n t e d D
2: Extract minority class features: X minority = { x i y i = 1 }
3: Compute k nearest neighbors for each sample x X m i n o r i t y using Euclidean distance in the feature space
4: for i = 1 to  N synthetic do
5:            Randomly select a minority class sample x i X m i n o r i t y
6:            Randomly select one of its k-nearest neighbors x n n
7:            Generate a random interpolation factor λ U 0,1
8:            Calculate a synthetic sample:
x new = x i + λ x n n x i
9:            Append x new to X m i n o r i t y
10: end for
11: Combine augmented minority class samples with majority class samples:
X a u g m e n t e d = x , 1 | x X minority X majority
12: return  X a u g m e n t e d
As shown in Figure 3, after applying SMOTE, the number of fire samples in the FAD increased from 3514 to 18,342. Meanwhile, the number of normal samples remained unchanged at 18,342.
As shown in Figure 4, after applying SMOTE, the number of normal samples in the SDD increased from 17,873 to 44,757, thereby achieving class balance. Meanwhile, the number of fire samples remained unchanged at 44,757.
The SMOTE-processed datasets were divided into training and testing sets at a 7:3 ratio [40]. The resulting sample distributions for the FAD and SDD are presented in Table 5.

4.3. Data Input

To enable the ML-CCNN to effectively process one-dimensional features, the original feature vectors were transformed into a single-channel matrix. This transformation allows the model to exploit convolutional operations for feature extraction and adapt to the input format required by visual model [31]. Specifically, the features of the FAD and SDD were filled into a matrix in a left-to-right and top-to-bottom order. The FAD features were arranged into a 3 × 3 matrix, whereas the SDD features were arranged into a 4 × 4 matrix. Any remaining positions in these matrixes were padded with zeros. The resulting matrixes are denoted as follows:
M = I o n L O R T e m p 1 T e m p 2 T e m p 3 T e m p 4 H u m i 1 H u m i 2 H u m i 3
M = T e m p e r a t u r e H u m i d i t y T V O C e C O 2 R a w H 2 R a w E t h a n o l P r e s s u r e P M 1.0 P M 2.5 N C 0.5 N C 1.0 N C 2.5 0 0 0 0
Following this transformation, the original one-dimensional data are reconstructed into single-channel images, thereby adapting to the input requirements of the ML-CCNN.

4.4. Performance Metrics

To comprehensively evaluate the performance of the model in the fire detection task, we employ four standard evaluation metrics: accuracy, precision, recall, and F1-score.
Accuracy reflects the proportion of correct predictions made by the model across the entire dataset, representing the ratio of correctly predicted samples to the total number of samples [41]. It is defined as follows:
Accuracy = T P + T N T P + T N + F P + F N
In high-risk scenarios such as fire detection, the consequence of missed detections is highly severe. Therefore, precision and recall are introduced to further evaluate the model’s performance. Precision measures the proportion of actual fire samples among all samples predicted as fire by the model [42] and is defined as follows:
Precision = T P T P + F P
Recall represents the probability that actual fire samples are correctly detected [42] and is defined as follows:
Recall = T P T P + F N
To comprehensively evaluate the balance between precision and recall, the F1-score is adopted as the harmonic mean of the two metrics [42]. It is calculated as follows:
F 1 - S c o r e = 2 × Precision × Recall Precision + Recall

4.5. Experimental Results

The model was trained for 100 epochs, with the training loss and testing accuracy recorded at each epoch. Figure 5 and Figure 6 show the performance of the model on the FAD and SDD, respectively, with the time step T set to 1, 2, 3, and 4. Table 6 shows the training parameters.
As shown in Figure 5 and Figure 6, the ML-CCNN exhibited rapid convergence under all tested time steps. On the FAD, the training accuracy increased quickly during the early epochs and gradually stabilized near 100%, indicating that the model was able to fit the training data effectively. The model trained on the SDD also converged rapidly. The training accuracy remained stable after several training epochs. Although the testing accuracy showed slightly larger fluctuations than that on the FAD, especially at time steps T = 3 and T = 4, its overall trend remained stable and close to 100%.
To evaluate the proposed model, we compared it with several conventional machine learning models, including support vector machine (SVM), logistic regression (LR) and naive Bayes (NB). These conventional models are directly available in Python’s scikit-learn (v1.5.1) libraries. We also included spiking neural networks (SNNs) and the continuous-coupled neural network (CCNN) as brain-inspired baseline models. All models were trained and evaluated on the FAD and SDD using the same data preprocessing strategy with SMOTE.
Table 7 presents the performance of the models trained on the FAD, while Figure 7 shows the confusion matrix.
Table 8 presents the performance comparison results of the models trained on the SDD, while Figure 8 shows the confusion matrix.
Based on the results presented in Table 6 and Table 7, the ML-CCNN demonstrated stable classification performance on both the FAD and SDD under different time-step settings. When the time step was set to T = 2, the model achieved optimal performance. On the FAD, the ML-CCNN (T = 2) achieved an accuracy of 0.9996, precision of 0.9993, recall of 1.0000, and F1-score of 0.9996, indicating that the model could classify almost all samples correctly. When the time step increased to T = 3 and T = 4, the performance of the model showed a slight decline.
On the SDD, the ML-CCNN also maintained outstanding performance under different time-step settings. The model achieved an accuracy of 0.9997, precision of 0.9997, recall of 0.9996, and F1-score of 0.9997, achieving the optimal performance among the four configurations when T = 2. Although ML-CCNN (T = 3) reached the highest recall of 0.9998, its accuracy and F1-score were both slightly lower than those of ML-CCNN (T = 2). These results indicated that the ML-CCNN could effectively capture complex features in multi-sensor data and maintain stable fire detection performance.
Among conventional models, SVM achieved an accuracy of 0.9964 and precision of 0.9928 on the FAD. By comparison, LR achieved an accuracy of 0.9744 and precision of 0.9590, whereas NB performed relatively poorly, with an accuracy of 0.8398 and precision of 0.7581. Although NB attained a high recall of 1.0000 its F1-score was only 0.8624. For the SDD, the conventional models showed a more evident performance gap. SVM achieved an accuracy of 0.9608 and F1-score of 0.9595, whereas LR and NB performed comparatively poorly, with accuracies of 0.9090 and 0.8298. Overall, these results indicated that conventional machine learning models showed limited adaptability.
The brain-inspired baseline models were also used for comparison. On the FAD, SNNs obtained an accuracy of 0.9992 and an F1-score of 0.9992, while CCNN (T = 2) achieved an accuracy of 0.9965 and an F1-score of 0.9965. Although CCNN (T = 2) reached a recall of 1.0000, its precision decreased to 0.9930 due to the increased number of false positives. On the SDD, SNNs achieved an accuracy of 0.9860 and an F1-score of 0.9859, and CCNN (T = 2) achieved better overall performance, with an accuracy of 0.9918 and an F1-score of 0.9919. The accuracy of SNNs decreased slightly, and CCNN (T = 2) still produced more false positives, resulting in a lower precision of 0.9842. These results show that SNNs and CCNN can capture fire features, but their accuracy is lower than that of the proposed ML-CCNN.
In summary, experimental results demonstrate that ML-CCNN shows effective capability in extracting complex features from multi-sensor data. At T = 2, the model performs better than other models, demonstrating its superiority in fire detection tasks.

4.6. Cross-Validation

To comprehensively evaluate the generalization capability of the model and verify its performance stability across different data subsets, we performed ten-fold cross-validation on the FAD and SDD. Each fold was trained for 100 epochs to ensure model convergence.
As shown in Table 9 and Table 10, the validation results of ML-CCNN remained stable across all folds on both the FAD and SDD. Specifically, on the FAD (Table 8), the validation accuracy ranged from 0.9989 to 0.9997, with an average of 0.9993. On the SDD (Table 9), the validation accuracy varied between 0.9951 and 0.9999, with an average of 0.9987. These validation results indicate that the ML-CCNN model achieved stable performance across different variation folds.

4.7. Comparison with Other Fire Detection Models

We retrieved recent studies on fire detection, as summarized in Table 11. The methods in these studies cover a range of approaches, including traditional machine learning and deep learning techniques. The proposed model achieves an accuracy of 99.96%, indicating competitive performance in fire detection tasks.

4.8. γ Sensitivity Analysis

As shown in Table 12 and Table 13, we tested the model on FAD and SDD with γ initialized to 0.05, 0.1, 0.3, 0.5, 0.7, and 0.9. Performance remained stable across different γ values on the FAD. On the SDD, performance decreased slightly with increasing γ. Overall, the model demonstrates high robustness to the initialization of γ , and relatively low to moderate initial values are more favorable.

4.9. Ablation Study

Ablation experiments were conducted to evaluate the contribution of different components in the ML-CCNN. As shown in Table 14 and Table 15, the complete ML-CCNN achieves the best performance on both FAD and SDD. Removing M, W, V E , coupling modulation, or dynamic activity leads to different degrees of performance degradation. Although the differences in accuracy and F1-score are relatively small, the increased false positives and false negatives indicate that these components help reduce false alarms and missed alarms. Overall, the results demonstrate that the proposed components jointly improve the robustness of the ML-CCNN.

5. Conclusions

In this work, we proposed a fire detection framework based on the ML-CCNN. The model introduces a parameter adaptation mechanism utilizing a global threshold parameter that dynamically regulates key parameters to enhance the representation capability of the network. Combined with the SMOTE method for dataset balancing and a vector-to-matrix transformation strategy, the model achieves 99.96% accuracy on the FAD and 99.97% on the SDD. Experimental results show that the proposed model achieves superior performance in terms of accuracy compared with other models, demonstrating its strong competitiveness for fire detection.

Author Contributions

Conceptualization, J.W. (Ji Wang); methodology, K.L.; software, S.W. and Z.Z.; validation, S.W. and Z.Z.; formal analysis, J.W. (Ji Wang); investigation, J.W. (Jianxiang Wang), W.Y. and X.A.; resources, J.L. and W.Y.; data curation, K.L. and J.W. (Ji Wang); writing—original draft preparation, K.L.; writing—review and editing, J.W. (Ji Wang); visualization, K.L. and J.W. (Jianxiang Wang); supervision, J.L.; project administration, J.Z. and X.A.; funding acquisition, J.Z. All authors have read and agreed to the published version of the manuscript.

Funding

This study is supported by the Key Program of the Natural Science Foundation of Gansu Province under Grant 25JRRA801 and the Gansu Provincial Leading Talents Program under Grant 2023-LJRC II-366.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data presented in this study are openly available in Kaggle at https://www.kaggle.com/datasets/deepcontractor/smoke-detection-dataset/data (accessed on 22 February 2026).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Challands, N. The relationships between fire service response time and fire outcomes. Fire Technol. 2010, 46, 665–676. [Google Scholar] [CrossRef]
  2. Fonollosa, J.; Solórzano, A.; Marco, S. Chemical sensor systems and associated algorithms for fire detection: A review. Sensors 2018, 18, 553. [Google Scholar] [CrossRef]
  3. Wu, C.L.; Hung, C.F.; Chao, K.; Huang, H.C.; Yu, T.F.; Wen, Y.T.; Hung, M.M. False-alarm susceptibility of spot-type smoke detectors under realistic fire and nuisance conditions. Fire Saf. J. 2025, 161, 104621. [Google Scholar] [CrossRef]
  4. Gubbi, J.; Marusic, S.; Palaniswami, M. Smoke detection in video using wavelets and support vector machines. Fire Saf. J. 2009, 44, 1110–1115. [Google Scholar] [CrossRef]
  5. Khan, M.A.; Song, W.; Khan, A.; Ali, M.; Karim, R.; Zhang, J. Machine learning hybrid dynamic best model selection algorithm for real-time fire prediction using IoT-enabled multi-sensor data in buildings. J. Saf. Sci. Resil. 2025, 7, 100236. [Google Scholar] [CrossRef]
  6. Liu, P.; Xiang, P.; Lu, D. A new multi-sensor fire detection method based on LSTM networks with environmental information fusion. Neural Comput. Appl. 2023, 35, 25275–25289. [Google Scholar] [CrossRef]
  7. He, Z.; Si, Y.; Yang, L.; Xu, N.; Zhang, X.; Wang, M.; Sun, X. BiLSTM-LN-SA: A novel integrated model with self-attention for multi-sensor fire detection. Sensors 2025, 25, 6451. [Google Scholar] [CrossRef]
  8. Zador, A.; Escola, S.; Richards, B.; Ölveczky, B.; Bengio, Y.; Boahen, K.; Botvinick, M.; Chklovskii, D.; Churchland, A.; Clopath, C.; et al. Catalyzing next-generation artificial intelligence through neuroai. Nat. Commun. 2023, 14, 1597. [Google Scholar] [CrossRef]
  9. Maass, W. Networks of spiking neurons: The third generation of neural network models. Neural Netw. 1997, 10, 1659–1671. [Google Scholar] [CrossRef]
  10. Subashini, M.M.; Sahoo, S.K. Pulse coupled neural networks and its applications. Expert Syst. Appl. 2014, 41, 3965–3974. [Google Scholar] [CrossRef]
  11. Liu, J.; Lian, J.; Sprott, J.C.; Liu, Q.; Ma, Y. The butterfly effect in primary visual cortex. IEEE Trans. Comput. 2022, 71, 2803–2815. [Google Scholar] [CrossRef]
  12. Cortez, P.; Morais, A. A data mining approach to predict forest fires using meteorological data. In New Trends in Artificial Intelligence, Proceedings of the 13th EPIA Conference on Artificial Intelligence; Associação Portuguesa para a Inteligência Artificial (APPIA): Porto, Portugal, 2007; pp. 512–523. [Google Scholar]
  13. Elhanashi, A.; Essahraui, S.; Dini, P.; Saponara, S. Early fire and smoke detection using deep learning: A comprehensive review of models, datasets, and challenges. Appl. Sci. 2025, 15, 10255. [Google Scholar] [CrossRef]
  14. Gragnaniello, D.; Greco, A.; Sansone, C.; Vento, B. Fire and smoke detection from videos: A literature review under a novel taxonomy. Expert Syst. Appl. 2024, 255, 124783. [Google Scholar] [CrossRef]
  15. Deng, L.; Wu, S.; Zou, S.; Liu, Q. Large-space fire detection technology: A review of conventional detector limitations and image-based target detection techniques. Fire 2025, 8, 358. [Google Scholar] [CrossRef]
  16. Olivares-Mercado, J.; Toscano-Medina, K.; Sánchez-Perez, G.; Hernandez-Suarez, A.; Perez-Meana, H.; Orozco, A.L.S.; Villalba, L.J.G. Early fire detection on video using LBP and spread ascending of smoke. Sustainability 2019, 11, 3261. [Google Scholar] [CrossRef]
  17. Muhammad, K.; Khan, S.; Elhoseny, M.; Ahmed, S.H.; Baik, S.W. Efficient fire detection for uncertain surveillance environment. IEEE Trans. Ind. Inform. 2019, 15, 3113–3122. [Google Scholar] [CrossRef]
  18. Li, P.; Zhao, W. Image fire detection algorithms based on convolutional neural networks. Case Stud. Therm. Eng. 2020, 19, 100625. [Google Scholar] [CrossRef]
  19. Sun, Z.; Xu, R.; Zheng, X.; Zhang, L.; Zhang, Y. A forest fire detection method based on improved YOLOv5. Signal Image Video Process. 2025, 19, 136. [Google Scholar] [CrossRef]
  20. Nakip, M.; Güzeliş, C.; Yildiz, O. Recurrent trend predictive neural network for multi-sensor fire detection. IEEE Access 2021, 9, 84204–84216. [Google Scholar] [CrossRef]
  21. Deng, X.; Shi, X.; Wang, H.; Wang, Q.; Bao, J.; Chen, Z. An indoor fire detection method based on multi-sensor fusion and a lightweight convolutional neural network. Sensors 2023, 23, 9689. [Google Scholar] [CrossRef]
  22. Guo, Y.; Huang, X.; Ma, Z. Direct learning-based deep spiking neural networks: A review. Front. Neurosci. 2023, 17, 1209795. [Google Scholar] [CrossRef]
  23. Malcolm, K.; Casco-Rodriguez, J. A comprehensive review of spiking neural networks: Interpretation, optimization, efficiency, and best practices. arXiv 2023, arXiv:2303.10780. [Google Scholar] [CrossRef]
  24. Sanaullah; Koravuna, S.; Rückert, U.; Jungeblut, T. Exploring spiking neural networks: A comprehensive analysis of mathematical models and applications. Front. Comput. Neurosci. 2023, 17, 1215824. [Google Scholar] [CrossRef]
  25. Zhou, C.; Zhang, H.; Yu, L.; Ye, Y.; Zhou, Z.; Huang, L.; Ma, Z.; Fan, X.; Zhou, H.; Tian, Y.; et al. Direct training high-performance deep spiking neural networks: A review of theories and methods. Front. Neurosci. 2024, 18, 1383844. [Google Scholar] [CrossRef] [PubMed]
  26. Yi, Z.; Lian, J.; Liu, Q.; Zhu, H.; Liang, D.; Liu, J. Learning rules in spiking neural networks: A survey. Neurocomputing 2023, 531, 163–179. [Google Scholar] [CrossRef]
  27. Ma, Y.-D.; Li, Q.; Qian, Z.-B. Automated image segmentation using improved PCNN model based on cross-entropy. In Proceedings of the 2004 International Symposium on Intelligent Multimedia, Video and Speech Processing; IEEE: New York, NY, USA, 2004; pp. 743–746. [Google Scholar]
  28. Eckhorn, R.; Reitboeck, H.J.; Arndt, M.T.; Dicke, P. Feature linking via synchronization among distributed assemblies: Simulations of results from cat visual cortex. Neural Comput. 1990, 2, 293–307. [Google Scholar] [CrossRef]
  29. Zhan, K.; Shi, J.; Wang, H.; Xie, Y.; Li, Q. Computational mechanisms of pulse-coupled neural networks: A comprehensive review. Arch. Comput. Methods Eng. 2017, 24, 573–588. [Google Scholar] [CrossRef]
  30. Lian, J.; Yang, Z.; Liu, J.; Sun, W.; Zheng, L.; Du, X.; Yi, Z.; Shi, B.; Ma, Y. An overview of image segmentation based on pulse-coupled neural network. Arch. Comput. Methods Eng. 2021, 28, 387–403. [Google Scholar] [CrossRef]
  31. Wu, Y.; Wang, L.; Li, H.; Liu, J. A deep learning method of credit card fraud detection based on continuous-coupled neural networks. Mathematics 2025, 13, 819. [Google Scholar] [CrossRef]
  32. Yang, Z.; Lian, J.; Liu, J. Infrared UAV target detection based on continuous-coupled neural network. Micromachines 2023, 14, 2113. [Google Scholar] [CrossRef] [PubMed]
  33. Zhang, X.; Lian, J.; Yu, Z.; Tang, H.; Liang, D.; Liu, J.; Liu, J.K. Revealing the mechanisms of semantic satiation with deep learning models. Commun. Biol. 2024, 7, 487. [Google Scholar] [CrossRef]
  34. Wang, Z.; Ma, Y.; Cheng, F.; Yang, L. Review of pulse-coupled neural networks. Image Vis. Comput. 2010, 28, 5–13. [Google Scholar] [CrossRef]
  35. Yi, Z.; Lian, J.; Qi, Y.; Yu, Z.; Tang, H.; Ma, Y.; Liu, J. Deep pulse-coupled neural networks. arXiv 2024, arXiv:2401.08649. [Google Scholar]
  36. Schmidt-Hieber, J. Nonparametric regression using deep neural networks with ReLU activation function. Ann. Stat. 2020, 48, 1875–1897. [Google Scholar]
  37. Mao, A.; Mohri, M.; Zhong, Y. Cross-entropy loss functions: Theoretical analysis and applications. In Proceedings of the 40th International Conference on Machine Learning (ICML 2023), Honolulu, HI, USA, 23–29 July 2023; pp. 23803–23828. [Google Scholar]
  38. DeepContractor. Smoke Detection Dataset. Kaggle. Available online: https://www.kaggle.com/datasets/deepcontractor/smoke-detection-dataset (accessed on 22 February 2026).
  39. Chawla, N.V.; Bowyer, K.W.; Hall, L.O.; Kegelmeyer, W.P. SMOTE: Synthetic minority over-sampling technique. J. Artif. Intell. Res. 2002, 16, 321–357. [Google Scholar] [CrossRef]
  40. Bishop, C.M.; Nasrabadi, N.M. Pattern Recognition and Machine Learning; Springer: Berlin/Heidelberg, Germany, 2006. [Google Scholar]
  41. Hossin, M.; Sulaiman, M.N. A review on evaluation metrics for data classification evaluations. Int. J. Data Min. Knowl. Manag. Process 2015, 5, 1–11. [Google Scholar]
  42. Yacouby, R.; Axman, D. Probabilistic extension of precision, recall, and F1 score for more thorough evaluation of classification models. In Proceedings of the First Workshop on Evaluation and Comparison of NLP Systems, Online, 16 March 2020; pp. 79–91. [Google Scholar]
  43. Bhoi, S.K.; Panda, S.K.; Padhi, B.N.; Swain, M.K.; Hembram, B.; Mishra, D.; Mallick, C.; Singh, M.; Khilar, P.M. FireDS-IoT: A fire detection system for smart home based on IoT data analytics. In Proceedings of the 2018 International Conference on Information Technology (ICIT); IEEE: New York, NY, USA, 2018; pp. 161–165. [Google Scholar]
  44. Umoh, U.; Udo, E.; Emmanuel, N. Support vector machine-based fire outbreak detection system. arXiv 2019, arXiv:1906.05655. [Google Scholar] [CrossRef]
  45. Benzekri, W.; El Moussati, A.; Moussaoui, O.; Berrajaa, M. Early forest fire detection system using wireless sensor network and deep learning. Int. J. Adv. Comput. Sci. Appl. 2020, 11. [Google Scholar] [CrossRef]
  46. Wu, L.; Chen, L.; Hao, X. Multi-sensor data fusion algorithm for indoor fire early warning based on BP neural network. Information 2021, 12, 59. [Google Scholar] [CrossRef]
  47. Susmitha, I. Detection of forest fire using support vector machine in comparison with k-nearest neighbour to measure the accuracy, precision and recall. In Proceedings of the 2022 4th International Conference on Advances in Computing, Communication Control and Networking (ICAC3N); IEEE: New York, NY, USA, 2022; pp. 668–673. [Google Scholar]
  48. Xu, W. A novel early indoor fire detection method based on multi-sensor device & improved CNN-BiLSTM-attention model. In Proceedings of the 2023 6th International Conference on Electronics Technology (ICET); IEEE: New York, NY, USA, 2023; pp. 1151–1155. [Google Scholar]
Figure 1. The ML-CCNN framework for fire detection: (A) the fire detection framework; (B) the ML-CCNN layer; (C) the ML-CCNN neuron model; (D) Neuronal coupling: (a) waveform of neuron 1 with the stimulation intensity of S = 1 ; (b) waveform of neuron 2 with the stimulation intensity of S = 2 ; (c) Difference in neuron 1 and neuron 2.
Figure 1. The ML-CCNN framework for fire detection: (A) the fire detection framework; (B) the ML-CCNN layer; (C) the ML-CCNN neuron model; (D) Neuronal coupling: (a) waveform of neuron 1 with the stimulation intensity of S = 1 ; (b) waveform of neuron 2 with the stimulation intensity of S = 2 ; (c) Difference in neuron 1 and neuron 2.
Biomimetics 11 00410 g001
Figure 2. ZB-SMK-III standard smoke detector tunnel.
Figure 2. ZB-SMK-III standard smoke detector tunnel.
Biomimetics 11 00410 g002
Figure 3. Comparison of the FAD before and after applying SMOTE.
Figure 3. Comparison of the FAD before and after applying SMOTE.
Biomimetics 11 00410 g003
Figure 4. Comparison of the SDD before and after applying SMOTE.
Figure 4. Comparison of the SDD before and after applying SMOTE.
Biomimetics 11 00410 g004
Figure 5. Training results of the ML-CCNN on the FAD.
Figure 5. Training results of the ML-CCNN on the FAD.
Biomimetics 11 00410 g005
Figure 6. Training results of the ML-CCNN on the SDD.
Figure 6. Training results of the ML-CCNN on the SDD.
Biomimetics 11 00410 g006
Figure 7. Confusion matrix of the results on the FAD.
Figure 7. Confusion matrix of the results on the FAD.
Biomimetics 11 00410 g007
Figure 8. Confusion matrix of the results on the SDD dataset.
Figure 8. Confusion matrix of the results on the SDD dataset.
Biomimetics 11 00410 g008
Table 1. Explanations of the notations used in the CCNN neuron model.
Table 1. Explanations of the notations used in the CCNN neuron model.
SymbolExplanation
α f , α l , α e Decay factors for the feeding input, linking input, and dynamic activity, respectively, which record previous neuronal input states.
V F , V L Weighting factors modulating the action potentials of surrounding neurons.
β Linking strength that directly determines L i j in the modulation product U i j .
F i j Feeding input, reflecting the current signal received by the neuron.
S i j External feeding input received by the receptive fields.
L i j Couple input, representing the interactions between neurons.
U i j Modulation product determined by both the feeding input and the coupling connection input.
Y i j Continuous output calculated using the sigmoid activation function.
E i j Dynamic activity, regulating the refractory period of the neuron and cooperating with the continuous output function.
M i j k l , W i j k l Weight matrices that define the strength of signal transmission from neighboring neurons to the current neuron in the feeding input and couple input. Their values are automatically adjusted during training.
*Convolution operation, representing the interaction between the weight matrix and the output signal from previous time steps, signals from adjacent neurons in the neighborhood converge onto the current neuron.
s i g m o i d Activation function that converts U i j ( n ) E i j ( n ) into a continuous output between 0 and 1.
Table 2. Class distribution in the FAD.
Table 2. Class distribution in the FAD.
ClassNumber of SamplesPercentage
Normal18,34283.92%
Fire351416.08%
Total21,856100%
Table 3. Features of the FAD.
Table 3. Features of the FAD.
FeatureDescription
IONReading from the ionization sensor
LORLight obscuration rate
Temp1Temperature recorded by the first temperature sensor
Temp2Temperature recorded by the second temperature sensor
Temp3Temperature recorded by the third temperature sensor
Temp4Reading from the thermostat
Humi1Humidity recorded by the first humidity sensor
Humi2Humidity recorded by the second humidity sensor
Humi3Humidity recorded by the third humidity sensor
labelSample label, where 0 denotes a normal condition and 1 represents a fire condition
Table 4. Features of the SDD.
Table 4. Features of the SDD.
FeatureDescription
TemperatureAmbient temperature measured in degrees Celsius
HumidityRelative ambient humidity percentage
TVOCTotal volatile organic compound concentration
eCO2Equivalent CO2 concentration
Raw H2Raw hydrogen gas signal output
Raw EthanolRaw ethanol gas signal output
PressureAmbient air pressure
PM1.0Particulate matter concentration (diameter <   1.0   μ m )
PM2.5Particulate matter concentration (diameter <   2.5   μ m )
NC0.5Number concentration of particles (diameter <   0.5   μ m )
NC1.0Number concentration of particles (diameter <   1.0   μ m )
NC2.5Number concentration of particles (diameter <   2.5   μ m )
Fire AlarmSample label, where 0 denotes a normal condition and 1 represents a fire condition
Table 5. Sample distribution of the FAD and SDD after splitting.
Table 5. Sample distribution of the FAD and SDD after splitting.
DatasetClassTrainingTest
FADNormal12,8615481
Fire12,8175525
SDDNormal31,39113,366
Fire31,26813,489
Table 6. Training parameters.
Table 6. Training parameters.
ParameterSetting
Learning rate0.001
Batch size64
Epochs100
Train/test split70%/30%
Initial γ 0.05
Loss functionCross-entropy loss
Kernel size3 × 3
Time step T 1, 2, 3, and 4
Table 7. Comparison of model performance on the FAD.
Table 7. Comparison of model performance on the FAD.
Model TPFPTNFNAccuracyPrecisionRecallF1-Score
Logistic Regression54772345247480.97440.95900.99130.9749
SVM552540544100.99640.99281.00000.9964
Naïve Bayes55251763371800.83980.75811.00000.8624
SNNs55215547640.99920.99910.99930.9992
CCNN (T = 2)552539544200.99650.99301.00000.9965
ML-CCNN (T = 1)552312546920.99870.99780.99960.9987
ML-CCNN (T = 2)55254547700.99960.99931.00000.9996
ML-CCNN (T = 3)55255547600.99950.99911.00000.9995
ML-CCNN (T = 4)55258547300.99930.99861.00000.9994
Table 8. Comparison of model performance on the SDD.
Table 8. Comparison of model performance on the SDD.
Model TPFPTNFNAccuracyPrecisionRecallF1-Score
Logistic Regression12,095105012,31613940.90900.92010.89670.9082
SVM12,4925713,3099970.96080.99550.92610.9595
Naïve Bayes12,915399793695740.82980.76370.95740.8496
SNNs13,1412913,3373480.98600.99780.97420.9859
CCNN (T = 2)13,48421613,15050.99180.98420.99960.9919
ML-CCNN (T = 1)13,477413,362120.99940.99970.99910.9994
ML-CCNN (T = 2)13,484413,36250.99970.99970.99960.9997
ML-CCNN (T = 3)13,486713,35930.99960.99950.99980.9996
ML-CCNN (T = 4)13,482513,36170.99960.99960.99950.9996
Table 9. Ten-fold cross-validation results on the FAD.
Table 9. Ten-fold cross-validation results on the FAD.
FoldTPFPTNFNAccuracyPrecisionRecallF1-Score
118252184110.99920.99890.99950.9992
218602180700.99950.99891.00000.9995
318402182700.99950.99891.00000.9995
418563181000.99920.99841.00000.9992
518042186200.99950.99891.00000.9994
618764178800.99890.99791.00000.9989
718362183000.99950.99891.00000.9995
818092185700.99950.99891.00000.9994
917800188710.99971.00000.99940.9997
1018544181000.99890.99781.00000.9989
Mean    0.99930.99880.99990.9993
Table 10. Ten-fold cross-validation results on the SDD.
Table 10. Ten-fold cross-validation results on the SDD.
FoldTPFPTNFNAccuracyPrecisionRecallF1-Score
145378440700.99910.99821.00000.9991
2446233445700.99630.99271.00000.9963
3444714461430.99510.99980.99040.9951
443653458220.99940.99930.99950.9994
545220442810.99991.00000.99980.9999
644811446720.99970.99980.99960.9997
744812446620.99960.99960.99960.9996
844387450600.99920.99841.00000.9992
944382450830.99940.99950.99930.9994
1045311441720.99970.99980.99960.9997
Mean    0.99870.99870.99880.9987
Table 11. Performance comparison with representative fire detection models.
Table 11. Performance comparison with representative fire detection models.
YearVenueModelAccuracy
2018ICITFireDS-IoT (K-NN) [43]0.9315
2018ICITFireDS-IoT (Decision tree) [43]0.8925
2019IJSCAISVM [44]0.8000
2020IJACSAGRU [45]0.9989
2021IEEE AccessrTPNN [20]0.9600
2021MDPI InformationBPNN [46]0.9967
2022ICAC3NSVMs [47]0.9750
2023SensorsConvNeXt-FiRe [21]0.9910
2023IEEE ICETCNN-BiLSTM-Attention [48]0.9974
2023NCAEIF-LSTM [6]0.9619
2025SensorsBiLSTM-LN-SA [7]0.9838
  ML-CCNN(Ours)0.9996
Table 12. Results of the γ sensitivity analysis on the FAD.
Table 12. Results of the γ sensitivity analysis on the FAD.
γTPFPTNFNAccuracyPrecisionRecallF1-Score
0.0555254547700.99960.99931.00000.9996
0.155244547710.99950.99930.99980.9995
0.355245547610.99950.99910.99980.9995
0.555254547700.99960.99931.00000.9996
0.755259547200.99920.99841.00000.9992
0.955247547410.99930.99870.99980.9993
Table 13. Results of the γ sensitivity analysis on the SDD.
Table 13. Results of the γ sensitivity analysis on the SDD.
γTPFPTNFNAccuracyPrecisionRecallF1-Score
0.0513,484413,36250.99970.99970.99960.9997
0.113,486913,35730.99960.99930.99980.9996
0.313,488813,35810.99970.99940.99990.9997
0.513,4243213,334650.99640.99760.99520.9964
0.713,4468813,278430.99510.99350.99680.9952
0.913,43914113,225500.99290.98960.99630.9929
Table 14. Results of the ablation study on the FAD.
Table 14. Results of the ablation study on the FAD.
Model VariantTPFPTNFNAccuracyPrecisionRecallF1-Score
w/o M552515546600.99860.99731.00000.9986
w/o W55258547300.99930.99861.00000.9993
w/o V E 552524545700.99780.99571.00000.9978
w/o couple linking55259547200.99920.99841.00000.9992
w/o dynamic activity552312546920.99870.99780.99960.9987
ML-CCNN55254547700.99960.99931.00000.9996
Table 15. Results of the ablation study on the SDD.
Table 15. Results of the ablation study on the SDD.
Model VariantTPFPTNFNAccuracyPrecisionRecallF1-Score
w/o M13,4512813,338380.99750.99790.99720.9976
w/o W13,4532313,343360.99780.99830.99730.9978
w/o V E 13,4832413,34260.99890.99820.99960.9989
w/o couple linking13,4783213,334110.99840.99760.99920.9984
w/o dynamic activity13,4801013,35690.99930.99930.99930.9993
ML-CCNN13,484413,36250.99970.99970.99960.9997
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Liu, K.; Wang, J.; Yang, W.; Wang, S.; Wang, J.; Zhang, J.; Zhang, Z.; An, X.; Liu, J. A Fire Detection Method Based on a Mind-Linked Continuous-Coupled Neural Network. Biomimetics 2026, 11, 410. https://doi.org/10.3390/biomimetics11060410

AMA Style

Liu K, Wang J, Yang W, Wang S, Wang J, Zhang J, Zhang Z, An X, Liu J. A Fire Detection Method Based on a Mind-Linked Continuous-Coupled Neural Network. Biomimetics. 2026; 11(6):410. https://doi.org/10.3390/biomimetics11060410

Chicago/Turabian Style

Liu, Kangrong, Ji Wang, Wei Yang, Shiwei Wang, Jianxiang Wang, Jinhai Zhang, Zhaorui Zhang, Xinlei An, and Jizhao Liu. 2026. "A Fire Detection Method Based on a Mind-Linked Continuous-Coupled Neural Network" Biomimetics 11, no. 6: 410. https://doi.org/10.3390/biomimetics11060410

APA Style

Liu, K., Wang, J., Yang, W., Wang, S., Wang, J., Zhang, J., Zhang, Z., An, X., & Liu, J. (2026). A Fire Detection Method Based on a Mind-Linked Continuous-Coupled Neural Network. Biomimetics, 11(6), 410. https://doi.org/10.3390/biomimetics11060410

Article Metrics

Article metric data becomes available approximately 24 hours after publication online.
Back to TopTop