[SmartGridComm] Engineering Influence: How Social Rewiring flattens the Smart Building Load Curve

Creating influential nodes in a smart building social network

2015-11-01
Alex Cassidy, Arye Nehorai
Summary
Problem
Method
Results
Takeaways
Abstract

This paper proposes a novel social network rewiring method to enhance energy efficiency in smart buildings by "creating" influential nodes. By identifying the most energy-efficient occupants and broadcasting their behavior (adding temporary network edges), the system leverages social influence to drive the entire building toward a flatter, more optimal load curve.

TL;DR

Researchers from Washington University in St. Louis have turned the concept of "Influential Nodes" on its head. Instead of just finding who is popular, they make the most energy-efficient residents the most popular. By dynamically rewiring the social network of a smart building to highlight "best users," they demonstrated through simulations that a community can be nudged toward a more stable and efficient energy state without heavy-handed mandates.

Background: The Human Element in the Smart Grid

Despite the advancement of smart meters and automated HVAC, the "last mile" of energy efficiency remains the human occupant. Traditional models treat users as cold, rational economic actors. However, this paper argues that social influence—what our neighbors think and do—is a far more potent driver of behavior. The core challenge is: how do we ensure that the "good" behaviors spread faster than the "bad" ones?

Methodology: Identifying and Elevating the "Best"

The authors model a smart apartment building as a directed social graph. Each resident is defined by two latent traits:

  1. W (Willingness): A fixed personality trait regarding the sacrifice of comfort.
  2. K (Knowledge/Motivation): A plastic trait that changes as people learn from their social circle.

The technical heart of the paper is the Network Rewiring algorithm. In each iteration:

  • Optimization: Users minimize a utility function that balances cost, social optimality (smoothness), and personal load preferences.
  • Selection: The system identifies "Best Users" with the lowest load variance.
  • Rewiring: The network adds temporary directed edges from these "Best Users" to everyone else.
  • Propagation: Using the DeGroot Method, neighbors average their knowledge (K) based on these new connections.

Model Architecture and Algorithm The DeGroot update rule (Eq 2) forces a consensus in knowledge, shifting the community's behavioral center.

Experimental Insights: Does it Scale?

The study highlights a critical finding for urban planners: Scaling requires proportional representation.

When the building size increased from 60 to 300 residents, simply keeping 5 "best users" led to a significant drop in influence. However, by selecting a fixed percentage (2.5%) of the population, the improvement in the global optimality function remained consistent.

Load Curve Comparison Fig 1: The total electrical load becomes significantly flatter (lower peak-to-average ratio) when influence is actively managed.

The Privacy/Social Trade-off

The research also explored the impact of social weights. If a community values "Personal Base Load" (Parameter B) too highly over "Social Optimality" (Parameter A), the effects of influence are muted. This suggests that for these technologies to work, a cultural baseline of environmental awareness must already exist.

Weight Modification Results Fig 7: Increasing the 'A' parameter (Social Importance) drastically improves the equilibrium optimality.

Critical Analysis & Conclusion

This work provides a robust mathematical framework for "Gamifying" energy efficiency. By focusing on Knowledge (K) as the variable to be influenced, the authors acknowledge that while you can't easily change someone's personality (W), you can change their awareness through social proof.

Limitations: The model assumes users are always "listening" to the broadcasted best users. In reality, "Influence Fatigue" might set in. Furthermore, the privacy implications of broadcasting who the "best users" are might be a hurdle in real-world deployments.

Future Outlook: This "Rewiring" framework isn't limited to energy. It could be applied to public health (e.g., vaccine uptake) or corporate productivity, where the graph is intentionally modified to make the highest performers the most visible nodes.

Find Similar Papers

Try Our Examples

  • Find recent papers that apply Peer Effects or Social Comparison theory to residential demand-side management (DSM) in smart grids.
  • What are the latest advancements in "Network Rewiring" strategies for optimizing opinion dynamics or behavioral change in small-world networks?
  • Explore studies that integrate Agent-Based Modeling (ABM) with the DeGroot learning model to simulate energy conservation in urban environments.
Contents
[SmartGridComm] Engineering Influence: How Social Rewiring flattens the Smart Building Load Curve
1. TL;DR
2. Background: The Human Element in the Smart Grid
3. Methodology: Identifying and Elevating the "Best"
4. Experimental Insights: Does it Scale?
4.1. The Privacy/Social Trade-off
5. Critical Analysis & Conclusion