paper-with-me

Papers

Towards Engineering Fair and Equitable Software Systems for Managing Low-Altitude Airspace Authorizations

2024-01-14 · Usman Gohar, Michael C. Hunter, Agnieszka Marczak-Czajka, Robyn R. Lutz, Myra B. Cohen, Jane Cleland-Huang

Small Unmanned Aircraft Systems (sUAS) have gained widespread adoption across a diverse range of applications. This has introduced operational complexities within shared airspaces and an increase in reported incidents, raising safety concerns. In response, the U.S. Federal Aviation Administration (FAA) is developing a UAS Traffic Management (UTM) system to control access to airspace based on an sUAS's predicted ability to safely complete its mission. However, a fully automated system capable of swiftly approving or denying flight requests can be prone to bias and must consider safety, transparency, and fairness to diverse stakeholders. In this paper, we present an initial study that explores stakeholders' perspectives on factors that should be considered in an automated system. Results indicate flight characteristics and environmental conditions were perceived as most important but pilot and drone capabilities should also be considered. Further, several respondents indicated an aversion to any AI-supported automation, highlighting the need for full transparency in automated decision-making. Results provide a societal perspective on the challenges of automating UTM flight authorization decisions and help frame the ongoing design of a solution acceptable to the broader sUAS community.

📄 PDF Abstract BibTeX arXiv:2401.07353

Code (1)

michaelchristopherhunter/dronesurvey2023 공식 구현

Tasks

Decision MakingFairnessManagement

Similar Papers 제목 키워드 기반

Enhancing software product lines with machine learning components

2025-10-31 · Luz-Viviana Cobaleda, Julián Carvajal, Paola Vallejo, Andrés López 외 arxiv

Modern software systems increasingly integrate machine learning (ML) due to its advancements and ability to enhance data-driven decision-making. However, this integration introduces significant challenges for software en…

Testing software for non-discrimination: an updated and extended audit in the Italian car insurance domain

2025-02-10 · Marco Rondina, Antonio Vetrò, Riccardo Coppola, Oumaima Regragrui 외

Context. As software systems become more integrated into society's infrastructure, the responsibility of software professionals to ensure compliance with various non-functional requirements increases. These requirements …

Fairness

A Catalog of Fairness-Aware Practices in Machine Learning Engineering

2024-08-29 · Gianmario Voria, Giulia Sellitto, Carmine Ferrara, Francesco Abate 외

Machine learning's widespread adoption in decision-making processes raises concerns about fairness, particularly regarding the treatment of sensitive features and potential discrimination against minorities. The software…

Decision MakingFairness

Teaching Software Engineering for AI-Enabled Systems

2020-01-18 · Christian Kästner, Eunsuk Kang

Software engineers have significant expertise to offer when building intelligent systems, drawing on decades of experience and methods for building systems that are scalable, responsive and robust, even when built on unr…

EthicsFairness

RepoGraph: Enhancing AI Software Engineering with Repository-level Code Graph

2024-10-03 · Siru Ouyang, Wenhao Yu, Kaixin Ma, Zilin Xiao 외

Large Language Models (LLMs) excel in code generation yet struggle with modern AI software engineering tasks. Unlike traditional function-level or file-level coding tasks, AI software engineering requires not only basic …

Code Generation