Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

Search Results (8)

Search Parameters:
Keywords = small object loss feedback

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
19 pages, 7353 KiB  
Article
Evaluation of Anti-Fungal Activities of Environmentally Friendly Wood Preservative from Thermal-Induced Lignified Twigs
by Xinqi Gao, Yafang Lei, Teng Sun, Yuanze Ma, Hao Guan and Li Yan
Forests 2025, 16(1), 119; https://doi.org/10.3390/f16010119 - 10 Jan 2025
Viewed by 924
Abstract
Enhancing the decay resistance of Populus tomentosa wood through environmentally friendly methods is crucial for improving its durability and market competitiveness. Lignified twigs (LT), typically unsuitable as timber due to their small diameter, are rich in lignin, which degrades during thermal induction to [...] Read more.
Enhancing the decay resistance of Populus tomentosa wood through environmentally friendly methods is crucial for improving its durability and market competitiveness. Lignified twigs (LT), typically unsuitable as timber due to their small diameter, are rich in lignin, which degrades during thermal induction to produce antifungal organic compounds. In this context, the objective of this study was to develop a lignified twig preservative (LTP) by thermal induction from the LT of Actinidia chinensis var. Jinyang. The antifungal activity of LTP under varying thermal conditions was analyzed, along with its chemical composition. Enzyme activity, cell membrane integrity, and respiratory metabolism in fungi treated with LTP were examined to elucidate antifungal mechanisms. Additionally, the decay resistance of LTP-treated wood was evaluated. Results revealed that LTP produced under N2 at 220 °C exhibited robust antifungal activity against Trametes versicolor and Gloeophyllum trabeum, attributed to phenolic compounds such as syringaldehyde, syringone, vanillin, and vanillone. LTP inhibited fungal cellulases, hemicellulases, and ligninases by 30%–60%, disrupted cell membrane functionality, and suppressed respiratory metabolism. Poplar wood treated with LTP demonstrated significantly enhanced decay resistance (mass loss < 10%). This thermal-induced feedback pattern shows great potential for LT in wood preservation. Full article
Show Figures

Figure 1

32 pages, 32670 KiB  
Article
Improved Architecture and Training Strategies of YOLOv7 for Remote Sensing Image Object Detection
by Dewei Zhao, Faming Shao, Qiang Liu, Heng Zhang, Zihan Zhang and Li Yang
Remote Sens. 2024, 16(17), 3321; https://doi.org/10.3390/rs16173321 - 7 Sep 2024
Cited by 7 | Viewed by 2876
Abstract
The technology for object detection in remote sensing images finds extensive applications in production and people’s lives, and improving the accuracy of image detection is a pressing need. With that goal, this paper proposes a range of improvements, rooted in the widely used [...] Read more.
The technology for object detection in remote sensing images finds extensive applications in production and people’s lives, and improving the accuracy of image detection is a pressing need. With that goal, this paper proposes a range of improvements, rooted in the widely used YOLOv7 algorithm, after analyzing the requirements and difficulties in the detection of remote sensing images. Specifically, we strategically remove some standard convolution and pooling modules from the bottom of the network, adopting stride-free convolution to minimize the loss of information for small objects in the transmission. Simultaneously, we introduce a new, more efficient attention mechanism module for feature extraction, significantly enhancing the network’s semantic extraction capabilities. Furthermore, by adding multiple cross-layer connections in the network, we more effectively utilize the feature information of each layer in the backbone network, thereby enhancing the network’s overall feature extraction capability. During the training phase, we introduce an auxiliary network to intensify the training of the underlying network and adopt a new activation function and a more efficient loss function to ensure more effective gradient feedback, thereby elevating the network performance. In the experimental results, our improved network achieves impressive mAP scores of 91.2% and 80.8% on the DIOR and DOTA version 1.0 remote sensing datasets, respectively. These represent notable improvements of 4.5% and 7.0% over the original YOLOv7 network, significantly enhancing the efficiency of detecting small objects in particular. Full article
Show Figures

Figure 1

16 pages, 11463 KiB  
Article
Defect Detection Algorithm for Battery Cell Casings Based on Dual-Coordinate Attention and Small Object Loss Feedback
by Tianjian Li, Jiale Ren, Qingping Yang, Long Chen and Xizhi Sun
Processes 2024, 12(3), 601; https://doi.org/10.3390/pr12030601 - 18 Mar 2024
Cited by 3 | Viewed by 1683
Abstract
To address the issue of low accuracy in detecting defects of battery cell casings with low space ratio and small object characteristics, the low space ratio feature and small object feature are studied, and an object detection algorithm based on dual-coordinate attention and [...] Read more.
To address the issue of low accuracy in detecting defects of battery cell casings with low space ratio and small object characteristics, the low space ratio feature and small object feature are studied, and an object detection algorithm based on dual-coordinate attention and small object loss feedback is proposed. Firstly, the EfficientNet-B1 backbone network is employed for feature extraction. Secondly, a dual-coordinate attention module is introduced to preserve more positional information through dual branches and embed the positional information into channel attention for precise localization of the low space ratio features. Finally, a small object loss feedback module is incorporated after the bidirectional feature pyramid network (BiFPN) for feature fusion, balancing the contribution of small object loss to the overall loss. Experimental comparisons on a battery cell casing dataset demonstrate that the proposed algorithm outperforms the EfficientDet-D1 object detection algorithm, with an average precision improvement of 4.23%. Specifically, for scratches with low space ratio features, the improvement is 13.21%; for wrinkles with low space ratio features, the improvement is 9.35%; and for holes with small object features, the improvement is 3.81%. Moreover, the detection time of 47.6 ms meets the requirements of practical production. Full article
Show Figures

Figure 1

17 pages, 41502 KiB  
Article
A Military Object Detection Model of UAV Reconnaissance Image and Feature Visualization
by Huanhua Liu, Yonghao Yu, Shengzong Liu and Wei Wang
Appl. Sci. 2022, 12(23), 12236; https://doi.org/10.3390/app122312236 - 29 Nov 2022
Cited by 35 | Viewed by 9625
Abstract
Military object detection from Unmanned Aerial Vehicle (UAV) reconnaissance images faces challenges, including lack of image data, images with poor quality, and small objects. In this work, we simulate UAV low-altitude reconnaissance and construct the UAV reconnaissance image tank database UAVT-3. Then, we [...] Read more.
Military object detection from Unmanned Aerial Vehicle (UAV) reconnaissance images faces challenges, including lack of image data, images with poor quality, and small objects. In this work, we simulate UAV low-altitude reconnaissance and construct the UAV reconnaissance image tank database UAVT-3. Then, we improve YOLOv5 and propose UAVT-YOLOv5 for object detection of UAV images. First, data augmentation of blurred images is introduced to improve the accuracy of fog and motion-blurred images. Secondly, a large-scale feature map together with multi-scale feedback is added to improve the recognition ability of small objects. Thirdly, we optimize the loss function by increasing the loss penalty of small objects and classes with fewer samples. Finally, the anchor boxes are optimized by clustering the ground truth object box of UAVT-3. The feature visualization technique Class Action Mapping (CAM) is introduced to explore the mechanisms of the proposed model. The experimental results of the improved model evaluated on UAVT-3 show that the mAP reaches 99.2%, an increase of 2.1% compared with YOLOv5, the detection speed is 40 frames per second, and data augmentation of blurred images yields an mAP increase of 20.4% and 26.6% for fog and motion blur images detection. The class action maps show the discriminant region of the tanks is the turret for UAVT-YOLOv5. Full article
(This article belongs to the Special Issue Multidimensional Data Visualization: Methods and Applications)
Show Figures

Figure 1

13 pages, 2750 KiB  
Technical Note
A Multi-Scale Spatial Attention Region Proposal Network for High-Resolution Optical Remote Sensing Imagery
by Ruchan Dong, Licheng Jiao, Yan Zhang, Jin Zhao and Weiyan Shen
Remote Sens. 2021, 13(17), 3362; https://doi.org/10.3390/rs13173362 - 25 Aug 2021
Cited by 6 | Viewed by 3088
Abstract
Deep convolutional neural networks (DCNNs) are driving progress in object detection of high-resolution remote sensing images. Region proposal generation, as one of the key steps in object detection, has also become the focus of research. High-resolution remote sensing images usually contain various sizes [...] Read more.
Deep convolutional neural networks (DCNNs) are driving progress in object detection of high-resolution remote sensing images. Region proposal generation, as one of the key steps in object detection, has also become the focus of research. High-resolution remote sensing images usually contain various sizes of objects and complex background, small objects are easy to miss or be mis-identified in object detection. If the recall rate of region proposal of small objects and multi-scale objects can be improved, it will bring an improvement on the performance of the accuracy in object detection. Spatial attention is the ability to focus on local features in images and can improve the learning efficiency of DCNNs. This study proposes a multi-scale spatial attention region proposal network (MSA-RPN) for high-resolution optical remote sensing imagery. The MSA-RPN is an end-to-end deep learning network with a backbone network of ResNet. It deploys three novel modules to fulfill its task. First, the Scale-specific Feature Gate (SFG) focuses on features of objects by processing multi-scale features extracted from the backbone network. Second, the spatial attention-guided model (SAGM) obtains spatial information of objects from the multi-scale attention maps. Third, the Selective Strong Attention Maps Model (SSAMM) adaptively selects sliding windows according to the loss values from the system’s feedback, and sends the windowed samples to the spatial attention decoder. Finally, the candidate regions and their corresponding confidences can be obtained. We evaluate the proposed network in a public dataset LEVIR and compare with several state-of-the-art methods. The proposed MSA-RPN yields a higher recall rate of region proposal generation, especially for small targets in remote sensing images. Full article
Show Figures

Figure 1

21 pages, 11702 KiB  
Article
Alternately Updated Spectral–Spatial Convolution Network for the Classification of Hyperspectral Images
by Wenju Wang, Shuguang Dou and Sen Wang
Remote Sens. 2019, 11(15), 1794; https://doi.org/10.3390/rs11151794 - 31 Jul 2019
Cited by 22 | Viewed by 4418
Abstract
The connection structure in the convolutional layers of most deep learning-based algorithms used for the classification of hyperspectral images (HSIs) has typically been in the forward direction. In this study, an end-to-end alternately updated spectral–spatial convolutional network (AUSSC) with a recurrent feedback structure [...] Read more.
The connection structure in the convolutional layers of most deep learning-based algorithms used for the classification of hyperspectral images (HSIs) has typically been in the forward direction. In this study, an end-to-end alternately updated spectral–spatial convolutional network (AUSSC) with a recurrent feedback structure is used to learn refined spectral and spatial features for HSI classification. The proposed AUSSC includes alternating updated blocks in which each layer serves as both an input and an output for the other layers. The AUSSC can refine spectral and spatial features many times under fixed parameters. A center loss function is introduced as an auxiliary objective function to improve the discrimination of features acquired by the model. Additionally, the AUSSC utilizes smaller convolutional kernels than other convolutional neural network (CNN)-based methods to reduce the number of parameters and alleviate overfitting. The proposed method was implemented on four HSI data sets, as follows: Indian Pines, Kennedy Space Center, Salinas Scene, and Houston. Experimental results demonstrated that the proposed AUSSC outperformed the HSI classification accuracy obtained by state-of-the-art deep learning-based methods with a small number of training samples. Full article
(This article belongs to the Special Issue Convolutional Neural Networks Applications in Remote Sensing)
Show Figures

Graphical abstract

20 pages, 2711 KiB  
Article
If They Come, Where will We Build It? Land-Use Implications of Two Forest Conservation Policies in the Deep Creek Watershed
by Markandu Anputhas, Johannus Janmaat, Craig Nichol and Adam Wei
Forests 2019, 10(7), 581; https://doi.org/10.3390/f10070581 - 12 Jul 2019
Cited by 1 | Viewed by 3400
Abstract
Research Highlights: Forest conservation policies can drive land-use change to other land-use types. In multifunctional landscapes, forest conservation policies will therefore impact on other functions delivered by the landscape. Finding the best pattern of land use requires considering these interactions. Background and Objectives: [...] Read more.
Research Highlights: Forest conservation policies can drive land-use change to other land-use types. In multifunctional landscapes, forest conservation policies will therefore impact on other functions delivered by the landscape. Finding the best pattern of land use requires considering these interactions. Background and Objectives: Population growth continues to drive the development of land for urban purposes. Consequently, there is a loss of other land uses, such as agriculture and forested lands. Efforts to conserve one type of land use will drive more change onto other land uses. Absent effective collaboration among affected communities and relevant institutional agents, unexpected and undesirable land-use change may occur. Materials and Methods: A CLUE-S (Conversion of Land Use and its Effects at Small Scales) model was developed for the Deep Creek watershed, a small sub-basin in the Okanagan Valley of British Columbia, Canada. The valley is experiencing among the most rapid population growth of any region in Canada. Land uses were aggregated into one forested land-use type, one urban land-use type, and three agricultural types. Land-use change was simulated for combinations of two forest conservation policies. Changes are categorized by location, land type, and an existing agricultural land policy. Results: Forest conservation policies drive land conversion onto agricultural land and may increase the loss of low elevation forested land. Model results show where the greatest pressure for removing land from agriculture is likely to occur for each scenario. As an important corridor for species movement, the loss of low elevation forest land may have serious impacts on habitat connectivity. Conclusions: Forest conservation policies that do not account for feedbacks can have unintended consequences, such as increasing conversion pressures on other valued land uses. To avoid surprises, land-use planners and policy makers need to consider these interactions. Models such as CLUE-S can help identify these spatial impacts. Full article
(This article belongs to the Special Issue Watershed Scale Forest Restoration and Sustainable Development)
Show Figures

Figure 1

19 pages, 1946 KiB  
Article
Cyber Surveillance for Flood Disasters
by Shi-Wei Lo, Jyh-Horng Wu, Fang-Pang Lin and Ching-Han Hsu
Sensors 2015, 15(2), 2369-2387; https://doi.org/10.3390/s150202369 - 22 Jan 2015
Cited by 66 | Viewed by 10464
Abstract
Regional heavy rainfall is usually caused by the influence of extreme weather conditions. Instant heavy rainfall often results in the flooding of rivers and the neighboring low-lying areas, which is responsible for a large number of casualties and considerable property loss. The existing [...] Read more.
Regional heavy rainfall is usually caused by the influence of extreme weather conditions. Instant heavy rainfall often results in the flooding of rivers and the neighboring low-lying areas, which is responsible for a large number of casualties and considerable property loss. The existing precipitation forecast systems mostly focus on the analysis and forecast of large-scale areas but do not provide precise instant automatic monitoring and alert feedback for individual river areas and sections. Therefore, in this paper, we propose an easy method to automatically monitor the flood object of a specific area, based on the currently widely used remote cyber surveillance systems and image processing methods, in order to obtain instant flooding and waterlogging event feedback. The intrusion detection mode of these surveillance systems is used in this study, wherein a flood is considered a possible invasion object. Through the detection and verification of flood objects, automatic flood risk-level monitoring of specific individual river segments, as well as the automatic urban inundation detection, has become possible. The proposed method can better meet the practical needs of disaster prevention than the method of large-area forecasting. It also has several other advantages, such as flexibility in location selection, no requirement of a standard water-level ruler, and a relatively large field of view, when compared with the traditional water-level measurements using video screens. The results can offer prompt reference for appropriate disaster warning actions in small areas, making them more accurate and effective. Full article
(This article belongs to the Special Issue Cyber-Physical Systems)
Show Figures

Back to TopTop