arXiv ScienceSearch

arXiv subjects

Minghao Xie

Publications and source records attributed to Minghao Xie.

3 recordsLinked to original sources

GazeFS: Target-Centered Gaze-Trajectory Forecasting and Stabilization from Gaze-Head History

Target-centered gaze interaction requires more than suppressing frame-to-frame fluctuations: target acquisition produces task-aligned changes in gaze-head dynamics, while a gaze trace may retain a persistent target-relative residual direction. We formulate gaze correction as online target-centered gaze-trajectory forecasting and stabilization and introduce GazeFS, which maps a variable-length gaze-head history to the next target-center direction and a short-horizon Search/Focus estimate without target information at inference. Across 7,960 acquisition episodes from 30 participants, Search-Focus differences remain stable under quality control, onset exclusion, and duration matching. History windows improve phase decoding over the current endpoint, but explicit task progress remains a strong control. Under the 30-participant, five-fold grouped out-of-fold protocol across three seeds, the reductions relative to raw hold in Focus episode bias, within-episode dispersion, and P90 target error are 0.182 degrees, 0.257 degrees, and 0.400 degrees, with participant-bootstrap 95% confidence intervals excluding zero. Endpoint-free replay from empty history preserves the Focus advantage and yields raw-network phase balanced accuracy/AUPRC of 0.925/0.993; coordinate controls further show that recent history contributes beyond explicit progress metadata. GazeFS therefore improves Focus target centering and empirical residual contraction while leaving temporal smoothness as a separate objective.

cs.HC

The Narrow Formation Pathway of Hot Saturns: Constraints on Initial Planetary Properties

The observed exoplanet population exhibits a scarcity of short-period Saturn-mass planets, a phenomenon referred to as the ``hot Saturn desert". This observational scarcity can be utilized to validate the theories regarding the formation and evolution of gas planets. In this study, we conduct large-scale numerical simulations to explore how the initial conditions of gas planets orbiting solar-type and M-dwarf stars influence their evolutionary trajectories in the semi-major axis versus planetary radius ($a$-$R$) parameter space. We generate a synthetic population of 10,000 short-period gaseous planets by systematically varying their initial planetary masses ($M_{\rm p}$), initial planetary luminosities ($L_{\rm p}$), initial core mass fractions ($f_{\rm core}$), and semi-major axis ($a$). Furthermore, we assume these gaseous planets have ceased orbital migration and model their long-term thermal evolution, taking into account the impacts of atmospheric evaporation. Our results show that the initial mass, $L_{\rm p}$, and $f_{\rm core}$ are the dominant factors controlling radius evolution for short-period gas planets. The key to survival as a hot Saturn analogue appears to be having just the right combination of properties after gas disk dissipation: an $M_{\rm p}$ below 0.5 Jupiter Mass ($M_{\rm Jup}$), a substantial $f_{\rm core}$ of $\geq$ 30%, and relatively low $L_{\rm p}$ on the order of $10^{-6}$ solar luminosity ($L_{\odot}$) or less. The survival criteria for hot Saturn analogs align with theoretically unfavorable initial conditions of gas planets formed via core accretion scenario, naturally explaining the observed boundaries of the hot Saturn desert.

astro-ph.EP

Outback: Fast and Communication-efficient Index for Key-Value Store on Disaggregated Memory

Disaggregated memory systems achieve resource utilization efficiency and system scalability by distributing computation and memory resources into distinct pools of nodes. RDMA is an attractive solution to support high-throughput communication between different disaggregated resource pools. However, existing RDMA solutions face a dilemma: one-sided RDMA completely bypasses computation at memory nodes, but its communication takes multiple round trips; two-sided RDMA achieves one-round-trip communication but requires non-trivial computation for index lookups at memory nodes, which violates the principle of disaggregated memory. This work presents Outback, a novel indexing solution for key-value stores with a one-round-trip RDMA-based network that does not incur computation-heavy tasks at memory nodes. Outback is the first to utilize dynamic minimal perfect hashing and separates its index into two components: one memory-efficient and compute-heavy component at compute nodes and the other memory-heavy and compute-efficient component at memory nodes. We implement a prototype of Outback and evaluate its performance in a public cloud. The experimental results show that Outback achieves higher throughput than both the state-of-the-art one-sided RDMA and two-sided RDMA-based in-memory KVS by 1.06-5.03x, due to the unique strength of applying a separated perfect hashing index.

cs.DB