SearcharxivSearch

arXiv subjects

Xingchen Liu

Publications and source records attributed to Xingchen Liu.

At least 19 recordsLinked to original sources

Map-Free Single-Anchor Position Localization Using Multipath Uncertainty at Upper Mid-Band

Future 5G-Advanced and 6G systems will exploit directional wideband channels for path-based localization, yet map-free indoor positioning remains challenging because extracted multipath components (MPCs) vary widely in localization reliability. This paper presents an uncertainty-aware map-free single-anchor localization framework using 16.95~GHz indoor directional channel measurements collected at NYU WIRELESS in Brooklyn, New York. Per-MPC angular covariance is estimated from the local consistency of neighboring pattern-de-embedded power delay profile (PDP) observations and propagated into geometric localization through weighted fusion of point-type and line-type constraints. Measurements across 20 links with TX--RX separations from 11~m to 97~m show that the proposed covariance-weighted method achieves a mean localization error of 3.86~m, a median of 2.66~m, and 70\% of links within 5~m using five retained MPCs. It outperforms the power-weighted and unweighted variants under identical point/line constraints, as well as the literature baselines. These results indicate that local directional consistency provides reliability information beyond received power alone and demonstrate a practical map-free approach for future indoor directional systems.

eess.SP

Tools-CC-Bench: a Benchmark Suite for Collective Communication with Compression in HPC and AI Workloads

Distributed HPC and LLM workloads increasingly require efficient communication for scalability, yet growing data movement has become a major performance bottleneck. Communication compression can reduce this overhead and complement execution-level optimizations, but its benefits remain difficult to assess because existing benchmarks lack support for diverse backends, realistic datasets, application-specific accuracy metrics, and overlap-induced resource contention. We present CC-Bench, a lightweight, extensible, and application-oriented benchmark suite for evaluating communication compression under realistic execution conditions. CC-Bench uses declarative application-environment modeling to decouple profiling logic from communication libraries, datasets, and fidelity metrics, enabling portable cross-library evaluation. It further combines function-level interception and hardware counter monitoring to characterize per-phase latency, hardware utilization, numerical fidelity, and computation interference. With representative datasets from HPC and LLM workloads, CC-Bench evaluates three compression-enabled communication libraries on CPU and GPU clusters, revealing accuracy-performance trade-offs and bottlenecks to guide practical deployment and optimization.

cs.DC

Omnidirectional UMi Path Loss Models for 3GPP Extension Above 100 GHz Using Extensive Empirical Data Sets from 6.75 to 142 GHz

Extending standardized urban microcell (UMi) path loss (PL) models from the upper mid-band (FR3) to sub-terahertz (sub-THz) frequencies requires measurement-based comparisons spanning a wide spectral range within a unified framework. In this paper, we derive single- and multi-frequency omnidirectional PL models for UMi environments based on extensive NYU WIRELESS measurements at 6.75, 16.95, 28, 73, and 142 GHz in line-of-sight (LOS) and non-line-of-sight (NLOS) conditions. Single-frequency close-in (CI) and floating-intercept (FI) models for each band show that CI yields more stable and physically interpretable parameters, with shadow fading standard deviations within 0.98 dB of FI across all five frequencies. We then extend the multi-frequency PL analysis to the 7-24 GHz, 0.5-100 GHz, and 0.5-150 GHz frequency ranges using CI, close-in with frequency weighting (CIF), and alpha-beta-gamma (ABG) models. Across progressively wider frequency spans, CI and CIF maintain stable distance exponents that remain closely aligned with the 3rd Generation Partnership Project (3GPP) UMi interpretations, whereas ABG offers only very modest reductions in fitting error at the cost of much greater parameter sensitivity. These results support physically anchored CI/CIF formulations with a close-in free space path loss anchor point at 1 m in order to extend 3GPP-oriented UMi PL models over the entire 0.5 to 150 GHz frequency range.

eess.SP

SPARC: Sparse Path-Aware Residual Calibrator for Wireless Ray Tracing at Upper Mid-Band

Accurate site-specific ray tracing (RT) is essential for upper mid-band network planning, yet raw RT can produce per-path multipath component (MPC) power errors on the order of 19--24~dB in cluttered indoor environments. A fixed-geometry material-sensitivity bound shows that a 30% relative-permittivity perturbation changes each surface interaction by at most 6.28~dB across the considered indoor materials. However, even MPCs with only one surface interaction exhibit a 19.2~dB mean RT--measurement bias, suggesting that missing clutter, displaced surfaces, and simplified 3D geometry dominate the per-path RT error. We propose SPARC (Sparse Path-Aware Residual Calibrator), a lightweight per-path calibration method that learns a sparse linear residual model from one completed RT simulation. SPARC uses standard RT features selected per fold by nested cross-validation, with ridge regularization and power-gated path matching; four features recur in both environments. Using measured indoor factory (InF) and indoor hotspot (InH) datasets at 6.75 and 16.95~GHz, SPARC reduces per-path power RMSE from 18.74 to 4.74~dB in InF and from 23.12 to 5.39~dB in InH. A jointly trained InF+InH model achieves 5.73~dB RMSE. When all links from one transmitter location are held out for testing, SPARC achieves 4.99~dB RMSE in InF and 5.85~dB RMSE in InH. SPARC therefore provides a practical post-processing calibration layer for site-specific per-path power prediction without ray-tracer modification or additional RT runs.

eess.SP

The Anatomy of RF Chains: Metrics, Measures, and Operating Efficiency

In 1958, Haus and Adler [1] introduced the concept of noise measure. Noise measure is a single quantitative metric that provides a comprehensive basis for comparing devices (individual circuits or outcomes of optimization iterations) in terms of their contribution to overall system noise by incorporating both noise factor and available power gain. Unlike noise factor alone, which reflects how much a device degrades the signal-to-noise ratio, noise measure captures the trade-off between noise and gain, making it a system-aware metric. This distinction is especially important when comparing devices in multistage systems, where both parameters jointly influence the overall system noise. Building on Haus and Adler's work, this article aims to advance RF system design by extending traditional device metrics, such as noise factor and noise measure, with new system-aware metrics: linearity, dynamic range, power efficiency, and waste measures. These new measures are interpretable, computable, and cascadable, making them well-suited for comparing the impact of individual devices or tracking the convergence of circuit design iterations on overall system-level performance. Additionally, a new metric--operating efficiency--is introduced, which unifies power efficiency, dynamic range, and data rate by incorporating signal statistics and variability in communication circuits and systems. Operating efficiency enables robust evaluation of devices under realistic and transient operating conditions, including interference, modulated signals, and adaptive modulation schemes.

eess.SY

From Understanding to Action: Feedback-Grounded Policy Discovery for Generative Recommendation

Semantic-ID-based generative recommenders enable efficient next-item generation, but their item-level supervision mainly captures behavioral co-occurrence and local transitions. Large language models (LLMs) can complement these models by reasoning over heterogeneous interaction histories to understand the user's current demand. However, LLMs are not inherently trained with recommendation-specific outcome feedback, and linguistically plausible reasoning therefore does not necessarily lead to effective recommendation decisions. We term this mismatch the Understanding-Action Gap. Accordingly, we distinguish intent knowledge, which captures the user's current demand, from policy knowledge, which specifies the recommendation direction and rejection boundary under that demand. To bridge this gap, we propose a feedback-driven agent framework that first induces task-oriented intent and then discovers recommendation policies according to their incremental utility over an intent-only baseline. Candidate policies are evaluated and refined using outcome-derived feedback rather than linguistic plausibility. We further transfer the resulting intent and policy knowledge into two latent tokens of a lightweight Semantic-ID generator through dual-space relational distillation, enabling LLM-free online inference. Experiments on public benchmarks show consistent improvements over baselines, while large-scale online A/B tests achieve gains of 4.506% in Revenue and 4.621% in ADVV.

cs.IR

Contrastive Reinforced Policy Optimization via Privileged Self-Distillation

Recent advances in post-training Large Language Models (LLMs) increasingly rely on Reinforcement Learning with Verifiable Rewards (RLVR) or On-Policy Self-Distillation (OPSD). While OPSD provides dense, logit-level supervision, it inherently suffers from exposure bias due to the privileged information of the self-teacher. In multi-turn agentic settings, this leads to reasoning route convergence and the loss of clear optimization directions. To tackle these challenges, we introduce Contrastive Reinforced Policy Optimization (CRPO), which reformulates agentic OPSD from a contrastive learning perspective. By leveraging predictive entropy to distinguish between positive positions (reflective exploration) and negative positions (exposure bias), CRPO conducts group-wise contrast to preserve reliable, fine-grained optimization signals. Extensive evaluations across 13 challenging reasoning and deep-search benchmarks demonstrate that CRPO consistently outperforms existing reinforcement learning and self-distillation baselines, significantly enhancing training stability and generalization in long-horizon interactions.

cs.LG

ClawTrack: Towards Trace-Level Evaluation and Improvement of Real-World Autonomous Agents

As LLM-based agents are deployed in complex, multi-step workflows, a critical evaluation gap has emerged: most existing benchmarks judge only final outcomes, unable to distinguish reliable reasoning from lucky success or attribute failures to specific process deficiencies, hindering attribution in long-horizon tasks. In this work, we present ClawTrack, a dual-assessment benchmark that simultaneously measures what an agent achieves (Task Score) and how it achieves it (Process Score). ClawTrack comprises 320 tasks across 8 domains with 25+ deterministic mock services. A Process Grader scores each reasoning turn along four dimensions (goal alignment, efficiency, information utilization, and result verification), anchored by 12,541 task-specific rubric items. Evaluating 21 models over 16,000+ trials, we find that: (1) process scores effectively attribute success and failure to specific reasoning dimensions, filtering lucky passes invisible to outcome-only evaluation; (2) the four dimensions are complementary, with result verification as the systematic bottleneck; (3) the framework is robust to evaluator choice across different judge LLMs; and (4) process-based trajectory filtering yields consistent post-training improvements across model scales.

cs.LG

AlphaOracle: Oracle bone script decipherment via human-workflow-inspired deep learning

Approximately 3,000 of the 4,500 oracle bone script (OBS) characters remain undeciphered due to fragmentary inscriptions and sparse evidence. Current AI approaches fail to replicate expert workflows that integrate form analysis, contextual semantics, and philological reasoning. We introduce AlphaOracle, a human-workflow-inspired framework that systematizes OBS decipherment using the largest digitized corpus to date. Its multi-stage pipeline comprises: (i) rubbing parsing; (ii) radical-based morphological analysis with diachronic modeling; (iii) contextual retrieval with semantic alignment; and (iv) philological validation against classical sources. Each stage generates explicit, confidence-weighted evidence chains, culminating in interpretable reports for scholarly verification. Across multiple test characters, AlphaOracle's readings strongly agreed with expert interpretations. In a study of 86 domain specialists, it reduced analysis time by 64% and 79% of participants rated it highly useful. Notably, AlphaOracle resolves the character "Lao" as a toponymic or clan designation, offering concrete revisions to Shang administrative and social interpretations. These results suggest that computational methods aligned with philological practice can facilitate OBS research and provide a conceptual reference for studies of other undeciphered scripts.

cs.HC

Modulation of anomalous Hall angle in a magnetic topological semimetal

The anomalous Hall angle ({\theta}A) is a measure of the efficiency of converting a longitudinal driving current to a transverse spin-polarized Hall current. For anomalous Hall sensing, a large anomalous Hall angle can improve the sensitivity of magnetic field detection. However, modulation of this angle is challenging and magnetic materials typically have low angles of 0.1 to 3{\deg}. Here, we report modulation of the anomalous Hall angle in the magnetic Weyl semimetal Co3Sn2S2. We propose that the angle parameter tan{\theta}A can be formulated as a function of the product of electrical resistivity and anomalous Hall conductivity. Our scheme was utilized to demonstrate the modulation of tan{\theta}A up to a magnitude of 0.46, corresponding to an angle of around 25{\deg}. Microfabricated anomalous Hall devices using Fe-doped Co3Sn2S2 single-crystalline nanoflakes exhibit a high Hall sensitivity of 7028 {\mu}{\Omega}ucm/T and a magnetic field detectability of 23.5 nT/Hz0.5 at 1 Hz.

cond-mat.mes-hall

EventRadar: Long-Range Visual UAV Discovery through Spatiotemporal Event Sensing

Unauthorized unmanned aerial vehicle (UAV) activity around airports, public venues, and other sensitive sites has made protected-airspace monitoring increasingly important. A practical sensing system must search a wide angular region, find small long-range targets, and return both bearing support and UAV-specific evidence before a restricted perimeter is breached. Existing UAV detection paths often rely on spatially organized evidence, such as body extent, silhouette, or track continuity. At long range, however, these cues become difficult to preserve and verify as the target footprint weakens and its image-plane support shrinks. EventRadar follows a complementary cue: propeller-induced temporal periodicity, which recent event-camera sensing studies have shown can reveal UAV-specific motion after appearance becomes weak. We extend this cue to kilometer-scale active sensing with an event-camera prototype. Scene-Anchored Geometry Evidence (SAGE) fuses scanning events with IMU pose to maintain a bearing-indexed scene memory, separating transient candidate support from persistent background clutter. Comb-guided Harmonic-Group Learned Iterative Shrinkage and Thresholding Algorithm (CHG) then treats each candidate as a weak high-rate timing signal and recovers phase-insensitive harmonic evidence with fixed compute. Compared with related event-camera baselines on 700-1500 m UAV event recordings, EventRadar achieves 0.990 mAP$_{.3}$ and 0.949 F1$_{.3}$, reduces FN$_{.3}$ to 0.009, and shows real-time feasibility in prototype profiling.

cs.CV

OneReason Technical Report

Generative recommendation models in the OneRec family have been widely deployed in many real-world services, such as short-video, live-streaming, advertising, and e-commerce. However, these generative models can only benefit from the scaling advantage, while their reasoning ability is hard to activate, since we cannot construct meaningful Chain-of-Thought (CoT) sequences consisting of itemic tokens only. Inspired by the success of the reasoning-style ``think before answer'' paradigm in the LLM field, we conduct preliminary studies (i.e., OneRec-Think, OpenOneRec) to explore reasoning capability in generative recommendation. Nevertheless, we notice an unexpected phenomenon: the thinking mode does not show advantages over the non-thinking mode. Drawing insights from recent findings on CoT robustness in multi-modal language models, we argue that effective reasoning in recommendation rests on two factors: perception, the ability to ground itemic tokens in their underlying language semantics, and cognition, the ability to reorganize a user's behavior sequence into coherent latent interest points. We therefore propose OneReason, which includes: (1) strong itemic token perception in pre-training, (2) a three-level cognition-enhanced CoT format for recommendation tasks in SFT, and (3) a specialize-then-unify training recipe in RL to enhance the thinking ability.

cs.IR

KVServe: Service-Aware KV Cache Compression for Communication-Efficient Disaggregated LLM Serving

LLMs are widely adopted in production, pushing inference systems to their limits. Disaggregated LLM serving (e.g., PD separation and KV state disaggregation) improves scalability and cost efficiency, but it also turns KV into an explicit payload crossing network and storage boundaries, making KV a dominant end-to-end bottleneck. Existing KV compression are typically static runtime configurations, despite production service context varies over time in workload mix, bandwidth, and SLO/quality budgets. As a result, a fixed choice can be suboptimal or even increase latency. We present \emph{KVServe}, the first service-aware and adaptive KV communication compression framework for disaggregated LLM serving: KVServe (1) unifies KV compression into a modular strategy space with new components and cross-method recomposition; (2) introduces Bayesian Profiling Engine that efficiently searches this space and distills a 3D Pareto candidate set, reducing $50\times$ offline search overhead; and (3) deploys a Service-Aware Online Controller that combines an analytical latency model with a lightweight bandit to select profiles under constraints and correct offline-to-online mismatch. Integrated into vLLM and evaluated across datasets, models, GPUs and networks, KVServe achieves up to $9.13\times$ JCT speedup in PD-separated serving and up to $32.8\times$ TTFT reduction in KV-disaggregated serving.

cs.DC

CCL-D: A High-Precision Diagnostic System for Slow and Hang Anomalies in Large-Scale Model Training

As training scales grow, collective communication libraries (CCL) increasingly face anomalies arising from complex interactions among hardware, software, and environmental factors. These anomalies typically manifest as slow/hang communication, the most frequent and time-consuming category to diagnose. However, traditional diagnostic methods remain inaccurate and inefficient, frequently requiring hours or even days for root cause analysis. To address this, we propose CCL-D, a high-precision diagnostic system designed to detect and locate slow/hang anomalies in large-scale distributed training. CCL-D integrates a rank-level real-time probe with an intelligent decision analyzer. The probe measures cross-layer anomaly metrics using a lightweight distributed tracing framework to monitor communication traffic. The analyzer performs automated anomaly detection and root-cause location, precisely identifying the faulty GPU rank. Deployed on a 4,000-GPU cluster over one year, CCL-D achieved near-complete coverage of known slow/hang anomalies and pinpointed affected ranks within 6 minutes-substantially outperforming existing solutions.

cs.DC

TACO: Efficient Communication Compression of Intermediate Tensors for Scalable Tensor-Parallel LLM Training

Handling communication overhead in large-scale tensor-parallel training remains a critical challenge due to the dense, near-zero distributions of intermediate tensors, which exacerbate errors under frequent communication and introduce significant computational overhead during compression. To this end, we propose TACO (Tensor-parallel Adaptive COmmunication compression), a robust FP8-based framework for compressing TP intermediate tensors. First, we employ a data-driven reshaping strategy combined with an Adaptive Scale-Hadamard Transform to enable high-fidelity FP8 quantization, while its Dual-Scale Quantization mechanism ensures numerical stability throughout training. Second, we design a highly fused compression operator to reduce memory traffic and kernel launch overhead, allowing efficient overlap with communication. Finally, we integrate TACO with existing state-of-the-art methods for Data and Pipeline Parallelism to develop a compression-enabled 3D-parallel training framework. Detailed experiments on GPT models and Qwen model demonstrate up to 1.87X end-to-end throughput improvement while maintaining near-lossless accuracy, validating the effectiveness and efficiency of TACO in large-scale training.

cs.DC

DocSeeker: Structured Visual Reasoning with Evidence Grounding for Long Document Understanding

Existing Multimodal Large Language Models (MLLMs) suffer from significant performance degradation on the long document understanding task as document length increases. This stems from two fundamental challenges: 1) a low Signal-to-Noise Ratio (SNR), with crucial evidence buried in irrelevant pages; and 2) supervision scarcity, as datasets offering only final short answers provide a weak learning signal. In this paper, we address these challenges by proposing a paradigm that requires the model to execute a structured Analysis, Localization and Reasoning workflow. To instill this capability, we design a two-stage training framework: we first perform Supervised Fine-Tuning on high-quality data generated via an efficient knowledge distillation strategy. Subsequently, we employ an Evidence-aware Group Relative Policy Optimization which jointly optimizes for both evidence localization and answer accuracy. Additionally, we introduce a Evidence-Guided Resolution Allocation strategy to mitigate memory constraints of training on multi-pages documents. Extensive experiments demonstrate that DocSeeker achieves superior performance on both in-domain and out-of-domain tasks. We show it robustly generalizes from short-page training to ultra-long documents and is naturally synergistic with visual Retrieval-Augmented Generation systems, serving as a solid foundation for their implementation.

cs.AI

Giant Domain-Wall Hall Magnetoresistance in Magnetic Topological Semimetal

Magnetic topological semimetals exhibit emerging magneto-transport behaviors, such as the giant anomalous Hall effect (AHE), chiral Hall effect, and antisymmetric magnetoresistance. In this work, based on the magnetic Weyl semimetal Co3Sn2S2, we report an intriguing longitudinal domain-wall Hall magnetoresistance in multi-domain states. According to a multi-domain model, a concise formula of this Hall magnetoresistance was revealed and verified experimentally. Rather than the real change of longitudinal resistance, this Hall magnetoresistance originates from an additional electric field distribution induced by the transverse giant AHE through the domain wall, which can be directly correlated to the Berry phase of topological Weyl bands. In Co3Sn2S2 devices, the Hall magnetoresistance was an order of magnitude larger than that of conventional magnetic materials, indicating its potential for multi-resistance-state modulation via the Weyl-enhanced AHE.

cond-mat.mes-hall

Robust Hybrid Beamforming with Liquid Crystal Antennas and Liquid Neural Networks

Sub-terahertz (sub-THz) multi-user multiple-input multiple-output (MU-MIMO) systems unlock immense bandwidth for 6G wireless communications. However, practical deployment of wireless systems in sub-THz bands faces critical challenges such as increased atmospheric absorption, reduced channel coherence time due to increased Doppler spread at higher carrier frequencies, and hardware bottlenecks as low-loss sub-THz phase shifters are difficult to realize. To overcome the hardware and channel estimation challenges of sub-THz systems, this paper proposes a hybrid beamforming (BF) framework that integrates reconfigurable liquid crystal (LC) antennas with a liquid neural network (LNN) for transmitter. Specifically, we employ an LC antenna as the analog BF stage of a hybrid BF architecture, exploiting its voltage-driven permittivity tunability to achieve high-gain beam steering without the need for lossy phase shifters. For digital BF, we utilize an ordinary differential equations-defined LNN to learn temporal channel dynamics, and use a manifold optimization technique to compress the search space. We validated the proposed method on simulated site-specific 108 GHz ray-tracing channels in an urban scenario using NYURay, a ray-tracing simulator validated against 142 GHz propagation measurements. The 108 GHz carrier frequency matches the operating band of the LC antenna hardware. The proposed method achieves an 88.6\% spectral efficiency (SE) gain and higher robustness to imperfect channel estimation compared to the learning-aided gradient descent and gated recurrent unit machine learning baselines, and 1.9 times higher SE than the 3GPP TR~38.901 standard antenna model, highlighting the potential of LC-based hardware for sub-THz communications.

cs.IT