SearcharxivSearch

arXiv subjects

Mia Pesavento

Publications and source records attributed to Mia Pesavento.

2 recordsLinked to original sources

Topological Data Analysis and Graph-Theoretic Approaches for Tennis Match Prediction

We present two approaches for predicting tennis match outcomes using topological data analysis and graph theory on ATP singles matches from 2000-2025. The first method applies lower-star filtration to player competitive networks, extracting topological features through persistent homology using four summary methods (VAB, HNAV, HWNAV, OW-HNPV) combined with Modified Band Depth analysis. Algorithmic optimizations including ego graph approximations and triangle elimination enable analysis of about 66k matches. Our Random Forest model achieves 66.2% accuracy (AUC = 0.719) using topological, graph-theoretic, and ranking features. Feature importance analysis reveals that rankings contribute 36.3%, centralities 25.5%, and TDA features 24.0%, with topological features providing complementary signal. When rankings are unavailable, the topology-only model maintains 63.56% accuracy, demonstrating that network-derived features alone capture meaningful competitive structure. The second method uses a modified Katz similarity index with temporal edge weighting, achieving 62.48% accuracy on held-out test data. This work represents the first application of lower-star filtration to tennis prediction, provides systematic comparison of four topological summary methods in sports analytics, and demonstrates that TDA can achieve above-chance prediction using network topology alone while providing additional value when combined with traditional features.

cs.LG

Machine Learning-Guided Quota Optimization for Multi-Round Two-Sided Matching

This paper proposes an integrated framework for machine learning-guided quota optimization applied to multi-round sorority recruitment, a small two-sided market where approximately 100 potential new members (PNMs) are matched to three chapters through a structured process governed by the Release Figure Methodology (RFM). Our framework combines a Random Forest classifier trained on historical registration data to generate PNM-chapter compatibility scores, integer linear programs for Round~2 and Round~3 invitation quota optimization balancing fairness, coverage, and efficiency objectives, and a Deferred Acceptance algorithm for final matching. Applied to five years of de-identified recruitment data from a small Midwestern university, and working with only 282 matched training pairs, the compatibility model achieves a cross-validated ROC-AUC of 0.5822, reflecting the inherent difficulty of predicting social compatibility from pre-recruitment registration data in a data-limited setting. Because fairness and coverage constraints dominate quota allocation under noisy scores, the framework is designed to degrade gracefully when ML signal is weak. Optimized quotas closely align with actual coordinator decisions for active chapters, and the Deferred Acceptance algorithm replicates actual 2025 recruitment outcomes with a 96.4% individual-level agreement rate and a 100% match rate across 56 PNMs. An interactive web application implementing the framework is made available to recruitment coordinators. These results support the viability of data-driven approaches to small-market matching with broader applicability to other constrained two-sided markets.

cs.GT