SearcharxivSearch

arXiv subjects

Yong Fu

Publications and source records attributed to Yong Fu.

5 recordsLinked to original sources

Aperon Technical Report: Hierarchical No-Pointer Tangent-Local Search for High-Dimensional Approximate Nearest Neighbors

We present HNTL (Hierarchical No-pointer Tangent-Local), the core vector indexing and candidate generation framework of the Aperon vector memory system. Proximity graphs (e.g., HNSW) incur a heavy pointer tax in memory overhead and induce irregular memory accesses that stall CPU pipelines. HNTL resolves this by partitioning the high-dimensional space into local, coherent grains, representing vectors as low-dimensional coordinates on local tangent spaces, and scanning them sequentially using a pointerless Block-SoA (Structure-of-Arrays) layout. On anisotropic manifold data (d=768, N=10,000), local PCA captures 96.3% of the variance, allowing HNTL to achieve a final Rerank Recall@10 of 1.0000 with a candidate pool size of only C=20 vectors. Hardware profiling via Apple kperf CPU Performance Monitoring Unit (PMU) counters demonstrates a 3.61x speedup (4.137 ns/vector vs. 14.951 ns/vector) for our NEON auto-vectorized C++ Block-SoA scan engine over standard pointer-chasing graph traversals, driven by a 3.59x IPC (Instructions Per Cycle) and near-zero L1/L2 data cache misses.

cs.DC

Multi-Tier Labeling and Physics-Informed Learning for Orbital Anomaly Detection at Scale

Detecting orbital anomalies, such as maneuvers, atmospheric decay, and attitude upsets, across the rapidly growing population of low-Earth-orbit (LEO) satellites is a prerequisite for collision avoidance, decay forecasting, and conjunction screening. The bottleneck is not modeling capacity but labels: there is no public ground-truth corpus of orbital anomalies, manual review does not scale to approximately 10^4 active satellites, and pure rule-based detectors trade recall for precision so aggressively that they are blind to most behavioral anomalies. We present a multi-tier labeling cascade that composes three weak supervision sources of increasing fidelity: a fast physics rule set (rule_v1), an Interacting Multiple Model Unscented Kalman Filter (IMM-UKF) bank, and a supplemental-element calibration step (supGP), to produce labels at a scale unavailable from any single source. Applied to 232M Two-Line Element (TLE) records spanning 60 years, the cascade yields 8.6M labeled sequences of length 50 (430M timesteps) over 11 features that include explicit time encoding and full mean-element state. On overlapping satellites, IMM-UKF surfaces 42.6x more anomalies than rule_v1 alone. We train a 6.5M-parameter Transformer in two stages, achieving a maneuver recall of 55.4% and decay recall of 62.8% on a held-out test set. An ablation on the time-delta feature alone yields a 107% relative improvement in decay recall. We frame the resulting model as a high-recall triage classifier whose role is to surface candidate events for downstream filtering, not to issue final attributions, and discuss the path toward a Neural-ODE-based orbital world model.

cs.DC

Extension of all-optical reconstruction method for isolated attosecond pulses using high-harmonic generation streaking spectra

An all-optical method for directly reconstructing the spectral phase of isolated attosecond pulse (IAP) has been proposed recently [New J. Phys. 25, 083003 (2023)]. This method is based on the high-harmonic generation (HHG) streaking spectra generated by an IAP and a time-delayed intense infrared (IR) laser, which can be accurately simulated by an extended quantitative rescattering model. Here we extend the retrieval algorithm in this method to successfully retrieve the spectral phase of an shaped IAP, which has a spectral minimum, a phase jump about $\pi$, and a "split" temporal profile. We then reconstruct the carrier-envelope phase of IR laser from HHG streaking spectra. And we finally discuss the retrieval of the phase of high harmonics by the intense IR laser alone using the Fourier transform of HHG streaking spectra.

physics.optics

Precise phase control of large-scale inorganic perovskites via vapor-phase anion-exchange strategy

Anion exchange offers great flexibility and high precision in phase control, compositional engineering and optoelectronic property tuning. Different from previous successful anion exchange process in liquid solution, herein, we develop a vapor-phase anion-exchange strategy to realize the precise phase and bandgap control of large-scale inorganic perovskites by using gas injection cycle, produing some perovskites such as CsPbCl3 which has never been reported in thin film morphology. Ab-initio calculations also provide the insightful mechanism to understand the impact of anion exchange on tuning the electronic properties and optimizing the structural stability. Furthermore, because of precise control of specific atomic concentrations, intriguing tunable photoluminsecence is observed and photodetectors with tunable photoresponse edge from green to ultraviolet light can be realized accurately with an ultrahigh spectral resolution of 1 nm. Therefore, we offer a new, universal vapor-phase anion exchange method for inorganic perovskite with fine-tunable optoelectronic properties.

physics.app-ph

CloudPowerCap: Integrating Power Budget and Resource Management across a Virtualized Server Cluster

In many datacenters, server racks are highly underutilized. Rack slots are left empty to keep the sum of the server nameplate maximum power below the power provisioned to the rack. And the servers that are placed in the rack cannot make full use of available rack power. The root cause of this rack underutilization is that the server nameplate power is often much higher than can be reached in practice. To address rack underutilization, server vendors are shipping support for per-host power caps, which provide a server-enforced limit on the amount of power that the server can draw. Using this feature, datacenter operators can set power caps on the hosts in the rack to ensure that the sum of those caps does not exceed the rack's provisioned power. While this approach improves rack utilization, it burdens the operator with managing the rack power budget across the hosts and does not lend itself to flexible allocation of power to handle workload usage spikes or to respond to changes in the amount of powered-on server capacity in the rack. In this paper we present CloudPowerCap, a practical and scalable solution for power budget management in a virtualized environment. CloudPowerCap manages the power budget for a cluster of virtualized servers, dynamically adjusting the per-host power caps for hosts in the cluster. We show how CloudPowerCap can provide better use of power than per-host static settings, while respecting virtual machine resource entitlements and constraints.

cs.DC