SearcharxivSearch

arXiv subjects

Zhuohang Wang

Publications and source records attributed to Zhuohang Wang.

4 recordsLinked to original sources

I-Perceive: A Foundation Model for Vision-Language Active Perception

Active perception - the ability of a robot to proactively select viewpoints to acquire task-relevant information - is essential for robust operation in real-world environments. However, existing approaches are typically limited to fixed objectives or constrained settings, and struggle to generalize to open-ended perception intents specified in natural language. We propose I-Perceive, a foundation model for language-conditioned active perception in large-scale indoor environments. Given a query image, a set of context images, and a natural language instruction, I-Perceive predicts a 6D camera pose that fulfills the specified perception intent. The model integrates a vision-language pathway for semantic grounding with a geometric reasoning pathway for multi-view 3D understanding, connected via multi-layer semantic fusion to enable language-conditioned geometric reasoning. To support scalable training, we construct a large-scale dataset of language-viewpoint pairs from both real-world scene-scanning data and simulated environments using an automated pipeline. Extensive experiments demonstrate that I-Perceive significantly outperforms strong baselines on prediction accuracy, viewpoint feasibility, and instructions alignment. The model exhibits strong zero-shot generalization to unseen scenes and instructions, and enables closed-loop active perception, progressively refining viewpoints over sequential interactions.

cs.RO

Effective Noise Mitigation via Quantum Circuit Learning in Quantum Simulation of Integrable Spin Chains

We propose a noise-mitigation quantum simulation strategy for near-term quantum devices based on Quantum Circuit Learning (QCL), which is in particular effective for integrable quantum spin chains. The method trains a shallow variational circuit to approximate a deeper time-evolution circuit by learning the conserved charges and only a small amount of dynamical information in the system. Under realistic noise models, the learned circuit maintains both conserved quantities and dynamical observables significantly closer to their true values than the noisy simulation of the original circuit. We demonstrate, on small-scale prototypes, that QCL can act as an effective, physics-informed error mitigation strategy, producing shorter, more robust circuits without exponential sampling overhead.

quant-ph

Effective Bethe Ansatz for Spin-1 Non-integrable Models

This work presents a comprehensive benchmark and validation of a recently proposed method called Effective Bethe Ansatz (EBA). It is a variational method that deforms the exact Bethe wavefunctions of one-dimensional spin chains at integrable points to approximate non-integrable systems. We apply this method to the non-integrable regime of the spin-1 bilinear-biquadratic chain. By performing EBA method starting from the two integrable endpoints, the Takhtajan-Babujian point and the Lai-Sutherland point, we systematically evaluate the accuracy of the EBA for the ground state and first excited state. Our validation is based on a direct comparison with exact diagonalization, assessing energy, fidelity, and entanglement entropy. The results confirm that the EBA provides a quantitatively accurate description in a finite window around the integrable points, while its fidelity and entanglement properties degrade in a controlled way as the perturbation increases. The method successfully captures key finite-size effects, such as level crossings, manifested as sharp drops in fidelity, and provides a probe to potential phase transitions. This study establishes the EBA as a reliable and efficient semi-analytical tool, clarifying its scope and limitations for studying low-energy physics in non-integrable quantum spin chains.

cond-mat.stat-mech

RepoScope: Leveraging Call Chain-Aware Multi-View Context for Repository-Level Code Generation

Repository-level code generation aims to generate code within the context of a specified repository. Existing approaches typically employ retrieval-augmented generation (RAG) techniques to provide LLMs with relevant contextual information extracted from the repository. However, these approaches often struggle with effectively identifying truly relevant contexts that capture the rich semantics of the repository, and their contextual perspectives remains narrow. Moreover, most approaches fail to account for the structural relationships in the retrieved code during prompt construction, hindering the LLM's ability to accurately interpret the context. To address these issues, we propose RepoScope, which leverages call chain-aware multi-view context for repository-level code generation. RepoScope constructs a Repository Structural Semantic Graph (RSSG) and retrieves a comprehensive four-view context, integrating both structural and similarity-based contexts. We propose a novel call chain prediction method that utilizes the repository's structural semantics to improve the identification of callees in the target function. Additionally, we present a structure-preserving serialization algorithm for prompt construction, ensuring the coherence of the context for the LLM. Notably, RepoScope relies solely on static analysis, eliminating the need for additional training or multiple LLM queries, thus ensuring both efficiency and generalizability. Evaluation on widely-used repository-level code generation benchmarks (CoderEval and DevEval) demonstrates that RepoScope outperforms state-of-the-art methods, achieving up to a 36.35% relative improvement in pass@1 scores. Further experiments emphasize RepoScope's potential to improve code generation across different tasks and its ability to integrate effectively with existing approaches.

cs.SE