cakiki commited on
Commit
d89e6d2
1 Parent(s): 2718db5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -9,8 +9,12 @@ pinned: false
9
 
10
  # Stable Bias: Analyzing Societal Representations in Diffusion Models
11
 
12
- As machine learning-enabled Text-to-Image (TTI) systems are becoming increasingly prevalent and seeing growing adoption as commercial services, characterizing the social biases they exhibit is a necessary first step to lowering their risk of discriminatory outcomes. This evaluation, however, is made more difficult by the synthetic nature of these systems' outputs; since artificial depictions of fictive humans have no inherent gender or ethnicity nor belong to socially constructed groups, we need to look beyond common definitions of diversity or representation.
13
 
14
- To address this need, we propose a new method for exploring and quantifying social biases in TTI systems by directly comparing collections of generated images designed to showcase a model's variation across social attributes—such as gender or ethnicity—and target attributes for bias evaluation—such as professions or gender-coded adjectives. Our approach allows us to (i) identify specific bias trends through visualization tools, (ii) provide targeted scores to directly compare models in terms of diversity and representation, and (iii) jointly model related social variables to support a multidimensional analysis.
15
 
16
- We find that all three models considered significantly over-represent the portion of their latent space associated with whiteness and masculinity across target attributes. Among those, DALLE2 shows the least diversity, followed by Stable Diffusion v2 then v1.4.
 
 
 
 
 
9
 
10
  # Stable Bias: Analyzing Societal Representations in Diffusion Models
11
 
12
+ As machine learning-enabled Text-to-Image (TTI) systems are becoming increasingly prevalent and seeing growing adoption as commercial services, characterizing the social biases they exhibit is a necessary first step to lowering their risk of discriminatory outcomes.
13
 
14
+ This evaluation, however, is made more difficult by the synthetic nature of these systems outputs: common definitions of diversity are grounded in social categories of people living in the world, whereas the artificial depictions of fictive humans created by these systems have no inherent gender or ethnicity.
15
 
16
+ To address this need, we propose a new method for exploring the social biases in TTI systems. Our approach relies on characterizing the variation in generated images triggered by enumerating gender and ethnicity markers in the prompts, and comparing it to the variation engendered by spanning different professions.
17
+
18
+ This allows us to (1) identify specific bias trends, (2) provide targeted scores to directly compare models in terms of diversity and representation, and (3) jointly model interdependent social variables to support a multidimensional analysis.
19
+
20
+ We leverage this method to analyze images generated by 3 popular TTI systems (Dall·E 2, Stable Diffusion v 1.4 and 2) and find that while all of their outputs show correlations with US labor demographics, they also consistently under-represent marginalized identities to different extents. We also release the datasets and low-code interactive bias exploration platforms developed for this work, as well as the necessary tools to similarly evaluate additional TTI systems.