Machine Learning Experts: An Interview with Margaret Mitchell
Dr. Margaret Mitchell, a pioneer in ethical AI and former co-lead of Google’s Ethical AI Group, emphasizes that the most pressing issue in machine learning is ensuring diversity and inclusion of the people designing the systems. According to Mitchell, these human factors directly influence the technical outcomes, bias mitigation, and the overall safety of AI deployments.
The Imperative of Ethical AI and Bias Mitigation
Ethical AI is necessary because training data represents only a subset of the world, which can lead models to internalize and propagate harmful biases. Dr. Mitchell identifies human-centric technologies—such as facial recognition, pedestrian recognition, and Natural Language Processing (NLP) tools—as the areas where data ethics are most critical due to their impact on individual identity and privacy.
Recognizing Harmful Bias
Bias often manifests in ways that are invisible to teams lacking a diverse lexicon or perspective. Dr. Mitchell highlights two primary examples of model failure:
- Descriptive Bias: In assistance technology, models may describe white people as "people" while describing Black people as "Black people," treating whiteness as the default.
- Contextual Misinterpretation: A model trained on images of sunsets and fireworks may describe a scene of a destructive explosion as "beautiful" because it associates bright colors in the sky with positive attributes, demonstrating a dangerous gap between benchmark performance and real-world safety.
Model Cards and Technical Transparency
Model Cards are standardized artifacts designed to provide documentation for machine learning models, similar to how hardware has specifications. Co-developed with Timnit Gebru, Model Cards aim to move ethics from an abstract concept to a required launch artifact, incentivizing engineers to document model behavior and limitations.
The Role of Decision Thresholds
Transparency regarding decision thresholds is vital for model safety. In classification systems, the threshold at which a model decides "yes" or "no" (e.g., 0.7) can significantly impact error rates. Dr. Mitchell notes that some agencies have used facial recognition technology with default parameter settings without understanding or adjusting these thresholds, leading to disproportionate failure rates for specific demographics, such as Black women.
Future Directions for Model Documentation
At Hugging Face, Dr. Mitchell is working to evolve Model Cards from static reports into interactive tools. This would allow users to vary decision thresholds in real-time to see how false-negative rates change, enabling more informed decisions about how a model is deployed.
Diversity as a Technical Optimization
Diversity and inclusion are not merely social goals but technical necessities that improve model outcomes. Dr. Mitchell frames diversity as a way to expand the "search space" of a project.
"Just how you want to have a Gaussian approach over different start states, so too do you want that at the table when you’re starting projects because it gives you this larger search space making it easier to attain a local optimum."
By including a wider range of races, ethnicities, genders, and abilities, ML teams can avoid the "macho" culture of focusing solely on "beating the last numbers" and instead focus on rigorous evaluation and the identification of stereotypes and sexism within AI.
Current Research and Initiatives at Hugging Face
Dr. Mitchell's current work spans several interdisciplinary domains:
- Interdisciplinary Research: Bridging the gaps between AI, law, and philosophy, including applying the Universal Declaration of Human Rights (UDHR) to AI.
- Data Governance: Participating in the Big Science project to develop frameworks for how large-scale data can be examined without proliferating across the globe.
- Accessibility Tools: Developing methods to lower the barrier of entry to AI, allowing non-programmers to query data directly without needing to write SQL or code.
- Statistical Testing: Creating tools to test if a language model's output matches Zipfian distributions, which characterize natural language.
Advice for AI Practitioners
Dr. Mitchell suggests different approaches based on an individual's position in the field:
- For marginalized individuals: Maintain confidence in your perspective and do not let supervisors dismiss your contributions based on a different way of thinking.
- For those in majority groups: Focus on supporting and lifting up those around you to fix the "pipeline problem" from within.
- General technical advice: Always prioritize the rigorous evaluation of systems.