Fairness-Aware Profit Maximization using Deep Reinforcement Learning

๐Ÿ“… 2026-05-28
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
This study addresses the problem of profit maximization under budget constraints in social networks while ensuring fairness across communities. Specifically, it requires that each community receives a minimum guaranteed profit according to the maximin fairness criterion when selecting seed nodes. To this end, the work introduces maximin fairness constraints into the influence propagationโ€“based profit maximization framework for the first time and formulates the problem as a Markov decision process, which is efficiently solved using a deep Q-network. Experimental results on real-world social network datasets demonstrate that the proposed method significantly outperforms existing baselines, achieving up to ten times higher profit while effectively maintaining group-level fairness.
๐Ÿ“ Abstract
Given a social network represented as a graph where the nodes are the users and the edges represent the social relations, and a positive integer k, how to select k nodes to maximize the influence in the network remains an active area of research. In this paper, we consider a variant of the problem in which network users are associated with two parameters: a benefit value and a cost. A fixed budget is given, and the network is partitioned into communities. The task is to select a subset of users (the seed set) within the budget so that their initial activation maximizes the earned profit, while ensuring that each community realizes at least a minimum fraction of its total benefit under a maximin fairness criterion. For any seed set, the earned benefit is defined as the sum of the benefit values of the users influenced by the seed set, and the profit is defined as the difference between the earned benefit and the total cost. Formally, we call this the Fairness-Aware Profit Maximization Problem. We propose a Deep Reinforcement Learning-based approach for solving it: we first model the problem as a Markov Decision Process and subsequently propose a Deep Q-Learning Algorithm. The proposed solution has been implemented and tested on real-world social network datasets. From the reported results, we observed that the proposed approach yields a seed set whose initial activation produces up to 10 times more profit than the baseline methods. The implementation of our methodology is available at https://github.com/PoonamSharma-PY/DRL_FPM.git.
Problem

Research questions and friction points this paper is trying to address.

Profit Maximization
Fairness-Aware
Influence Maximization
Social Networks
Community Fairness
Innovation

Methods, ideas, or system contributions that make the work stand out.

Fairness-Aware Profit Maximization
Deep Reinforcement Learning
Markov Decision Process
Maximin Fairness
Influence Maximization
๐Ÿ”Ž Similar Papers
No similar papers found.