publications
2025
- IEEE TONPredictive Configuration on DHCP in WLANsPei Zhang, Yunzhe Wang, Hanyan Yin, Botong Wu, Qi Wang, Xiaohong Huang, Yan Ma, Jilong Wang, and Congcong Miao*IEEE Transactions on Networking, Jul 2025
DHCP is widely deployed in WLANs to automatically assign IP addresses to WiFi devices when users connect to the WLANs. However, frequent user mobility brings big challenges to the DHCP performance. Recently proposed IP configuration (e.g., IP lease time, size of IP address pool) decisions on DHCP are based on traditional models to study user mobility patterns which lead to poor DHCP performance since the online time of individuals varies due to their personal pReferences and the number of crowds differs spatially and temporally. In this paper, we propose PredHCP, a predictive configuration framework on DHCP to improve the DHCP performance. Specifically, PredHCP utilizes an attention-based recurrent neural network (ARNN) to learn sequential patterns of individual mobility and accurately predicts user online time to ensure the effective IP lease time configuration. Meanwhile, PredHCP introduces a spatio-temporal graph neural network (STGNN) to learn both spatial and temporal dependencies of crowd migration and accurately predict crowd size in each area to ensure effective IP pool configuration. We conduct comprehensive experiments on real network traces for a month to evaluate the performance of PredHCP. Experimental results show that PredHCP can accurately predict user mobility patterns by achieving lower prediction errors. By accurately modeling mobility patterns, PredHCP makes effective IP configuration to ensure high DHCP performance. Large-scale simulation results show that PredHCP can save up to 69% IP addresses and the IP efficiency is 41% which outperforms existing methods by 6%.
@article{11076090, author = {Zhang, Pei and Wang, Yunzhe and Yin, Hanyan and Wu, Botong and Wang, Qi and Huang, Xiaohong and Ma, Yan and Wang, Jilong and Miao, Congcong}, journal = {IEEE Transactions on Networking}, title = {Predictive Configuration on DHCP in WLANs}, year = {2025}, pages = {1-16}, keywords = {IP networks;Servers;Wireless fidelity;Recurrent neural networks;Buildings;Performance evaluation;Smart phones;Portable computers;Graph neural networks;Protocols;Dynamic host configuration protocol;IP address;individual mobility prediction;crowd mobility prediction;deep learning model}, doi = {10.1109/TON.2025.3585618}, issn = {2998-4157}, month = jul, }
2024
- arXivMatrix Sketching in Bandits: Current Pitfalls and New FrameworkDongxie Wen, Hanyan Yin, Xiao Zhang, and Zhewei WeiJul 2024
- VLDB 2024Optimal Matrix Sketching over Sliding WindowsIn 50th International Conference on Very Large Databases, Guangzhou, China, Aug 2024
Best Paper Nomination
Matrix sketching, aimed at approximating a matrix \(\boldsymbol{A} ∈\mathbb{R}^{N \times d}\)consisting of vector streams of length \(N\)with a smaller sketching matrix \(\boldsymbol{B}∈\mathbb{R}^{\ell\times d}\), \(\ell ≪N\), has garnered increasing attention in fields such as large-scale data analytics and machine learning. A well-known deterministic matrix sketching method is the Frequent Directions algorithm, which achieves the optimal \(O\left({d\over \varepsilon}\right)\)space bound and provides a covariance error guarantee of \(\varepsilon=\lVert \boldsymbol{A}^⊤\boldsymbol{A}-\boldsymbol{B}^⊤\boldsymbol{B}\rVert_2/\lVert \boldsymbol{A}\rVert_F^2\). The matrix sketching problem becomes particularly interesting in the context of sliding windows, where the goal is to approximate the matrix \(\boldsymbol{A}_W\), formed by input vectors over the most recent \(N\)time units. However, despite recent efforts, whether achieving the optimal \(O\left({d\over\varepsilon}\right)\)space bound on sliding windows is possible has remained an open question. In this paper, we introduce the DS-FD algorithm, which achieves the optimal \(O\left({d\over\varepsilon}\right)\)space bound for matrix sketching over row-normalized, sequence-based sliding windows. We also present matching upper and lower space bounds for time-based and unnormalized sliding windows, demonstrating the generality and optimality of DS-FD across various sliding window models. This conclusively answers the open question regarding the optimal space bound for matrix sketching over sliding windows. Furthermore, we conduct extensive experiments with both synthetic and real-world datasets, validating our theoretical claims and thus confirming the correctness and effectiveness of our algorithm, both theoretically and empirically.
@inproceedings{yin2024optimal, title = {Optimal Matrix Sketching over Sliding Windows}, author = {Yin, Hanyan and Wen, Dongxie and Li, Jiajun and Wei, Zhewei and Zhang, Xiao and Huang, Zengfeng and Li, Feifei}, booktitle = {50th International Conference on Very Large Databases}, doi = {10.14778/3665844.3665847}, year = {2024}, month = aug, volume = {17}, issue = {9}, pages = {2149--2161}, }