arXiv ScienceSearch

arXiv subjects

Lin Xu

Publications and source records attributed to Lin Xu.

At least 19 recordsLinked to original sources

MyoMechanix: Biomechanically-Grounded Compositional Skilled Activity Understanding and Coaching

Existing action quality assessment (AQA) datasets and methods rely primarily on visual inputs such as RGB and pose, overlooking physiological dynamics such as muscle mechanics and often modeling actions as monolithic patterns. These limitations hinder fine-grained, biomechanically grounded feedback. We introduce MyoMechanix, a multimodal ecosystem for weight-loaded actions that aligns motion with muscle activity. Expert-annotated, it contains 7,500+ samples of 20 actions from 38 subjects, with synchronized multiview RGB video, 3D pose, sEMG, and additional physiological signals, forming the largest multimodal AQA benchmark to date. We further construct the Fitness Knowledge Graph (FKG), which organizes expert annotations into structured relationships among actions, phases, key steps, errors, and corrective feedback, enabling compositional scoring and interpretable assessment. Building on these representations, we develop CUBIST (Compositional Ontological Reasoning Engine), which performs decomposition-analysis-recomposition for fine-grained error attribution and feedback generation. We also establish MyoMechanix-AQA, MyoMechanix-VideoQA, and a novel MyoMechanix-Video2EMG task. Experiments show that multimodal sensing and structured representations improve performance, interpretability, and error attribution, with CUBIST achieving state-of-the-art results; VideoQA enhances language-grounded action understanding; and Video2EMG suggests video-based alternatives to costly EMG sensing. MyoMechanix advances skilled activity understanding toward biomechanically grounded, multimodal, and compositional reasoning for Physical AI applications in fitness, rehabilitation, healthcare, and machine learning. Project page: https://haoyin116.github.io/MyoMechanix/

cs.CV

DreOPD: Degraded-Reference Extrapolative On-Policy Distillation for Flow-matching Models

Flow-matching models are now a mainstream method to image generation, but its adaptation to diverse downstream scenarios typically relies on post-training, which may cause conflicts among task-specific optimization objectives. Reinforcement learning enables direct optimization of task-specific rewards beyond the original models, yet trajectory-level optimization may incur high-variance gradients and cross-task interference. On-policy distillation (OPD) offers dense and stable supervision on student rollouts, but conventional teacher matching remains imitation-based. We propose DreOPD, a Degraded-reference extrapolative OPD method for flow-matching models that bridges these two paradigms. Our DreOPD converts implicit reward extrapolation into closed-form velocity regression, enabling extrapolative post-training with the stability of OPD. It further uses a mildly degraded reference to strengthen the teacher-reference contrast, yielding a clearer extrapolation direction. Experiments on single- and multi-teacher settings show that DreOPD outperforms OPD and multi-task RL baselines in average performance, while surpassing specialized teachers on most metrics.

cs.LG

Long-Horizon Agent Trajectory Attribution: A Unified Benchmark and Fine-Grained Annotation Framework

Large language model (LLM) agents increasingly operate through long-horizon trajectories involving user instructions, tool use, external observations, and memory. Existing benchmarks primarily evaluate behavioral outcomes but provide limited support for fine-grained attribution analysis. We introduce trajectory attribution and develop a benchmark and annotation framework for this task. The benchmark organizes heterogeneous trajectories under a unified component schema and provides annotations of the primary attribution component, together with attack and execution chains where applicable. Instantiating the benchmark with trajectories from AgentDojo and the Stage and Canary settings of Agent3Sigma yields more than 1,300 annotated trajectories covering task-aligned actions, unsafe actions, and safety refusals. The benchmark defines two evaluation tasks, primary attribution localization and attribution-chain recovery, and provides reference baselines based on incremental trajectory contribution and component-level leave-one-out perturbation. It captures diverse attribution settings, including local and long-range attribution as well as structured attribution chains. Reference baseline results exhibit substantial performance differences across these settings, providing an initial characterization of the benchmark's attribution challenges. Beyond this initial instantiation, we release a reusable annotation skill that enables trajectories generated by new agent models to be standardized, annotated, and evaluated under the same framework. Project resources and future releases are available at https://github.com/chenjing-2024/agent-trajectory-attribution.

cs.AI

Global well-posedness of isentropic compressible Navier--Stokes equations with smallness on scaling-invariant quantity in a half-space

We investigate the initial-boundary value problem for the three-dimensional isentropic compressible Navier--Stokes equations in the upper half-space with the slip boundary conditions. We prove the global existence and uniqueness of strong solutions in the presence of vacuum and large oscillations. Although scaling frameworks for compressible flows in domains with boundaries have been developed in several settings, the global well-posedness result in the half-space remains far from complete. The system with far-field vacuum admits a natural scaling structure that preserves both the half-space geometry and the slip boundary conditions. Motivated by this scaling, we identify the following \textit{scaling-invariant initial quantity}: $$ \left[ \|\rho_{0}\|_{L^{\infty}}^3 \left( \frac12\|\sqrt{\rho_0} u_0\|_{L^{2}}^{2} +\frac{1}{\gamma-1}\|P(\rho_{0})\|_{L^{1}} \right) +\|\rho_{0}\|_{L^{\infty}}^{\frac{3-\gamma}{2}} \right] \left( \|\nabla u_0\|_{L^2}^2 +\|P(\rho_{0})\|_{L^2}^2 \right). $$ Under the assumption that this quantity is sufficiently small, we establish the global well-posedness of strong solutions. This result provides a half-space counterpart of the scaling-invariant global theory for the Cauchy problem established by Wen (Adv. Math. 482 (2025), Paper No. 110628) and shows that the slip boundary condition is compatible with the system.

math.AP

MixDiffusion: Mixing Diffusion-based Uni-condition Text-to-Image Generation Models for Multi-condition Image Synthesis

Recent advances in text-to-image (T2I) generation have enabled controllable image synthesis by incorporating conditions beyond text. However, most existing diffusion-based methods are limited to a single type of control condition (e.g., bounding boxes or keypoints), which restricts their flexibility. To address this limitation, we propose MixDiffusion, a training-free diffusion framework for multi-condition T2I generation. MixDiffusion theoretically supports an arbitrary number of control conditions, including bounding boxes, keypoints, sketches, depth maps, reference images, and text, by collaboratively integrating multiple pre-trained uni-condition diffusion models. The key insight of the proposed approach is to derive the predicted noise distribution in each denoising step of the diffusion-based multi-condition image generation model from the predicted noise distributions of multiple diffusion-based uni-condition models with a derived integration formula, which is supported by rigorous theory proof. Owing to its training-free nature, MixDiffusion is easy to deploy and readily extensible to new control modalities.

cs.CV

Entropy Regularized Reinforcement Learning for Zero-Sum Stochastic Differential Games in a Regime-Switching Jump-Diffusion Process

To address parameter misspecification and sudden structural environmental changes in conventional stochastic differential game (SDG) frameworks, this paper introduces a distributional control approach that characterizes optimal strategies as probability distributions over actions, conditioned on the continuous state, the discrete regime state, and parameters. This forms a reinforcement learning framework for entropy-regularized zero-sum stochastic differential games (ERRL-ZSSDGs) in a regime-switching jump-diffusion process. Using the dynamic programming principle (DPP), we derive the associated coupled systems of Hamilton-Jacobi-Bellman-Isaacs (HJBI) equations, from which equilibrium strategies are expressed via gradients of the value function. For linear-quadratic problems, semi-analytical solutions for both value function and equilibrium strategies are obtained by solving a system of coupled ordinary differential equations (ODEs). In more general settings, an Actor-Critic policy improvement algorithm is developed to approximate the value functions and equilibrium policies across different regimes. The method is applied to an investment game, and numerical examples illustrate the effect of the temperature parameter and regime transitions on optimal policies and values.

cs.LG

Entropy-Regularized Reinforcement Learning for Linear-Quadratic Stackelberg Differential Games in Regime-Switching Diffusion Models

Stackelberg differential games (SDGs) provide a powerful framework for hierarchical decision-making in stochastic and continuous-time environments, yet their solution remains computationally challenging due to the complexity of traditional dynamic programming and Hamilton-Jacobi-Bellman-Isaacs (HJBI) methods, especially in high-dimensional systems. This paper proposes an entropy-regularized reinforcement learning (ERRL) approach for linear-quadratic SDGs (LQ-SDGs) within a continuous-time diffusion framework governed by Markovian regime switching. The key innovation lies in deriving exploratory weakly-coupled HJBI equations with entropy regularization, which promotes stochastic policies that actively avoid suboptimal equilibria -- a limitation of classical SDG methods. Neural networks are integrated to approximate regime-dependent value functions and solve high-dimensional partial differential equations (PDEs) efficiently, while a novel sampling technique enhances computational tractability. Numerical results demonstrate the effectiveness of the framework compared to conventional approaches, particularly in escaping suboptimal traps through exploratory policies. The study highlights the critical role of entropy regularization and neural network approximations in achieving robust solutions for hierarchical decision-making problems under abrupt environmental shifts.

cs.LG

Pressure effects on critical scaling and global low-regularity solutions for compressible Navier--Stokes system

This paper investigates the three-dimensional compressible Navier--Stokes system with a polytropic pressure law and its pressureless counterpart arising from the high Mach number limit. We focus on the different critical scaling structures of these two models. In the presence of the pressure term, the pressure gradient is balanced with the inertial and viscous effects, and thereby selects a fixed critical scaling for the pressure system. In contrast, once the pressure term is ignored, the pressureless system admits a more flexible one-parameter family of invariant scalings. For both systems, we establish the global well-posedness of strong solutions under low-regularity assumptions on the initial data, allowing vacuum and large oscillations. This improves the global result of Wen (Adv. Math. 482 (2025), Paper No. 110628), where higher regularity assumptions on the initial data are required. A central feature of our result is that the smallness conditions are {\it exactly invariant} under the intrinsic critical scalings of the corresponding systems. These scaling structures differ from the usual parabolic scaling used in the critical-space framework of Danchin (Invent. Math. 141 (2000), pp. 579--614), where the system is reformulated around a reference state. We also derive uniform a \textit{priori} estimates and obtain exponential decay estimates for the global strong solutions. The results show that the pressure term not only changes the analytic estimates, but also plays a decisive role in selecting the critical scaling structure and in determining the dynamical behavior of compressible flows.

math.AP

scpFormer: A Foundation Model for Unified Representation and Integration of the Single-Cell Proteomics

The integration of single-cell proteomic data is often hindered by the fragmented nature of targeted antibody panels. To address this limitation, we introduce scpFormer, a transformer-based foundation model designed for single-cell proteomics. Pre-trained on over 390 million cells, scpFormer replaces standard index-based tokenization with a continuous, sequence-anchored approach. By combining Evolutionary Scale Modeling (ESM) with value-aware expression embeddings, it dynamically maps variable panels into a shared semantic space without artificial discretization. We demonstrate that scpFormer generates global cell representations that perform competitively in large-scale batch integration and unsupervised clustering. Moreover, its open-vocabulary architecture facilitates in silico panel expansion, assisting in the reconstruction of biological manifolds in sparse clinical datasets. Finally, this learned protein co-expression logic is transferable to bulk-omics tasks, supporting applications like cancer drug response prediction. scpFormer provides a versatile, panel-agnostic framework to facilitate scalable biomarker discovery and precision oncology.

q-bio.QM

Discern Truth from Falsehood: Reducing Over-Refusal via Contrastive Refinement

Large language models (LLMs) aligned for safety often suffer from over-refusal, the tendency to reject seemingly toxic or benign prompts by misclassifying them as toxic. This behavior undermines models' helpfulness and restricts usability in sensitive or nuanced contexts. While prior work has proposed mitigation strategies such as data augmentation and activation steering, these approaches often face a trade-off: reducing over-refusal typically degrades the model's ability to reject genuinely harmful content. We argue that this issue arises from the ambiguous influence of toxic and seemingly toxic prompts on the model's learning dynamics. To address it, we introduce a preceding alignment stage, DCR: Discernment via Contrastive Refinement. Both theoretically and empirically, we demonstrate that contrastive refinement improves an LLM's capacity to distinguish truly toxic prompts from superficially toxic ones. Evaluation across diverse benchmarks shows that our method effectively reduces over-refusal while preserving the safety benefits of alignment. Importantly, it achieves this with minimal degradation of general capabilities, offering a more principled and robust direction for safety alignment.

cs.CL

RE-TRAC: REcursive TRAjectory Compression for Deep Search Agents

LLM-based deep research agents are largely built on the ReAct framework. This linear design makes it difficult to revisit earlier states, branch into alternative search directions, or maintain global awareness under long contexts, often leading to local optima, redundant exploration, and inefficient search. We propose Re-TRAC, an agentic framework that performs cross-trajectory exploration by generating a structured state representation after each trajectory to summarize evidence, uncertainties, failures, and future plans, and conditioning subsequent trajectories on this state representation. This enables iterative reflection and globally informed planning, reframing research as a progressive process. Empirical results show that Re-TRAC consistently outperforms ReAct by 15-20% on BrowseComp with frontier LLMs. For smaller models, we introduce Re-TRAC-aware supervised fine-tuning, achieving state-of-the-art performance at comparable scales. Notably, Re-TRAC shows a monotonic reduction in tool calls and token usage across rounds, indicating progressively targeted exploration driven by cross-trajectory reflection rather than redundant search.

cs.CL

Global strong solutions for non-isothermal compressible nematic liquid crystal flows under a scaling-invariant smallness condition

We study the three-dimensional Cauchy problem for a non-isothermal compressible nematic liquid crystal system with far-field vacuum. By deriving refined energy estimates and exploiting the coupled structure of the equations, we establish the global existence and uniqueness of strong solutions, provided that the following scaling-invariant quantity is sufficiently small: $$ \big(1+\bar{\rho}+\tfrac{1}{\bar{\rho}}\big) \big[\|\rho_{0}\|_{L^{3}}+(\bar{\rho}^{2}+\bar{\rho})\big(\|\sqrt{\rho_{0}}u_{0}\|_{L^{2}}^{2}+\|\nabla d_{0}\|_{L^{2}}^{2}\big)\big] \big[\|\nabla u_{0}\|_{L^{2}}^{2}+(\bar{\rho}+1)\|\sqrt{\rho_{0}}\theta_{0}\|_{L^{2}}^{2} +\|\nabla^{2} d_{0}\|_{L^{2}}^{2}+\|\nabla d_{0}\|_{L^{4}}^{4}\big]. $$ In particular, our result identifies a new scaling-invariant quantity and does not impose additional restrictions on the viscosity coefficients, which improves previous work (Commun. Math. Sci. 21 (2023), 1455--1486).

math.AP

Global well-posedness of the three-dimensional non-isentropic compressible magnetohydrodynamic equations under a scaling-invariant smallness condition

We consider the Cauchy problem of the non-isentropic compressible magnetohydrodynamic equations in $\mathbb{R}^3$ with far-field vacuum. By deriving delicate energy estimates and exploiting the intrinsic structure of the system, we establish the global existence and uniqueness of strong solutions provided that the scaling-invariant quantity \begin{align*} (1+\bar{\rho}+\tfrac{1}{\bar{\rho}}) [\|\rho_{0}\|_{L^{3}}+ ( \bar{\rho}^{2}+\bar{\rho})( \| \sqrt{\rho_{0}}u_{0}\|_{L^{2}}^{2}+\| b_{0}\|_{L^{2}}^{2}) ] [\|\nabla u_{0}\|_{L^{2}}^{2}+(\bar{\rho}+1)\|\sqrt{\rho_{0}} \theta_{0}\|_{L^{2}}^{2}+\| \nabla b_{0}\|_{L^{2}}^{2}+\| b_{0}\|_{L^{4}}^{4} ] \end{align*} is sufficiently small, where $\bar{\rho}$ denotes the essential supremum of the initial density. Our result may be regarded as an improved version compared with that of Liu and the second author (J. Differential Equations 336 (2022), pp. 456--478) in the sense that an artificial condition $3\mu>\lambda$ on the viscosity coefficients is removed. In particular, we provide a new scaling-invariant quantity regarding the initial data.

math.AP

Structure-aware Hybrid-order Similarity Learning for Multi-view Unsupervised Feature Selection

Multi-view unsupervised feature selection (MUFS) has recently emerged as an effective dimensionality reduction method for unlabeled multi-view data. However, most existing methods mainly use first-order similarity graphs to preserve local structure, often overlooking the global structure that can be captured by second-order similarity. In addition, a few MUFS methods leverage predefined second-order similarity graphs, making them vulnerable to noise and outliers and resulting in suboptimal feature selection performance. In this paper, we propose a novel MUFS method, termed Structure-aware Hybrid-order sImilarity learNing for multi-viEw unsupervised Feature Selection (SHINE-FS), to address the aforementioned problem. SHINE-FS first learns consensus anchors and the corresponding anchor graph to capture the cross-view relationships between the anchors and the samples. Based on the acquired cross-view consensus information, it generates low-dimensional representations of the samples, which facilitate the reconstruction of multi-view data by identifying discriminative features. Subsequently, it employs the anchor-sample relationships to learn a second-order similarity graph. Furthermore, by jointly learning first-order and second-order similarity graphs, SHINE-FS constructs a hybrid-order similarity graph that captures both local and global structures, thereby revealing the intrinsic data structure to enhance feature selection. Comprehensive experimental results on real multi-view datasets show that SHINE-FS outperforms the state-of-the-art methods.

cs.LG

Monitoring and Regulation of Micro-Displacement Deviation in Few-Mode Beam Alignment through Mode Decomposition

Beam alignment enables efficient, stable transmission and control of optical energy and information, which critically depend on precise monitoring and regulation of the three-dimensional (3D) relative positioning between fibers. This study introduces an approach to achieve more accurate 3D measurement of the spatial displacement between two optical fibers in a few-mode configuration, by integrating mode decomposition with a straightforward machine learning algorithm. This method leverages inherent information from the optical field, enabling precise beam alignment with a simple structure and minimal computational effort. In the 3D measurement experiment, the proposed method achieves a coefficient of determination of 0.99 for transverse offsets in the x- and y-directions, and 0.98 for air gap in the z-direction. The RMSE in x-direction, y-direction and z-direction is respectively 0.135 {\mu}m, 0.128 {\mu}m and 2.42 {\mu}m. The time for a single 3D displacement calculation is 4.037e-4 seconds. Furthermore, it facilitates single-step displacement regulation with a deviation tolerance within 0.15 {\mu}m and modal content regulation with an accuracy of 4.67%. These results establish a theoretical framework for addressing key challenges in optical path alignment, crosstalk compensation, precision instrument manufacturing, and fiber optic sensing.

physics.optics

GenePheno: Interpretable Gene Knockout-Induced Phenotype Abnormality Prediction from Gene Sequences

Exploring how genetic sequences shape phenotypes is a fundamental challenge in biology and a key step toward scalable, hypothesis-driven experimentation. The task is complicated by the large modality gap between sequences and phenotypes, as well as the pleiotropic nature of gene-phenotype relationships. Existing sequence-based efforts focus on the degree to which variants of specific genes alter a limited set of phenotypes, while general gene knockout induced phenotype abnormality prediction methods heavily rely on curated genetic information as inputs, which limits scalability and generalizability. As a result, the task of broadly predicting the presence of multiple phenotype abnormalities under gene knockout directly from gene sequences remains underexplored. We introduce GenePheno, the first interpretable multi-label prediction framework that predicts knockout induced phenotypic abnormalities from gene sequences. GenePheno employs a contrastive multi-label learning objective that captures inter-phenotype correlations, complemented by an exclusive regularization that enforces biological consistency. It further incorporates a gene function bottleneck layer, offering human interpretable concepts that reflect functional mechanisms behind phenotype formation. To support progress in this area, we curate four datasets with canonical gene sequences as input and multi-label phenotypic abnormalities induced by gene knockouts as targets. Across these datasets, GenePheno achieves state-of-the-art gene-centric $F_{\text{max}}$ and phenotype-centric AUC, and case studies demonstrate its ability to reveal gene functional mechanisms.

cs.LG

Aeolus: A Multi-structural Flight Delay Dataset

We introduce Aeolus, a large-scale Multi-modal Flight Delay Dataset designed to advance research on flight delay prediction and support the development of foundation models for tabular data. Existing datasets in this domain are typically limited to flat tabular structures and fail to capture the spatiotemporal dynamics inherent in delay propagation. Aeolus addresses this limitation by providing three aligned modalities: (i) a tabular dataset with rich operational, meteorological, and airportlevel features for over 50 million flights; (ii) a flight chain module that models delay propagation along sequential flight legs, capturing upstream and downstream dependencies; and (iii) a flight network graph that encodes shared aircraft, crew, and airport resource connections, enabling cross-flight relational reasoning. The dataset is carefully constructed with temporal splits, comprehensive features, and strict leakage prevention to support realistic and reproducible machine learning evaluation. Aeolus supports a broad range of tasks, including regression, classification, temporal structure modeling, and graph learning, serving as a unified benchmark across tabular, sequential, and graph modalities. We release baseline experiments and preprocessing tools to facilitate adoption. Aeolus fills a key gap for both domain-specific modeling and general-purpose structured data research.Our source code and data can be accessed at https://github.com/Flnny/Delay-data

cs.LG

TianHui: A Domain-Specific Large Language Model for Diverse Traditional Chinese Medicine Scenarios

Domain-specific LLMs in TCM face limitations in research settings due to constrained adaptability, insufficient evaluation datasets, and limited computational resources. This study presents TianHui, a specialized TCM LLM built through contextual data integration and domain knowledge fusion. We constructed a large-scale TCM corpus (0.97GB unsupervised data + 611,312 QA pairs) and employed a two-stage training strategy with QLoRA, DeepSpeed Stage 2, and Flash Attention 2. Evaluation on 12 benchmarks showed TianHui ranked top-three in all metrics for six datasets (APQ, TCMCD, HFR, HCCA, DHPE, TLAW) and achieved top results in the other six (TCMEE, APR, GCPMI, TCMKQA, TCMRC, ADTG). Optimal configuration was identified as LoRA rank=128, alpha=256, epoch=4, dropout=0.2, max length=2048. TianHui enables systematic preservation and scalable application of TCM knowledge. All resources are open-sourced.

cs.CL