Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

Search Results (45)

Search Parameters:
Keywords = mainstream smoke

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
25 pages, 10331 KiB  
Article
Forest Fire Detection Method Based on Dual-Branch Multi-Scale Adaptive Feature Fusion Network
by Qinggan Wu, Chen Wei, Ning Sun, Xiong Xiong, Qingfeng Xia, Jianmeng Zhou and Xingyu Feng
Forests 2025, 16(8), 1248; https://doi.org/10.3390/f16081248 - 31 Jul 2025
Viewed by 219
Abstract
There are significant scale and morphological differences between fire and smoke features in forest fire detection. This paper proposes a detection method based on dual-branch multi-scale adaptive feature fusion network (DMAFNet). In this method, convolutional neural network (CNN) and transformer are used to [...] Read more.
There are significant scale and morphological differences between fire and smoke features in forest fire detection. This paper proposes a detection method based on dual-branch multi-scale adaptive feature fusion network (DMAFNet). In this method, convolutional neural network (CNN) and transformer are used to form a dual-branch backbone network to extract local texture and global context information, respectively. In order to overcome the difference in feature distribution and response scale between the two branches, a feature correction module (FCM) is designed. Through space and channel correction mechanisms, the adaptive alignment of two branch features is realized. The Fusion Feature Module (FFM) is further introduced to fully integrate dual-branch features based on the two-way cross-attention mechanism and effectively suppress redundant information. Finally, the Multi-Scale Fusion Attention Unit (MSFAU) is designed to enhance the multi-scale detection capability of fire targets. Experimental results show that the proposed DMAFNet has significantly improved in mAP (mean average precision) indicators compared with existing mainstream detection methods. Full article
(This article belongs to the Section Natural Hazards and Risk Management)
Show Figures

Figure 1

12 pages, 584 KiB  
Article
Exposure to Toxic Compounds Using Alternative Smoking Products: Analysis of Empirical Data
by Sandra Sakalauskaite, Linas Zdanavicius, Jekaterina Šteinmiller and Natalja Istomina
Int. J. Environ. Res. Public Health 2025, 22(7), 1010; https://doi.org/10.3390/ijerph22071010 - 26 Jun 2025
Viewed by 635
Abstract
Tobacco control policies have aimed to reduce the global prevalence of smoking. Unfortunately, the recent survey data shows that about 24% of Europeans still smoke. Although combustible cigarettes remain the most used tobacco product, the tendency made evident in the prevalence of smoking-alternative [...] Read more.
Tobacco control policies have aimed to reduce the global prevalence of smoking. Unfortunately, the recent survey data shows that about 24% of Europeans still smoke. Although combustible cigarettes remain the most used tobacco product, the tendency made evident in the prevalence of smoking-alternative nicotine-containing products increases. Studies that can objectively assess the long-term health effects of the latter products are lacking, so assessing toxic substances associated with smoking-alternative products and comparing them to substances from combustible cigarettes could inform future public health efforts. The manufacturers of these alternative products claim that the use of alternatives to combustible cigarettes reduces exposure to toxic compounds, but the reality is unclear. This study compares the concentrations of toxic substances in generated aerosols and performs calculations based on mainstream cigarette smoke and aerosols from smoking-alternative products. It summarizes the amounts of harmful and potentially harmful constituents per single puff. Alternative smoking products are undoubtedly harmful to non-smokers. Still, based on the analysis of the latest independent studies’ empirical data, the concentrations of inhaled HPHCs using heated tobacco products or e-cigarettes are reduced up to 91–98%, respectively; therefore, for those who cannot quit, these could provide a less harmful alternative. However, more well-designed studies of alternative product emissions are needed, including an analysis of the compounds that are not present in conventional tobacco products (e.g., thermal degradation products of propylene glycol, glycerol, or flavorings) to evaluate possible future health effects objectively. Full article
(This article belongs to the Special Issue Human Exposure to Genotoxic Environmental Contaminants)
Show Figures

Figure 1

22 pages, 8831 KiB  
Article
YOLOv8n-SMMP: A Lightweight YOLO Forest Fire Detection Model
by Nianzu Zhou, Demin Gao and Zhengli Zhu
Fire 2025, 8(5), 183; https://doi.org/10.3390/fire8050183 - 3 May 2025
Cited by 4 | Viewed by 1308
Abstract
Global warming has driven a marked increase in forest fire occurrences, underscoring the critical need for timely and accurate detection to mitigate fire-related losses. Existing forest fire detection algorithms face limitations in capturing flame and smoke features in complex natural environments, coupled with [...] Read more.
Global warming has driven a marked increase in forest fire occurrences, underscoring the critical need for timely and accurate detection to mitigate fire-related losses. Existing forest fire detection algorithms face limitations in capturing flame and smoke features in complex natural environments, coupled with high computational complexity and inadequate lightweight design for practical deployment. To address these challenges, this paper proposes an enhanced forest fire detection model, YOLOv8n-SMMP (SlimNeck–MCA–MPDIoU–Pruned), based on the YOLO framework. Key innovations include the following: introducing the SlimNeck solution to streamline the neck network by replacing conventional convolutions with Group Shuffling Convolution (GSConv) and substituting the Cross-convolution with 2 filters (C2f) module with the lightweight VoV-based Group Shuffling Cross-Stage Partial Network (VoV-GSCSP) feature extraction module; integrating the Multi-dimensional Collaborative Attention (MCA) mechanism between the neck and head networks to enhance focus on fire-related regions; adopting the Minimum Point Distance Intersection over Union (MPDIoU) loss function to optimize bounding box regression during training; and implementing selective channel pruning tailored to the modified network architecture. The experimental results reveal that, relative to the baseline model, the optimized lightweight model achieves a 3.3% enhancement in detection accuracy (mAP@0.5), slashes the parameter count by 31%, and reduces computational overhead by 33%. These advancements underscore the model’s superior performance in real-time forest fire detection, outperforming other mainstream lightweight YOLO models in both accuracy and efficiency. Full article
(This article belongs to the Special Issue Intelligent Forest Fire Prediction and Detection)
Show Figures

Figure 1

25 pages, 12059 KiB  
Article
FasterGDSF-DETR: A Faster End-to-End Real-Time Fire Detection Model via the Gather-and-Distribute Mechanism
by Chengming Liu, Fan Wu and Lei Shi
Electronics 2025, 14(7), 1472; https://doi.org/10.3390/electronics14071472 - 6 Apr 2025
Cited by 2 | Viewed by 736
Abstract
Fire detection using deep learning has become a widely adopted approach. However, YOLO-based models often face performance limitations due to NMS, while DETR-based models struggle to meet real-time processing requirements. To address these challenges, we propose FasterGDSF-DETR, a novel fire detection model built [...] Read more.
Fire detection using deep learning has become a widely adopted approach. However, YOLO-based models often face performance limitations due to NMS, while DETR-based models struggle to meet real-time processing requirements. To address these challenges, we propose FasterGDSF-DETR, a novel fire detection model built upon the RT-DETR framework, designed to enhance both detection accuracy and efficiency. Firstly, this model introduces the FasterDBBNet backbone, which efficiently captures and retains feature information, accelerating the model’s convergence speed. Secondly, we propose the AIFI-GDSF hybrid encoder to reduce information loss in intra-scale interactions and improve the capability of detecting varying morphological flames. Furthermore, to better adapt to complex fire scenarios, we expand the dataset based on the KMU Fire and Smoke database and incorporate WIoU as the loss function to improve model robustness. Experimental results demonstrate that our proposed model surpasses mainstream object detection models in both accuracy and computational efficiency. FasterGDSF-DETR achieves a mean Average Precision of 71.5% on the self-constructed dataset, outperforming the YOLOv9 model of the same scale by 2.4 percentage points. This study introduces a novel task-specific enhancement to the RT-DETR framework, offering valuable insights for future advancements in fire detection technology. Full article
(This article belongs to the Special Issue Deep Learning-Based Object Detection/Classification)
Show Figures

Figure 1

11 pages, 250 KiB  
Article
The Associations between Depressive Symptoms and Self-Rated Health in Relation to Sense of Coherence among Adolescents: Cross-Sectional Study
by Vilija Malinauskiene and Romualdas Malinauskas
Children 2024, 11(10), 1244; https://doi.org/10.3390/children11101244 - 16 Oct 2024
Viewed by 1143
Abstract
Background: We investigated the predictors of poor SRH in a representative sample of Lithuanian mainstream school students in grades 7–8. We also checked for gender differences in the associations between SRH and depressive symptoms and other predictors. Methods: A total of 2104 7th–8th-grade [...] Read more.
Background: We investigated the predictors of poor SRH in a representative sample of Lithuanian mainstream school students in grades 7–8. We also checked for gender differences in the associations between SRH and depressive symptoms and other predictors. Methods: A total of 2104 7th–8th-grade students participated (response rate 73.95%) and were asked about depressive symptoms, psychosomatic health complaints, negative acts at school, feeling at school, family stress and violence, sense of coherence, self-esteem, and lifestyle. We used a hierarchical regression analysis including a variety of self-rated health predictors. Results: Boys scored significantly higher on physical activity and smoking, whereas girls scored significantly higher on SRH, depressive symptoms, psychosomatic health complaints, and family stress and violence, though the significance was lost in the hierarchical regression. Depressive symptoms were the strongest predictor of poor SRH (standardized β = 0.309, p < 0.001), though other investigated predictors were also significant but had lower effect sizes. Strong evidence was found supporting the buffering role of sense of coherence in the relationship between depressive symptoms and SRH (standardized β = −0.266, p < 0.001). Conclusions: We can conclude that the magnitude of the relationship between depressive symptoms and self-rated health is dependent on the levels of sense of coherence. We did not find gender differences in those associations. As poor SRH is easy to determine, especially with a one-item question, the cases of poorly rated health should be detected early and corrected by interventions in order to prevent poor health outcomes in the future. Full article
(This article belongs to the Special Issue Advances in Mental Health and Well-Being in Children)
22 pages, 11728 KiB  
Article
Mcan-YOLO: An Improved Forest Fire and Smoke Detection Model Based on YOLOv7
by Hongying Liu, Jun Zhu, Yiqing Xu and Ling Xie
Forests 2024, 15(10), 1781; https://doi.org/10.3390/f15101781 - 10 Oct 2024
Cited by 5 | Viewed by 1780
Abstract
Forest fires pose a significant threat to forest resources and wildlife. To balance accuracy and parameter efficiency in forest fire detection, this study proposes an improved model, Mcan-YOLO, based on YOLOv7. In the Neck section, the asymptotic feature pyramid network (AFPN) was employed [...] Read more.
Forest fires pose a significant threat to forest resources and wildlife. To balance accuracy and parameter efficiency in forest fire detection, this study proposes an improved model, Mcan-YOLO, based on YOLOv7. In the Neck section, the asymptotic feature pyramid network (AFPN) was employed to effectively capture multi-scale information, replacing the traditional module. Additionally, the content-aware reassembly of features (CARAFE) replaced the conventional upsampling method, further reducing the number of parameters. The normalization-based attention module (NAM) was integrated after the ELAN-T module to enhance the recognition of various fire smoke features, and the Mish activation function was used to optimize model convergence. A real fire smoke dataset was constructed using the mean structural similarity (MSSIM) algorithm for model training and validation. The experimental results showed that, compared to YOLOv7-tiny, Mcan-YOLO improved precision by 4.6%, recall by 6.5%, and mAP50 by 4.7%, while reducing the number of parameters by 5%. Compared with other mainstream algorithms, Mcan-YOLO achieved better precision with fewer parameters. Full article
(This article belongs to the Special Issue Artificial Intelligence and Machine Learning Applications in Forestry)
Show Figures

Figure 1

19 pages, 10282 KiB  
Article
SmokeFireNet: A Lightweight Network for Joint Detection of Forest Fire and Smoke
by Yi Chen and Fang Wang
Forests 2024, 15(9), 1489; https://doi.org/10.3390/f15091489 - 25 Aug 2024
Cited by 1 | Viewed by 1356
Abstract
In recent years, forest fires have been occurring frequently around the globe, affected by extreme weather and dry climate, causing serious economic losses and environmental pollution. In this context, timely detection of forest fire smoke is crucial for realizing real-time early warning of [...] Read more.
In recent years, forest fires have been occurring frequently around the globe, affected by extreme weather and dry climate, causing serious economic losses and environmental pollution. In this context, timely detection of forest fire smoke is crucial for realizing real-time early warning of fires. However, fire and smoke from forest fires can spread to cover large areas and may affect distant areas. In this paper, a lightweight joint forest fire and smoke detection network, SmokeFireNet, is proposed, which employs ShuffleNetV2 as the backbone for efficient feature extraction, effectively addressing the computational efficiency challenges of traditional methods. To integrate multi-scale information and enhance the semantic feature extraction capability, a feature pyramid network (FPN) and path aggregation network (PAN) are introduced in this paper. In addition, the FPN network is optimized by a lightweight DySample upsampling operator. The model also incorporates efficient channel attention (ECA), which can pay more attention to the detection of forest fires and smoke regions while suppressing irrelevant features. Finally, by embedding the receptive field block (RFB), the model further improves its ability to understand contextual information and capture detailed features of fire and smoke, thus improving the overall detection accuracy. The experimental results show that SmokeFireNet is better than other mainstream target detection algorithms in terms of average APall of 86.2%, FPS of 114, and GFLOPs of 8.4, and provides effective technical support for forest fire prevention work in terms of average precision, frame rate, and computational complexity. In the future, the SmokeFireNet model is expected to play a greater role in the field of forest fire prevention and make a greater contribution to the protection of forest resources and the ecological environment. Full article
(This article belongs to the Special Issue Artificial Intelligence and Machine Learning Applications in Forestry)
Show Figures

Figure 1

17 pages, 32143 KiB  
Article
MWIRGas-YOLO: Gas Leakage Detection Based on Mid-Wave Infrared Imaging
by Shiwei Xu, Xia Wang, Qiyang Sun and Kangjun Dong
Sensors 2024, 24(13), 4345; https://doi.org/10.3390/s24134345 - 4 Jul 2024
Cited by 7 | Viewed by 3606
Abstract
The integration of visual algorithms with infrared imaging technology has become an effective tool for industrial gas leak detection. However, existing research has mostly focused on simple scenarios where a gas plume is clearly visible, with limited studies on detecting gas in complex [...] Read more.
The integration of visual algorithms with infrared imaging technology has become an effective tool for industrial gas leak detection. However, existing research has mostly focused on simple scenarios where a gas plume is clearly visible, with limited studies on detecting gas in complex scenes where target contours are blurred and contrast is low. This paper uses a cooled mid-wave infrared (MWIR) system to provide high sensitivity and fast response imaging and proposes the MWIRGas-YOLO network for detecting gas leaks in mid-wave infrared imaging. This network effectively detects low-contrast gas leakage and segments the gas plume within the scene. In MWIRGas-YOLO, it utilizes the global attention mechanism (GAM) to fully focus on gas plume targets during feature fusion, adds a small target detection layer to enhance information on small-sized targets, and employs transfer learning of similar features from visible light smoke to provide the model with prior knowledge of infrared gas features. Using a cooled mid-wave infrared imager to collect gas leak images, the experimental results show that the proposed algorithm significantly improves the performance over the original model. The segment mean average precision reached 96.1% (mAP50) and 47.6% (mAP50:95), respectively, outperforming the other mainstream algorithms. This can provide an effective reference for research on infrared imaging for gas leak detection. Full article
(This article belongs to the Section Sensing and Imaging)
Show Figures

Figure 1

19 pages, 4649 KiB  
Article
SIMCB-Yolo: An Efficient Multi-Scale Network for Detecting Forest Fire Smoke
by Wanhong Yang, Zhenlin Yang, Meiyun Wu, Gui Zhang, Yinfang Zhu and Yurong Sun
Forests 2024, 15(7), 1137; https://doi.org/10.3390/f15071137 - 29 Jun 2024
Cited by 13 | Viewed by 1917
Abstract
Forest fire monitoring plays a crucial role in preventing and mitigating forest disasters. Early detection of forest fire smoke is essential for a timely response to forest fire emergencies. The key to effective forest fire monitoring lies in accounting for the various levels [...] Read more.
Forest fire monitoring plays a crucial role in preventing and mitigating forest disasters. Early detection of forest fire smoke is essential for a timely response to forest fire emergencies. The key to effective forest fire monitoring lies in accounting for the various levels of forest fire smoke targets in the monitoring images, enhancing the model’s anti-interference capabilities against mountain clouds and fog, and reducing false positives and missed detections. In this paper, we propose an improved multi-level forest fire smoke detection model based on You Only Look Once v5s (Yolov5s) called SIMCB-Yolo. This model aims to achieve high-precision detection of forest fire smoke at various levels. First, to address the issue of low precision in detecting small target smoke, a Swin transformer small target monitoring head is added to the neck of Yolov5s, enhancing the precision of small target smoke detection. Then, to address the issue of missed detections due to the decline in conventional target smoke detection accuracy after improving small target smoke detection accuracy, we introduced a cross stage partial network bottleneck with three convolutional layers (C3) and a channel block sequence (CBS) into the trunk. These additions help extract more surface features and enhance the detection accuracy of conventional target smoke. Finally, the SimAM attention mechanism is introduced to address the issue of complex background interference in forest fire smoke detection, further reducing false positives and missed detections. Experimental results demonstrate that, compared to the Yolov5s model, the SIMCB-Yolo model achieves an average recognition accuracy (mAP50) of 85.6%, an increase of 4.5%. Additionally, the mAP50-95 is 63.6%, an improvement of 6.9%, indicating good detection accuracy. The performance of the SIMCB-Yolo model on the self-built forest fire smoke dataset is also significantly better than that of current mainstream models, demonstrating high practical value. Full article
(This article belongs to the Special Issue Forest Fires Prediction and Detection—2nd Edition)
Show Figures

Figure 1

9 pages, 2170 KiB  
Article
An Automated “Hands-Off” Method for Sampling Mainstream Smoke from Cannabis Cigarettes
by David E. Campbell, Chiranjivi Bhattarai, Yeongkwon Son and Andrey Khlystov
Toxics 2024, 12(5), 313; https://doi.org/10.3390/toxics12050313 - 26 Apr 2024
Viewed by 1783
Abstract
A simple-to-use, portable, and relatively inexpensive system for characterizing the chemical components of mainstream smoke from cannabis cigarettes was developed and tested by using commercial hemp cigarettes. The system is described, and its performance for reproducing actual user puff topographies is shown along [...] Read more.
A simple-to-use, portable, and relatively inexpensive system for characterizing the chemical components of mainstream smoke from cannabis cigarettes was developed and tested by using commercial hemp cigarettes. The system is described, and its performance for reproducing actual user puff topographies is shown along with extensive chemical analysis data, including PAHs, carbonyls, and organic and elemental carbon, for a small set of initial samples. By using a solid-state flow meter and fast-response mass flow controller, the prototype can reproduce measured puff topography with excellent fidelity, which will allow users to accurately reproduce the actual inhalation patterns for various types of smoking products and consumers, and to collect samples of mainstream smoke without the need to bring test subjects or controlled substances into a laboratory. Full article
(This article belongs to the Section Novel Methods in Toxicology Research)
Show Figures

Figure 1

22 pages, 1151 KiB  
Review
Hematopoietic Stem Cells as an Integrative Hub Linking Lifestyle to Cardiovascular Health
by Xinliang Chen, Chaonan Liu, Junping Wang and Changhong Du
Cells 2024, 13(8), 712; https://doi.org/10.3390/cells13080712 - 19 Apr 2024
Cited by 2 | Viewed by 3351
Abstract
Despite breakthroughs in modern medical care, the incidence of cardiovascular disease (CVD) is even more prevalent globally. Increasing epidemiologic evidence indicates that emerging cardiovascular risk factors arising from the modern lifestyle, including psychosocial stress, sleep problems, unhealthy diet patterns, physical inactivity/sedentary behavior, alcohol [...] Read more.
Despite breakthroughs in modern medical care, the incidence of cardiovascular disease (CVD) is even more prevalent globally. Increasing epidemiologic evidence indicates that emerging cardiovascular risk factors arising from the modern lifestyle, including psychosocial stress, sleep problems, unhealthy diet patterns, physical inactivity/sedentary behavior, alcohol consumption, and tobacco smoking, contribute significantly to this worldwide epidemic, while its underpinning mechanisms are enigmatic. Hematological and immune systems were recently demonstrated to play integrative roles in linking lifestyle to cardiovascular health. In particular, alterations in hematopoietic stem cell (HSC) homeostasis, which is usually characterized by proliferation, expansion, mobilization, megakaryocyte/myeloid-biased differentiation, and/or the pro-inflammatory priming of HSCs, have been shown to be involved in the persistent overproduction of pro-inflammatory myeloid leukocytes and platelets, the cellular protagonists of cardiovascular inflammation and thrombosis, respectively. Furthermore, certain lifestyle factors, such as a healthy diet pattern and physical exercise, have been documented to exert cardiovascular protective effects through promoting quiescence, bone marrow retention, balanced differentiation, and/or the anti-inflammatory priming of HSCs. Here, we review the current understanding of and progression in research on the mechanistic interrelationships among lifestyle, HSC homeostasis, and cardiovascular health. Given that adhering to a healthy lifestyle has become a mainstream primary preventative approach to lowering the cardiovascular burden, unmasking the causal links between lifestyle and cardiovascular health from the perspective of hematopoiesis would open new opportunities to prevent and treat CVD in the present age. Full article
(This article belongs to the Special Issue Stem Cell, Differentiation, Regeneration and Diseases)
Show Figures

Figure 1

19 pages, 1327 KiB  
Review
Toxicological Aspects Associated with Consumption from Electronic Nicotine Delivery System (ENDS): Focus on Heavy Metals Exposure and Cancer Risk
by Silvia Granata, Fabio Vivarelli, Camilla Morosini, Donatella Canistro, Moreno Paolini and Lucy C. Fairclough
Int. J. Mol. Sci. 2024, 25(5), 2737; https://doi.org/10.3390/ijms25052737 - 27 Feb 2024
Cited by 16 | Viewed by 5078
Abstract
Tobacco smoking remains one of the leading causes of premature death worldwide. Electronic Nicotine Delivery Systems (ENDSs) are proposed as a tool for smoking cessation. In the last few years, a growing number of different types of ENDSs were launched onto the market. [...] Read more.
Tobacco smoking remains one of the leading causes of premature death worldwide. Electronic Nicotine Delivery Systems (ENDSs) are proposed as a tool for smoking cessation. In the last few years, a growing number of different types of ENDSs were launched onto the market. Despite the manufacturing differences, ENDSs can be classified as “liquid e-cigarettes” (e-cigs) equipped with an atomizer that vaporizes a liquid composed of vegetable glycerin (VG), polypropylene glycol (PG), and nicotine, with the possible addition of flavorings; otherwise, the “heated tobacco products” (HTPs) heat tobacco sticks through contact with an electronic heating metal element. The presence of some metals in the heating systems, as well as in solder joints, involves the possibility that heavy metal ions can move from these components to the liquid, or they can be adsorbed into the tobacco stick from the heating blade in the case of HTPs. Recent evidence has indicated the presence of heavy metals in the refill liquids and in the mainstream such as arsenic (As), cadmium (Cd), chromium (Cr), nickel (Ni), copper (Cu), and lead (Pb). The present review discusses the toxicological aspects associated with the exposition of heavy metals by consumption from ENDSs, focusing on metal carcinogenesis risk. Full article
(This article belongs to the Special Issue Metals and Cancer)
Show Figures

Figure 1

15 pages, 5332 KiB  
Article
An Efficient and Lightweight Detection Model for Forest Smoke Recognition
by Xiao Guo, Yichao Cao and Tongxin Hu
Forests 2024, 15(1), 210; https://doi.org/10.3390/f15010210 - 21 Jan 2024
Cited by 12 | Viewed by 2679
Abstract
Massive wildfires have become more frequent, seriously threatening the Earth’s ecosystems and human societies. Recognizing smoke from forest fires is critical to extinguishing them at an early stage. However, edge devices have low computational accuracy and suboptimal real-time performance. This limits model inference [...] Read more.
Massive wildfires have become more frequent, seriously threatening the Earth’s ecosystems and human societies. Recognizing smoke from forest fires is critical to extinguishing them at an early stage. However, edge devices have low computational accuracy and suboptimal real-time performance. This limits model inference and deployment. In this paper, we establish a forest smoke database and propose a model for efficient and lightweight forest smoke detection based on YOLOv8. Firstly, to improve the feature fusion capability in forest smoke detection, we fuse a simple yet efficient weighted feature fusion network into the neck of YOLOv8. This also greatly optimizes the number of parameters and computational load of the model. Then, the simple and parametric-free attention mechanism (SimAM) is introduced to address the problem of forest smoke dataset images that may contain complex background and environmental disturbances. The detection accuracy of the model is improved, and no additional parameters are introduced. Finally, we introduce focal modulation to increase the attention to the hard-to-detect smoke and improve the running speed of the model. The experimental results show that the mean average precision of the improved model is 90.1%, which is 3% higher than the original model. The number of parameters and the computational complexity of the model are 7.79 MB and 25.6 GFLOPs (giga floating-point operations per second), respectively, which are 30.07% and 10.49% less than those of the unimproved YOLOv8s. This model is significantly better than other mainstream models in the self-built forest smoke detection dataset, and it also has great potential in practical application scenarios. Full article
(This article belongs to the Section Natural Hazards and Risk Management)
Show Figures

Figure 1

13 pages, 1817 KiB  
Article
Lactic Acid Salts of Nicotine Potentiate the Transfer of Toxic Metals into Electronic Cigarette Aerosols
by R. Steven Pappas, Naudia Gray, Mary Halstead and Clifford H. Watson
Toxics 2024, 12(1), 65; https://doi.org/10.3390/toxics12010065 - 13 Jan 2024
Cited by 12 | Viewed by 4312
Abstract
The designs and liquid formulations of Electronic Nicotine Delivery System (ENDS) devices continue to rapidly evolve. Thus, it is important to monitor and characterize ENDS aerosols for changes in toxic constituents. Many ENDS liquid formulations now include the addition of organic acids in [...] Read more.
The designs and liquid formulations of Electronic Nicotine Delivery System (ENDS) devices continue to rapidly evolve. Thus, it is important to monitor and characterize ENDS aerosols for changes in toxic constituents. Many ENDS liquid formulations now include the addition of organic acids in a 1 to 1 molar ratio with nicotine. Metal concentrations in aerosols produced by ENDS devices with different nicotine salt formulations were analyzed. Aerosols from devices containing lactic acid had higher nickel, zinc, copper, and chromium concentrations than aerosols produced by devices containing benzoic acid or levulinic acid. Our scanning electron microscope with energy dispersive X-ray analytical findings showed that the metals determined in the inductively coupled plasma-mass spectrometry analytical results were consistent with the metal compositions of the ENDS device components that were exposed to the liquids and that nickel is a major constituent in many ENDS internal components. As a result of the exposure of the nickel-containing components to the ENDS liquids, resulting aerosol nickel concentrations per puff were higher from devices that contained lactic acid in comparison to devices with benzoic or levulinic acid. The aerosol nickel concentrations in 10 puffs from ENDS-containing lactic acid were, in some cases, hundreds of times higher than cigarette mainstream smoke nickel deliveries. Thus, the design of an ENDS device in terms of both physical construction components and the liquid chemical formulations could directly impact potential exposures to toxic constituents such as metals. Full article
Show Figures

Figure 1

24 pages, 7753 KiB  
Article
FuF-Det: An Early Forest Fire Detection Method under Fog
by Yaxuan Pang, Yiquan Wu and Yubin Yuan
Remote Sens. 2023, 15(23), 5435; https://doi.org/10.3390/rs15235435 - 21 Nov 2023
Cited by 6 | Viewed by 2698
Abstract
In recent years, frequent forest fires have seriously threatened the earth’s ecosystem and people’s lives and safety. With the development of machine vision and unmanned aerial vehicle (UAVs) technology, UAV monitoring combined with machine vision has become an important development trend in forest [...] Read more.
In recent years, frequent forest fires have seriously threatened the earth’s ecosystem and people’s lives and safety. With the development of machine vision and unmanned aerial vehicle (UAVs) technology, UAV monitoring combined with machine vision has become an important development trend in forest fire monitoring. In the early stages, fire shows the characteristics of a small fire target and obvious smoke. However, the presence of fog interference in the forest will reduce the accuracy of fire point location and smoke identification. Therefore, an anchor-free target detection algorithm called FuF-Det based on an encoder–decoder structure is proposed to accurately detect early fire points obscured by fog. The residual efficient channel attention block (RECAB) is designed as a decoder unit to improve the problem of the loss of fire point characteristics under fog caused by upsampling. Moreover, the attention-based adaptive fusion residual module (AAFRM) is used to self-enhance the encoder features, so that the features retain more fire point location information. Finally, coordinate attention (CA) is introduced to the detection head to make the image features correspond to the position information, and improve the accuracy of the algorithm to locate the fire point. The experimental results show that compared with eight mainstream target detection algorithms, FuF-Det has higher average precision and recall as an early forest fire detection method in fog and provides a new solution for the application of machine vision to early forest fire detection. Full article
(This article belongs to the Special Issue The Use of Remote Sensing Technology for Forest Fire)
Show Figures

Figure 1

Back to TopTop