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
remove_circle_outline

Journals

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Article Types

Countries / Regions

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Search Results (323)

Search Parameters:
Keywords = reduced component count

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
34 pages, 8649 KB  
Article
Direct Multiple-Step-Ahead Forecasting of Daily Gas Consumption in Non-Residential Buildings Using Wavelet/RNN-Based Models and Data Augmentation— Comparative Evaluation
by Jana Mižáková, Branislav Piteľ, Pavlo Pomin and Alexander Hošovský
Technologies 2025, 13(10), 435; https://doi.org/10.3390/technologies13100435 - 28 Sep 2025
Abstract
The article focuses on forecasting 7-day daily natural gas consumption for a healthcare facility in Slovakia during the winter season (1 October–30 April). The goal is to optimise operational costs while maintaining user comfort and considering economic and environmental indicators. The prediction is [...] Read more.
The article focuses on forecasting 7-day daily natural gas consumption for a healthcare facility in Slovakia during the winter season (1 October–30 April). The goal is to optimise operational costs while maintaining user comfort and considering economic and environmental indicators. The prediction is based on historical gas consumption and temperature data from eleven heating seasons (taking into account external factors such as COVID-19 and geopolitical conflicts). Linear regression and counting of residuals, Wavelet decomposition and Long Short-Term Memory (LSTM) neural networks were used. Two approaches were tested: firstly, data augmentation using Wavelet decomposition and creating an LSTM model and secondly, individual prediction of wavelet components by LSTM and combining the best-performing models. The second approach, which forecasted each wavelet component separately and then reconstructed the final prediction, yielded the best accuracy (nMAE = 5.71%, NRMSE = 7.80%). The results showed that using predicted temperatures slightly reduced accuracy. Overall, the Wavelet-LSTM model proved to be the most effective method for forecasting gas consumption in healthcare facilities during winter. Full article
(This article belongs to the Section Information and Communication Technologies)
Show Figures

Graphical abstract

19 pages, 8475 KB  
Article
Synergistic Antimicrobial Effects of Baicalin Combined with Kanamycin Against MRSA: Underlying Mechanisms and Diminished Colonization on Lettuce
by Xin Meng, Zhiyun Yu, Chao Ning, Mingtong Sun, Mengna Kang and Haiyong Guo
Pharmaceuticals 2025, 18(10), 1458; https://doi.org/10.3390/ph18101458 - 28 Sep 2025
Abstract
Background: The treatment of methicillin-resistant Staphylococcus aureus (MRSA) infections is extremely challenging due to its antibiotic resistance, and the combination of plant active ingredients with antibiotics represents a potential strategy to address this issue. Methods: We determined the combinatorial relationship between baicalin (BA) [...] Read more.
Background: The treatment of methicillin-resistant Staphylococcus aureus (MRSA) infections is extremely challenging due to its antibiotic resistance, and the combination of plant active ingredients with antibiotics represents a potential strategy to address this issue. Methods: We determined the combinatorial relationship between baicalin (BA) and kanamycin (KM) using the checkerboard dilution method. The antibacterial activity of the baicalin–kanamycin (BA/KM) combination was evaluated through growth curve determination assays and scanning electron microscopy (SEM). The effects of the BA/KM combination on the cell membrane and cell wall of MRSA were analyzed using reactive oxygen species (ROS) detection assays, intracellular protein leakage experiments, alkaline phosphatase (AKP) activity assays, laser scanning confocal microscopy (LSCM) observations, and molecular docking simulations. The antibiofilm activity and related mechanisms of the BA/KM combination were elucidated via crystal violet staining, MTT assay, phenol-sulfuric acid method, congo red staining, staphyloxanthin determination assays, and quantitative real-time polymerase chain reaction (qPCR). The safety of the BA/KM combination was assessed through hemolytic activity analysis, and its anti-MRSA efficacy was evaluated on lettuce. Results: BA/KM combination showed a synergistic antibacterial effect on MRSA USA300. Mechanistic studies revealed that BA may interact with amino acid residues of peptidoglycan synthetase PBP2a to hinder peptidoglycan synthesis, thereby facilitating KM penetration through the cell wall. Subsequently, BA binds to amino acid residues of the membrane transporter NorA, leading to disruption of cell membrane homeostasis and enhancing KM’s ability to induce intracellular ROS accumulation in MRSA. Furthermore, the BA/KM combination reduced MRSA biofilm formation by 77.85% and decreased the metabolic activity of biofilm cells by 42.93% through inhibiting the synthesis of biofilm components EPS and PIA. Additionally, this combination suppressed the synthesis of staphyloxanthin and downregulated the expression of agrA and agrC genes. When 1/8 MIC BA was combined with 1/4 MIC KM, the count of MRSA on lettuce surfaces was reduced by 0.88 log CFU/cm2, an effect comparable to that of 0.2% (v/v) hydrogen peroxide. Conclusions: According to these findings, the BA/KM combination may offer a promising option for enhancing antibacterial efficacy through synergism, reducing antibiotic usage concentrations, and limiting MRSA transmission in fresh agricultural products. Full article
(This article belongs to the Section Biopharmaceuticals)
Show Figures

Figure 1

26 pages, 5592 KB  
Article
AGRI-YOLO: A Lightweight Model for Corn Weed Detection with Enhanced YOLO v11n
by Gaohui Peng, Kenan Wang, Jianqin Ma, Bifeng Cui and Dawei Wang
Agriculture 2025, 15(18), 1971; https://doi.org/10.3390/agriculture15181971 - 18 Sep 2025
Viewed by 328
Abstract
Corn, as a globally significant food crop, faces significant yield reductions due to competitive growth from weeds. Precise detection and efficient control of weeds are critical technical components for ensuring high and stable corn yields. Traditional deep learning object detection models generally suffer [...] Read more.
Corn, as a globally significant food crop, faces significant yield reductions due to competitive growth from weeds. Precise detection and efficient control of weeds are critical technical components for ensuring high and stable corn yields. Traditional deep learning object detection models generally suffer from issues such as large parameter counts and high computational complexity, making them unsuitable for deployment on resource-constrained devices such as agricultural drones and portable detection devices. Based on this, this paper proposes a lightweight corn weed detection model, AGRI-YOLO, based on the YOLO v11n architecture. First, the DWConv (Depthwise Separable Convolution) module from InceptionNeXt is introduced to reconstruct the C3k2 feature extraction module, enhancing the feature extraction capabilities for corn seedlings and weeds. Second, the ADown (Adaptive Downsampling) downsampling module replaces the Conv layer to address the issue of redundant model parameters; The LADH (Lightweight Asymmetric Detection) detection head is adopted to achieve dynamic weight adjustment while ensuring multi-branch output optimization for target localization and classification precision. Experimental results show that the AGRI-YOLO model achieves a precision rate of 84.7%, a recall rate of 73.0%, and a mAP50 value of 82.8%. Compared to the baseline architecture YOLO v11n, the results are largely consistent, while the number of parameters, G FLOPs, and model size are reduced by 46.6%, 49.2%, and 42.31%, respectively. The AGRI-YOLO model significantly reduces model complexity while maintaining high recognition precision, providing technical support for deployment on resource-constrained edge devices, thereby promoting agricultural intelligence, maintaining ecological balance, and ensuring food security. Full article
(This article belongs to the Section Artificial Intelligence and Digital Agriculture)
Show Figures

Figure 1

14 pages, 3320 KB  
Article
SFD-YOLO: A Multi-Angle Scattered Field-Based Optical Surface Defect Recognition Method
by Xuan Liu, Hao Sun, Jian Zhang and Chunyan Wang
Photonics 2025, 12(9), 929; https://doi.org/10.3390/photonics12090929 - 18 Sep 2025
Viewed by 339
Abstract
The surface quality of optical components plays a decisive role in advanced imaging, precision manufacturing, and high-power laser systems, where even defects can induce abnormal scattering and degrade system performance. Addressing the limitations of conventional single-view inspection methods, this study presents a panoramic [...] Read more.
The surface quality of optical components plays a decisive role in advanced imaging, precision manufacturing, and high-power laser systems, where even defects can induce abnormal scattering and degrade system performance. Addressing the limitations of conventional single-view inspection methods, this study presents a panoramic multi-angle scattered light field acquisition approach integrated with deep learning-based recognition. A hemispherical synchronous imaging system is designed to capture complete scattered distributions from surface defects in a single exposure, ensuring both structural consistency and angular completeness of the measured data. To enhance the interpretation of complex scattering patterns, we develop a tailored lightweight network, SFD-YOLO, which incorporates the PSimam attention module for improved salient feature extraction and the Efficient_Mamba_CSP module for robust global semantic modeling. Using a simulated dataset of multi-width scratch defects, the proposed method achieves high classification accuracy with strong generalization and computational efficiency. Compared to the baseline YOLOv11-cls, SFD-YOLO improves Top-1 accuracy from 92.5% to 95.6%, while reducing the parameter count from 1.54 M to 1.25 M and maintaining low computational cost (Flops 4.0G). These results confirm that panoramic multi-angle scattered imaging, coupled with advanced neural architectures, provides a powerful and practical framework for optical surface defect detection, offering valuable prospects for high-precision quality evaluation and intelligent defect inversion in optical inspection. Full article
(This article belongs to the Section Lasers, Light Sources and Sensors)
Show Figures

Figure 1

19 pages, 1171 KB  
Article
Effect of TMR Physical Structure and Ruminal pH Environment on Production and Milk Quality
by Ondrej Hanušovský, Milan Šimko, Michal Rolinec, Branislav Gálik, Mária Kapusniaková, Stanislava Drotárová, Matúš Džima, Luboš Zábranský and Miroslav Juráček
Dairy 2025, 6(5), 51; https://doi.org/10.3390/dairy6050051 - 11 Sep 2025
Viewed by 423
Abstract
Total Mixed Ration (TMR) particle size significantly impacts dairy cow health and productivity. This study investigated the effects of TMR particle size tertiles on rumen pH, dry matter intake (DMI), and milk characteristics in Simmental cows by continuous pH monitoring (Moonsyst Ltd., Kilkenny, [...] Read more.
Total Mixed Ration (TMR) particle size significantly impacts dairy cow health and productivity. This study investigated the effects of TMR particle size tertiles on rumen pH, dry matter intake (DMI), and milk characteristics in Simmental cows by continuous pH monitoring (Moonsyst Ltd., Kilkenny, Republic of Ireland) and particle separation by 19, 8, 4 mm sieves and pad using the Wasserbauer particle separator, along with regular milk and DMI measurements. Data were analyzed by IBM SPSS 26.0 with ANOVA, Pearson correlations and statistically significant differences between tertiles by post hoc Tukey HSD test were performed (p < 0.05). Tertiles by frequency analysis were used to categorize particle size proportions into three groups, each containing an equal number of observations. Principal component analysis (PCA) and heatmaps by SRplot were generated. Moderate particle size distributions (second tertiles of 19 mm, 8 mm, 4 mm sieves, and pad as the fraction of TMR particles that pass through the all sieves and are collected in the bottom pan) optimized rumen pH stability, reducing time below 6.2 (SARA risk) or above 6.8, and correlated with milk β-hydroxybutyrate (BHB), oleic acid, and acetone levels. Moreover, milk production was maximized with a combination of coarser (19 mm and 8 mm, third tertiles) and finer (4 mm, first tertile) particles, milk fat peaked in both the finest pad fraction (third tertile) and coarsest larger sieves (first tertiles), and milk protein in the first tertiles of 19 mm and 8 mm sieves. Similarly, DMI positively correlated with coarser particles, but sometimes negatively with milk quality. In addition, PCA showed fine particle groups clustering with higher milk fat-to-protein ratios, somatic cell counts, and urea. In conclusion, mid-range TMR particle sizes (second tertiles) consistently provided the most benefits across ruminal, metabolic, and production parameters, underscoring TMR structure as a crucial precision feeding tool. Full article
Show Figures

Figure 1

24 pages, 7007 KB  
Article
M4MLF-YOLO: A Lightweight Semantic Segmentation Framework for Spacecraft Component Recognition
by Wenxin Yi, Zhang Zhang and Liang Chang
Remote Sens. 2025, 17(18), 3144; https://doi.org/10.3390/rs17183144 - 10 Sep 2025
Viewed by 376
Abstract
With the continuous advancement of on-orbit services and space intelligence sensing technologies, the efficient and accurate identification of spacecraft components has become increasingly critical. However, complex lighting conditions, background interference, and limited onboard computing resources present significant challenges to existing segmentation algorithms. To [...] Read more.
With the continuous advancement of on-orbit services and space intelligence sensing technologies, the efficient and accurate identification of spacecraft components has become increasingly critical. However, complex lighting conditions, background interference, and limited onboard computing resources present significant challenges to existing segmentation algorithms. To address these challenges, this paper proposes a lightweight spacecraft component segmentation framework for on-orbit applications, termed M4MLF-YOLO. Based on the YOLOv5 architecture, we propose a refined lightweight design strategy that aims to balance segmentation accuracy and resource consumption in satellite-based scenarios. MobileNetV4 is adopted as the backbone network to minimize computational overhead. Additionally, a Multi-Scale Fourier Adaptive Calibration Module (MFAC) is designed to enhance multi-scale feature modeling and boundary discrimination capabilities in the frequency domain. We also introduce a Linear Deformable Convolution (LDConv) to explicitly control the spatial sampling span and distribution of the convolution kernel, thereby linearly adjusting the receptive field coverage range to improve feature extraction capabilities while effectively reducing computational costs. Furthermore, the efficient C3-Faster module is integrated to enhance channel interaction and feature fusion efficiency. A high-quality spacecraft image dataset, comprising both real and synthetic images, was constructed, covering various backgrounds and component types, including solar panels, antennas, payload instruments, thrusters, and optical payloads. Environment-aware preprocessing and enhancement strategies were applied to improve model robustness. Experimental results demonstrate that M4MLF-YOLO achieves excellent segmentation performance while maintaining low model complexity, with precision reaching 95.1% and recall reaching 88.3%, representing improvements of 1.9% and 3.9% over YOLOv5s, respectively. The mAP@0.5 also reached 93.4%. In terms of lightweight design, the model parameter count and computational complexity were reduced by 36.5% and 24.6%, respectively. These results validate that the proposed method significantly enhances deployment efficiency while preserving segmentation accuracy, showcasing promising potential for satellite-based visual perception applications. Full article
Show Figures

Figure 1

13 pages, 1453 KB  
Article
Control of Airborne and Surface Microorganisms in Real Indoor Environments Using an Integrated System of Vaporized Free Chlorine Components and Filtration
by Saki Kawahata, Mayumi Kondo, Atsushi Yamada, Naoya Shimazaki, Makoto Saito, Takayoshi Takano, Tetsuyoshi Yamada, Yoshinobu Shimayama, Shunsuke Matsuoka and Hirokazu Kimura
Microorganisms 2025, 13(9), 2053; https://doi.org/10.3390/microorganisms13092053 - 3 Sep 2025
Viewed by 586
Abstract
Airborne and surface-residing microorganisms in indoor environments pose potential risks for infectious disease transmission. To address this issue, we developed a composite device combining a generator of vaporized free chlorine components with a fine particle removal filter. Field tests were conducted in occupied [...] Read more.
Airborne and surface-residing microorganisms in indoor environments pose potential risks for infectious disease transmission. To address this issue, we developed a composite device combining a generator of vaporized free chlorine components with a fine particle removal filter. Field tests were conducted in occupied university classrooms to evaluate the device’s efficacy in reducing airborne bacterial loads. Airborne bacteria were sampled under three operational conditions [Electrolyzed (+)/Filter (+), Electrolyzed (−)/Filter (+), and Electrolyzed (−)/Filter (−)]. Significant reductions in bacterial counts were observed in the Electrolyzed (+)/Filter (+) condition, with a residual rate of 14.5% after 2.25 h (p = 0.00001). Additionally, surface contact tests demonstrated that vaporized free chlorine components, primarily consisting of hypochlorous acid (HOCl), reduced viable counts of E. coli, P. aeruginosa, and S. aureus by 59.0–99.7% even at a distance of 8.0 m. The concentrations of vaporized free chlorine components during operation remained within safe exposure limits (0–19 ppb), consistent with the effective range reported in prior literature (10–50 ppb). Computational fluid dynamics simulations confirmed the diffusion of vaporized free chlorine components throughout the room, including distant sampling points. These findings suggest the combined use of a vaporized free chlorine generator and a particulate filter effectively reduces microbial contamination in indoor environments, providing a promising approach for infection control in residential and public settings. Full article
(This article belongs to the Special Issue Novel Disinfectants and Antiviral Agents)
Show Figures

Figure 1

8 pages, 921 KB  
Proceeding Paper
Design of Complementary Metal–Oxide–Semiconductor Encoder/Decoder with Compact Circuit Structure for Booth Multiplier
by Yu-Nsin Wang and Yu-Cherng Hung
Eng. Proc. 2025, 103(1), 21; https://doi.org/10.3390/engproc2025103021 - 1 Sep 2025
Viewed by 368
Abstract
Multipliers are crucial components in digital processing and the arithmetic logic unit (ALU) of central processing unit (CPU) design. As the data bit length increases, the number of partial products in the multiplication process increases, resulting in an increased summation time for the [...] Read more.
Multipliers are crucial components in digital processing and the arithmetic logic unit (ALU) of central processing unit (CPU) design. As the data bit length increases, the number of partial products in the multiplication process increases, resulting in an increased summation time for the partial products. Consequently, the speed of the multiplier circuit is adversely affected by increased time delays. In this article, we present a combined radix-4 Booth encoding module that employs metal–oxide–semiconductor (MOS) transistors that share common control signals to reduce the transistor count. In HSPICE simulations, the functionality of the proposed circuit architecture was verified, and the number of transistors used was successfully reduced. Full article
(This article belongs to the Proceedings of The 8th Eurasian Conference on Educational Innovation 2025)
Show Figures

Figure 1

23 pages, 6780 KB  
Article
Fermentation of Pea Protein Isolate by Enterococcus faecalis 07: A Strategy to Enhance Flavor and Functionality
by Zhunyao Zhu, Laijing Zhu, Yanli Wang, Ruixue Cao, Yifan Ren and Xiangzhong Zhao
Foods 2025, 14(17), 3065; https://doi.org/10.3390/foods14173065 - 30 Aug 2025
Viewed by 696
Abstract
Pea protein isolate (PPI) is a plant protein with high nutritional value, but its application in food is limited by an unpleasant beany flavor. This study aimed to investigate the feasibility of improving the flavor of PPI through fermentation with Enterococcus faecalis 07. [...] Read more.
Pea protein isolate (PPI) is a plant protein with high nutritional value, but its application in food is limited by an unpleasant beany flavor. This study aimed to investigate the feasibility of improving the flavor of PPI through fermentation with Enterococcus faecalis 07. PPI was subjected to fermentation by E. faecalis 07 for different durations (0 H, 24 H, 48 H, and 72 H). After fermentation, pH, viable cell counts, free amino acid contents, electronic tongue analysis, and volatile organic compounds were determined. The results showed that fermentation significantly reduced the bitterness of PPI and enhanced its umami intensity. A total of 64 volatile organic compounds were identified in the fermented samples, 42 more than in the unfermented sample. Quantitative analysis revealed that hexanal (grass-like odor) decreased by 92% after 72 h of fermentation, 1-octen-3-ol (mushroom-like odor) decreased from 6.94 mg/kg to 1.73 mg/kg, and trans-2-octenal decreased to 0.59 mg/kg; meanwhile, aromatic compounds such as esters and ketones were produced. Along with changes in the physicochemical properties, organic acids, and free amino acid composition of PPI, correlation analysis between electronic tongue data and volatile compounds further indicated that changes in volatile components simultaneously affected the perception of five taste attributes of PPI (bitterness, sourness, sweetness, saltiness, and umami). In conclusion, this study demonstrated the feasibility of fermenting PPI with E. faecalis 07, which effectively improved its sensory attributes and physicochemical properties to a certain extent. Full article
(This article belongs to the Section Food Biotechnology)
Show Figures

Figure 1

20 pages, 1985 KB  
Article
Oyster Fermentation Broth Alleviated Tripterygium-Glycosides-Induced Reproductive Damage in Male Rats
by Jiajia Yin, Hongguang Zhu, Yu Tian, Tengyu Ma, Wenjing Yan and Haixin Sun
Molecules 2025, 30(17), 3550; https://doi.org/10.3390/molecules30173550 - 29 Aug 2025
Viewed by 874
Abstract
In this study, oyster fermentation broth (OFB) was prepared by fermenting oysters with yeast, and its effects on oxidative stress and reproductive damage induced by tripterygium glycosides (TG) in male rats were investigated. Component analysis revealed that OFB contained bioactive substances including proteins [...] Read more.
In this study, oyster fermentation broth (OFB) was prepared by fermenting oysters with yeast, and its effects on oxidative stress and reproductive damage induced by tripterygium glycosides (TG) in male rats were investigated. Component analysis revealed that OFB contained bioactive substances including proteins (1.19 g/L), taurine (0.76 g/L), organic acids (2.30 mg/mL), polyphenols (123.00 mg GAE/L), flavonoids (1.97 mg RE/L), and zinc (1.10 mg/L). In vitro study revealed that OFB exhibited notable antioxidant activity, with a total antioxidant capacity of 1.28 U/mL, and DPPH, ABTS, and hydroxyl radical scavenging rates of 55.80%, 69.54%, and 48.36%, respectively. Animal experiments showed that, compared with the TG-induced model group, rats administered both low-dose (5 mL/kg) and high-dose (10 mL/kg) OFB showed significantly increased testis and seminal vesicle + prostate indices, sperm count, and serum testosterone (T) levels and decreased sperm malformation rate (p < 0.01 for all). Histological analysis of the testis revealed an increased number of spermatogenic cells and sperm within the seminiferous tubules, along with ameliorated pathological conditions compared to the model group. Potential mechanisms might be related to OFB increasing the activities of catalase (CAT), superoxide dismutase (SOD), and glutathione peroxidase (GSH-PX) enzymes and reducing levels of malondialdehyde (MDA) in testis (p < 0.01). The findings demonstrated that OFB successfully alleviated TG-induced reproductive damage in male rats, which might be attributed to its excellent antioxidant effect. The study offers valuable insights for producing functional foods from oysters and further validates OFB’s efficacy in promoting reproductive function. Full article
(This article belongs to the Collection Advances in Food Chemistry)
Show Figures

Figure 1

22 pages, 3663 KB  
Article
Computational Design and Optimization of Discrete Shell Structures Made of Equivalent Members
by Arda Ağırbaş and Seçkin Kutucu
Buildings 2025, 15(17), 3070; https://doi.org/10.3390/buildings15173070 - 27 Aug 2025
Viewed by 420
Abstract
This paper presents a computational design method for generating discrete shell structures using sets of equivalent discrete members. This study addresses the challenge of reducing the geometrical variety in discrete shell elements by introducing a method to design and optimize constituent members considering [...] Read more.
This paper presents a computational design method for generating discrete shell structures using sets of equivalent discrete members. This study addresses the challenge of reducing the geometrical variety in discrete shell elements by introducing a method to design and optimize constituent members considering their similarity, approximation of the double-curved architectural surface, and buildability. First, we employed a relaxation-based computational form-finding method to generate a discrete topology with planar quad faces and an approximated smooth, double-curved surface. Then, we perform clustering and optimization based on face similarities concerning the minimization of deviations from the smooth surface approximation, and the dihedral angle between the planes of neighboring elements and their optimal intersection plane. The proposed approach can reduce the geometrical differences in discrete shell elements while satisfying the user-defined error threshold. We demonstrated the viability of our method on various structured topologies with different boundary conditions, support settings, and total face counts, while explicitly controlling inter-element facing angles for assembly ready contacts. This enables mold-based prefabrication with repeatable components. Full article
Show Figures

Figure 1

23 pages, 16581 KB  
Article
SLD-YOLO: A Lightweight Satellite Component Detection Algorithm Based on Multi-Scale Feature Fusion and Attention Mechanism
by Yonghao Li, Hang Yang, Bo Lü and Xiaotian Wu
Remote Sens. 2025, 17(17), 2950; https://doi.org/10.3390/rs17172950 - 25 Aug 2025
Viewed by 668
Abstract
Space-based on-orbit servicing missions impose stringent requirements for precise identification and localization of satellite components, while existing detection algorithms face dual challenges of insufficient accuracy and excessive computational resource consumption. This paper proposes SLD-YOLO, a lightweight satellite component detection model based on improved [...] Read more.
Space-based on-orbit servicing missions impose stringent requirements for precise identification and localization of satellite components, while existing detection algorithms face dual challenges of insufficient accuracy and excessive computational resource consumption. This paper proposes SLD-YOLO, a lightweight satellite component detection model based on improved YOLO11, balancing accuracy and efficiency through structural optimization and lightweight design. First, we design RLNet, a lightweight backbone network that employs reparameterization mechanisms and hierarchical feature fusion strategies to reduce model complexity by 19.72% while maintaining detection accuracy. Second, we propose the CSP-HSF multi-scale feature fusion module, used in conjunction with PSConv downsampling, to effectively improve the model’s perception of multi-scale objects. Finally, we introduce SimAM, a parameter-free attention mechanism in the detection head to further improve feature representation capability. Experiments on the UESD dataset demonstrate that SLD-YOLO achieves measurable improvements compared to the baseline YOLO11s model across five satellite component detection categories: mAP50 increases by 2.22% to 87.44%, mAP50:95 improves by 1.72% to 63.25%, while computational complexity decreases by 19.72%, parameter count reduces by 25.93%, model file size compresses by 24.59%, and inference speed reaches 90.4 FPS. Validation experiments on the UESD_edition2 dataset further confirm the model’s robustness. This research provides an effective solution for target detection tasks in resource-constrained space environments, demonstrating practical engineering application value. Full article
(This article belongs to the Special Issue Advances in Remote Sensing Image Target Detection and Recognition)
Show Figures

Figure 1

23 pages, 1472 KB  
Article
A Spatial Analysis of the Components of Change of the Housing Stock in England: Will Alternative Means of Adding Dwellings Make a Difference?
by David Paul Gray
Sustainability 2025, 17(16), 7431; https://doi.org/10.3390/su17167431 - 17 Aug 2025
Viewed by 527
Abstract
Whether on greenfield or brownfield sites, new buildings need land. The locations of additional dwellings in England, whether provided through a standard planning process or a light-touch approach, have recently been criticised for not impacting affordability and for being in the wrong places. [...] Read more.
Whether on greenfield or brownfield sites, new buildings need land. The locations of additional dwellings in England, whether provided through a standard planning process or a light-touch approach, have recently been criticised for not impacting affordability and for being in the wrong places. More sustainable means of raising the stock of abodes in England, including repurposing dilapidated or underused property, land, or infrastructure; reducing the demolition rate; and reducing the time an existing dwelling is left idle, do not consume additional land for building. Although the National Planning Policy Framework for additional dwellings places a duty on each district planning authority to find more land for housing, alternatives to new builds are included in the count. This paper examines the spatial concentrations of the components that can add to the habitable stock of real estate. It examines their take-up over recent years. This is important for land-use planning and the preservation of green spaces in the face of increasing housing pressures. Using a simple, innovative approach to assessing collocation, the paper considers whether there are similarities in spatial concentrations. The approach is used to infer whether builders converting existing property add units in areas where new builds are in more modest supply. Although alternative means of adding to the housing stock may be more sustainable, and more likely to be found in areas of greater need, the numbers are too low to be anything other than a supplement to new builds. Full article
Show Figures

Figure 1

12 pages, 294 KB  
Article
Cows with High SCC Exhibit Poorer Performance and Milk Quality, Regardless of the Season
by Beatriz Danieli, Ana Luiza Bachmann Schogor, Jardel Zucchi and André Thaler Neto
Dairy 2025, 6(4), 46; https://doi.org/10.3390/dairy6040046 - 15 Aug 2025
Viewed by 585
Abstract
This study aimed to examine the relationship between a high somatic cell count (SCC) in cows and milk quality during the hot season in different breeds. Milk samples from 500 cows in the hot season and 431 in the cold season of 2022 [...] Read more.
This study aimed to examine the relationship between a high somatic cell count (SCC) in cows and milk quality during the hot season in different breeds. Milk samples from 500 cows in the hot season and 431 in the cold season of 2022 were collected across 39 farms in Santa Catarina, Brazil. The samples were analyzed for SCC, milk composition, and physical attributes. Cows were also evaluated for udder depth, udder clearance, teat-end condition, and leg and udder cleanliness. Based on the SCC levels, cows were categorized as low (≤200,000 cells/mL), medium (>200,000 and ≤615,000), or high (>615,000). Data were analyzed by ANOVA with a statistical model that included the effects of the SCC class, season, days in milk, parity, genetic group, and the interaction of the SCC level and season. The results showed that cows with a high SCC produced less milk with lower component levels but higher chloride content. Milk from the hot season had lower acidity and reduced component levels. The impact of SCC on the physical traits of milk did not vary with season. Furthermore, cows with deeper udders and lower udder clearance were more likely to have a high SCC, regardless of genetics. Both a high SCC and hot temperatures independently compromised milk yield and quality, thereby increasing the risk of culling. Therefore, improving udder conformation and avoiding cows with deep udders may help to reduce SCC levels. Full article
(This article belongs to the Section Dairy Animal Health)
26 pages, 5840 KB  
Article
Investigating the Alleviating Effects of Dihydromyricetin on Subclinical Mastitis in Dairy Cows: Insights from Gut Microbiota and Metabolomic Analysis
by Jie Yu, Yingnan Ao, Hongbo Chen, Tinxian Deng, Chenhui Liu, Dingfa Wang, Pingmin Wan, Min Xiang and Lei Cheng
Microorganisms 2025, 13(8), 1890; https://doi.org/10.3390/microorganisms13081890 - 13 Aug 2025
Viewed by 554
Abstract
Mastitis is a common disease for dairy cows that exerts tremendously detrimental impacts on the productivity of cows and economic viability of pasture. Dihydromyricetin (DMY) is a flavonoid monomeric compound that possesses anti-inflammatory and antioxidant activity. This study aimed at dissecting the effects [...] Read more.
Mastitis is a common disease for dairy cows that exerts tremendously detrimental impacts on the productivity of cows and economic viability of pasture. Dihydromyricetin (DMY) is a flavonoid monomeric compound that possesses anti-inflammatory and antioxidant activity. This study aimed at dissecting the effects of DMY on the lactation performance, blood parameters, gut microbiota, and metabolite profiles of dairy cows with subclinical mastitis (SM). The results showed that dietary supplementation with DMY resulted in a reduction in milk somatic cell count, an increase in serum T-AOC and CAT activity, as well as a decrease in serum MDA content. DMY significantly enhanced the prevalence of Coprococcus and Roseburia and reduced the proportion of Cyanobacteria, Proteobacteria, and Dehalobacterium. The amino acid degradation, antibiotic resistance, and O-antigen building blocks biosynthesis (E. coli) capacity of gut microbes were notably diminished by DMY supplementation in cows with SM. Moreover, fecal and plasma metabolomic analysis revealed that DMY intervention reduced the abundance of pro-inflammatory metabolites including arachidonic acid analogues, ω-6 PUFA, and structural components of bacteria. Nevertheless, the levels of anti-inflammatory and antioxidant metabolites involving secondary bile acids, antioxidant vitamins, specific amino acid analogues, etc. were elevated by DMY administration. Overall, DMY might ameliorate SM via enhancing antioxidant capacity and improving the structure of the hindgut microbial community and metabolite profiles in dairy cows. These findings underscore the potential of DMY as a valuable dietary supplement for the improvement of mammary inflammatory diseases in dairy cows. Full article
(This article belongs to the Section Gut Microbiota)
Show Figures

Figure 1

Back to TopTop