Search arXivSearch

arXiv subjects

Xinyi Li

Publications and source records attributed to Xinyi Li.

3 recordsLinked to original sources

HalifaxDT: A Wireless Digital Twin from Open Geospatial Data

Wireless digital twins can support site-specific analysis, planning, and experimentation for future wireless networks. However, constructing them at city scale remains challenging when accurate 3D city models are unavailable. This paper presents HalifaxDT, a wireless digital twin of the Halifax Peninsula in Nova Scotia, Canada, constructed from heterogeneous open geospatial and spectrum data. HalifaxDT combines building footprints, LiDAR elevation products, building metadata, and spectrum licensing records through a workflow that reconciles multiple sources of building-height information while preserving the provenance of geometry decisions. The resulting terrain, buildings, and gateway metadata are integrated into Sionna RT for wireless simulation. We evaluate HalifaxDT through two use cases. The first compares its coverage predictions with a reference derived from field measurements and with an analytical baseline. The second uses the digital twin to predict the received signal under normal operating conditions and detect interference. The coverage results show that HalifaxDT better preserves the spatial structure of the measured radio map than the analytical baseline. The interference study shows that deviations from the predicted reference can reveal interference that is difficult to detect from received power alone. We also identify current fidelity limitations, including simplified material representation, missing vegetation, and the need for broader RF calibration and synchronization with live measurements.

cs.NI

Efficient and Robust Absolute Pose Estimation via Gravity-Prior-Driven Transformation Decoupling and Pose Refinement

Estimation of the absolute pose of an object is an essential task for various robotic applications. Recently, incorporating gravity direction as prior information has emerged as a popular approach to simplify absolute pose estimation. However, developing a robust and efficient algorithm to solve this challenging problem remains a difficult question due to large amounts of mismatches. In addition, obtaining an accurate pose solution from selected inlier correspondences with gravity prior is still a research gap. In this paper, we propose a novel transformation strategy that exploits geometric relations derived from the gravity prior. Through transformation decoupling, the original 6 degrees of freedom (DoF) absolute pose estimation problem is simplified into a 4-DoFs problem: 1-DoF for the rotation angle and 3-DoFs for translation, significantly improving the efficiency. For the 1-DoF rotation angle, we apply a one-dimensional global voting algorithm for optimal estimation. Once the optimal rotation is obtained, the mismatched correspondences are preliminarily filtered, and translation estimation, a linear problem, can be easily solved. Furthermore, to obtain accurate pose results, we introduce a novel pose refinement algorithm to enhance the accuracy of both rotation and translation. Extensive experiments on synthetic data and three publicly available real-world datasets (TUM RGB-D, ETH3D, and RobotCar) demonstrate that the proposed method achieves stronger performance compared to existing state-of-the-art (SOTA) approaches. To further validate our method, we integrated it into ORB-SLAM2. The results on the KITTI dataset show it effectively reduces drift and improves trajectory alignment during relocalization. The source code will be released upon acceptance.

cs.CV

Integrating LLM and Diffusion-Based Agents for Social Simulation

Large language models (LLMs) offer strong semantic reasoning capabilities for user modeling, but applying LLM-based simulation to an entire social network is computationally expensive and often unreliable for users with sparse behavioral histories. Meanwhile, conventional information diffusion models efficiently exploit historical propagation patterns and social structures, but provide limited understanding of item content and user-item semantic compatibility. We propose HySID, a hybrid framework for individual-level information adoption prediction that combines semantic reasoning with structural diffusion. HySID first analyzes the historical user-relation graph to adaptively select a small set of structurally informative core users. It then applies LLM-based simulation to estimate the engagement of these users and converts the judgments into a diffusion-compatible seed. Finally, a plug-in diffusion backbone propagates this seed through historical interaction structures to rank potential adopters across the full user population. This design enables LLMs to focus on users for whom semantic reasoning is most informative while allowing neural diffusion models to generalize the evidence to users that are not explicitly simulated. Experiments on three real-world datasets from Weibo, Zhihu, and KuaiRand show that HySID consistently improves four diffusion backbones in Recall and NDCG, while outperforming full-population LLM simulation baselines. At the same time, selective simulation reduces LLM inference cost by approximately 83\% to 99.9\%, demonstrating that HySID provides an effective and computationally practical approach to scalable information adoption prediction.

cs.CY