SearcharxivSearch

arXiv subjects

Hongbo Xia

Publications and source records attributed to Hongbo Xia.

4 recordsLinked to original sources

Maximum Edge-based Quasi-Clique: Novel Iterative Frameworks

Extracting cohesive subgraphs from complex networks is a fundamental task in graph analytics and is essential for understanding biological, social, and web graphs. The edge-based $\gamma$-quasi-clique model offers a flexible alternative by identifying subgraphs whose edge densities exceed a specified threshold $\gamma$. However, finding the exact maximum edge-based quasi-clique is computationally challenging, as the problem is NP-hard and lacks the hereditary property. These characteristics limit the effectiveness of conventional pruning methods and the development of efficient reduction rules. As a result, existing algorithms, such as QClique and FPCE, struggle to scale to large graphs. In this paper, we revisit the problem and propose a novel iterative framework that reformulates the problem as a sequence of hereditary subproblems, enabling more effective pruning and reduction strategies and improving the worst-case time complexity. Furthermore, we redesign the iterative process and introduce a novel heuristic to further improve practical efficiency. Extensive experiments on 253 large-scale real-world graphs demonstrate that our proposed algorithm EQC-Pro outperforms existing methods by up to four orders of magnitude.

cs.SI

Tides in Massive Binaries: Numerical Solutions and Semi-Analytical Comparisons

We present a systematic comparison between the tidal secular evolution timescales predicted by the direct numerical method and those given by the commonly used semi-analytic prescriptions implemented in 1-D hydrostatic binary evolution codes. Our study focuses on binary systems with intermediate- to high-mass primaries ($M_1 = 5$-$50\,M_\odot$), companion masses between $1.4\,M_\odot$ and $10\,M_\odot$, and orbital periods ranging from 0.5 to 50 days. Before mass transfer, both approaches predict synchronization and orbital decay timescales that agree within $\sim$2 orders of magnitude and typically exceed the stellar main sequence lifetime, implying negligible tidal impact on secular orbital evolution. However, the implied dissipation channels differ, and the differences become more pronounced once mass transfer begins. To test the theoretical predictions against observations, we apply both approaches to the well-characterized PSR J0045--7319 system, which has an orbital decay timescale of 0.5 Myr. The numerical solution reveals strong resonances with internal gravity waves, bringing the predicted orbital period change rate close to the observed value. In contrast, the semi-analytic prescriptions predict orbital decay timescales longer than the Hubble time. These results suggest that for population studies, modestly calibrated parameterized equations may suffice, but for individual systems, reliable interpretation requires direct numerical approaches.

astro-ph.SR

Numerical Non-Adiabatic Tidal Calculations with GYRE-tides: The WASP-12 Test Case

We revisit the tidal evolution of the WASP-12 system using direct numerical calculations with the GYRE-tides code. WASP-12b is a hot Jupiter on a 1.1-day orbit around a slightly evolved F-type star. Its observed orbital decay rate, $|\dot{P}_{\rm orb}/P_{\rm orb}| \approx 3.2\,\mathrm{Myr}^{-1}$, provides a strong constraint on stellar tidal dissipation. We confirm that linear tides with radiative damping and convective damping, as currently implemented, are not sufficient to reproduce the observed inspiral timescale. Nevertheless, our calculations, based on fully non-adiabatic forced oscillations in MESA stellar models with convective envelopes, yield dissipation rates that are consistent with previous semi-analytic and adiabatic estimates, confirming the robustness of our numerical framework. As the only open-source, actively maintained tool capable of computing orbital evolution in exoplanet systems, GYRE-tides provides a benchmark calculation for WASP-12 and future applications. Our results validate GYRE-tides as a tool for analyzing combined radiative and convective damping, and indicate that the observed decay rate requires tidal dissipation operating in or near the fully damped regime, which may be achieved through nonlinear damping. These contributions could also be evaluated by computing the wave luminosity at the radiative-convective boundary using our tool. GYRE-tides offers an open-source framework for computing tidal dissipation in short-period exoplanet systems, including the many systems expected to show orbital decay in upcoming Roman surveys.

astro-ph.SR

Maximum Degree-Based Quasi-Clique Search via an Iterative Framework

Cohesive subgraph mining is a fundamental problem in graph theory with numerous real-world applications, such as social network analysis and protein-protein interaction modeling. Among various cohesive subgraphs, the $\gamma$-quasi-clique is widely studied for its flexibility in requiring each vertex to connect to at least a $\gamma$ proportion of other vertices in the subgraph. However, solving the maximum $\gamma$-quasi-clique problem is NP-hard and further complicated by the lack of the hereditary property, which makes designing efficient pruning strategies challenging. Existing algorithms, such as DDA and FastQC, either struggle with scalability or exhibit significant performance declines for small values of $\gamma$. In this paper, we propose a novel algorithm, IterQC, which reformulates the maximum $\gamma$-quasi-clique problem as a series of $k$-plex problems that possess the hereditary property. IterQC introduces a non-trivial iterative framework and incorporates two key optimization techniques: (1) the pseudo lower bound (pseudo LB) technique, which leverages information across iterations to improve the efficiency of branch-and-bound searches, and (2) the preprocessing technique that reduces problem size and unnecessary iterations. Extensive experiments demonstrate that IterQC achieves up to four orders of magnitude speedup and solves significantly more graph instances compared to state-of-the-art algorithms DDA and FastQC.

cs.SI