arXiv ScienceSearch

arXiv subjects

Xi Yan

Publications and source records attributed to Xi Yan.

At least 19 recordsLinked to original sources

Agentic Visual Generation: From Generative Models to Agentic Control

Visual generation is evolving from generative models used through a single invocation into agentic control processes that can plan, select tools, inspect intermediate synthesized outputs, revise failures, and reuse prior experience. In most existing systems, the controller is an LLM or VLM, while visual generation models serve as tools or executors. However, existing work lacks a consistent criterion for determining when a generation system becomes agentic. Planning depth, tool use, multi-role collaboration, and reinforcement learning are often treated as evidence of agenticity, even though none of them necessarily determines which generation decisions the controller can make. We organize the field according to what the controller can directly control in the generation process. At L1 Conditioning Control, the controller prepares the input to a predetermined generator but does not control which visual operation is executed. At L2 Execution Control, it selects and invokes actual generation, editing, rendering, or other content-modifying operations. At L3 Outcome-Adaptive Control, it observes an intermediate outcome and uses that observation to change a subsequent operation within the current task. At L4 Experience-Adaptive Control, it retains experience from completed tasks and uses that experience to change decisions on future tasks. L0 Fixed Support separately denotes generators, editors, evaluators, reward models, benchmarks, and fixed pipelines without a deployed controller that makes generation-level decisions. These levels describe a progressively broader decision-making scope rather than model size, system complexity, output quality, tool or role count, or training method. Applying this framework across image, video, editing, 3D, world, slide, and user-interface generation reveals how controller capabilities have evolved and how their mechanisms are distributed across levels.

cs.CV

VA-Judger: Reward Modeling from Human Preference Feedback for Joint Video-Audio Generation

Using reinforcement learning to post-train joint video-audio generation models requires a reward signal. Existing methods construct this reward by combining metrics for individual quality dimensions, including audio quality, visual fidelity, and synchronization. However, these metrics evaluate perceptual dimensions separately and fail to capture the overall semantic and temporal coherence among the text prompt, video, and audio that shapes human preferences. Optimizing models against these metrics encourages reward hacking, generating video-audio content that achieves high scores on these metrics yet appears incoherent or unfaithful to human viewers. To address this problem, we first construct a large-scale human-preference dataset VAPref-10K for joint video-audio generation, comprising 9K prompts and 10.3K fine-grained paired comparisons from open-source generation models. We also introduce the VA-Judger-Bench benchmark with both in-domain and out-of-domain model comparisons to evaluate whether reward models truly align with human preferences. We further propose VA-Judger, a chain-of-thought omni-reward model for joint video-audio generation. In particular, VA-Judger first learns from pairs with clear quality gaps to establish structured output and coarse preference discrimination, then distills reliable preference explanations for harder near-quality comparisons via rejection sampling verified against human annotations, and finally performs dimension-wise reinforcement learning that decomposes human feedback into individual quality dimensions for denser reward signals than a single binary preference label. Experiments show that VA-Judger outperforms metric baselines in predicting human preferences on both in-domain and out-of-domain evaluations. Using its human-aligned rewards for post-training audio-video generation model also yields significant improvements in generation quality.

cs.CV

Magnetic rigidity reveals the PeVatron acceleration region in SS 433

PeVatrons are cosmic accelerators capable of driving particles to petaelectronvolt (PeV) energies. Recently, microquasar jets have emerged as compelling Galactic PeVatron candidates. This is especially the case for SS 433 as its $>100$ TeV gamma-ray emission is spatially coincident with an atomic cloud. However, the exact region where PeV protons are accelerated and injected within these jets remains unresolved. Here we report, using archival, multi-frequency VLBA observations, the magnetic field profile $B(H)$ along the SS 433 inner jet on tens of AU scale, where $H$ is the distance from the central compact object. We find that the field declines as $B(H) \propto H^{-0.50\pm0.12}$, demonstrating that the magnetic rigidity $B(H)R_{\rm acc}$ grows with $H$ for a conical jet. This implies the Hillas limit ($E_{\rm max} \propto BH$) to lie well beyond a PeV at a few hundred-AU scale, which becomes a highly potential site for accelerating protons to energies $E_{\rm cut} \simeq 2.6$ PeV inferred from the LHAASO gamma-ray spectrum. These results reveal a hidden PeVatron within the baryonic ejecta of microquasar SS 433, well upstream of the extended TeV-emitting lobes.

astro-ph.HE

Distinct Jet Properties in the X-Ray-Obscured State of GRS 1915+105

GRS 1915+105 has remained in an X-ray-obscured state since its transition from a long-lasting unobscured state in 2019. We report on 6.7-GHz East Asia VLBI Network observations of GRS 1915+105 obtained during strong radio flares detected at 2.3--11.2 GHz with the RATAN-600 radio telescope in 2025. Our images reveal two contrasting jet morphologies. The first epoch, associated with a flare evolving from an optically thick to an optically thin spectrum, shows a bright radio core accompanied by an extended jet structure. By contrast, the second epoch, observed near the peak of another flare displaying optically thin emission at lower frequencies, is dominated by two bright, symmetric, well-separated jet blobs and shows no detectable radio core. If these jets exhibited the apparent superluminal motions commonly observed prior to 2019, measurable angular shifts would be expected over the five-hour observations. However, no significant jet motion is detected. Combined with our derived jet speed of $\beta\Gamma \lesssim 0.40$, these results suggest that the jets launched during the current obscured state are slower than the relativistic jets ($\beta\Gamma \gtrsim 1$) observed earlier during the unobscured state. Together with the recently reported large variations in jet orientation, our findings in GRS 1915+105 provide robust support for the emerging paradigm that X-ray binary jets launched in obscured and unobscured states likely exhibit distinct propagation properties.

astro-ph.HE

The First Measurement of Jet Collimation Profiles in an X-ray Binary: the Case of SS 433

While significant progress has been achieved in active galactic nuclei (AGN), jet collimation profiles in X-ray binaries (XRBs) have not been directly measured. Here we report the first measurement of jet collimation profiles in an XRB using very long baseline interferometry data from SS 433. The approaching jet exhibits a well-constrained quasi-parabolic profile in the 1995 and 1998 data, whereas the prominent local oscillations present in the 2000 jet-width measurements preclude a robust characterization of the jet collimation profile. Nevertheless, the 2000 data suggest that the intrinsic jet opening angle decreases gradually from $\sim 20^\circ$ at 8$\times 10^{14}$ cm to $\sim 3^\circ$ at $9\times 10^{15}$ cm (deprojected), providing evidence for progressive jet collimation. The width and opening angle of the receding jet are also presented, although their interpretation is limited by the free--free absorption effect. In addition, we measure the frequency-dependent core positions at four bands and derive a core-shift relation. These results establish SS 433 as the first XRB in which jet collimation, opening-angle evolution, and core-shift relation are constrained.

astro-ph.HE

CITBench: A Comprehensive Benchmark for Interactive Tabular Data Processing with LLMs

Tabular data processing is central to data work, and LLM-based assistants have recently shown promising capabilities in supporting such tasks. However, existing benchmarks primarily focus on table reasoning under single-turn, fully specified instructions, underrepresenting complex table processing that unfolds through multi-turn interactions with evolving user requirements. To bridge this gap, we introduce CITBench, a comprehensive benchmark for evaluating LLMs on interactive tabular data processing. CITBench features a comprehensive taxonomy across four high-level categories--table matching, cleaning, augmentation, and transformation--spanning 18 task types and 1,296 instances curated from datasets across diverse domains. The benchmark supports both offline and online evaluation, where the online setting models multi-turn interactions under constrained operation procedures and structured task scripts, capturing key potential behavioral characteristics of user-in-the-loop tabular data processing. We evaluate a broad suite of open-source and closed-source LLMs on CITBench, revealing a consistent trend: while current models perform well on simple tables and rules, their performance degrades significantly with increasing table complexity, tighter rule dependencies, and noisy multi-turn interaction simulations. These results highlight persistent challenges in understanding, planning, and table-structure awareness for LLMs in extended interactive data processing scenarios.

cs.DB

Discovery of Unusual Jet Orientation Variations in the Microquasar GRS 1915+105

We report large day-timescale variations in the orientation of the southeast--northwest jet in the prototype microquasar GRS 1915+105. These results are based on three-epoch East Asia VLBI Network (EAVN) observations at 6.7 GHz, obtained during giant radio flares in 2025 detected by the RATAN-600 monitoring program. Our observations reveal the smallest position angle (PA) of $118^\circ \pm 7^\circ$ ever measured for the jet in GRS 1915+105, which increases to $152^\circ \pm 2^\circ$ within 37 days. Based on the literature results, we further suggest that the jet orientation has exhibited significant variations over a PA range of $118^\circ$--$188^\circ$ since 2023. This unusual jet orientation behavior in GRS 1915+105 during its current X-ray-obscured state may arise from a warped, precessing inner accretion disk, as implied by recent X-ray spectroscopy. Notably, one image reveals a peculiar morphology in GRS 1915+105, which likely indicates lateral spreading of the approaching southeast jet. Future observations are essential to clarify the issues raised in this work.

astro-ph.HE

Experimental Progress in Ambient-Pressure Superconducting Bilayer Nickelate Films

Bilayer Ruddlesden-Popper nickelates display superconductivity near 80 K under high pressure, establishing a new nickelate platform for studying unconventional high-temperature superconductivity. The recent stabilization of superconducting RA3Ni2O7 (RA = rare earth or alkaline earth) films at ambient pressure has changed the experimental landscape: epitaxial strain can reproduce key structural ingredients of the high-pressure phase while making transport, spectroscopy, microscopy, and device-oriented measurements directly accessible. This Review summarizes the experimental progress on ambient-pressure superconducting bilayer nickelate films, with emphasis on synthesis routes, oxygen stoichiometry, substrate-induced strain, normal-state transport, superconducting properties, doping phase diagrams, and momentum-resolved electronic structure. We highlight several issues that remain unsettled, including the reproducibility of phase-pure ultrathin films, the microscopic origin of the two-step superconducting transition, the role of oxygen defects and substrate-derived doping, the position of the Ni 3dz2-derived {\gamma} band, and the pairing symmetry. We close by outlining experimental directions that could establish a more quantitative link among crystal structure, orbital reconstruction, and superconductivity in bilayer nickelate films.

cond-mat.supr-con

ProfiliTable: Profiling-Driven Tabular Data Processing via Agentic Workflows

Table processing-including cleaning, transformation, augmentation, and matching-is a foundational yet error-prone stage in real-world data pipelines. While recent LLM-based approaches show promise for automating such tasks, they often struggle in practice due to ambiguous instructions, complex task structures, and the lack of structured feedback, resulting in syntactically correct but semantically flawed code. To address these challenges, we propose ProfiliTable, an autonomous multi-agent framework centered on dynamic profiling, which constructs and iteratively refines a unified execution context through interactive exploration, knowledge-augmented synthesis, and feedback-driven refinement. ProfiliTable integrates (i) a Profiler that performs ReAct-style data exploration to build semantic understanding, (ii) a Generator that retrieves curated operators to synthesize task-aware code, and (iii) an Evaluator-Summarizer loop that injects execution scores and diagnostic insights to enable closed-loop refinement. Extensive experiments on a diverse benchmark covering 18 tabular task types demonstrate that ProfiliTable consistently outperforms strong baselines, particularly in complex multi-step scenarios. These results highlight the critical role of dynamic profiling in reliably translating ambiguous user intents into robust and governance-compliant table transformations.

cs.AI

A large misalignment between continuous jet and discrete ejecta in microquasar GRS 1915+105 during its obscured phase

We report a large misalignment between the continuous jet and the discrete ejecta in GRS 1915+105, detected in April 2023 with the East Asian VLBI network (EAVN). Two-sided ejecta are shown at 6.7 GHz images and central continuous jets are resolved at 43 GHz by EAVN quasi-simultaneously. While the continuous jet was aligned with the long-standing jet position angle (PA) of about 147 degree, the discrete ejecta appeared at a markedly different PA about 188 degree, with the lowest intrinsic velocity about 0.35 c ever reported. A similar misalignment of PA between discrete ejecta and continuous jet was independently detected in late September of 2023 during a consecutive flare event. The pronounced and recurrent angular deviations suggest a time-variable jet launching geometry, which, in conjunction with the observed X-ray obscuration, can be attributable to a warped accretion disk. Our result could offer new insight into the fundamental differences between continuous jet and discrete ejecta, and broadly provides a clue to understand the phenomena for transient black hole X-Ray binaries and changing-look active galactic nuclei during the X-ray obscured phase.

astro-ph.HE

Quantum router of silicon-vacancy centers via a diamond waveguide

As a key component of quantum networks, the quantum router distributes quantum information among different quantum nodes. The silicon-vacancy (SiV) center in diamond offers a promising platform for quantum technology due to its strong strain-induced coupling with phonons. However, the development of a practical quantum router faces the challenges of achieving long-range entanglement and suppressing decoherence. Here, we propose a non-Markovian quantum router based on a diamond waveguide embedded with an array of SiV centers as the quantum nodes. Unlike conventional channel-switching methods, our design enables parallel quantum-state transfer from a single input node to multiple target nodes, analogous to a classical WiFi router. We demonstrate that persistent entanglement and suppressed decoherence of the SiV centers over long distances are achievable when bound states are present in the energy spectrum of the total system formed by the SiV centers and the phonon waveguide. Our scheme enriches the implementation of quantum routing and prompts the development of solid-state quantum networks.

quant-ph

Sub-Parsec Acceleration and Collimation of NGC 4261's Twin Jets

We report the first robust evidence for a co-spatial sub-parsec acceleration and collimation zone (ACZ) in the twin jets of the nearby low-luminosity active galactic nucleus (LLAGN) NGC 4261. This result is derived from multifrequency Very Long Baseline Array imaging, combined with the frequency-dependent properties of the radio core (core shift and core size) and jet kinematics determined from the jet-to-counterjet brightness ratio. By applying multiple analysis methods and incorporating results from the literature, we identify a parabolic-to-conical structural transition in both the jet and counterjet, with the transition occurring at $(1.23\pm0.24)$ pc or $(8.1\pm1.6)\times10^3 R_{\rm s}$ (Schwarzschild radii) for the jet and $(0.97\pm0.29)$ pc or $(6.4\pm1.9)\times10^3 R_{\rm s}$ for the counterjet. We also derive the jet velocity field at distances of $\sim (10^3-2\times10^4) R_{\rm s}$. While local kinematic variations are present, the jet shows an overall acceleration to relativistic speeds from $\sim 10^3$ to $\sim8\times10^3 R_{\rm s}$, with a maximum Lorentz factor of $\Gamma_{\rm max} \approx 2.6$. Beyond this region, the jet gradually decelerates to sub-relativistic speeds. These findings support the existence of a sub-parsec-scale ($\lesssim 1.5$ pc) ACZ in NGC 4261, where the jet is accelerated via magnetic-to-kinetic energy conversion while being confined by external pressure. A brief comparison with M 87 suggests that the ACZ in NGC 4261 may represent a scaled-down analogue of that in M 87. These results point towards a potential diversity in jet ACZ properties, emphasizing the importance of extending such studies to a broader AGN population to elucidate the physical mechanisms at play.

astro-ph.GA

High Resolution VLBI Imaging of Nearby Low Luminosity AGN jets

Low-luminosity Active Galactic Nuclei (LLAGN) represent a unique class of AGN in the local universe. Extensive studies of these objects are essential for a comprehensive understanding of jet physics, as past research has largely focused on more powerful radio sources. In this report, we present our recent VLBI studies of two prominent nearby LLAGN, NGC 4261 and M104 (the Sombrero galaxy). Specifically, we address the kinematics, collimation, and fundamental physical parameters of their jets, and probe the possible origin of the radio emission at millimeter wavelengths.

astro-ph.GA

Multi-frequency Very Long Baseline Interferometry Study of Emission and Absorption in the Two-Sided Jets of NGC 3998

We present the multi-frequency, multi-epoch Very Long Baseline Interferometry (VLBI) study of the two-sided jets in the low-luminosity active galactic nucleus NGC 3998, where physical properties of the jets on parsec scales remain poorly understood. Using Very Long Baseline Array data observed at 1.4, 1.7, 2.3, and 5 GHz, we detect symmetric twin jets aligned along the north-south direction, with a total extent of $\sim 5.3$ pc. Notably, the position angle of the pc-scale jets differs by $26^\circ$-$30^\circ$ from that of the kpc-scale jets, suggesting the possibility of jet precession. Based on the frequency-dependent core shift and north/south jet brightness ratio, we identify the northern jet as the approaching jet and the southern jet as the counter-jet. Measurements of the radial intensity profile on both sides indicate a change in the counter-jet emission from rapid fading to a slower decline at 1.4, 1.7 and 2.3 GHz. Spectral analysis shows that the approaching jet exhibits an optically thin spectrum, while the counter-jet is dominated by an optically thick, inverted spectrum. These findings tentatively suggest free-free absorption in NGC 3998, which should be verified in future studies. Finally, our observations also reveal a flat-spectrum VLBI core, showing significant radio variability that is likely linked to a jet ejection event.

astro-ph.GA

The orbital period of the long-period and colliding-wind binary WR 146 from radio interferometry of the shock cone

We report the first measurement of the orbital period of a long-period colliding-wind binary (CWB) system WR 146, derived by tracing the rotational morphology of its wind-colliding region (WCR) and the relative orientation of the two binary components. This result is based on our imaging observations using the Very Long Baseline Array (VLBA) and the European Very Long Baseline Interferometry (VLBI) Network (EVN), combined with archival data from VLBA, EVN, the Very Large Array (VLA), the enhanced Multi-Element Radio-Linked Interferometer Network (eMERLIN) arrays, and optical images from the Hubble Space Telescope (HST). We evaluated two methods for determining the binary's orbital period based on the images of the WCR: (I) fitting the shock cone of the WCR and (II) stacking images using the cross-correlation function. Using these techniques, we find orbital period estimates of 810+120-90 years from method I and 1120+540-270 years from method II, both of which support a long orbital period of approximately 1,000 years. Furthermore, we analyzed archival spectral data of WR 146 to estimate the stellar wind velocities of the binary components, finding no significant orbital phase lag between the binary orientation and the WCR rotation. We also estimate the range of the binary's mass using the currently measured parameters.

astro-ph.SR

Empirical likelihood for Fr\'echet means on open books

Empirical Likelihood (EL) is a type of nonparametric likelihood that is useful in many statistical inference problems, including confidence region construction and $k$-sample problems. It enjoys some remarkable theoretical properties, notably Bartlett correctability. One area where EL has potential but is under-developed is in non-Euclidean statistics where the Fr\'echet mean is the population characteristic of interest. Only recently has a general EL method been proposed for smooth manifolds. In this work, we continue progress in this direction and develop an EL method for the Fr\'echet mean on a stratified metric space that is not a manifold: the open book, obtained by gluing copies of a Euclidean space along their common boundaries. The structure of an open book captures the essential behaviour of the Fr\'echet mean around certain singular regions of more general stratified spaces for complex data objects, and relates intimately to the local geometry of non-binary trees in the well-studied phylogenetic treespace. We derive a version of Wilks' theorem for the EL statistic, and elucidate on the delicate interplay between the asymptotic distribution and topology of the neighbourhood around the population Fr\'echet mean. We then present a bootstrap calibration of the EL, which proves that under mild conditions, bootstrap calibration of EL confidence regions have coverage error of size $O(n^{-2})$ rather than $O(n^{-1})$.

math.ST

Multifrequency Very Long Baseline Interferometry Imaging of the Subparsec-scale Jet in the Sombrero Galaxy (M104)

We report multi-frequency and multi-epoch VLBI studies of the sub-parsec jet in Sombrero galaxy (M 104, NGC 4594). Using Very Long Baseline Array data at 12, 22, 44, and 88 GHz, we study the kinematics of the jet and the properties of the compact core. The sub-parsec jet is clearly detected at 12 and 22 GHz, and the inner jet base is resolved down to $\sim70$ Schwarzschild radii ($R_{\rm s}$) at 44 GHz. The proper motions of the jet are measured with apparent sub-relativistic speeds of $0.20\pm0.08 c$ and $0.05\pm0.02 c$ for the approaching and the receding jet, respectively. Based on the apparent speed and jet-to-counter-jet brightness ratio, we estimate the jet viewing angle to be larger than $\sim37^{\circ}$, and the intrinsic speed to be between $\sim0.10 c$ and $0.40 c$. Their joint probability distribution suggests the most probable values of the viewing angle and intrinsic speed to be ${66^{\circ}}^{+4^\circ}_{-6^\circ}$ and $0.19\pm0.04 c$, respectively. We also find that the measured brightness temperatures of the core at 12, 22 and 44 GHz are close to the equipartition brightness temperature, indicating that the energy density of the radiating particles is comparable to the energy density of the magnetic field in the sub-parsec jet region. Interestingly, the measured core size at 88 GHz ($\sim25\pm5 R_{s}$) deviates from the expected frequency dependence seen at lower frequencies. This may indicate a different origin for the millimeter emission, which can explained by an Advection Dominated Accretion Flow (ADAF) model. This model further predicts that at 230 and 340 GHz, the ADAF may dominate the radio emission over the jet.

astro-ph.GA

Kinematics and Collimation of the Two-Sided Jets in NGC 4261: VLBI Study on Sub-parsec Scales

We report multi-frequency VLBI studies of the sub-parsec scale structure of the two-sided jet in the nearby radio galaxy NGC 4261. Our analyses include new observations using the Source Frequency Phase Referencing technique with the Very Long Baseline Array at 44 and 88 GHz, as well as archival data at 15 and 43 GHz. Our results show an extended double-sided structure at 43/44 GHz and provide a clear image of the nuclear region at 88 GHz, showing a core size of $\sim$0.09 mas and a brightness temperature of $\sim1.3\times10^{9}$ K. Proper motions are measured for the first time in the two-sided jet, with apparent speeds ranging from $0.31\pm0.14\,c$ to $0.59\pm0.40\,c$ in the approaching jet and $0.32\pm0.14\,c$ in the receding jet. The jet-to-counter-jet brightness ratio allows us to constrain the viewing angle to between $\sim54^{\circ}$ and $84^{\circ}$ and the intrinsic speed to between $\sim0.30\,c$ and $0.55\,c$. We confirm the parabolic shape of the upstream jet on both sides of the central engine, with a power-law index of $0.56\pm0.07$. Notably, the jet collimation is found to be already completed at sub-parsec scales, with a transition location of about 0.61 pc, which is significantly smaller than the Bondi radius of 99.2 pc. This behavior can be interpreted as the initial confinement of the jet by external pressure from either the geometrically thick, optically thin advection-dominated accretion flows (ADAF) or the disk wind launched from it. Alternatively, the shape transition may also be explained by the internal flow transition from a magnetically dominated to a particle-dominated regime.

astro-ph.GA