Table of Contents
Fetching ...

Detachment Problem -- Application in Prevention of Information Leakage in Stock Markets

Henri Hansen, Juho Kanniainen

TL;DR

This work addresses preventing private information leakage in circle-based social networks by formulating the Detachment Problem, a generalization of vaccination that partially disconnects individuals from specific circles. It grounding the problem in the Independent Cascade model and introduces the Expected Proportional Outside Influence $\rho_{\mathcal{I}}$ (EPOI) as a diffusion metric. The authors propose a greedy detachments algorithm and a min-cut heuristic, analyzing their performance on Helsinki insider data and synthetic networks; they find that the greedy method often reduces $\rho_{\det(\mathcal{I},S)}$ effectively but is not universally optimal. The framework offers a flexible tool for mitigating insider information leakage and, more broadly, for targeted social distancing in diffusion processes. Overall, the work highlights practical trade-offs between optimization quality and computational tractability in real-world circle-structured networks.

Abstract

In this paper, we introduce the Detachment Problem. It can be seen as a generalized Vaccination Problem. The aim is to optimally cut the individuals' ties to circles that connect them to others, to minimize the overall information transfer in a social network. When an individual is isolated from a particular circle, it leads to the elimination of the connections to all the members of that circle, yet the connections to other circles remain. This approach contrasts with the conventional vaccination problem, in which a subset of vertices is totally eliminated. In our case, the connections of individuals to their circles are selectively, rather than entirely, eliminated. Contextually, this article focuses on private information flows, specifically within networks formed by memberships in circles of insiders in companies. Our quasi-empirical study uses simulated information flows on an observable network, and the statistical properties of the simulated information flows are matched with real-world data. In a broader context, this paper presents the Detachment Problem as a versatile approach for optimal social distancing, applicable across various scenarios. We propose and define a concept of expected proportional outside influence, or EPOI, as measure of how widespread information leak is. We also implement a greedy algorithm for finding a set of detachments to minimize EPOI. For comparison, we devise a simple heuristic based on minimal cut, to separate the most influential circles from each other. We provide evidence that the greedy algorithm is not optimal, and it is sometimes outperformed by the simple heuristic minimum cut algorithm, However, the greedy algorithm outperforms the cut algorithm in most cases. Further avenues of research are discussed.

Detachment Problem -- Application in Prevention of Information Leakage in Stock Markets

TL;DR

This work addresses preventing private information leakage in circle-based social networks by formulating the Detachment Problem, a generalization of vaccination that partially disconnects individuals from specific circles. It grounding the problem in the Independent Cascade model and introduces the Expected Proportional Outside Influence (EPOI) as a diffusion metric. The authors propose a greedy detachments algorithm and a min-cut heuristic, analyzing their performance on Helsinki insider data and synthetic networks; they find that the greedy method often reduces effectively but is not universally optimal. The framework offers a flexible tool for mitigating insider information leakage and, more broadly, for targeted social distancing in diffusion processes. Overall, the work highlights practical trade-offs between optimization quality and computational tractability in real-world circle-structured networks.

Abstract

In this paper, we introduce the Detachment Problem. It can be seen as a generalized Vaccination Problem. The aim is to optimally cut the individuals' ties to circles that connect them to others, to minimize the overall information transfer in a social network. When an individual is isolated from a particular circle, it leads to the elimination of the connections to all the members of that circle, yet the connections to other circles remain. This approach contrasts with the conventional vaccination problem, in which a subset of vertices is totally eliminated. In our case, the connections of individuals to their circles are selectively, rather than entirely, eliminated. Contextually, this article focuses on private information flows, specifically within networks formed by memberships in circles of insiders in companies. Our quasi-empirical study uses simulated information flows on an observable network, and the statistical properties of the simulated information flows are matched with real-world data. In a broader context, this paper presents the Detachment Problem as a versatile approach for optimal social distancing, applicable across various scenarios. We propose and define a concept of expected proportional outside influence, or EPOI, as measure of how widespread information leak is. We also implement a greedy algorithm for finding a set of detachments to minimize EPOI. For comparison, we devise a simple heuristic based on minimal cut, to separate the most influential circles from each other. We provide evidence that the greedy algorithm is not optimal, and it is sometimes outperformed by the simple heuristic minimum cut algorithm, However, the greedy algorithm outperforms the cut algorithm in most cases. Further avenues of research are discussed.
Paper Structure (14 sections, 1 theorem, 8 equations, 1 figure, 1 table, 2 algorithms)

This paper contains 14 sections, 1 theorem, 8 equations, 1 figure, 1 table, 2 algorithms.

Key Result

Theorem 1

A (minimum) cut that separates two circles in a BBN is equivalent to a detachment

Figures (1)

  • Figure 1: Comparison of empirical (blue) and generated (brown) graph statistics

Theorems & Definitions (3)

  • Definition 1
  • Definition 2
  • Theorem 1