MetaMath: Quantifying the Mathematical Sciences Community
Ron Buckmire (Occidental College)
The MetaMath working group at its heart is a mathematical modeling enterprise and quantitative justice project; MetaMath uses tools, techniques, and topics from the mathematical sciences to analyze the mathematical sciences community itself, in order to enhance social justice. MetaMath builds upon similar work called “the Science of Science” (or SciSci) that uses scientific methods to analyze how science is done. Because MetaMath originated at a data science and social justice workshop (at ICERM in summer 2022 and summer 2023), our initial research projects are generally classified as data science but in the spirit of mathematical modeling, we welcome anyone who wants to ``use math to analyze Math.” Participation in MetaMath is very flexible: (1) propose new MetaMath problems or projects; 2) work on pending MetaMath projects that have been identified but not yet begun; or 3) join work on ongoing MetaMath projects.
Modeling the effects of climate change on equine infectious anemia virus
Stacey Smith? (University of Ottowa)
Equine infectious anemia virus (EIAV) is a vector-borne retrovirus in both wild and domestic horses (it is the analogue of HIV in horses). Climate change is likely to impact EIAV as warmer temperatures will create more favorable temperatures for the vectors, which are various species of biting flies. For example, these vectors are likely to live longer and thus carry the virus longer as temperatures warm. The goals of this working group will be to develop multi-patch mathematical models to study the impacts of climate change on EIAV.
Physics informed neural networks (PINNs) for PDE on domains with complex geometry
Eitan Grinspun (University of Toronto), Peter Yichen Chen (MIT)
Physics informed neural networks (PINNs), are a type of deep neural network trained to solve PDE in which the training process seeks a field satisfying a given partial differential equation (PDE) or variational principle. This PINNs approach is promising because it forgoes explicit discretization of the domain, in contrast to grid-, mesh-, or point-based methods (e.g., finite differences, finite elements, radial basis functions). These methods are attractive as they are "discretization-free" and thus can avoid some difficulties of complex domains and dimensionality. Despite their promise, PINNs have by and large been demonstrated only for simple domain geometries (squares, discs, etc.). On the other hand, many important problems require consideration of complex domain geometries, e.g., heat flow over real-world machined parts; processing of real-world geometric datasets with the goal of smoothing, interpolation, in-filling and denoising; and even the study of entangled matter. The goals of this working group will combine classical and emergent representations for complex domain geometries with PINNs to develop novel PDE solvers for domains with complex geometry and nontrivial topology. Useful skills include some familiarity with Laplace's equation corresponding to an undergraduate introductory course in partial differential equations or applied physics and some experience programming in python, but no experience is necessary to join. The plan for the workshop includes participants actively working on problems from basic code in Python provided by the organizers and moving towards open research questions by the conclusion of the workshop.
Geospatial Analysis of Pharmacy Prescription Refusals
Chad Topaz (Institute for the Quantitative Study of Inclusion, Diversity, and Equity)
In many states, a pharmacist who has a moral or religious objection to a customer's prescription can legally refuse to fill it. Anecdotally, prescription refusals seem to disproportionately impact marginalized groups, with the relevant medications including hormones for transgender individuals, contraceptives for people who can become pregnant, drugs for terminating pregnancies, and HIV prophylaxis, mainly for men who have sex with men. These incidents underscore a significant social justice issue, yet there is no empirical data to understand the problem's scope. To bridge this gap, our project aims to map the risk of pharmacy prescription refusals across different communities. Integrating geographic and demographic data sources, our research may employ methodologies such as "floating catchment maps" or topological data analysis to develop a nuanced understanding of the populations most vulnerable if a local pharmacy were to refuse to provide specific medications. Our project will likely be the first one to address prescription refusals quantitatively, and it aims to provide a foundation for further academic research and informed activism. It is particularly suited for participants who are interested in applying mathematical and geographical analysis to critical social issues and who are eager to engage with large data sets. Participants do not need prior experience with any of the data modeling methodologies but will benefit from a strong background in coding in R or similar languages.
Computations in permutations and their generalizations
Pamela E. Harris (University of Wisconsin Milwaukee)
We let n ∈ N = {1, 2, 3, . . .}, and [n] = {1, 2, . . . , n}. A permutation of the set [n] is a bijection from the set to itself and we denote the set of all permutations of [n] by Sn. Given a permutation, we will denote it in one-line notation π = π1π2…πn since we will simply think of permutations as an arrangement of the numbers in the set [n]. Thinking of permutations as ways to arrange the elements in [n] in one line, we arrive at the fact that there are n! Permutations. What else could one count in the set of permutations? There are many things we could count! For example, descents and ascents. We recall that if πi > πi+1, then π has a descent at index i; and if πi < πi+1, then π has an ascent at index i. For example, the permutation 54123 has descents at indices 1 and 2 and ascents at indices 3 and 4. Questions we could ponder are: What is the largest number of descents (ascents) a permutation could have? How many permutations have exactly k descents (ascents)? As these examples illustrate, there is a lot of deep mathematics that arises from asking simple counting questions. Here are some possible directions for our working group.
(1) Change the set: We can consider some supersets or subsets of permutations and study descents, ascents, and peaks. (For example, we could take parking functions and Fubini rankings)
(2) Change the statistic: The website https://www.findstat.org is “a database of combinatorial statistics and maps on combinatorial collections” which could motivate us to study or even create new statistics we could study on permutations.
(3) Do both! We could pick new combinatorial sets and new statistics to study.
Dynamics and Algorithms for Optimization and Sampling in Machine Learning
Andre Wibisono (Yale University)
Machine learning, which is a framework for learning patterns from data, has been tremendously successful and is ubiquitous in modern life and many scientific applications. Many tasks in machine learning can be framed as either Optimization or Sampling problems.
In this working group, we will familiarize the participants with the general area of dynamics and algorithms for optimization and sampling by reviewing the basic results. We will also point to some open questions that can be interesting to explore together.
Prior knowledge of the following are helpful but not required: optimization (convexity, convergence analysis of gradient descent), sampling (mixing time of Markov chains), dynamical systems (ordinary differential equations (ODEs), Brownian motion, stochastic differential equations (SDEs), partial differential equation (PDE) representation of SDEs).