Arrow Research search

Author name cluster

Ali Mostafavi

Possible papers associated with this exact author name in Arrow. This page groups case-insensitive exact name matches and is not a full identity disambiguation profile.

4 papers
2 author rows

Possible papers

4

AAAI Conference 2024 Conference Paper

Chasing Fairness in Graphs: A GNN Architecture Perspective

  • Zhimeng Jiang
  • Xiaotian Han
  • Chao Fan
  • Zirui Liu
  • Na Zou
  • Ali Mostafavi
  • Xia Hu

There has been significant progress in improving the performance of graph neural networks (GNNs) through enhancements in graph data, model architecture design, and training strategies. For fairness in graphs, recent studies achieve fair representations and predictions through either graph data pre-processing (e.g., node feature masking, and topology rewiring) or fair training strategies (e.g., regularization, adversarial debiasing, and fair contrastive learning). How to achieve fairness in graphs from the model architecture perspective is less explored. More importantly, GNNs exhibit worse fairness performance compared to multilayer perception since their model architecture (i.e., neighbor aggregation) amplifies biases. To this end, we aim to achieve fairness via a new GNN architecture. We propose Fair Message Passing (FMP) designed within a unified optimization framework for GNNs. Notably, FMP explicitly renders sensitive attribute usage in forward propagation for node classification task using cross-entropy loss without data pre-processing. In FMP, the aggregation is first adopted to utilize neighbors' information and then the bias mitigation step explicitly pushes demographic group node presentation centers together. In this way, FMP scheme can aggregate useful information from neighbors and mitigate bias to achieve better fairness and prediction tradeoff performance. Experiments on node classification tasks demonstrate that the proposed FMP outperforms several baselines in terms of fairness and accuracy on three real-world datasets. The code is available at https://github.com/zhimengj0326/FMP.

ICLR Conference 2022 Conference Paper

Generalized Demographic Parity for Group Fairness

  • Zhimeng Jiang
  • Xiaotian Han
  • Chao Fan
  • Fan Yang 0023
  • Ali Mostafavi
  • Xia Hu 0001

This work aims to generalize demographic parity to continuous sensitive attributes while preserving tractable computation. Current fairness metrics for continuous sensitive attributes largely rely on intractable statistical independence between variables, such as Hirschfeld-Gebelein-Renyi (HGR) and mutual information. Statistical fairness metrics estimation relying on either tractable bounds or neural network approximation, however, are not sufficiently trustful to rank algorithms prediction bias due to lack of estimation accuracy guarantee. To make fairness metrics trustable, we propose \textit{\underline{G}eneralized \underline{D}emographic \underline{P}arity} (GDP), a group fairness metric for continuous and discrete attributes. We show the understanding of GDP from the probability perspective and theoretically reveal the connection between GDP regularizer and adversarial debiasing. To estimate GDP, we adopt hard and soft group strategies via the one-hot or the soft group indicator, representing the membership of each sample in different groups of the sensitive attribute. We provably and numerically show that the soft group strategy achieves a faster estimation error convergence rate. Experiments show the better bias mitigation performance of GDP regularizer, compared with adversarial debiasing, for regression and classification tasks in tabular and graph benchmarks.

AAAI Conference 2020 Conference Paper

Weakly-Supervised Fine-Grained Event Recognition on Social Media Texts for Disaster Management

  • Wenlin Yao
  • Cheng Zhang
  • Shiva Saravanan
  • Ruihong Huang
  • Ali Mostafavi

People increasingly use social media to report emergencies, seek help or share information during disasters, which makes social networks an important tool for disaster management. To meet these time-critical needs, we present a weakly supervised approach for rapidly building high-quality classi- fiers that label each individual Twitter message with finegrained event categories. Most importantly, we propose a novel method to create high-quality labeled data in a timely manner that automatically clusters tweets containing an event keyword and asks a domain expert to disambiguate event word senses and label clusters quickly. In addition, to process extremely noisy and often rather short user-generated messages, we enrich tweet representations using preceding context tweets and reply tweets in building event recognition classifiers. The evaluation on two hurricanes, Harvey and Florence, shows that using only 1-2 person-hours of human supervision, the rapidly trained weakly supervised classifiers outperform supervised classifiers trained using more than ten thousand annotated tweets created in over 50 person-hours.

ICRA Conference 2015 Conference Paper

A coupled discrete-event and motion planning methodology for automated safety assessment in construction projects

  • Md. Mahbubur Rahman
  • Triana Carmenate
  • Leonardo Bobadilla
  • Sebastián A. Zanlongo
  • Ali Mostafavi

Collisions between moving machinery and human workers in construction job sites are one of the main sources of fatalities and accidents during the execution of construction projects. In this paper, we present a methodology to identify and assess construction project plan dangers before their execution. Our methodology has the following steps: 1) Plans are translated from a high-level activity graph to a discrete event simulation model; 2) Trajectories are simulated using sampling based and combinatorial motion planning algorithms; and 3) Safety scores and risk-based heatmaps are calculated based on the trajectories of moving equipment. Finally, we present an illustrative case study to demonstrate the usability of our model.

v2026.09.13