[IEEE Access] SARVE: Elevating the Smart Conference Experience through Socially-Aware Recommendations

2267_Improving Smart Conference Participation Through S

Summary
Problem
Method
Results
Takeaways
Abstract

This paper introduces SARVE (Socially-Aware Recommendation of Venues and Environments), a novel algorithm designed to recommend conference presentation sessions to participants. By integrating Pearson correlation, social tie strength, and degree centrality with contextual information, SARVE achieves SOTA performance in precision and recall for smart conference navigation.

Executive Summary

TL;DR: SARVE (Socially-Aware Recommendation of Venues and Environments) is a recommendation framework that treats conference sessions not just as content buckets, but as social hubs. By analyzing research similarity alongside physical social ties (contact frequency/duration) and presenter popularity, SARVE helps attendees maximize their "social capital" while navigating complex, parallel session tracks.

Context: In the landscape of recommender systems, SARVE moves beyond simple content-matching (CBF) or collaborative filtering (CF) by introducing Social Awareness. It bridges the gap between digital interest profiles and physical social behavior.

Problem & Motivation: The "Parallel Track" Dilemma

Academic conferences are high-entropy environments. Participants face a paradox of choice: which of the four parallel sessions will yield the most value? Existing systems typically recommend talks based solely on keywords. However, the authors argue that Social Capital—the value derived from ties between researchers—is a primary driver for attendance.

Current SOTA methods often suffer from:

  1. Data Sparsity: Users haven't rated enough sessions.
  2. Cold-start: New attendees have no history.
  3. Context Blindness: Ignoring where the user is and how much time they actually have.

Methodology: The SARVE Architecture

SARVE’s "secret sauce" is the fusion of three distinct scoring mechanisms:

  1. Research Interest Similarity (Pearson Correlation): Matching the "tags" or keywords of the participant () with the presenter ().

    Similarity Formula

  2. Social Tie Strength: A quantitative measure of the relationship between and based on contact frequency () and duration () within the total conference timeframe ().

    Social Tie Formula

  3. Degree Centrality (Popularity): Identifying "Rockstar" presenters who have the most direct ties in the community. High centrality serves as a strong incentive for recommendation.

Distributed Community Detection

Unlike centralized systems that require global data, SARVE uses a distributed approach where individual "nodes" (participant devices) can independently detect the most suitable community (session) to join.

SARVE Conceptual Procedure Figure 1: The interactive scenario between participants and presenters in a smart conference.

Experiments & Results

The authors evaluated SARVE against two baselines: CAMRS (B1) and Conference Navigator (B2), using a simulated dataset from ICWL 2012.

Key Performance Metrics:

  • Precision: SARVE achieved higher precision across various correlation and social tie thresholds, meaning fewer "junk" recommendations.
  • Recall: SARVE successfully identified a broader range of "good" sessions that matched both interest and social potential.
  • F-Measure: The harmonic mean of P and R confirmed SARVE's overall robustness.

Precision-Recall Comparison Figure 2: Precision and Recall performance for Social Relations Recommendation.

Beating the Cold-Start

By allowing recommendations to be triggered by either research similarity or social ties, SARVE ensures that even if a user hasn't tagged many interests, their physical social interactions can still drive meaningful session suggestions.

Critical Analysis & Conclusion

Takeaway: The real innovation of SARVE is recognizing that in professional settings, who is presenting is often as important as what is being presented. By quantifying "popularity" (Degree Centrality) and "familiarity" (Tie Strength), the system replicates human networking intuition.

Limitations:

  • Physical conflict: The system may recommend two "perfect" sessions happening at the same time, forcing a hard choice on the user.
  • Privacy: Tracking contact duration and frequency requires high levels of user trust and data permissions.

Future Work: The authors aim to incorporate sophisticated "Betweenness Centrality" (the bridge between different clusters) and personality traits to further refine the "social" aspect of the recommendation.


Editor's Note: SARVE represents a significant step toward truly "Aware" environments where the boundary between our digital interests and physical presence blurs to optimize human connection.

Find Similar Papers

Try Our Examples

  • Find recent papers from 2023-2025 that apply Graph Neural Networks (GNNs) to model social tie strength for real-time event recommendations.
  • Which research first successfully combined "Degree Centrality" with Collaborative Filtering in mobile recommendation systems, and how has that theory evolved?
  • Explore how socially-aware recommendation algorithms like SARVE are being adapted for hybrid (online/physical) academic conferences in the post-pandemic era.
Contents
[IEEE Access] SARVE: Elevating the Smart Conference Experience through Socially-Aware Recommendations
1. Executive Summary
2. Problem & Motivation: The "Parallel Track" Dilemma
3. Methodology: The SARVE Architecture
3.1. Distributed Community Detection
4. Experiments & Results
4.1. Key Performance Metrics:
4.2. Beating the Cold-Start
5. Critical Analysis & Conclusion