paper-with-me

Papers

Influence Maximization in Hypergraphs using Multi-Objective Evolutionary Algorithms

2024-05-16 · Stefano Genetti, Eros Ribaga, Elia Cunegatti, Quintino Francesco Lotito, Giovanni Iacca

The Influence Maximization (IM) problem is a well-known NP-hard combinatorial problem over graphs whose goal is to find the set of nodes in a network that spreads influence at most. Among the various methods for solving the IM problem, evolutionary algorithms (EAs) have been shown to be particularly effective. While the literature on the topic is particularly ample, only a few attempts have been made at solving the IM problem over higher-order networks, namely extensions of standard graphs that can capture interactions that involve more than two nodes. Hypergraphs are a valuable tool for modeling complex interaction networks in various domains; however, they require rethinking of several graph-based problems, including IM. In this work, we propose a multi-objective EA for the IM problem over hypergraphs that leverages smart initialization and hypergraph-aware mutation. While the existing methods rely on greedy or heuristic methods, to our best knowledge this is the first attempt at applying EAs to this problem. Our results over nine real-world datasets and three propagation models, compared with five baseline algorithms, reveal that our method achieves in most cases state-of-the-art results in terms of hypervolume and solution diversity.

📄 PDF Abstract BibTeX arXiv:2405.10187

Code (1)

diol-unitn/hn-moea-im 공식 구현

Tasks

DiversityEvolutionary Algorithms

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

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

HIAL: A New Paradigm for Hypergraph Active Learning via Influence Maximization

2025-07-28 · Yanheng Hou, Xunkai Li, Zhenjun Li, Bing Zhou 외 arxiv

In recent years, Hypergraph Neural Networks (HNNs) have demonstrated immense potential in handling complex systems with high-order interactions. However, acquiring large-scale, high-quality labeled data for these models …

Active Learning

Influence Maximization in Hypergraphs Using A Genetic Algorithm with New Initialization and Evaluation Methods

2024-05-15 · Xilong Qu, Wenbin Pei, Yingchao Yang, Xirong Xu 외

Influence maximization (IM) is a crucial optimization task related to analyzing complex networks in the real world, such as social networks, disease propagation networks, and marketing networks. Publications to date abou…

Marketing

Enhancing Discrete Particle Swarm Optimization for Hypergraph-Modeled Influence Maximization

2026-04-17 · Qianshi Wang, Xilong Qu, Wenbin Pei, Nan Li 외 arxiv

Influence maximization (IM) is a fundamental problem in complex network analysis, with a wide range of real-world applications. To date, existing approaches to influential node identification in IM have predominantly rel…

Robust Subset Selection by Greedy and Evolutionary Pareto Optimization

2022-05-03 · Chao Bian, Yawen Zhou, Chao Qian

Subset selection, which aims to select a subset from a ground set to maximize some objective function, arises in various applications such as influence maximization and sensor placement. In real-world scenarios, however,…