(Translated by https://www.hiragana.jp/)
Search | arXiv e-print repository
Skip to main content

Showing 1–15 of 15 results for author: Fogliato, R

.
  1. arXiv:2406.07320  [pdf, other

    cs.CV stat.AP

    A Framework for Efficient Model Evaluation through Stratification, Sampling, and Estimation

    Authors: Riccardo Fogliato, Pratik Patil, Mathew Monfort, Pietro Perona

    Abstract: Model performance evaluation is a critical and expensive task in machine learning and computer vision. Without clear guidelines, practitioners often estimate model accuracy using a one-time random selection of the data. However, by employing tailored sampling and estimation strategies, one can obtain more precise estimates and reduce annotation costs. In this paper, we propose a statistical framew… ▽ More

    Submitted 11 June, 2024; originally announced June 2024.

  2. arXiv:2404.04689  [pdf, other

    stat.ML cs.CL cs.LG

    Multicalibration for Confidence Scoring in LLMs

    Authors: Gianluca Detommaso, Martin Bertran, Riccardo Fogliato, Aaron Roth

    Abstract: This paper proposes the use of "multicalibration" to yield interpretable and reliable confidence scores for outputs generated by large language models (LLMs). Multicalibration asks for calibration not just marginally, but simultaneously across various intersecting groupings of the data. We show how to form groupings for prompt/completion pairs that are correlated with the probability of correctnes… ▽ More

    Submitted 6 April, 2024; originally announced April 2024.

  3. arXiv:2310.07935  [pdf, other

    stat.ME stat.AP

    Estimating the Likelihood of Arrest from Police Records in Presence of Unreported Crimes

    Authors: Riccardo Fogliato, Arun Kumar Kuchibhotla, Zachary Lipton, Daniel Nagin, Alice Xiang, Alexandra Chouldechova

    Abstract: Many important policy decisions concerning policing hinge on our understanding of how likely various criminal offenses are to result in arrests. Since many crimes are never reported to law enforcement, estimates based on police records alone must be adjusted to account for the likelihood that each crime would have been reported to the police. In this paper, we present a methodological framework fo… ▽ More

    Submitted 11 October, 2023; originally announced October 2023.

  4. arXiv:2306.01198  [pdf, other

    stat.ME cs.CV stat.ML

    Confidence Intervals for Error Rates in 1:1 Matching Tasks: Critical Statistical Analysis and Recommendations

    Authors: Riccardo Fogliato, Pratik Patil, Pietro Perona

    Abstract: Matching algorithms are commonly used to predict matches between items in a collection. For example, in 1:1 face verification, a matching algorithm predicts whether two face images depict the same person. Accurately assessing the uncertainty of the error rates of such algorithms can be challenging when data are dependent and error rates are low, two aspects that have been often overlooked in the l… ▽ More

    Submitted 26 April, 2024; v1 submitted 1 June, 2023; originally announced June 2023.

  5. The Progression of Disparities within the Criminal Justice System: Differential Enforcement and Risk Assessment Instruments

    Authors: Miri Zilka, Riccardo Fogliato, Jiri Hron, Bradley Butcher, Carolyn Ashurst, Adrian Weller

    Abstract: Algorithmic risk assessment instruments (RAIs) increasingly inform decision-making in criminal justice. RAIs largely rely on arrest records as a proxy for underlying crime. Problematically, the extent to which arrests reflect overall offending can vary with the person's characteristics. We examine how the disconnect between crime and arrest rates impacts RAIs and their evaluation. Our main contrib… ▽ More

    Submitted 12 May, 2023; originally announced May 2023.

    Comments: Accepted to FAccT '23

  6. arXiv:2205.09701  [pdf, other

    cs.HC cs.CY

    Homophily and Incentive Effects in Use of Algorithms

    Authors: Riccardo Fogliato, Sina Fazelpour, Shantanu Gupta, Zachary Lipton, David Danks

    Abstract: As algorithmic tools increasingly aid experts in making consequential decisions, the need to understand the precise factors that mediate their influence has grown commensurately. In this paper, we present a crowdsourcing vignette study designed to assess the impacts of two plausible factors on AI-informed decision-making. First, we examine homophily -- do people defer more to models that tend to a… ▽ More

    Submitted 19 May, 2022; originally announced May 2022.

    Comments: Accepted at CogSci, 2022

  7. arXiv:2205.09696  [pdf, other

    cs.HC cs.AI

    Who Goes First? Influences of Human-AI Workflow on Decision Making in Clinical Imaging

    Authors: Riccardo Fogliato, Shreya Chappidi, Matthew Lungren, Michael Fitzke, Mark Parkinson, Diane Wilson, Paul Fisher, Eric Horvitz, Kori Inkpen, Besmira Nushi

    Abstract: Details of the designs and mechanisms in support of human-AI collaboration must be considered in the real-world fielding of AI technologies. A critical aspect of interaction design for AI-assisted human decision making are policies about the display and sequencing of AI inferences within larger decision-making workflows. We have a poor understanding of the influences of making AI inferences availa… ▽ More

    Submitted 19 May, 2022; originally announced May 2022.

    Comments: Accepted at ACM Conference on Fairness, Accountability, and Transparency (FAccT), 2022

  8. Racial Disparities in the Enforcement of Marijuana Violations in the US

    Authors: Bradley Butcher, Chris Robinson, Miri Zilka, Riccardo Fogliato, Carolyn Ashurst, Adrian Weller

    Abstract: Racial disparities in US drug arrest rates have been observed for decades, but their causes and policy implications are still contested. Some have argued that the disparities largely reflect differences in drug use between racial groups, while others have hypothesized that discriminatory enforcement policies and police practices play a significant role. In this work, we analyze racial disparities… ▽ More

    Submitted 1 June, 2022; v1 submitted 22 March, 2022; originally announced March 2022.

    Comments: AAAI/ACM Conference on AI, Ethics, and Society 2022

  9. arXiv:2109.01443  [pdf, other

    cs.HC cs.AI

    The Impact of Algorithmic Risk Assessments on Human Predictions and its Analysis via Crowdsourcing Studies

    Authors: Riccardo Fogliato, Alexandra Chouldechova, Zachary Lipton

    Abstract: As algorithmic risk assessment instruments (RAIs) are increasingly adopted to assist decision makers, their predictive performance and potential to promote inequity have come under scrutiny. However, while most studies examine these tools in isolation, researchers have come to recognize that assessing their impact requires understanding the behavior of their human interactants. In this paper, buil… ▽ More

    Submitted 3 September, 2021; originally announced September 2021.

    Comments: Proceedings of the ACM on Human-Computer Interaction 5, CSCW2, Article 428 (October 2021)

  10. arXiv:2106.11188  [pdf, other

    stat.ME stat.CO

    maars: Tidy Inference under the 'Models as Approximations' Framework in R

    Authors: Riccardo Fogliato, Shamindra Shrotriya, Arun Kumar Kuchibhotla

    Abstract: Linear regression using ordinary least squares (OLS) is a critical part of every statistician's toolkit. In R, this is elegantly implemented via lm() and its related functions. However, the statistical inference output from this suite of functions is based on the assumption that the model is well specified. This assumption is often unrealistic and at best satisfied approximately. In the statistics… ▽ More

    Submitted 21 June, 2021; originally announced June 2021.

    Comments: The first two authors contributed equally to this work and are ordered alphabetically

  11. arXiv:2105.04953  [pdf, other

    stat.AP

    On the Validity of Arrest as a Proxy for Offense: Race and the Likelihood of Arrest for Violent Crimes

    Authors: Riccardo Fogliato, Alice Xiang, Zachary Lipton, Daniel Nagin, Alexandra Chouldechova

    Abstract: The risk of re-offense is considered in decision-making at many stages of the criminal justice system, from pre-trial, to sentencing, to parole. To aid decision makers in their assessments, institutions increasingly rely on algorithmic risk assessment instruments (RAIs). These tools assess the likelihood that an individual will be arrested for a new criminal offense within some time window followi… ▽ More

    Submitted 11 May, 2021; originally announced May 2021.

    Comments: Accepted at AAAI/ACM Conference on AI, Ethics, and Society (AIES), 2021

  12. arXiv:2011.07586  [pdf, other

    cs.CY cs.HC cs.LG

    Uncertainty as a Form of Transparency: Measuring, Communicating, and Using Uncertainty

    Authors: Umang Bhatt, Javier Antorán, Yunfeng Zhang, Q. Vera Liao, Prasanna Sattigeri, Riccardo Fogliato, Gabrielle Gauthier Melançon, Ranganath Krishnan, Jason Stanley, Omesh Tickoo, Lama Nachman, Rumi Chunara, Madhulika Srikumar, Adrian Weller, Alice Xiang

    Abstract: Algorithmic transparency entails exposing system properties to various stakeholders for purposes that include understanding, improving, and contesting predictions. Until now, most research into algorithmic transparency has predominantly focused on explainability. Explainability attempts to provide reasons for a machine learning model's behavior to stakeholders. However, understanding a model's spe… ▽ More

    Submitted 4 May, 2021; v1 submitted 15 November, 2020; originally announced November 2020.

    Comments: AAAI/ACM Conference on Artificial Intelligence, Ethics, and Society (AIES) 2021

  13. arXiv:2003.13808  [pdf, other

    stat.ME cs.CY

    Fairness Evaluation in Presence of Biased Noisy Labels

    Authors: Riccardo Fogliato, Max G'Sell, Alexandra Chouldechova

    Abstract: Risk assessment tools are widely used around the country to inform decision making within the criminal justice system. Recently, considerable attention has been devoted to the question of whether such tools may suffer from racial bias. In this type of assessment, a fundamental issue is that the training and evaluation of the model is based on a variable (arrest) that may represent a noisy version… ▽ More

    Submitted 30 March, 2020; originally announced March 2020.

    Comments: Accepted at International Conference on Artificial Intelligence and Statistics (AISTATS), 2020

  14. A Case for Humans-in-the-Loop: Decisions in the Presence of Erroneous Algorithmic Scores

    Authors: Maria De-Arteaga, Riccardo Fogliato, Alexandra Chouldechova

    Abstract: The increased use of algorithmic predictions in sensitive domains has been accompanied by both enthusiasm and concern. To understand the opportunities and risks of these technologies, it is key to study how experts alter their decisions when using such tools. In this paper, we study the adoption of an algorithmic tool used to assist child maltreatment hotline screening decisions. We focus on the q… ▽ More

    Submitted 20 February, 2020; v1 submitted 19 February, 2020; originally announced February 2020.

    Comments: Accepted at ACM Conference on Human Factors in Computing Systems (ACM CHI), 2020

  15. arXiv:2002.01328  [pdf, other

    stat.AP

    TRAP: A Predictive Framework for Trail Running Assessment of Performance

    Authors: Riccardo Fogliato, Natalia L. Oliveira, Ronald Yurko

    Abstract: Trail running is an endurance sport in which athletes face severe physical challenges. Due to the growing number of participants, the organization of limited staff, equipment, and medical support in these races now plays a key role. Monitoring runner's performance is a difficult task that requires knowledge of the terrain and of the runner's ability. In the past, choices were solely based on the o… ▽ More

    Submitted 12 July, 2020; v1 submitted 4 February, 2020; originally announced February 2020.