paper-with-me

홈 › Papers

DQ4FairIM: Fairness-aware Influence Maximization using Deep Reinforcement Learning

2025-11-29 · Akrati Saxena, Harshith Kumar Yadav, Bart Rutten, Shashi Shekhar Jha arxiv

The Influence Maximization (IM) problem aims to select a set of seed nodes within a given budget to maximize the spread of influence in a social network. However, real-world social networks have several structural inequalities, such as dominant majority groups and underrepresented minority groups. If these inequalities are not considered while designing IM algorithms, the outcomes might be biased, disproportionately benefiting majority groups while marginalizing minorities. In this work, we address this gap by designing a fairness-aware IM method using Reinforcement Learning (RL) that ensures equitable influence outreach across all communities, regardless of protected attributes. Fairness is incorporated using a maximin fairness objective, which prioritizes improving the outreach of the least-influenced group, pushing the solution toward an equitable influence distribution. We propose a novel fairness-aware deep RL method, called DQ4FairIM, that maximizes the expected number of influenced nodes by learning an RL policy. The learnt policy ensures that minority groups formulate the IM problem as a Markov Decision Process (MDP) and use deep Q-learning, combined with the Structure2Vec network embedding, earning together with Structure2Vec network embedding to solve the MDP. We perform extensive experiments on synthetic benchmarks and real-world networks to compare our method with fairness-agnostic and fairness-aware baselines. The results show that our method achieves a higher level of fairness while maintaining a better fairness-performance trade-off than baselines. Additionally, our approach learns effective seeding policies that generalize across problem instances without retraining, such as varying the network size or the number of seed nodes.

📄 PDF Abstract BibTeX arXiv:2512.00545

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

FairImagen: Post-Processing for Bias Mitigation in Text-to-Image Models

2025-10-24 · Zihao Fu, Ryan Brown, Shun Shao, Kai Rawal 외 arxiv

Text-to-image diffusion models, such as Stable Diffusion, have demonstrated remarkable capabilities in generating high-quality and diverse images from natural language prompts. However, recent studies reveal that these m…

Text-to-Image Generation

Many-Objective Evolutionary Influence Maximization: Balancing Spread, Budget, Fairness, and Time

2024-03-27 · Elia Cunegatti, Leonardo Lucio Custode, Giovanni Iacca

The Influence Maximization (IM) problem seeks to discover the set of nodes in a graph that can spread the information propagation at most. This problem is known to be NP-hard, and it is usually studied by maximizing the …

Fairness

Fair Influence Maximization: A Welfare Optimization Approach

2020-06-14 · Aida Rahmattalabi, Shahin Jabbari, Himabindu Lakkaraju, Phebe Vayanos 외

Several behavioral, social, and public health interventions, such as suicide/HIV prevention or community preparedness against natural disasters, leverage social network information to maximize outreach. Algorithmic influ…

FairnessManagement

Fairness-Aware Network Embeddings: Methods, Applications, and Challenges

2026-08-19 · Ella Has, Harshith Kumar Yadav, Gaurav Dixit, Mykola Pechenizkiy 외 arxiv

Network embedding methods learn low-dimensional representations of graph-structured data to support downstream tasks such as node classification, link prediction, and influence maximization. However, real-world networks …

Representation LearningGraph Neural NetworkNode ClassificationLink Prediction

Balancing Utility and Fairness in Submodular Maximization (Technical Report)

2022-11-02 · Yanhao Wang, Yuchen Li, Francesco Bonchi, Ying Wang

Submodular function maximization is a fundamental combinatorial optimization problem with plenty of applications -- including data summarization, influence maximization, and recommendation. In many of these problems, the…

Combinatorial OptimizationData SummarizationFairness