With the increasing reliance on digital communication, email has become an essential tool for personal and professional correspondence. However, despite its numerous benefits, digital communication faces significant challenges, particularly the prevalence of spam emails. Effective spam email classification systems are crucial to mitigate these issues by automatically identifying and filtering out unwanted messages, enhancing the efficiency of email communication. We compare five traditional machine-learning and five deep-learning spam classifiers against a novel meta-learner, evaluating how different word embeddings, vectorization schemes, and model architectures affect performance on the Enron-Spam and TREC 2007 datasets. The primary aim is to show how the meta-learner's combined predictions stack up against individual ML and DL approaches. Our meta-learner outperforms all state-of-the-art models, achieving an accuracy of 0.9905 and an AUC score of 0.9991 on a hybrid dataset that combines Enron-Spam and TREC 2007. To the best of our knowledge, our model also surpasses the only other meta-learning-based spam detection model reported in recent literature, with higher accuracy, better generalization from a significantly larger dataset, and lower computational complexity. We also evaluated our meta-learner in a zero-shot setting on an unseen real-world dataset, achieving a spam sensitivity rate of 0.8970 and an AUC score of 0.7605. These results demonstrate that meta-learning can yield more robust, bias-resistant spam filters suited for real-world deployment. By combining complementary model strengths, the meta-learner also offers improved resilience against evolving spam tactics.
Tauopathies, including Alzheimer's disease and frontotemporal dementia with Parkinsonism linked to chromosome 17 (FTDP-17), are characterized by the aberrant aggregation of tau protein into neurofibrillary tangles. Despite extensive studies on tau aggregation, the mechanisms of tau misfolding and propagation remain incompletely understood. In this study, we utilize the SPAM (S320F/P301S) tau transgenic mouse model, which expresses 0N4R human tau with two FTDP-17 mutations, to investigate the biochemical properties and seeding potential of misfolded tau from these mice. Sarkosyl extraction and ultracentrifugation were employed to isolate detergent-insoluble tau aggregates (SPAM-tau) from aged SPAM mice. These aggregates were then tested for their prion-type seeding activity in an established HEK293T cell model comparing the induced aggregation of wild-type and mutant forms of human and murine tau. Our results show that SPAM-tau exhibits distinct and vigorous prion-like seeding properties, inducing the aggregation of human and murine tau homologues with the formation of amyloidogenic (Thioflavin S-positive) inclusions. Importantly, SPAM-tau aggregates can facilitate the prion-type misfolding of wild-type and mutant forms of human and mouse tau. We demonstrated that these induced tau aggregates are able to be further transmitted in passaging studies. Furthermore, SPAM-tau preferentially templated 4R tau isoforms, sharing strain-like seeding properties with insoluble tau derived from the brains of individuals with progressive supranuclear palsy (PSP-tau). In summary, these findings enhance our understanding of tau aggregation and propagation, suggesting that SPAM-tau may serve as a valuable tool for studying tauopathies and evaluating potential therapeutic strategies aimed at halting tau misfolding and propagation.
SMS spam detection remains a critical challenge in mobile communication security, particularly when addressing the inherent class imbalance present in real-world datasets, where spam messages constitute only 13–15% of total communications. This study presents a comprehensive framework integrating advanced word embeddings, deep learning architectures, and Generative Adversarial Networks (GANs) for synthetic data augmentation to enhance SMS spam classification performance. A systematic evaluation is conducted across six machine learning algorithms (Support Vector Machine (SVM), Logistic Regression (LR), K-Nearest Neighbors (KNN), Decision Tree (DT), Stochastic Gradient Descent (SGD), Random Forest (RF)) and two deep learning models (Long Short-Term Memory (LSTM), Bidirectional LSTM (Bi-LSTM)), combined with five embedding techniques (Term Frequency–Inverse Document Frequency (TF-IDF), Bag of Words (BoW), Word2Vec, GloVe, Bidirectional Encoder Representations from Transformers (BERT)), resulting in 120 experimental configurations tested both with and without data augmentation. A novel GAN-based approach is employed to generate synthetic word embeddings rather than raw text, preserving semantic coherence while addressing dataset imbalance more effectively than traditional oversampling methods (Synthetic Minority Over-sampling Technique (SMOTE), Adaptive Synthetic Sampling (ADASYN)). Experimental validation on both the monolingual UCI SMS Spam Collection and multilingual datasets demonstrates that the optimal BERT+Bi-LSTM+GAN configuration achieves exceptional performance, with F1-scores of 97.61% (monolingual) and 94.44% (multilingual), surpassing existing state-of-the-art approaches. The comprehensive evaluation framework, incorporating Matthews Correlation Coefficient (MCC) and Cohen’s Kappa (CK), provides robust assessment for imbalanced classification scenarios. Results reveal that contextual embeddings consistently outperform traditional frequency-based methods, with BERT achieving perfect precision of 100% in baseline configurations. The study establishes strategic deployment guidelines: BERT configurations for maximum accuracy scenarios, Word2Vec approaches for balanced performance–efficiency requirements, and traditional methods for resource-constrained environments. Cross-linguistic validation confirms the universality of the approach, demonstrating only a 3.25% performance degradation in multilingual contexts. This research advances both theoretical understanding of imbalanced text classification and practical implementation of robust SMS spam detection systems, providing a methodological foundation applicable to broader cybersecurity and natural language processing challenges.
As email usage expands, spam has become a critical challenge, threatening network security and reducing communication efficiency. Conventional detection methods face persistent limitations: traditional machine learning models often struggle with high-dimensional sparse data, while deep learning requires substantial computational resources. This study introduces a Van der Waerden rank score feature attention-enhanced Support Vector Machine (VWR-Attn-SVM) to address these issues. The method applies Van der Waerden rank transformation to normalize text features, improving robustness against outliers and preserving ordinal relationships. An enhanced attention mechanism further optimizes feature selection through non-linear processing with regularization, highlighting the features most relevant to spam detection. Experiments on the UCI Spambase and Indonesian Spam datasets show that VWR-Attn-SVM outperforms traditional classifiers in accuracy, precision, recall, F1-score, and AUC. By combining high performance with reduced computational cost, the method provides an efficient and interpretable solution for spam classification, with potential extension to other text-based platforms such as messaging and social media.
Novel spam with rapidly evolving content faces a scarcity of labeled data in its early stages. Yet, current detection models rely heavily on large datasets and high-dimensional features, leading to poor generalization and opaque decisions when data is scarce. This opacity hinders error tracing and limits their use in early threat detection and response. The belief rule base (BRB), as an expert system, demonstrates effective learning under small-sample conditions, and its rule-based reasoning mechanism provides decision interpretability. However, high-dimensional features may cause combination explosion. To address these issues, a BRB spam detection model based on the Discriminative term frequency-inverse document frequency (TF-IDF) method (DTI-BRB) is proposed in this paper. By discriminating whether terms are more indicative of ham or spam, the Discriminative TF-IDF method converts raw text into low-dimensional features, thereby effectively resolving the combination explosion problem inherent in the traditional BRB model. Through two case studies under small-sample conditions, the effectiveness of the proposed model is validated. With only 200 samples, it achieves accuracies of 91.5% and 95.5% in the two cases, respectively, exhibiting excellent predictive performance and interpretability.
Social networking platforms like Twitter, Instagram, Youtube, Facebook, Whatsapp have completely changed people's daily routine. Users of these social media networks have total freedom to upload anything that has political, commercial, or entertainment value. The data collected from these sources can be genuine or fake. There are no concerns or problems if the data published is true and relevant. The main difficulty arises while we deal with the spam data. So, this problem of spam data should be properly handled. In order to achieve a spam free environment, researchers have proposed numerous methods and algorithms for spam detection. Out of them few algorithms are implemented to detect the spam data in twitter.•We compare the outcomes in each scenario using various state-of-the-art word embedding techniques, such as Word2Vecv, GloVe, and FastText.•To account for the restrictions, two deep learning hybrid fusion classifier techniques-Text-based classifier and Combined classifier-are used in this work. These classifiers are built using deep learning techniques including GRU, LSTM, and CNN.•These methods will be evaluated using a range of measures, including F1-score, accuracy, recall, and precision. These actions could enhance the performance of the hybrid fusion approach.
Analysis of longitudinal data often relies on models which can be prone to statistical artifacts. We have previously shown that several published prospective associations can be explained by a combination of a general association between constructs, imperfect measurement reliability, and regression to the mean. Here, we formalize our analysis of this type of statistical artifact and introduce the Spurious Prospective Associations Model (SPAM). We show that the SPAM performs better than adjusted cross-lagged effects models to explain several observed prospective associations, including new examples involving loneliness and social anxiety and resilience and depressive symptoms, without assuming any true increasing or decreasing effects between constructs over time. Moreover, unlike the models we challenge, the SPAM is consistent with seemingly paradoxical findings indicating simultaneous increasing and decreasing effects between constructs. We conclude that the SPAM agrees well with observed data and is better supported than competing adjusted cross-lagged effects models in the cases investigated here.
This study aimed to prepare Pickering emulsions stabilized by the complexes of Spanish mackerel meat (SMM) and hyaluronic acid (HA) for the encapsulation of curcumin (Cur), and explore its application as a fat replacer in Spam. The SMM-HA complex was formed through hydrogen bonding. When the HA concentration was 0.75%, the three-phase contact angle of SMM-HA reached 88.2°, which was close to 90°, indicating its excellent emulsifying capability. Pickering emulsion prepared by SMM-HA (0.75%) with an oil phase fraction of 60% exhibited superior rheological properties, and a cross-linked network structure was formed between oil droplets. The emulsion encapsulation significantly improved the retention rate of Cur under various environmental conditions and demonstrated strong ABTS and DPPH free radical scavenging abilities. After in vitro simulated digestion, the Pickering emulsion stabilized by SMM-HA (0.75%) showed significantly higher free fatty acids (FFAs) release rate, bioaccessibility, and Cur release rate compared to the Pickering emulsion stabilized by SMM and free Cur in corn oil. Complete replacement of fat in Spam with the emulsion stabilized by SMM-HA (0.75%) significantly improved the product's textural properties, reduced cooking loss by 68.50%, decreased the pH from 4.93 to 4.62, and enhanced the water-holding capacity (WHC) by 8.50% compared to the non-replacement group. Therefore, the Pickering emulsion stabilized by SMM-HA provides a theoretical foundation for Cur protection and supports the development of low-fat healthy food products.
With the widespread adoption of internet technologies and email communication systems, the exponential growth in email usage has precipitated a corresponding surge in spam proliferation. These unsolicited messages not only consume users' valuable time through information overload but also pose significant cybersecurity threats through malware distribution and phishing schemes, thereby jeopardizing both digital security and user experience. This emerging challenge underscores the critical importance of developing effective spam detection mechanisms as a cornerstone of modern cybersecurity infrastructure. Through empirical analysis of machine learning (ML) performance on publicly available spam datasets, we established that algorithmic ensemble methods consistently outperform individual models in detection accuracy. We propose an optimized stacking ensemble framework that strategically combines predictions from four heterogeneous base models (NBC, k-NN, LR, XGBoost) through meta-learner integration. Our methodology incorporates grid search cross-validation with hyperparameter space optimization, enabling systematic identification of parameter configurations that maximize detection performance. The enhanced model was rigorously evaluated using comprehensive metrics including accuracy (99.79%), precision, recall, and F1-score, demonstrating statistically significant improvements over both baseline models and existing solutions documented in the literature.
[This corrects the article DOI: 10.1371/journal.pone.0307112.].
Academics, including researchers and scholars, might receive undesired/unsolicited emails, including spam. This volume might differ depending on whether they use a web-based or institutional email, since filters for each may differ. In the author's experience, most unsolicited emails have mainly been related to publishing, such as requests for submissions to lesser-known or academically suspect journals, and have become the norm. In addition, in the COVID-19 pandemic era (2020-2023), unsolicited emails related to the virus or the pandemic were received, as were some emails related to the Russo-Ukrainian war in 2022-2024. To gain an appreciation of the daily and monthly volumes of emails received by the author in 2018-2024, emails were stored in email folders over these 7 years on a monthly basis. A total of 130,941 unsolicited emails (sensu lato) were received in this 7-year period (14,514; 17,438; 15,668; 20,458; 19,845; 21,321; 21,697 in 2018, 2019, 2020, 2021, 2022, 2023, and 2024, respectively). The volume per month for each of these 7 years was 1613, 1938, 1741, 2273, 2205, 2369, and 2411 while the daily volume was 54, 64, 58, 75, 73, 79, and 80, respectively. Practical solutions are needed for academics to manage such unsustainable volumes of unsolicited emails. This brief assessment has limitations.
暂无摘要(点击查看详情)
暂无摘要(点击查看详情)
Real-world data suggest that the early use of highly active therapies (HAT) may reduce the risk of transition to secondary progressive MS (SPMS). However, current knowledge about predictive factors of outcomes needs to be improved. The primary objective of this study was to determine factors associated with the occurrence of SPMS in patients treated early after MS onset with an HAT. Retrospective, multicentric study based on the French MS database. Patients who initiated a HAT within 5 years after MS onset, EDSS ⩽4, and had a follow-up >5 years were included. The association of each covariate at baseline with time to the occurrence of SPMS was quantified by hazard ratios (HRs) in unadjusted and adjusted Cox proportional hazards models. Two thousand two hundred and thirty-seven patients were included in the analysis: mean age 31.6 years, female/male sex ratio 2.3, and median EDSS 2.0. The estimated probability of reaching SPMS, progression independent of relapse activity (PIRA) and progression independent of activity (PIA) at 10 years was 8%, 22%, and 11%, respectively. After adjustment, we found that female patients (HR 0.64, p = 0.036) had a lower risk of developing SPMS. Older age, EDSS >0 (HR 7.44, p < 0.001), and oral versus intravenous HAT (HR 1.97, p = 0.003) were significantly associated with an increased SPMS risk. Early PIRA and PIA predicted conversion to SPMS. Early HAT use resulted in a low risk of developing SPMS over 10 years. Introducing the HAT before any residual disability was associated with a lower risk of progression.
Periodontitis is a bacterial infectious disease. Photodynamic therapy (PDT) offers high selectivity, drug-resistance-free treatment, and immune regulation. The second-generation porphyrin photosensitizer Ce6 excels in reactive oxygen species (ROS) production. However, periodontitis pathogens' negative charge limits Ce6's interaction with them. This study prepared a modified cationic cyclodextrin (sPAM) and encapsulated Ce6 in an aqueous medium to create a nano-photodynamic system (Ce6@sPAM), which was characterized. In vitro evaluations assessed Ce6@sPAM's photodynamic performance, safety, antibacterial properties, and effects on immunoregulation. TEM images revealed Ce6@sPAM's irregular spherical shape, with a size of 236 nm by DLS and a Zeta potential of +16.4 mV. Ce6@sPAM exhibits a notably brief light half-life of merely 13 min, facilitating its swift in vivo clearance. SOSG and DCFH-DA fluorescence experiments showed Ce6@sPAM had stronger ROS generation (p < 0.05) and better bacterial penetration (p > 0.05) than Ce6. Co-incubation with Ce6@sPAM reversed bacterial surface potential from negative to positive. Bio-safety tests confirmed its excellent biocompatibility. In antibacterial tests, sPAM showed antibacterial properties, and Ce6@sPAM had a stronger effect than Ce6 under light (p < 0.001). Ce6@sPAM also exhibited high macrophage killing rates (> 90%) without specificity (p > 0.05) and can induce M1 macrophages to M2 polarization. Ce6-loaded modified cyclodextrin nanoparticles hold great promise for synergistic PDT in periodontitis treatment, especially in early stages for optimal immunomodulation.
Subacute post-traumatic ascending myelopathy (SPAM) is a rare but devastating complication of spinal cord injury (SCI). It is character-ized by progressive neurological deterioration extending several segments above the primary lesion within days to weeks after trauma. The underlying pathophysiology remains uncertain, and treatment strategies are not standardized. A 38-year-old man sustained trau-matic C6-7 spondylolisthesis with bilateral facet dislocation following a motorcycle accident. Initial magnetic resonance imaging (MRI) demonstrated cord contusion and edema extending from C5 to C7. After traction and reduction, the patient underwent anterior C6 corpectomy with placement of an expandable cage and C5-7 plating, followed by C5-6 total laminectomy and C4-7 posterior in-strumentation. Postoperatively, partial neurological recovery was observed. However, on postoperative day 10, the patient developed quadriparesis rapidly progressing to quadriplegia, accompanied by spinal shock and respiratory failure requiring mechanical ventilation. Imaging studies excluded hematoma and implant failure, although postoperative MRI was limited by metallic artifacts. Differential diagnoses, including pulmonary embolism, cardiac dysfunction, and sepsis, were ruled out. Based on the clinical progression and exclu-sion of alternative causes, a diagnosis of ascending myelopathy was established. Despite intensive supportive care, the patient died on the fourth day of mechanical ventilation. SPAM remains an unpredictable and fatal complication of SCI. Limitations in postoperative imaging, particularly metal-related artifacts, may hinder diagnosis, underscoring the importance of correlating clinical and radiological findings. Vigilant monitoring and continued reporting of cases are essential to improve recognition, refine diagnostic strategies, and guide management of this rare entity. Subakut posttravmatik asendan myelopati (SPAM), omurilik yaralanmalarının nadir fakat yıkıcı komplikasyonlarından biridir. Travmadan sonraki günler veya haftalar içinde, başlangıç lezyonunun birkaç segment üzerinde nörolojik kötüleşme ile kendini gösterir. Patofizyolojisi tam olarak bilinmemekte olup standart bir tedavi yaklaşımı yoktur. Otuz sekiz yaşındaki erkek hasta motosiklet kazası sonrası acil servise getirildi. Başlangıç radyolojik incelemelerde C6–7 düzeyinde travmatik spondilolistezis, bilateral faset dislokasyonu ve C5–7 düzeyinde medulla spinalis kontüzyonu ile ödem saptandı. Redüksiyon sonrası anterior C6 korpektomi, ekspandibl kafes ve C5–7 plak yerleştirilmesi yapıldı, ardından C5–6 total laminektomi ve C4–7 posterior enstrümantasyon uygulandı. Postoperatif dönemde kısmi nörolojik düzelme izlendi. Ancak 10. günde kuadriparezi hızla kuadriplejiye ilerledi; spinal şok bulguları ve solunum depresyonu gelişti. Kontrol görüntülemelerinde hematom veya implant malpozisyonu saptanmadı, ancak manyetik artefakt nedeniyle medulla intrensek patolojisi net değerlendirilemedi. Pulmoner emboli, kardiyak disfonksiyon ve sepsis gibi ayırıcı tanılar ekarte edildi. Klinik seyir asendan myelopati ile uyumlu değerlendirildi ve yoğun destek tedavisine rağmen hasta kaybedildi. SPAM, servikal omurga travmalarının nadir fakat ölümcül bir komplikasyonudur. Postoperatif dönemde metalik artefakt nedeniyle radyolojik tanı sınırlı olabilir. Bu nedenle klinik-radyolojik korelasyon, dikkatli nörolojik takip ve yeni vaka bildirimleri bu nadir sendromun daha iyi anlaşılması ve yönetimi açısından kritik öneme sahiptir.
The malicious URLs have been a constant threat to cybersecurity because hackers are constantly creating phishing, malware, spam, and defacement links that resemble authentic Web layouts and bypass static security measures. Despite very promising results of machine learning (ML) and deep learning (DL) models in URL classification, the effectiveness of these models is usually limited by high dimensional spaces of features that have redundant and irrelevant qualities, which leads to increased computation costs and potentially less generalization ability. To cope with this, this study will present a wrapper-based Bat Algorithm (BA) feature selection model to determine small and discriminative subsets of features in detecting malicious URLs. The bio-inspired metaheuristic BA offers a good tradeoff of exploration and exploitation in high dimensional optimization issues and thus is useful in feature subset selection. The proposed BA model is tested on ensemble ML (XGBoost, AdaBoost, Gradient Boosting, CatBoost and LightGBM) and DL (CNN, RNN, LSTM and CNN-LSTM) architectures with two datasets the multi-class ISCX-URL-2016 dataset and the more recent URL Phishing (2026) dataset. Experiments results indicate that BA has a significant dimensionality reduction: It reduces original feature space on ISCX-URL-2016 by 51.90% in the case of Defacement, by 67.09% in the case of Malware, by 49.37% in the case of Phishing, by 59.49% in the case of Spam, and 45.91% in the case of Phishing on URL Phishing (2026). This reduction notwithstanding, BA shows consistent improvements in the classification of both datasets. BA-enhanced LightGBM had the best overall results of all the tested models, with an accuracy of 99.92% on ISCX-URL-2016 and 98.17% on URL Phishing (2026), and high values of ROC-AUC and good computational efficiency. A statistical analysis also supports the fact that the improvements noticed are significant. Altogether, the proposed BA-based feature selection model is an efficient, scalable, and reliable solution to malicious URL detection intelligent, with good possibilities of being implemented into real-world systems in terms of cybersecurity.
The irreversibility and lethality of Spinal Muscular Atrophy (SMA) underscore the urgency of newborn screening, as diagnostic delay in neonates causes irreversible motor neuron degeneration and poor outcomes. Current SMA detection methods are hindered by high costs, dependence on specialized equipment, and technical complexity, restricting their implementation in primary care setting. Here, we proposed a fast and sensitive SMA-(Recombinase Polymerase Amplification) RPA-Cas12a detection assay based on suboptimal protospacer adjacent motif (sPAM) and 3'-end ssDNA-modified crRNA, named SPSMC. The crRNA is designed based on the sPAM to enhance the specificity of SMN1 gene detection. The competition between RPA and Cas12a digestion for target DNA was resolved by using 3'-end ssDNA-modified crRNA. With ALB as a reference gene, this method can detect DNA at concentrations as low as 1.8 pM within 1 h. The sensitivity and specificity of the proposed method in differentiating SMA patients from non-SMA individuals were both 100 %. This strategy has been used for the detection of the SMN1 gene, which saves time, reduces contamination risks, and offers new possibilities for future point-of-care screening of SMA. In addition, the SPSMC system was successfully adapted to SMA lateral flow assay format and validated using 66 clinical samples, demonstrating 100 % sensitivity and specificity. The method is straightforward to perform, requires no bulky equipment, maintains full portability, and is more suitable for large-scale neonatal screening scenarios compared with traditional methods.
Alternariol (AOH) and alternariol monomethyl ether (AME) are major mycotoxins produced primarily by Alternaria alternata on cereal grains and fruits. A. alternata is a causative pathogen of strawberry black spot disease. However, little is known about the characteristics of A. alternata, which was isolated from strawberry products. In the present study, we evaluated the influence of temperature, pH, and relative humidity (RH) on the growth of A. alternata OM1 and its production of AOH and AME on different media including strawberry puree agar medium (SPAM) after its isolation from strawberry jam. The fungal strain showed the highest growth rate at 25 °C under pH 6.5 and RH 97%, while the highest amounts of AOH and AME were produced by the strain at 25 °C under pH 4.5 and RH 97%. Additionally, the strain did not produce AOH and AME on SPAM at 25 °C under RH 92% until 7 days. Moreover, RT-qPCR analysis exhibited that relative expression levels of 2 AOH or AME biosynthetic genes (pksI and omtI) in A. alternata OM1 were up-regulated in YES medium, while they were not in MEB medium. Our results demonstrated that the three key environmental parameters had a significant influence on the growth of A. alternata OM1 and its production of AOH and AME. These findings suggest that storage of strawberries below 25 °C under RH 92% could prevent the production of AOH and AME by A. alternata OM1 on them.
Recent studies have shown that 2D convolution and self-attention exhibit distinct spectral behaviors, and optimizing their spectral properties can enhance vision model performance. However, theoretical analyses remain limited in explaining why 2D convolution is more effective in high-pass filtering than self-attention and why larger kernels favor shape bias, akin to self-attention. In this paper, we employ graph spectral analysis to theoretically simulate and compare the frequency responses of 2D convolution and self-attention within a unified framework. Our results corroborate previous empirical findings and reveal that node connectivity, modulated by window size, is a key factor in shaping spectral functions. Leveraging this insight, we introduce a spectral-adaptive modulation (SPAM) mixer, which processes visual features in a spectral-adaptive manner using multi-scale convolutional kernels and a spectral re-scaling mechanism to refine spectral components. Based on SPAM, we develop SPANetV2 as a novel vision backbone. Extensive experiments demonstrate that SPANetV2 outperforms state-of-the-art models across multiple vision tasks, including ImageNet-1K classification, COCO object detection, and ADE20K semantic segmentation.