UMD’s College of Computer, Mathematical, and Natural Sciences has introduced a 30-credit M.S. in artificial intelligence administered by its Science Academy and AIM institute. The non-thesis program delivers in-person evening courses covering machine learning, deep learning, human-centered AI, and policy considerations, equipping professionals with the technical skills and ethical frameworks to drive AI innovation responsibly.
Key points
30-credit non-thesis curriculum covering machine learning, deep learning, and AI ethics
Program administered by UMD’s Science Academy in partnership with the Artificial Intelligence Interdisciplinary Institute (AIM)
Evening in-person classes at College Park campus tailored to working professionals
Why it matters:
This program bridges academic excellence and industry needs, equipping professionals with cutting-edge AI skills and ethical frameworks critical for responsible innovation.
Q&A
What distinguishes a non-thesis M.S. in AI?
What is explainable AI and why is it important?
What prerequisites are needed for admission?
How does the program accommodate working professionals?
Read full article
Academy
Artificial Intelligence in Longevity Research
Artificial intelligence (AI) has revolutionized longevity research by enabling scientists to analyze vast amounts of biological and clinical data to uncover patterns associated with aging. Traditional laboratory methods can take months or years to identify potential biomarkers or therapeutic targets, whereas AI models process high-dimensional datasets rapidly to generate insights. By integrating machine learning algorithms with genomics, proteomics, and metabolomics data, researchers can develop predictive tools for biological age, evaluate the efficacy of geroprotective compounds, and personalize interventions that promote healthy aging.
Machine Learning for Biomarker Discovery. Supervised learning techniques, including random forests, support vector machines, and gradient boosting, are commonly used to distinguish between young and aged biological samples. Scientists train these models on labeled datasets—such as gene expression profiles from different age cohorts—to identify the most predictive molecular features. Once trained, the model highlights candidate biomarkers by ranking feature importance. Subsequent experimental validation confirms whether these markers correlate with aging phenotypes, accelerating the discovery of targets for anti-aging therapies.
- Feature selection and dimensionality reduction: Techniques like principal component analysis (PCA) and t-SNE help reduce noise and highlight meaningful data patterns.
- Cross-validation: Ensures model robustness by testing performance on unseen subsets of data.
- Ensemble methods: Combine multiple algorithms to improve prediction accuracy and generalizability.
Deep Learning in Imaging and Cellular Analysis. Convolutional neural networks (CNNs) are applied to microscopic and radiographic images to detect cellular changes, tissue damage, or morphological markers of aging. Researchers annotate images for structures such as senescent cells or protein aggregates and train CNNs to learn hierarchical features automatically. Deep learning models can segment complex images, quantify structural abnormalities, and predict biological age from imaging data with high precision, enabling non-invasive monitoring of aging processes.
- Dataset preparation and image annotation to create labeled training sets.
- Model training with data augmentation to enhance variability.
- Performance evaluation using metrics such as accuracy, precision-recall, and area under the receiver operating characteristic curve (AUC).
Explainable AI and Ethical Considerations. As AI models in longevity research become more complex, explainability techniques—such as SHAP values or attention heatmaps—help researchers interpret how inputs influence outputs. Transparent models foster trust among stakeholders and support ethical deployment. Additionally, data privacy, informed consent, and equitable access are vital, as models trained on biased or unrepresentative datasets can exacerbate health disparities in aging populations.
Future Directions. Emerging trends include federated learning for collaborative research without sharing sensitive patient data, multi-omics integration that combines genomics, epigenetics, and clinical records for holistic models, and reinforcement learning approaches to optimize dosing regimens for geroprotective treatments. As computational power and data availability grow, AI-driven longevity research will continue to unlock mechanisms of aging and inform interventions that promote healthspan worldwide.