arXiv ScienceSearch

arXiv subjects

Yue Hu

Publications and source records attributed to Yue Hu.

At least 19 recordsLinked to original sources

A visual large language foundational model for medical image recognition using clinician-contributed online resources

Large language models (LLMs) have demonstrated strong capabilities across diverse domains, showing considerable potential in medicine. However, their application in medical settings remains limited by the scarcity of visual question answering (VQA) datasets that capture clinical reasoning and explicit image-text alignment. Here, we leverage de-identified medical images and expert commentaries shared through clinician-oriented online resources. By combining an advanced LLM with clinician-in-the-loop verification, we established a rigorous pipeline to construct ThoughtMed-1M, a long-form medical VQA dataset containing over one million VQA pairs and designed to capture structured clinical reasoning and medical image-text alignment. To demonstrate its utility, we developed a FOundational LLM Trained on ThoughtMed-1M (FOLTMed). FOLTMed achieved state-of-the-art performance across 42 medical VQA benchmark datasets, with a macro accuracy of 85.4 percent. It also generated more clinically coherent responses on the ThoughtMed-1M test set, outperforming state-of-the-art models by 3 to 5 percent across factuality and similarity metrics, highlighting a scalable paradigm for advancing research on clinically grounded multimodal LLMs.

cs.AI

Imaginative World Modeling with Scene Graphs for Embodied Agent Navigation

Semantic navigation requires an agent to navigate toward a specified target in an unseen environment. Employing an imaginative navigation strategy that predicts future scenes before taking action, can empower the agent to find target faster. Inspired by this idea, we propose SGImagineNav, a novel imaginative navigation framework that leverages symbolic world modeling to proactively build a global environmental representation. SGImagineNav maintains an evolving hierarchical scene graph and uses large vision language models to predict and explore unseen parts of the environment. While existing methods solely relying on past observations, this imaginative scene graph provides richer semantic context, enabling the agent to proactively estimate target locations. Building upon this, SGImagineNav adopts an adaptive navigation strategy that exploits semantic shortcuts when promising and explores unknown areas otherwise to gather additional context. This strategy continuously expands the known environment and accumulates valuable semantic contexts, ultimately guiding the agent toward the target. SGImagineNav is evaluated in both real-world scenarios and simulation benchmarks. SGImagineNav consistently outperforms previous methods, improving the success rate to 65.4% and 66.8% on HM3D and HSSD, and demonstrating cross-floor and cross-room navigation in real-world environments. All source code is open-sourced at https://github.com/UMich-CURLY/SGImagineNav.

cs.RO

LongNav-R1: Horizon-Adaptive Multi-Turn RL for Long-Horizon VLA Navigation

This paper develops LongNav-R1, an end-to-end multi-turn reinforcement learning (RL) framework designed to optimize Visual-Language-Action (VLA) models for long-horizon navigation. Unlike existing single-turn paradigm, LongNav-R1 reformulates the navigation decision process as a continuous multi-turn conversation between the VLA policy and the embodied environment. This multi-turn RL framework offers two distinct advantages: i) it enables the agent to reason about the causal effects of historical interactions and sequential future outcomes; and ii) it allows the model to learn directly from online interactions, fostering diverse trajectory generation and avoiding the behavioral rigidity often imposed by human demonstrations. Furthermore, we introduce Horizon-Adaptive Policy Optimization. This mechanism explicitly accounts for varying horizon lengths during advantage estimation, facilitating accurate temporal credit assignment over extended sequences. Consequently, the agent develops diverse navigation behaviors and resists collapse during long-horizon tasks. Experiments on object navigation benchmarks validate the framework's efficacy: With 4,000 rollout trajectories, LongNav-R1 boosts the Qwen3-VL-2B success rate from 64.3% to 73.0%. These results demonstrate superior sample efficiency and significantly outperform state-of-the-art methods. The model's generalizability and robustness are further validated by its zero-shot performance in long-horizon real-world navigation settings. All source code is open-sourced at https://github.com/UMich-CURLY/LongNav-R1.

cs.RO

Towards Embodied Air-Ground Cooperative Object Search: Benchmark, Dataset and Agentic Method

Air-Ground Object Search (AGOS) in urban environments is a challenging embodied task, which requires an Unmanned Aerial Vehicle (UAV) and an Unmanned Ground Vehicle (UGV) to jointly search for and verify a specified target vehicle from multi-view visual references. To study this underexplored problem, we introduce AGOS-Bench, the first dedicated benchmark for evaluating whether general-purpose Vision-Language Models (VLMs) can integrate aerial discoveries and ground-level verification through UAV-UGV cooperation. We further provide AGOS-Dataset as the companion resource of exemplary trajectories constructed by an automatic pipeline. It consists of 7.7k episodes for searching objects of diverse categories and attributes, spanning three difficulty levels. To address the AGOS task, we propose AGOS-Agent, a training-free and tool-augmented approach. The agentic method relieves VLMs from complex and dynamic coordination via a deliberate search-handoff-verify cooperation protocol, only demanding VLMs for scene understanding and decision-making. Extensive experiments on nine VLMs show that AGOS-Agent improves overall success rate for eight of the nine evaluated backbones while reducing decision steps for all nine. On the hard split, the SR and SPL of Gemini-3.6-Flash increase from 8.6% to 55.7% and from 7.6% to 44.0%, respectively.

cs.CV

Self-Trapping Enabled Highly Bright Momentum-Indirect Interlayer Excitons

Interlayer excitons in two dimensional material heterostructures exhibit large exciton binding energies and long lifetimes, making them ideal platforms for studying excitonic devices and many body quantum phenomena. However, the spatially separated electron and hole nature of IXs reduces their oscillator strength by two orders of magnitude compared to intralayer excitons. Achieving high efficiency IX emission remains challenging and requires optimal material selection with appropriate momentum matching and meticulous device fabrication. Here we demonstrate a highly bright momentum indirect IX emission within heterostructures formed between 2D perovskites and monolayer transition metal dichalcogenides. The quantum yield of IX emission reaches 35.2% on average, over 50 times higher than that of the corresponding constituent TMD monolayer, with the highest value exceeding 60%. Notably, the radiative recombination efficiency of this momentum indirect IX exceeds that of momentum direct IXs in monolayer TMD-based heterostructures by two orders of magnitude. We suggest that the remarkably bright IX emission in our heterostructure originates from IX self trapping, induced by strong exciton phonon coupling arising from the soft lattice nature of the 2D perovskite. Our findings provide new insights into achieving high IX emission efficiency and open new avenues for exploring long lifetime excitonic devices.

cond-mat.mes-hall

Invariant Jacobian and the Center of a Homogeneous Form

We study homogeneous forms with invariant Jacobian under group actions. For finite-dimensional irreducible complex representations, we show that the canonical decomposition defined by the center of the form is either trivial or gives a system of imprimitivity, which determines the module structure of Jacobian $J(f)$. We apply the theory to symmetric groups and classify homogeneous forms with invariant Jacobian on the natural permutation module.

math.RT

Map the Possibilities: Spatial Belief Fields for Language-Goal Aerial Navigation

Language-goal aerial navigation requires an agent to local- ize a potentially unobserved target from relational instruc- tions and partial observations, and translate this inference into metric actions in large-scale continuous environments. Existing methods often reduce language grounding to one single waypoint or action, prematurely collapsing the spatial uncertainty inherent in incomplete evidence and ambiguous relations. To address this limitation, we introduce SBFNav, a closed-loop navigation framework centered on a language- conditioned Spatial Belief Field (SBF). Unlike ego-centric maps that primarily record what has been observed, SBF rep- resents a task-conditioned distribution over plausible target locations, preserving multiple spatial hypotheses under par- tial evidence. At each step, this distribution is updated from accumulated observations as new evidence becomes avail- able. Built on this representation, SBFNav selects the goal that best aligns with the instruction and observations as a met- ric waypoint for control. Experiments on both the original and revised CityNav benchmarks achieve the best reported overall performance. On the Test Unseen split, our method improves SR from 25.91% to 32.29% and SPL from 19.63% to 30.43%. Ablation studies further confirm the advantages of spatial-belief modeling over single-point prediction.

cs.CV

GLoRI: Closed-Loop Whole-Body Tracking with Global-Local Reference Interaction for Humanoid Loco-Manipulation

Humanoid loco-manipulation requires accurate whole-body motion tracking in the world frame for physical interaction. While local references preserve motion structure, they lack explicit constraints on absolute spatial placement, leading to accumulated global errors. Existing globally aware approaches augment teleoperation policies with global observations but do not explicitly integrate global correction with local motion guidance, limiting autonomous tracking accuracy. We present GLoRI, a closed-loop whole-body controller that integrates structured global reference and feedback with local motion guidance. Its GLoRI-Net uses Global-Local Cross Attention(GLCA) to refine local keypoint features with global target and pose-difference features, preserving motion structure while correcting world-frame placement. GLoRI achieves 100% completion and a g-MPJPE of 6.44cm on held-out HuMoTo motions. This accuracy remains robust under direct Isaac Gym-to-MuJoCo transfer without fine-tuning, demonstrating strong generalization. Furthermore, such accuracy and generalization enable autonomous loco-manipulation with a single policy on a real Unitree G1 interacting with diverse unseen objects, extending beyond prior systems that primarily rely on teleoperation or focus on single-object interactions.

cs.RO

ACES VII. Compact Continuum Source Catalog of the Central Molecular Zone

The Central Molecular Zone (CMZ) resides in the inner few hundred parsecs of our Galaxy, and despite being the largest reservoir of dense molecular gas in the Milky Way, it has a relatively low present-day star formation rate (SFR) of $\sim0.08~M_{\odot}~\text{yr}^{-1}$. Continuum and spectral line observations from the Atacama Large Millimeter/submillimeter Array (ALMA) CMZ Exploration Survey (ACES) provide the first full-coverage, high-resolution map of the inner 200 parsecs of the CMZ at 3 mm. In this paper we present the ACES catalog of compact continuum sources, the most complete catalog of potential sites of star formation in the CMZ to date. Using an automated dendrogram-based source extraction procedure in combination with a by-eye morphological classification scheme, we produce a `full' catalog of 1735 detections in total. Additionally, we use spectral index measurements to generate a `filtered' catalog of 567 sources with minimal contamination from non-thermal filaments and extended free-free emission. We find that 359 ($\sim63\%$) of the filtered catalog sources are located at column densities $< 10^{23}$ cm$^{-2}$, outside of the densest molecular cloud regions, 195 of which have not been identified in previous surveys. After cross-referencing with various catalogs generated from data at different wavelengths, we consider it likely that many of these newly discovered detections are produced by pre/protostellar sources or compact HII regions.

astro-ph.GA

Shuffle algebra realizations for modular Yangians

We study the shuffle algebra realization of positive modular Yangians of classical type over an algebraically closed field of characteristic $p>3$. We show that, unlike in characteristic zero, the natural shuffle homomorphism has a nontrivial kernel. Its image is characterized by a $p$-wheel condition, while its kernel is precisely the ideal generated by the $p$-th powers of the Lyndon root vectors. This identifies the corresponding quotient with the small Yangian arising from a $\mathbb Z[\frac12]$-integral form. As part of the construction, we establish a PBW basis for the integral form and obtain the PBW theorem and $p$-center results for the Drinfeld presentation of modular Yangians.

math.QA

Plasmoid-Mediated 2D Magnetic Reconnection in Partially Ionized Plasmas

Magnetic reconnection in partially ionized plasmas is an important channel for energy release. While the plasmoid instability is well characterized in 2D fully ionized plasmas, its behavior in the presence of neutral-dominated plasma remains poorly understood in the nonlinear, high-Lundquist-number ($S = 10^5$) regime. We present high-resolution ($16384 \times 4096$ cells) two-dimensional two-fluid (ion $+$ neutral) simulations of Harris-sheet reconnection with upstream plasma beta $β= 2$, comparing fully ionized and partially ionized (ionization fraction $ξ= 10^{-1}$ and $10^{-2}$) regimes. Neutral-ion decoupling accelerates the linear tearing stage and alters the plasmoid hierarchy: the large-scale ``monster'' plasmoid that dominates the fully ionized case is suppressed, and the sheet instead fragments into a dense chain of sub-scale plasmoids. Below the neutral-ion decoupling scale $\ell_{\rm dec}$, ions concentrate into the plasmoids, reaching peak overdensities $ρ_i/ρ_{i,0} \approx 10$ ($ξ= 10^{-1}$) and $3-5\times10^{3}$ ($ξ= 10^{-2}$), while the neutrals remain comparatively smooth. This local pile-up raises the ionization fraction and recouples the two fluids within the plasmoids. Measured from the out-of-plane electric field at the reconnection sites, the reconnection rate in the $ξ= 10^{-2}$ case achieves $R_{\rm rec}\approx0.01$, whereas the $ξ= 10^{-1}$ case rises to a rate $\approx0.02$ and further $0.035$ when apparent coalescence occurs. In the $ξ= 10^{-2}$ case, the ambipolar drift drives a rapid ion inflow $\sim0.5\,v_{A,0}$ into the layer at the same reconnection sites, far above the neutral inflow velocity $\sim0.1\,v_{A,0}$. Here, $v_{A,0}$ is the upstream total Alfvén speed.

astro-ph.HE

Slow Cosmic-Ray Diffusion in Supersonic and Super-Alfvénic Turbulence

Extended TeV-PeV gamma-ray halo observations imply cosmic-ray (CR) diffusion that is both substantially slower than the Galactic mean and only weakly anisotropic, despite the presence of a large-scale Galactic magnetic field. We investigate whether such transport can arise in partially ionized source environments, where ion-neutral damping removes the small-scale fluctuations responsible for gyroresonant scattering. Using two-fluid magnetohydrodynamic turbulence simulations with relativistic test-particle tracking, we find that damping increases the parallel diffusion coefficient by approximately two orders of magnitude in trans-sonic turbulence, thereby strongly enhancing field-aligned transport. In supersonic turbulence, shock-associated magnetic fluctuations survive the damping and sustain non-resonant pitch-angle scattering, limiting the increase in parallel diffusion to a factor of a few to ten. At high Alfvénic Mach numbers, $M_A\gtrsim5$, the magnetic-field direction decorrelates over the Alfvén scale, driving parallel diffusion coefficient $D_\parallel$ and perpendicular diffusion coefficient $D_\perp$ toward equality. For $M_s\simeq10$, $M_A\simeq5$-$10$, and representative parameters for hundred-TeV gamma-ray source environments, we obtain comparable $D_\parallel$ and $D_\perp$, within the observationally inferred range of $\sim10^{27}$-$10^{28}\,\mathrm{cm^2\,s^{-1}}$. These results show that strongly supersonic, highly super-Alfvénic turbulence in source environments can sustain slow, nearly isotropic CR transport even when the ion-neutral damping effect is important.

astro-ph.HE

VIDP: Variable Impedance Diffusion Policy for Compliant Robot Manipulation from Diverse Demonstrations

Contact-rich manipulation requires precise tracking and mechanical compliance, where variable impedance control can improve robustness in task success, whereas static compliance cannot adapt to varying contact constraints. Variable impedance skills can be learned from demonstrations, avoiding complex modeling, but compliance is a hidden variable in force-agnostic kinematic data. While existing methods infer compliance from trajectory variations, these variations may reflect geometric adaptation and not intentional compliance when subject to changing spatial layouts. Therefore, this letter introduces Variable Impedance Diffusion Policy (VIDP), an imitation learning-based variable impedance control framework leveraging a Task-Parameterized Directionality-Aware Mixture Model (TP-DAMM) to extract physically consistent trajectory distributions from diverse demonstrations. By mapping distributions to stiffness profiles, VIDP jointly predicts pose actions and task compliance without force sensors. Real-world experiments show that VIDP significantly outperforms fixed-impedance baselines in task success rate while reducing interaction forces with respect to high stiffness controllers and tracking errors with respect to low stiffness baselines.

cs.RO

EndoVLM: An Endoscopy Vision-Language Pre-training Model via Anatomy-Guided Sparsity and Progressive Alignment

The development of foundation models (FMs) is crucial for advancing endoscopic image analysis. However, existing endoscopy FMs mainly rely on self-supervised learning from uni-modal images or videos, overlooking the rich semantic knowledge contained in clinical reports. Furthermore, effectively leveraging these records is hindered by a fundamental modality gap: structured anatomical descriptions are not naturally mapped to specific frames within the high-redundancy, uncurated visual streams. In this paper, we present EndoVLM, a novel vision-language FM pre-trained on over 348K endoscopic examinations, each pairing a clinical report with its corresponding image collection. An Anatomy-Guided Sparse Pooling mechanism utilizes textual descriptions as queries to drive sparse attention, efficiently aggregating semantically salient frames into anatomy-specific visual representations across redundant image-sets. Next, a Progressive Semantic-Aware Alignment strategy models clinical taxonomy (anatomy and pathological status) via structured soft targets, bridging the gap from global patient-level matching to fine-grained localized alignment. Finally, a Semantic-Concentrated Masked Autoencoder is applied exclusively to these semantic-rich frames, integrating low-level visual precision with robust high-level semantic representation. Extensive experiments across various downstream tasks demonstrate that EndoVLM outperforms existing foundation models and remains competitive with task-specific methods. Remarkably, EndoVLM also exhibits robust zero-shot generalization capabilities, highlighting its potential for broader clinical application.

cs.CV

NavVerse: Benchmarking Indoor-to-Outdoor Embodied Navigation in Continuous Robot Simulation

Robots deployed in delivery, campus, and emergency-response settings often need to navigate from buildings to streets within a single continuous episode. Existing benchmarks usually evaluate indoor and outdoor navigation separately, and many abstract away robot execution, leaving exit finding, boundary traversal, adaptation, and kinodynamic failures underexplored. We introduce NavVerse, a physics-enabled benchmark for indoor-to-outdoor embodied navigation. NavVerse contains 100 indoor scenes, 50 urban outdoor scenes, and 50 indoor-to-outdoor scenes, and 10,000 episodes spanning Object Navigation, Vision-and-Language Navigation, and Place Navigation tasks, where agents search for semantic points of interest such as restaurants or banks. Agents are evaluated through executable robot interfaces using task-success, path-efficiency, and safety metrics. Zero-shot experiments with RL, VLA, and modular baselines show that current agents remain far from solving cross-context navigation: end-to-end VLAs obtain the highest zero-shot success, while the modular method provides the strongest safety profile. PlaceNav further reveals a clear drop from outdoor to indoor-to-outdoor scenes, indicating that adaptation remains major bottleneck.

cs.RO

Model Checking for Regressions Based on Weighted Residual Processes with Diverging Number of Predictors

The integrated conditional moment (ICM) test is a classical and widely used method for assessing the adequacy of regression models. Although it performs well in fixed-dimension settings, its behavior changes dramatically when the predictor dimension diverges: in such regimes, the limiting null and alternative distributions of the ICM statistic degenerate to fixed constants. Moreover, when the number of predictors diverges, the commonly used wild bootstrap no longer approximates the null distribution of the ICM statistic well, leading to size distortion and substantial power loss. To address these challenges, we propose a new specification test based on weighted residual processes for evaluating the parametric form of the regression mean function in high-dimensional settings where the number of predictors increases with the sample size. We establish the asymptotic properties of the test statistic under the null hypothesis and under global and local alternatives. The proposed test maintains the nominal significance level and can detect local alternatives that deviate from the null hypothesis at the parametric rate $1/\sqrt{n}$. Furthermore, we propose a smooth residual bootstrap to approximate the limiting null distribution and establish its validity in high-dimensional settings. Two simulation studies and a real-data example are conducted to evaluate the finite-sample performance of the proposed test.

stat.ME

An ultralow-loss integrated photonic platform for discrete-variable quantum information processing

Photonic integrated circuits offer a scalable and robust route toward quantum information technologies by consolidating photon sources and linear optical networks onto compact, wafer-manufacturable chips. Although silicon photonics has enabled diverse discrete-variable quantum breakthroughs -- spanning multiphoton entanglement, quantum networking, and photonic qubit fusion for quantum computing -- scaling these platforms beyond proof-of-principle demonstrations remains severely constrained by a critical system-level bottleneck. Optical loss compounds rapidly across photon generation, routing, and state analysis, causing multiphoton generation probabilities to plummet exponentially as circuit depth and complexity grow. Here we overcome this rate-loss barrier by demonstrating a monolithic, ultralow-loss silicon nitride (Si$_3$N$_4$) integrated photonic platform engineered for high-performance discrete-variable quantum information processing. Our architecture seamlessly integrates narrowband photon-pair sources with low-loss qubit-fusion circuits and reconfigurable state-analysis interferometers. The on-chip sources prepare Einstein-Podolsky-Rosen (EPR) states with a fidelity of 0.9875(3) and exhibit near-unity photon indistinguishability, yielding a heralded Hong-Ou-Mandel interference visibility of 0.990(6). By executing on-chip fusion of two EPR states, we synthesize and characterize four-photon Greenberger-Horne-Zeilinger states with a record fidelity of 0.943(8) and a fourfold count rate of 27 Hz -- more than two orders of magnitude higher than previous silicon-photonic implementations. Combined with standard CMOS-compatible fabrication on 150-mm-diameter wafers, these results establish ultralow-loss Si$_3$N$_4$ integrated photonics as a definitive, manufacturable platform for deployable, large-scale quantum information processors.

quant-ph

LTM: Large-scale Terrain Model for Wildfire-prone Landscapes

Accurate 3D terrain maps are essential for emergency response when assessing wildfire hazards. However, wildfire-prone regions often span vast areas where conventional reconstruction methods underperform. Airborne LiDAR systems provide high-resolution terrain data, but they are expensive and infrequently updated. Image-based methods offer a lower-cost alternative, but struggle due to sparse visual features and limited image overlap. We propose a multi-modal reconstruction framework leveraging outdated Digital Elevation Models (DEMs) as geometric priors for image-based 3D reconstruction. Our key innovation is physics-based pixel-pixel alignment between images and DEM data, dramatically reducing computational complexity by eliminating expensive feature matching procedures. To validate our approach, we developed a large-terrain simulator based on a real wildfire-prone area, generating realistic images enabling a comprehensive evaluation. Given posed images and legacy DEMs, our method produces high-fidelity depth maps while maintaining real-time performance. We find significant improvements in reconstruction accuracy and computational efficiency over existing techniques, offering a scalable solution for wildfire response.

cs.CV