KAUST researchers developed CovMT, a COVID-19 mutation tracking system for authorities and scientists to detect variants. CovMT tracks mutation fingerprints using daily data from the GISAID database of over 1.5 million viral genomes. The system identifies mutation hot spots, enabling public health authorities to stay ahead of new variants. Why it matters: This system provides a tool for rapid variant detection and informed public health decision-making in the region and globally.
KAUST researchers developed a statistical approach to improve the identification of cancer-related protein mutations by reducing false positives. The method uses Bayesian statistics to analyze protein domain data from tumor samples, accounting for potential errors due to limited data. The team tested their method on prostate cancer data, successfully identifying a known cancer-linked mutation in the DNA binding protein cd00083. Why it matters: This enhances the reliability of cancer research at the molecular level, potentially accelerating the discovery of new therapeutic targets.
Petar Stojanov from the Broad Institute of MIT and Harvard will give a talk on cancer data analysis, covering the fundamentals of cancer, the nature of large-scale data collected, and main analysis objectives. The talk will also address open questions in cancer data analysis and how machine learning and generative modeling can help. Stojanov's research focuses on applying machine learning to genomic analysis of cancer mutation and single-cell RNA sequencing data. Why it matters: Applying AI and machine learning to cancer research can lead to a better understanding of the disease and development of new therapies.
A KAUST-led research team has observed intergenerational epigenetic inheritance in corals, demonstrating that corals pass patterns of DNA to their offspring. The research, published in Nature Climate Change, shows that corals can adapt to environmental changes and pass those traits on through DNA methylation patterns. This is the first time this process has been observed in animals, previously only seen in plants. Why it matters: This finding could enable biologists to train corals in nurseries to produce offspring better equipped to survive changing marine environments, aiding coral reef restoration efforts.
Researchers at MBZUAI have introduced a novel approach to enhance Large Multimodal Models (LMMs) for autonomous driving by integrating 3D tracking information. This method uses a track encoder to embed spatial and temporal data, enriching visual queries and improving the LMM's understanding of driving scenarios. Experiments on DriveLM-nuScenes and DriveLM-CARLA benchmarks demonstrate significant improvements in perception, planning, and prediction tasks compared to baseline models.
MBZUAI researchers introduced Droid, a resource suite and detector family, at EMNLP 2025 designed to distinguish between AI-generated and human-written code. The project addresses the challenge of identifying AI-generated code in software development, considering the prevalence of AI-suggested code and the risks of obfuscated backdoors and feedback loops. DroidCollection includes over one million code samples across seven programming languages, three coding domains, and outputs from 43 different code models, including human-AI co-authored code and adversarially humanized machine code. Why it matters: This research is crucial for maintaining software security and integrity in the age of AI-assisted coding, providing a robust tool for detecting AI-generated code across diverse languages and domains.
This paper presents six experiments evaluating personalization and user tracking in web search engine results. The experiments involve comparing search results based on VPN location (including UAE vs others), logged-in status, network type, search engine, browser, and trained Google accounts. The study measures total hits, first hit, and correlation between hits to identify patterns of personalization. Why it matters: The findings shed light on the extent of filter bubble effects and potential biases in search results for users in the UAE and globally.
Researchers from the National Center for AI in Saudi Arabia investigated the sensitivity of Large Language Model (LLM) leaderboards to minor benchmark perturbations. They found that small changes, like choice order, can shift rankings by up to 8 positions. The study recommends hybrid scoring and warns against over-reliance on simple benchmark evaluations, providing code for further research.