SearcharxivSearch

arXiv subjects

Jinjian Liu

Publications and source records attributed to Jinjian Liu.

4 recordsLinked to original sources

Antenna Placement for Monostatic Near-Field Wireless Sensing

The emergence of movable antenna technology enables flexible antenna placement, allowing transceiver antennas to more effectively exploit spatial degrees of freedom. In this paper, we investigate a monostatic near-field sensing system, aiming to minimize the worst-case squared position error bound (SPEB) over the entire near-field region by jointly optimizing the transmit and receive antenna placements, along with the transmit power allocation. Toward this end, we first derive the closed-form expression of SPEB by calculating the Cramér-Rao bound (CRB) for estimating the target's angle and distance. It is shown that the derived SPEB is governed by the power-weighted moments of the transmit antenna locations and the moments of the receive antenna locations, motivating the development of a moment-based optimization algorithm. Functional analysis of the SPEB's moment structure proves that the optimal antenna distributions can be realized by a centro-symmetric structure, and shows that the worst-case target is located at the array broadside on the Rayleigh boundary. Moreover, by leveraging moment-based analysis and the Richter-Tchakaloff theorem, we derive closed-form antenna distributions with three points supported at the aperture center and two edges. Specifically, the optimal transmit antenna distribution can be exactly realized by activating only three transmit antennas while the optimal receive antenna distribution consists of three clusters. Numerical results show that the proposed closed-form design significantly outperforms conventional antenna placements and power allocation benchmark schemes.

eess.SP

Optimal Movable Antenna Placement for Near-Field Wireless Sensing

Movable antennas (MAs) have emerged as a promising technology for wireless sensing by reconfiguring antenna positions to exploit additional spatial degrees of freedom (DoFs). This paper investigates a robust movable antenna placement strategy for near-field wireless sensing to minimize the worst-case squared position error bound (SPEB). By temporarily relaxing the minimum inter-element spacing constraint, we first establish the optimality of centro-symmetric antenna position distribution, which simplifies the identification of the worst-case source, locating it at the array broadside on the Rayleigh boundary. Moreover, by leveraging moment-based analysis with the Richter-Tchakaloff theorem, we derive a closed-form optimal solution with three points supported on the center and two edges of the array. Guided by this structural insight, we finally develop an efficient three-point discrete deployment strategy to ensure the minimum inter-element spacing. Simulations demonstrate that the proposed design consistently outperforms conventional fixed antenna arrays and matches the exhaustive search benchmark at negligible computational complexity.

eess.SP

DS SERVE: A Framework for Efficient and Scalable Neural Retrieval

We present DS-Serve, a framework that transforms large-scale text datasets, comprising half a trillion tokens, into a high-performance neural retrieval system. DS-Serve offers both a web interface and API endpoints, achieving low latency with modest memory overhead on a single node. The framework also supports inference-time trade-offs between latency, accuracy, and result diversity. We anticipate that DS-Serve will be broadly useful for a range of applications, including large-scale retrieval-augmented generation (RAG), training data attribution, training search agents, and beyond.

cs.IR

GSO: Challenging Software Optimization Tasks for Evaluating SWE-Agents

Developing high-performance software is a complex task that requires specialized expertise. We introduce GSO, a benchmark for evaluating language models' capabilities in developing high-performance software. We develop an automated pipeline that generates and executes performance tests to analyze repository commit histories to identify 102 challenging optimization tasks across 10 codebases, spanning diverse domains and programming languages. An agent is provided with a codebase and performance test as a precise specification, and tasked to improve the runtime efficiency, which is measured against the expert developer optimization. Our quantitative evaluation reveals that leading SWE-Agents struggle significantly, achieving less than 5% success rate, with limited improvements even with inference-time scaling. Our qualitative analysis identifies key failure modes, including difficulties with low-level languages, practicing lazy optimization strategies, and challenges in accurately localizing bottlenecks. We release the code and artifacts of our benchmark along with agent trajectories to enable future research.

cs.SE