SearcharxivSearch

arXiv subjects

Xinyue Zhao

Publications and source records attributed to Xinyue Zhao.

9 recordsLinked to original sources

Weakly Symmetric and Traceless Tangential-Normal Tensor Finite Elements: Application to the Brinkman Equations

We develop a family of weakly symmetric and pointwise traceless tangential-normal tensor finite elements in arbitrary space dimension and for all polynomial orders. Symmetry is imposed through local cell moments, while the only globally coupled stress degrees of freedom are tangential-normal facet moments; no vertex degrees of freedom are required. In dimensions three and higher, a lowest-order linear enrichment restores the rigid-motion facet control required for discrete Korn stability. As a principal application, we construct a distributional mixed method for the incompressible Brinkman equations using the physical viscous stress. Coupled with divergence-conforming BDM velocities and discontinuous pressures, the method is stabilization-free, uniformly stable with respect to the viscosity parameter, exactly divergence-free, and pressure-robust. We establish optimal-order error estimates in the natural norms. Under suitable parameter-explicit regularity assumptions, we also obtain a parameter-uniform boundary-layer estimate with optimal Darcy approximation order. Relaxing tangential-normal continuity yields an algebraically equivalent stress-hybridized formulation and a stabilization-free virtual element realization.

math.NA

HINT: Human-Intent Inception for Long-Horizon Robot Manipulation

Humans can perform complex manipulations given a simple intent through an overall instruction, while continuously adapting to evolving visual observations. However, current vision-language action (VLA) models and other action policies struggle to realize this high-level intelligent behavior under dense, evolving visual inputs and sparse language guidance. Visual correlations can then dominate semantic intent, leading actions to follow visual shortcuts rather than human goals. We present HINT (Human-INTent INcepTion), an agentic framework inspired by the human manipulation principles: semantic intent changes sparsely at manipulation-pattern transitions, whereas continuous control primarily depends on the evolving object-hand relationship. HINT invokes semantic reasoning only at pattern transitions to resolve the current subtask and target, then maintains this commitment through multi-view grounding and visual tracking. We explore two visual interfaces-image-space semantic highlighting and attention-prior injection-to communicate the tracked intent to the action policy without introducing additional trainable parameters into the foundation action model. Experiments across three long-horizon tasks and out-of-distribution variants show that HINT substantially improves intent understanding, task progress, and end-to-end success across two foundation policies while preserving low-latency control. Project page: https://robot-hint.github.io/

cs.RO

Can LLMs Take the Pulse of the Economy? A Real-Time Evaluation of LLM Nowcasts on Macroeconomic Indicators

Nowcasting headline macroeconomic indicators, i.e., estimating an indicator's value for the current reference period before its official release, is critical for monetary policy and financial markets, and central banks devote dedicated teams of expert economists to producing such estimates. Large language model (LLM) agents are a promising candidate for this task, combining broad world knowledge with real-time web search and supporting queries at higher frequency than institutional nowcasts. Evaluating their nowcasting capability is, however, challenging: headline indicators such as GDP and CPI are widely reported and likely memorized during pretraining, so any evaluation on historical releases is vulnerable to data contamination. To address this, we introduce LiveMacroEval, a live, contamination-resistant benchmark in which LLM agents produce hourly nowcasts for sixteen major U.S. macroeconomic indicators over a pre-release window closing at each official release. Nowcast quality is assessed through a LiveMacro Score against announcement-window equity returns and a LiveBetting Score from simulated Polymarket-style trading, with Federal Reserve regional-bank nowcasts, the Bloomberg ECOS professional consensus, and an auto-ARIMA baseline as comparators. Over six months with four state-of-the-art LLM agents configured with web search, aggregate nowcast accuracy is broadly comparable to the institutional and professional benchmarks, with performance varying widely across individual indicators. This highlights LLM agents' potential as real-time estimators of macroeconomic conditions.

cs.CL

Flow6D: Discrete-to-Continuous Flow Matching for Efficient and Accurate Category-Level 6D Pose Estimation

6D pose estimation is a key task in computer vision and embodied AI, widely used in robotic manipulation, augmented reality, etc. Existing methods directly regress in a high-dimensional continuous space, facing two key challenges in category-level pose estimation: limited accuracy due to noise and local optima, and inefficient search over an infinite space that hinders real-time performance. This paper proposes Flow6D, a hierarchical flow matching framework with a two-stage discrete latent space localization-continuous pose regression strategy. Rotation and translation parameters are first discretized into bins, with a discrete flow matching model locking the latent space around the true pose to reduce search complexity. Then, by sampling in the latent space, a continuous flow matching model predicts local pose residuals to optimize the estimate and regress to an accurate pose. The framework also naturally extends to articulated objects, outperforming state-of-the-art methods on synthetic and real datasets with real-time inference at 70 FPS. Project website: https://flow6d.github.io/.

cs.CV

Symmetric-Tensor Distributional Mixed Method for Fourth-Order Elliptic Singular Perturbation Problem

A symmetric-tensor distributional mixed method for a fourth-order elliptic singular perturbation problem is developed in this paper. The moment variable is approximated by normal-normal continuous symmetric tensor elements, while the scalar variable is represented by an H^1-nonconforming virtual element space coupled with a polynomial multiplier on interior codimension-two subsimplices. Optimal parameter-uniform error estimates are derived, independent of the presence of boundary layers. A hybridized form is further shown to be equivalent to stabilization-free weak Galerkin and H^2-nonconforming virtual element formulations. In two dimensions, we establish a close connection between the distributional mixed method and the classical Hellan-Herrmann-Johnson (HHJ) method by identifying the scalar virtual element-multiplier pair with the Lagrange finite element space. Consequently, the proposed method extends the two-dimensional HHJ framework to any spatial dimension d >= 2. Three-dimensional numerical experiments support the theoretical convergence and robustness estimates. A two-dimensional adaptive constant-load benchmark on an L-shaped polygonal domain tests the method on a non-manufactured nonsmooth problem and shows mesh concentration near the reentrant corner and, for small epsilon, boundary refinement at the expected O(epsilon) scale.

math.NA

Efficient coding under constraint drives neural systems towards criticality and sloppiness

It is widely accepted that the brain operates near a critical state, characterized by neural avalanches that follow power-law distributions. However, the functional rationale for why neural systems attain criticality remains unclear. Here, we present a theoretical framework that links efficient coding to criticality in neural populations. Using a Gaussian population coding model, we demonstrate that maximizing Fisher information under resource constraints naturally leads to the emergence of soft modes and diverging correlation lengths, which are hallmarks of criticality. By introducing spatial structure, we unify two distinct perspectives of criticality: statistical criticality with diverging correlation lengths and dynamical criticality with critical slowing down as well as bifurcation. Furthermore, this framework provides a natural explanation for the sloppiness observed in neural systems. Numerical simulations confirm that optimization results in power-law response, providing a mechanistic link between efficient coding, sloppiness and the critical brain hypothesis.

q-bio.NC

Introducing LongCat-Flash-Thinking: A Technical Report

We present LongCat-Flash-Thinking, an efficient 560-billion-parameter open-source Mixture-of-Experts (MoE) reasoning model. Its advanced capabilities are cultivated through a meticulously crafted training process, beginning with long Chain-of-Thought (CoT) data cold-start and culminating in large-scale Reinforcement Learning (RL). We first employ a well-designed cold-start training strategy, which significantly enhances the reasoning potential and equips the model with specialized skills in both formal and agentic reasoning. Then, a core innovation is our domain-parallel training scheme, which decouples optimization across distinct domains (e.g., STEM, Code, Agentic) and subsequently fuses the resulting expert models into a single, nearly Pareto-optimal model. This entire process is powered by our Dynamic ORchestration for Asynchronous rollout (DORA) system, a large-scale RL framework that delivers a greater than threefold training speedup over synchronous methods on tens of thousands of accelerators. As a result, LongCat-Flash-Thinking achieves state-of-the-art performance among open-source models on a suite of complex reasoning tasks. The model exhibits exceptional efficiency in agentic reasoning, reducing average token consumption by 64.5% (from 19, 653 to 6, 965) on AIME-25, without degrading task accuracy. We release LongCat-Flash-Thinking to promote further advances in reasoning systems and agentic AI research.

cs.AI

Superconvergent and Divergence-Free Mixed Finite Element Methods for The Stokes Equation

This paper develops divergence-free mixed finite element methods for the Stokes equation. Using H(div)-conforming velocities and discontinuous pressures ensures the inf-sup condition for the velocity--pressure pair and yields pointwise divergence-free velocities. However, this choice makes the vector Laplacian difficult to discretize. Inspired by mass-conserving mixed formulations with stresses, tangential--normal continuous traceless tensor elements are used to discretize the vector Laplacian. An inf-sup condition for the weak div operator between the stress and velocity spaces is then proved. Two key properties characterize the scheme. First, the stress--velocity inf-sup stability gives a stable discretization of the vector Laplacian without additional stabilization, unlike discontinuous Galerkin or virtual element methods. Second, the scheme has the property that if a stress field is distributionally divergence-free against the discrete divergence-free velocity space, then it is also distributionally divergence-free against the continuous divergence-free velocity space. This property decouples the stress and velocity errors and leads to superconvergence. As a result, optimal-order error estimates are obtained for the stress, while the discrete velocity is superclose to its H(div) interpolant. The projected-pressure error estimate is optimal with Raviart-Thomas velocities and superconvergent with Brezzi-Douglas-Marini velocities, while local postprocessing yields an elementwise divergence-free velocity with higher-order convergence. Numerical experiments confirm the theoretical results.

math.NA

Active Control Points-based 6DoF Pose Tracking for Industrial Metal Objects

Visual pose tracking is playing an increasingly vital role in industrial contexts in recent years. However, the pose tracking for industrial metal objects remains a challenging task especially in the real world-environments, due to the reflection characteristic of metal objects. To address this issue, we propose a novel 6DoF pose tracking method based on active control points. The method uses image control points to generate edge feature for optimization actively instead of 6DoF pose-based rendering, and serve them as optimization variables. We also introduce an optimal control point regression method to improve robustness. The proposed tracking method performs effectively in both dataset evaluation and real world tasks, providing a viable solution for real-time tracking of industrial metal objects. Our source code is made publicly available at: https://github.com/tomatoma00/ACPTracking.

cs.CV