paper-with-me

Papers

Reproducibility study of the Fairness-enhanced Node Representation Learning

2023-09-21 · NeurIPS 2023 11

"CrossWalk: Fairness-Enhanced Node Representation Learning" is set to be reproduced and reviewed. It presents an extension to existing graph algorithms that incorporate the idea of biased random walks for obtaining node embeddings. CrossWalk incorporates fairness by up-weighting edges of nodes located near group boundaries. The authors claim that their approach outperforms baseline algorithms, such as DeepWalk and FairWalk, in terms of reducing the disparity between different classes within a graph network. The authors accompanied their paper with the publication of an open GitHub page, which includes the source code and relevant data sets. The limited size of the data sets in combination with the efficient algorithms enables the experiments to be conducted without significant difficulties and is computable on standard CPUs without the need for additional resources. In this reproducibility report, the outcomes of the experiments are in agreement with the results presented in the original paper. However, the inherent randomness of the random walks makes it difficult to quantify the extent of similarity between the reproduced results and the results as stated in the original paper. However, it can be concluded that CrossWalk results in a decreased disparity between groups in graph networks. The authors effectively conveyed the underlying concept of their proposed method, rendering it both intriguing and straightforward to comprehend the key ideas. Furthermore, the authors successfully incorporated a range of methods and baseline algorithms into the paper. In contrast, the source code may not have been optimally constructed with reproducibility in mind. Certain sections of the code appear to be unfinished or inadequately executed. Additionally, the authors neglected to specify key hyperparameters, resulting in the unidentifiability of certain results. This presents challenges in drawing conclusions based on the available sources. The authors were unable to respond in time for elaborating on certain implementation details. However, we did receive additional data which was crucial to obtaining certain results.Paper Url: https://arxiv.org/pdf/2105.02725.pdfPaper Review Url: https://openreview.net/forum?id=KNp7Zq3KkT0&noteId=xqiAvezWINPaper Venue: AAAI 2022

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

DeepWalk DeepWalk learns embeddings (social representations) of a graph's vertices, by modeling a stream of short random walks. Social representations are latent features of the…

Similar Papers 제목 키워드 기반

Reproducibility Study Of Learning Fair Graph Representations Via Automated Data Augmentations

2024-08-31 · Thijmen Nijdam, Juell Sprott, Taiki Papandreou-Lazos, Jurgen de Heus

In this study, we undertake a reproducibility analysis of 'Learning Fair Graph Representations Via Automated Data Augmentations' by Ling et al. (2022). We assess the validity of the original claims focused on node classi…

FairnessLink PredictionNode Classification

[Re] CrossWalk: Fairness-enhanced Node Representation Learning

2023-09-26 · NeurIPS 2023 11

Scope of Reproducibility This work aims to reproduce the findings of the paper “CrossWalk: Fairness-enhanced Node Representation Learning” by investigating the two main claims made by the authors about CrossWalk, which s…

CrossWalk: Fairness-enhanced Node Representation Learning

2021-05-06 · Ahmad Khajehnejad, Moein Khajehnejad, Mahmoudreza Babaei, Krishna P. Gummadi 외

The potential for machine learning systems to amplify social inequities and unfairness is receiving increasing popular and academic attention. Much recent work has focused on developing algorithmic tools to assess and mi…

FairnessLink PredictionNode ClassificationRepresentation Learning

Promoting Fairness in Link Prediction with Graph Enhancement

2024-09-13 · Yezi Liu, Hanning Chen, Mohsen Imani

Link prediction is a crucial task in network analysis, but it has been shown to be prone to biased predictions, particularly when links are unfairly predicted between nodes from different sensitive groups. In this paper,…

FairnessLink PredictionPrediction

Enhancing Fairness in Unsupervised Graph Anomaly Detection through Disentanglement

2024-06-03 · Wenjing Chang, Kay Liu, Philip S. Yu, Jianjun Yu

Graph anomaly detection (GAD) is increasingly crucial in various applications, ranging from financial fraud detection to fake news detection. However, current GAD methods largely overlook the fairness problem, which migh…

Anomaly DetectionDecision MakingDisentanglementFairness+5