REVIEW 4 major objections 4 minor 61 references
Fairness through Feedback: Addressing Algorithmic Misgendering in Automatic Gender Recognition
T0 review · 4 major / 4 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read Automatic gender recognition systems should let users confirm or correct the predicted gender label, making algorithmic misgendering correctable in the way human misgendering is.
desk verdict A clearly argued, honest conceptual proposal for user-correction in AGR, but the timeout default, the undefended self-identification premise, and the lack of any baseline keep it from being more than a promising sketch. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central mechanism is the Fairness through Feedback (FtF) loop: after a convolutional neural network (MobileNetV2 pretrained on ImageNet) predicts a label from a face image, the system asks the user to confirm or correct the label, with a timeout $t_1$ that auto-confirms the prediction, and validates the user's input against a label set (man, woman, non-binary) that can be extended. The load-bearing identity is the epistemic claim that gender is constituted by self-identification ('if x perceives herself as a woman, then x is a woman'), which makes the user's correction the correctness criterion rather than a mere preference. The mechanism also includes a controlled update policy in which collected feedback can be used to improve accuracy for previously zero-accuracy classes such as non-binary, with periodic assessment before the system is updated.
What would settle it
A deployment study that logs every user correction and follows up with repeated self-identification prompts would falsify the ground-truth assumption if a large share of users give inconsistent corrections across sessions without identifying as gender-fluid; any such inconsistency would show that user feedback is not a stable ground truth for gender.
Extended reading notes
Core claim
The central claim is that AGR fairness can be substantially increased by making the classification loop interactive: the user's self-identification, not the classifier's inference, is the ground truth for gender. The paper distinguishes sex, gender, and gender expression, observes that gender is a matter of self-identification, and notes that current AGR systems output labels that map onto sex categories while purporting to predict gender. Because human misgendering is open to correction, the paper proposes that algorithmic misgendering should be too. The Fairness through Feedback algorithm displays the predicted label and prompts the user to confirm or correct it within a short time window, with the corrected label returned as final. The authors acknowledge this reduces the system's autonomy and efficiency, but frame that as the price of fairness, and they restrict legitimate AGR use to contexts where the output does not gate access to services or benefits.
Load-bearing premise
The mechanism assumes gender is defined by self-identification alone, so a user's correction is always the correct answer; if gender is instead taken to mean legal sex, assigned sex, or a context-specific membership, user override is no longer the correctness criterion and the fairness rationale collapses.
Editorial extensions
If this is right
- If AGR output can be corrected by the user, algorithmic misgendering becomes a correctable event rather than a final classification, reducing the psychological harm documented in misgendering research.
- With binary training data, the initial accuracy of the non-binary class will be near zero, but feedback-driven data collection is expected to raise it; the paper proposes periodic accuracy checks before updating the system.
- The utility of an AGR system over time is governed by the balance between accuracy growth and label-set incompleteness; unless accuracy grows fast enough, utility can decline even as accuracy improves.
- AGR systems should not be deployed in contexts where their output grants or denies access to services, because that is where override can be abused and where misclassification is discriminatory.
Reading between the lines
- One could test whether the mere presence of a feedback prompt changes user trust or felt respect compared to a system that returns a single label, even when the user never corrects the output.
- The FtF design implicitly places the burden of correction on the user; a testable extension would measure whether repeated correction is itself fatiguing or harmful for trans and non-binary users over time.
- The label set is fixed at man/woman/non-binary in the prototype, so an extension would compare this constrained set against open-ended user-generated labels for both respect and data quality.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper argues that Automatic Gender Recognition (AGR) systems conflate sex, gender, and gender expression, and that algorithmic misgendering is especially harmful because, unlike human misgendering, it cannot be corrected. It proposes a 'Fairness through Feedback' (FtF) mechanism in which the system first displays a predicted gender label and then invites the user to confirm or correct it, with the corrected label being returned as final. The proposal is developed conceptually: Section 2 distinguishes sex, gender, and gender expression; Section 3 reviews AGR methods and their biases; Section 4 introduces Algorithm 1 and a qualitative model of AGR utility over time; Sections 5 and 6 discuss objections and future work. The paper contains no experiments, baseline comparisons, or quantitative evaluation; its central fairness claim is presented as a design principle rather than as a demonstrated result.
Significance. If the FtF design were validated, it would offer a concrete, implementable mechanism for reducing algorithmic misgendering and would connect long-standing philosophical critiques of AGR to an interface-level intervention. The paper is conceptually serious and shows good command of the relevant ethics and HCI literature, and it is commendably explicit about several of its own limitations, including the burden that correction places on marginalized users and the fact that the utility model in Section 4.3 is untested. However, the central claim that FtF 'significantly increase[s] fairness levels' is asserted rather than demonstrated, and the proposed algorithm as written contains a timeout default that directly undermines the paper's own stated guarantee. The contribution is therefore best seen as a promising but incomplete design proposal that needs both algorithmic repair and empirical or at least formal support before its fairness benefits can be accepted.
major comments (4)
- [4.2, Algorithm 1] Lines 7-8 of Algorithm 1 automatically confirm the predicted label whenever the user provides no input within the timeout, which contradicts the paper's central claim that 'if the initial prediction is incorrect, the user can provide the correct label instead of being definitively misgendered by the system.' A user who does not or cannot respond within t1 - due to disability, distraction, social pressure, or reluctance - is still definitively assigned the system's guess, and the analogy with human-human correction fails because silence is not treated as an opportunity for correction. Additionally, line 4 overwrites the input parameter t1 with the constant 5, so the advertised configurable time limit is not actually used. The algorithm should be revised so that non-response does not silently confirm the prediction; for example, it could return an explicit 'unverified' state or request a second confirmation, and the parameter should be honored.
- [4.2 and Abstract] The paper asserts that the FtF mechanism 'represents a way to significantly increase fairness levels in AGR,' but it provides no empirical evidence, no user study, and no comparison against either existing AGR systems or a variant of the proposed algorithm without the timeout default. Footnote 11 mentions a 'preliminary prototype' for internal evaluation, but no results are reported. The fairness benefit is therefore conditional and unmeasured. At minimum, the authors should either provide a small pilot study with representative users, or explicitly reframe the paper as a design proposal whose fairness hypotheses remain to be tested.
- [Section 2] The entire FtF mechanism rests on the premise stated in Section 2 that 'if x perceives herself as a woman, then x is a woman,' i.e., that gender is constituted by self-identification. This premise is load-bearing and is asserted rather than argued for. If gender classification is ever asked to track something other than self-identification - sex assigned at birth, legal gender, or context-specific categorical membership - then user override is no longer the correctness criterion and the fairness rationale for FtF collapses. Section 5.1 restricts legitimate AGR use to non-gating contexts, but that restriction does not itself establish that self-identification is the correct ground truth for all remaining uses. The authors should explicitly discuss the conditions under which self-identification should be authoritative.
- [Section 6] The paper acknowledges in Section 6 that 'placing the burden of correction on marginalized individuals may itself be unjust,' but it defers this concern to future work. This is a central ethical limitation rather than a peripheral one, and it interacts with the algorithm's design: the 5-second timeout forces users to react quickly or be silently assigned the system's prediction, which is particularly problematic in public, hostile, or surveillance-like settings. The paper should address this by discussing design changes that mitigate the burden (e.g., no required response, or an explicit opt-out) or by arguing why the burden is acceptable in the permitted deployment contexts.
minor comments (4)
- [4.2, Algorithm 1] If the user enters an invalid string, Algorithm 1 silently returns the predicted label (lines 11-12). A user who mistypes or uses an unanticipated label will therefore have their prediction confirmed without any feedback. The pseudocode should return an error or prompt the user to retry rather than silently accepting the system's guess.
- [Figure 1] The caption and footnote state that Figure 1 is a 'provisional placeholder' and that the final version will include a photograph of one of the authors. This is not appropriate for a submitted manuscript; the figure should either be a real diagram of the mechanism or be omitted.
- [4.3] The relationship UAGR(t) ∝ A(t)/L(t) is introduced without formal definitions of A(t) and L(t), and the paper itself states that its 'validity remains to be tested empirically.' Since this is a non-standard and unvalidated model, it should be clearly labeled as a conjecture or hypothesis, and the monotonicity assumptions should be stated more precisely.
- [Table 2] The table omits the #agender, #genderqueer, and #nonbinary hashtags without explanation, even though those categories are central to the paper's argument. A short note explaining the omission (e.g., the original study's limitations) would help the reader interpret the table.
Circularity Check
No significant circularity: FtF is a design proposal whose fairness benefit follows from an explicit normative premise, not from fitted inputs or a self-citation chain.
full rationale
The paper is a conceptual and design proposal, not an empirical derivation. The Fairness through Feedback (FtF) mechanism in Algorithm 1 takes a predicted label and optionally a user correction; its stated benefit — that a user can correct a wrong AGR output — is a direct property of the algorithm, not a quantity derived from fitted parameters or from a prediction that is forced by construction. No parameter is fit to data and then renamed as a prediction, and no target quantity is defined in terms of the mechanism itself. The only self-citation (Quaresmini et al. 2024) is used as background on label incompleteness and binary mutual exclusivity; it is not load-bearing for the central FtF proposal. The paper's premise that gender is self-identification ('if x perceives herself as a woman, then x is a woman') is an explicit ethical/philosophical assumption, not a result obtained from the mechanism; the fairness claim depends on that premise, but that is a substantive normative commitment rather than a circular derivation. The paper also flags its own limitations: Section 6 acknowledges that 'placing the burden of correction on marginalized individuals may itself be unjust,' and Section 4.3 states that the proposed utility relationship 'remains to be tested empirically.' These admissions further indicate that the authors are not presenting fitted results as predictions. Algorithm 1's five-second timeout, after which silence is treated as automatic confirmation, is a real design weakness that weakens the fairness guarantee for users who cannot or do not respond, but it is a limitation of the proposal, not a circularity: it does not reduce the central claim to its own inputs. Verdict: no significant circularity.
Assumptions & free parameters
free parameters (2)
- t1 timeout for feedback =
5 seconds
- valid feedback label set =
man, woman, non-binary
assumptions (4)
- domain assumption Gender cannot be inferred from observable facial features
- domain assumption Self-identification is the criterion for a person's gender
- domain assumption Fairness should be prioritized over efficiency and system autonomy
- domain assumption Human-human misgendering correction is a valid design model for human-machine interaction
invented entities (1)
-
Fairness through Feedback (FtF) mechanism
Cite this review
Pith. "Pith review of Fairness through Feedback: Addressing Algorithmic Misgendering in Automatic Gender Recognition." pith.science (2026). https://pith.science/paper/PPUQBVYY
@misc{pith2026250602017,
author = {Pith},
title = {Pith review of: Fairness through Feedback: Addressing Algorithmic Misgendering in Automatic Gender Recognition},
year = {2026},
howpublished = {\url{https://pith.science/paper/PPUQBVYY}},
note = {Machine review of arXiv:2506.02017}
}
read the original abstract
Automatic Gender Recognition (AGR) systems are an increasingly widespread application in the Machine Learning (ML) landscape. While these systems are typically understood as detecting gender, they often classify datapoints based on observable features correlated at best with either male or female sex. In addition to questionable binary assumptions, from an epistemological point of view, this is problematic for two reasons. First, there exists a gap between the categories the system is meant to predict (woman versus man) and those onto which their output reasonably maps (female versus male). What is more, gender cannot be inferred on the basis of such observable features. This makes AGR tools often unreliable, especially in the case of non-binary and gender non-conforming people. We suggest a theoretical and practical rethinking of AGR systems. To begin, distinctions are made between sex, gender, and gender expression. Then, we build upon the observation that, unlike algorithmic misgendering, human-human misgendering is open to the possibility of re-evaluation and correction. We suggest that analogous dynamics should be recreated in AGR, giving users the possibility to correct the system's output. While implementing such a feedback mechanism could be regarded as diminishing the system's autonomy, it represents a way to significantly increase fairness levels in AGR. This is consistent with the conceptual change of paradigm that we advocate for AGR systems, which should be understood as tools respecting individuals' rights and capabilities of self-expression and determination.
Figures
Reference graph
Works this paper leans on
-
[1]
Age and gender classification from facial features and object detection with machine learning
Mehmet Karahan, Furkan Lacinkaya, Kaan Erdonmez, Eren Deniz Eminagaoglu, and Cosku Kasnakoglu. Age and gender classification from facial features and object detection with machine learning. Journal of fuzzy extension and applications, 3 0 (3): 0 219--230, 2022
work page 2022
-
[2]
Human gender classification: a review
Feng Lin, Yingxiao Wu, Yan Zhuang, Xi Long, and Wenyao Xu. Human gender classification: a review. International Journal of Biometrics, 8 0 (3-4): 0 275--300, 2016
work page 2016
-
[3]
Foad Hamidi, Morgan Klaus Scheuerman, and Stacy M Branham. Gender recognition or gender reductionism? the social implications of embedded gender recognition systems. In Proceedings of the 2018 chi conference on human factors in computing systems, pages 1--13, 2018
work page 2018
-
[4]
The misgendering machines: Trans/hci implications of automatic gender recognition
Os Keyes. The misgendering machines: Trans/hci implications of automatic gender recognition. Proceedings of the ACM on human-computer interaction, 2 0 (CSCW): 0 1--22, 2018
work page 2018
-
[5]
A review of facial gender recognition
Choon-Boon Ng, Yong-Haur Tay, and Bok-Min Goi. A review of facial gender recognition. Pattern Analysis and Applications, 18: 0 739--755, 2015
work page 2015
-
[6]
Face recognition across gender transformation using svm classifier
Archana Vijayan, Shyma Kareem, and Jubilant J Kizhakkethottam. Face recognition across gender transformation using svm classifier. Procedia Technology, 24: 0 1366--1373, 2016
work page 2016
-
[7]
Automated person categorization for video surveillance using soft biometrics
Meltem Demirkus, Kshitiz Garg, and Sadiye Guler. Automated person categorization for video surveillance using soft biometrics. In Biometric technology for human identification VII, volume 7667, pages 236--247. SPIE, 2010
work page 2010
-
[8]
Human detection in surveillance videos and its applications-a review
Manoranjan Paul, Shah ME Haque, and Subrata Chakraborty. Human detection in surveillance videos and its applications-a review. EURASIP Journal on Advances in Signal Processing, 2013 0 (1): 0 1--16, 2013
work page 2013
Show all 61 references
-
[9]
How computers see gender: An evaluation of gender classification in commercial facial analysis services
Morgan Klaus Scheuerman, Jacob M Paul, and Jed R Brubaker. How computers see gender: An evaluation of gender classification in commercial facial analysis services. Proceedings of the ACM on Human-Computer Interaction, 3 0 (CSCW): 0 1--33, 2019
2019
-
[10]
Data quality dimensions for fair ai
C Quaresmini, G Primiero, et al. Data quality dimensions for fair ai. In CEUR WORKSHOP PROCEEDINGS, volume 3808, pages 1--16. CEUR, 2024
2024
-
[11]
Patching gender: Non-binary utopias in hci
Katta Spiel, Os Keyes, and Pınar Barlas. Patching gender: Non-binary utopias in hci. pages 1--11, 04 2019. doi:10.1145/3290607.3310425
2019
-
[12]
Jacobs and Hanna M
Abigail Z. Jacobs and Hanna M. Wallach. Measurement and fairness. CoRR, abs/1912.05511, 2019. URL http://arxiv.org/abs/1912.05511
1912 arXiv
-
[13]
How we've taught algorithms to see identity: Constructing race and gender in image databases for facial analysis
Morgan Klaus Scheuerman, Kandrea Wade, Caitlin Lustig, and Jed R Brubaker. How we've taught algorithms to see identity: Constructing race and gender in image databases for facial analysis. Proceedings of the ACM on Human-computer Interaction, 4 0 (CSCW1): 0 1--35, 2020
2020
-
[14]
Components of sexual identity
Michael G Shively and John P De Cecco. Components of sexual identity. Journal of homosexuality, 3 0 (1): 0 41--48, 1977
1977
-
[15]
Doing gender
Candace West and Don H Zimmerman. Doing gender. Gender & society, 1 0 (2): 0 125--151, 1987
1987
-
[16]
What women and men should be, shouldn't be, are allowed to be, and don't have to be: The contents of prescriptive gender stereotypes
Deborah A Prentice and Erica Carranza. What women and men should be, shouldn't be, are allowed to be, and don't have to be: The contents of prescriptive gender stereotypes. Psychology of women quarterly, 26 0 (4): 0 269--281, 2002
2002
-
[17]
Intersex and identity: The contested self
Sharon E Preves. Intersex and identity: The contested self. New Brunswick: Rutgers University Press, 2003
2003
-
[18]
The erasure of intersex, transgender, nonbinary, and agender experiences through misuse of sex and gender in health research
Tessalyn Morrison, Alexis Dinno, and Taurica Salmon. The erasure of intersex, transgender, nonbinary, and agender experiences through misuse of sex and gender in health research. American Journal of Epidemiology, 190 0 (12): 0 2712--2717, 2021
2021
-
[19]
Responsible dissemination in sexual orientation research: The case of the ai “gaydar”
Andreas De Block and Stijn Conix. Responsible dissemination in sexual orientation research: The case of the ai “gaydar”. Philosophy of Science, 89 0 (5): 0 1075–1084, 2022. doi:10.1017/psa.2022.44
2022 doi
-
[20]
Miscomputation
Nir Fresco and Giuseppe Primiero. Miscomputation. Philosophy & Technology, 26: 0 253--272, 2013
2013
-
[21]
The sage encyclopedia of trans studies, 2021
Genny Beemyn and Abbie E Goldberg. The sage encyclopedia of trans studies, 2021
2021
-
[22]
Gender classification using face recognition
Terishka Bissoon and Serestina Viriri. Gender classification using face recognition. In 2013 International Conference on Adaptive Science and Technology, pages 1--4. IEEE, 2013
2013
-
[23]
A survey of face recognition techniques
Rabia Jafri and Hamid R Arabnia. A survey of face recognition techniques. journal of information processing systems, 5 0 (2): 0 41--68, 2009
2009
-
[24]
A review on face recognition systems: recent approaches and challenges
Muhtahir O Oloyede, Gerhard P Hancke, and Hermanus C Myburgh. A review on face recognition systems: recent approaches and challenges. Multimedia Tools and Applications, 79 0 (37): 0 27891--27922, 2020
2020
-
[25]
Annotated facial landmarks in the wild: A large-scale, real-world database for facial landmark localization
Martin Koestinger, Paul Wohlhart, Peter M Roth, and Horst Bischof. Annotated facial landmarks in the wild: A large-scale, real-world database for facial landmark localization. In 2011 IEEE international conference on computer vision workshops (ICCV workshops), pages 2144--2151...
2011
-
[26]
Facial landmark detection: A literature survey
Yue Wu and Qiang Ji. Facial landmark detection: A literature survey. International Journal of Computer Vision, 127 0 (2): 0 115--142, 2019
2019
-
[27]
A new application for gabor filters in face-based gender classification
Ebrahim Al-Wajih and Moataz A Ahmed. A new application for gabor filters in face-based gender classification. Int. Arab J. Inf. Technol., 17 0 (2): 0 178--187, 2020
2020
-
[28]
Classification of age groups from facial image using histograms of oriented gradients
Mohammad Ali Hajizadeh and Hossein Ebrahimnezhad. Classification of age groups from facial image using histograms of oriented gradients. In 2011 7th Iranian conference on machine vision and image processing, pages 1--5. IEEE, 2011
2011
-
[29]
Learning local binary patterns for gender classification on real-world face images
Caifeng Shan. Learning local binary patterns for gender classification on real-world face images. Pattern recognition letters, 33 0 (4): 0 431--437, 2012
2012
-
[30]
Ginn: Towards gender inclusioneural network
Matteo Berta, Bartolomeo Vacchetti, and Tania Cerquitelli. Ginn: Towards gender inclusioneural network. In 2023 IEEE International Conference on Big Data (BigData), pages 4119--4126. IEEE, 2023
2023
-
[31]
Gender classification by combining clothing, hair and facial component classifiers
Bing Li, Xiao-Chen Lian, and Bao-Liang Lu. Gender classification by combining clothing, hair and facial component classifiers. Neurocomputing, 76 0 (1): 0 18--27, 2012
2012
-
[32]
Gender classification by combining facial and hair information
Xiao-Chen Lian and Bao-Liang Lu. Gender classification by combining facial and hair information. In International Conference on Neural Information Processing, pages 647--654. Springer, 2008
2008
-
[33]
A hybrid approach for gender classification of web images
Muhammad Usman Khan, Hafiz Adnan Habib, and Nasir Saleem. A hybrid approach for gender classification of web images. International Journal of Computer Applications, 54 0 (7), 2012
2012
-
[34]
Gender classification using machine learning with multi-feature method
Sandeep Kumar, Sukhwinder Singh, and Jagdish Kumar. Gender classification using machine learning with multi-feature method. In 2019 IEEE 9th Annual Computing and Communication Workshop and Conference (CCWC), pages 0648--0653. IEEE, 2019
2019
-
[35]
Predictive analytics on gender classification using machine learning
V Selva Kumar, N Bhavana Reddy, and Uudhhay Kiirran. Predictive analytics on gender classification using machine learning. In 2023 10th International Conference on Computing for Sustainable Global Development (INDIACom), pages 1634--1639. IEEE, 2023
2023
-
[36]
Age and gender classification using convolutional neural networks
Gil Levi and Tal Hassner. Age and gender classification using convolutional neural networks. In Proceedings of the IEEE conference on computer vision and pattern recognition workshops, pages 34--42, 2015
2015
-
[37]
Gender classification: a convolutional neural network approach
Shan Sung Liew, Mohamed Khalil Hani, Syafeeza Ahmad Radzi, and Rabia Bakhteri. Gender classification: a convolutional neural network approach. Turkish Journal of Electrical Engineering and Computer Sciences, 24 0 (3): 0 1248--1264, 2016
2016
-
[38]
Gender classification with support vector machines
Baback Moghaddam and Ming-Hsuan Yang. Gender classification with support vector machines. In proceedings fourth IEEE international conference on automatic face and gesture recognition (Cat. No. PR00580), pages 306--311. IEEE, 2000
2000
-
[39]
Gender classification using bayesian classifier with local binary patch features
Huang-Chia Shih, Che-Yen Chuang, Chung-Lin Huang, and Chi-Hua Lin. Gender classification using bayesian classifier with local binary patch features. In 2012 IEEE 4th International Conference on Nonlinear Science and Complexity (NSC), pages 45--50. IEEE, 2012
2012
-
[40]
Gender shades: Intersectional accuracy disparities in commercial gender classification
Joy Buolamwini and Timnit Gebru. Gender shades: Intersectional accuracy disparities in commercial gender classification. In Conference on fairness, accountability and transparency, pages 77--91. PMLR, 2018
2018
-
[41]
Safe spaces and safe places: Unpacking technology-mediated experiences of safety and harm with transgender people
Morgan Klaus Scheuerman, Stacy M Branham, and Foad Hamidi. Safe spaces and safe places: Unpacking technology-mediated experiences of safety and harm with transgender people. Proceedings of the ACM on Human-computer Interaction, 2 0 (CSCW): 0 1--27, 2018
2018
-
[42]
Operationalization of (trans) gender in facial recognition systems: From binarism to intersectionality
Giovanni Pennisi. Operationalization of (trans) gender in facial recognition systems: From binarism to intersectionality. Future Humanities, 2 0 (3): 0 e17, 2024
2024
-
[43]
Non-binary and trans-inclusive ai: A catalogue of best practices for developing automatic gender recognition solutions
Michel Perilo, George Valen c a, and Aldenir Telles. Non-binary and trans-inclusive ai: A catalogue of best practices for developing automatic gender recognition solutions. ACM SIGAPP Applied Computing Review, 24 0 (2): 0 55--70, 2024
2024
-
[44]
Is the eye region more reliable than the face? a preliminary study of face-based recognition on a transgender dataset
Gayathri Mahalingam and Karl Ricanek. Is the eye region more reliable than the face? a preliminary study of face-based recognition on a transgender dataset. In 2013 IEEE Sixth International Conference on Biometrics: Theory, Applications and Systems (BTAS), pages 1--7. IEEE, 2013
2013
-
[45]
Robust transgender face recognition: Approach based on appearance and therapy factors
Vijay Kumar, Ramachandra Raghavendra, Anoop Namboodiri, and Christoph Busch. Robust transgender face recognition: Approach based on appearance and therapy factors. In 2016 IEEE International Conference on Identity, Security and Behavior Analysis (ISBA), pages 1--7. IEEE, 2016
2016
-
[46]
every time i get gendered male, i feel a pain in my chest
M Paz Galupo, Lex Pulice-Farrow, and Louis Lindley. “every time i get gendered male, i feel a pain in my chest”: Understanding the social context for gender dysphoria. Stigma and Health, 5 0 (2): 0 199, 2020
2020
-
[47]
A minority stress perspective on transgender individuals’ experiences with misgendering
Kevin A McLemore. A minority stress perspective on transgender individuals’ experiences with misgendering. Stigma and Health, 3 0 (1): 0 53, 2018
2018
-
[48]
Systems of cissexism and the daily production of stress for transgender and gender diverse people
Jae A Puckett, Alix B Aboussouan, Allura L Ralston, Brian Mustanski, and Michael E Newcomb. Systems of cissexism and the daily production of stress for transgender and gender diverse people. International journal of transgender health, 24 0 (1): 0 113--126, 2023
2023
-
[49]
Posttraumatic stress in the trans community: The roles of anti-transgender bias, non-affirmation, and internalized transphobia
Sebastian M Barr, Kate E Snyder, Jill L Adelson, and Stephanie L Budge. Posttraumatic stress in the trans community: The roles of anti-transgender bias, non-affirmation, and internalized transphobia. Psychology of sexual orientation and gender diversity, 9 0 (4): 0 410, 2022
2022
-
[50]
Lgbtq individuals’ lived experiences of hypervigilance
Sharon S Rostosky, Matthew T Richardson, Sara K McCurry, and Ellen DB Riggle. Lgbtq individuals’ lived experiences of hypervigilance. Psychology of sexual orientation and gender diversity, 9 0 (3): 0 358, 2022
2022
-
[51]
Gender minority stress: A critical review
Kyle KH Tan, Gareth J Treharne, Sonja J Ellis, Johanna M Schmidt, and Jaimie F Veale. Gender minority stress: A critical review. Journal of homosexuality, 2020
2020
-
[52]
Misgendering and its moral contestability
Julia Stephanie Kapusta. Misgendering and its moral contestability. Hypatia, 31 0 (3): 0 502–519, 2016. doi:10.1111/hypa.12259
2016 doi
-
[53]
The quest for responsibility: Accountability and citizenship in complex organisations
Marcus Alphons Petrus Bovens. The quest for responsibility: Accountability and citizenship in complex organisations. Cambridge university press, 1998
1998
-
[54]
Misgendering and the health and wellbeing of nonbinary people in canada
Kai Jacobsen, Charlie E Davis, Drew Burchell, Leo Rutherford, Nathan Lachowsky, Greta Bauer, and Ayden Scheim. Misgendering and the health and wellbeing of nonbinary people in canada. International journal of transgender health, 25 0 (4): 0 816--830, 2024
2024
-
[55]
Gender classification and bias mitigation in facial images
Wenying Wu, Pavlos Protopapas, Zheng Yang, and Panagiotis Michalatos. Gender classification and bias mitigation in facial images. In Proceedings of the 12th ACM Conference on Web Science, pages 106--114, 2020
2020
-
[56]
Feeling fixes: Mess and emotion in algorithmic audits
Os Keyes and Jeanie Austin. Feeling fixes: Mess and emotion in algorithmic audits. Big Data & Society, 9 0 (2): 0 20539517221113772, 2022
2022
-
[57]
Stereotypes and smut: The (mis) representation of non-cisgender identities by text-to-image models
Eddie L Ungless, Bj \"o rn Ross, and Anne Lauscher. Stereotypes and smut: The (mis) representation of non-cisgender identities by text-to-image models. arXiv preprint arXiv:2305.17072, 2023
2023 arXiv
-
[58]
Queer data
Kevin Guyan. Queer data. Bloomsbury Publishing, 2022
2022
-
[59]
Data for queer lives: How lgbtq gender and sexuality identities challenge norms of demographics
Bonnie Ruberg and Spencer Ruelos. Data for queer lives: How lgbtq gender and sexuality identities challenge norms of demographics. Big Data & Society, 7 0 (1): 0 2053951720933286, 2020
2020
-
[60]
Vision-based human gender recognition: A survey
Choon Boon Ng, Yong Haur Tay, and Bok Min Goi. Vision-based human gender recognition: A survey. arXiv preprint arXiv:1204.1611, 2012
2012 arXiv
-
[61]
M. Fricker. Epistemic Injustice: Power and the Ethics of Knowing. Oxford University Press, New York, 2007
2007
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.