SearcharxivSearch

arXiv subjects

Xiaowei Zhao

Publications and source records attributed to Xiaowei Zhao.

At least 19 recordsLinked to original sources

3D Scene-Adaptive Trajectory-Controllable Human Image Animation with Camera Movement

Human image animation, which aims to generate a video of a reference subject following a provided action sequence, has received increasing research interest. With the development of diffusion-based/flow-based video foundation models, existing animation works have began to upgrade the guidance information from 2D skeleton/pose to 3D modeling conditions. Despite achieving reasonable results, these approaches face challenges in synthesizing trajectory-controllable human motion within natural scene under changed camera views. In this work, we present a scene-adaptive human image animation framework that controls both human motion and camera trajectories within a reconstructed 3D environment for video generation. To achieve this, we first develop a ground-adaptive 3D motion retargeting approach to enable user-friendly motion trajectory control adapting to the changes of elevations of ground and orientations automatically. Then we design a viewpoint-adaptive latent fusion mechanism to inject point-cloud geometric priors through scene-visibility masking into the generative process, providing precise guidance of viewpoint changes under camera control. Experiments on two standard human image animation benchmark datasets demonstrate remarkable improvements of our method over the state of the arts in related video generation metics. Project page: https://robinhood256100.github.io/web-disp

cs.CV

A Major Geomagnetic Storm in 2024 October Linked to Sympathetic CME--Prominence Eruptions

Improving predictions of the geomagnetic impact of coronal mass ejections (CMEs) requires understanding how solar source properties relate to in-situ measurements at Earth. However, major geomagnetic storms frequently arise from interacting CMEs, complicating the link back to their solar origins. We analyze a CME interaction event that caused a major geomagnetic storm in 2024 October 10-11 (D$_{st}$ $\sim$-333 nT). Multiviewpoint observations reveal that the storm was related to a sympathetic eruption involving a quiescent filament and an active-region CME. The coronagraph on board the Advanced Space-based Solar Observatory clearly shows that this sympathetic eruption resulted in two distinct CMEs. Due to the overlap of the CMEs in the coronagraph field of view (FOV), a spheroid shock model was used to fit the observed shock. Kinematic analysis indicates that the interacting CMEs had completed their impulsive acceleration phase before entering the coronagraph FOV, with a slow deceleration continuing beyond 100 R$_\odot$. In-situ measurements indicate that the enhanced southward magnetic fields, arising from compression during CME interactions, were the primary driver of the storm. Compared to photospheric fields, the in-situ magnetic fields suggest that the trailing CME maintained flux-rope-like signatures consistent with the source region. In contrast, the compressed leading CME displayed varying magnetic configurations between Wind and STEREO-A, featuring distorted flux-rope signatures and inconsistent inferred axis orientations. Our study bridges solar source dynamics to in-situ multipoint measurements, providing key insights for space weather prediction. Nevertheless, the direct linkage between source-region magnetic field configurations and these measurements remains tentative and requires further investigation.

astro-ph.SR

SimuAgent: An LLM-Based Simulink Modeling Assistant Enhanced with Reinforcement Learning

Large language models (LLMs) have revolutionized text-based code automation, but their potential in graph-oriented engineering workflows remains under-explored. We introduce SimuAgent, an LLM-powered modeling and simulation agent tailored for Simulink. SimuAgent replaces verbose XML with a concise, dictionary-style Python representation, dramatically cutting token counts, improving interpretability, and enabling fast, in-process simulation. A lightweight plan-execute architecture, trained in two stages, equips the agent with both low-level tool skills and high-level design reasoning. To tackle sparse rewards in long-horizon tasks, we propose Reflection-GRPO (ReGRPO), which augments Group Relative Policy Optimization (GRPO) with self-reflection traces that supply rich intermediate feedback, accelerating convergence and boosting robustness. Experiments on SimuBench, our newly released benchmark comprising 5300 multi-domain modeling tasks, show that a Qwen2.5-7B model fine-tuned with SimuAgent converges faster and achieves higher modeling accuracy than standard RL baselines, and even surpasses GPT-4o when evaluated with few-shot prompting on the same benchmark. Ablations confirm that the two-stage curriculum and abstract-reconstruct data augmentation further enhance generalization. SimuAgent trains and runs entirely on-premise with modest hardware, delivering a privacy-preserving, cost-effective solution for industrial model-driven engineering. SimuAgent bridges the gap between LLMs and graphical modeling environments, offering a practical solution for AI-assisted engineering design in industrial settings.

cs.AI

Lateral Deformation of Large-scale Coronal Mass Ejections during the Transition from Non-radial to Radial Propagation

Many coronal mass ejections (CMEs) initially propagate non-radially, and then transition to radial propagation in the corona. This directional transition is a significant process that determines a CME's space weather effects but remains poorly understood. Based on multi-wavelength observations, we investigate the transition from non-radial to radial propagation in the low corona for two large-scale CMEs from the same active region on the solar limb. In the beginning, both CMEs move in a non-radial direction, beneath a system of overlying loops that are roughly parallel to the flux-rope axis. The CMEs laterally deform by bulging their upper flanks in the non-radial stage toward the higher corona, which results in the transition to a radial propagation direction approximately 25$^\circ$ away from the eruption site. After the directional transition, the non-radial-stage upper flank becomes the leading edge in the radial stage. Although the overlying loops do not strap over the flux rope, their strong magnetic tension force constrains the radial expansion of part of the CME during the transition by acting on the flux-rope legs. A major portion of the filament is displaced to the southern part of a CME in the radial stage, which implies the complexity of observational CME features. This study presents the first investigation of the lateral deformation during the transition of CMEs from non-radial to radial in the low corona, and makes an essential contribution to the complete CME evolution picture.

physics.space-ph

Extensible Multi-Granularity Fusion Network and Transferable Curriculum Learning for Aspect-based Sentiment Analysis

Aspect-based Sentiment Analysis (ABSA) aims to determine sentiment polarity toward specific aspects in text. Existing methods enrich semantic and syntactic representations through external knowledge or GNNs, but the growing diversity of linguistic features increases model complexity and lacks a unified, extensible framework. We propose an Extensible Multi-Granularity Fusion Network (EMGF) that integrates dependency syntax, constituent syntax, attention-based semantics, and external knowledge graphs. EMGF employs multi-anchor triplet learning and orthogonal projection to effectively fuse multi-granularity features and strengthen their interactions without additional computational overhead. Furthermore, we introduce the first task-specific curriculum learning framework for text-only ABSA, which assigns difficulty scores using five indicators and trains the model from easy to hard to mimic human learning and improve generalization. Experiments on SemEval 2014, Twitter, and MAMS datasets show that EMGF+CL consistently outperforms state-of-the-art ABSA models.

cs.AI

CheX-DS: Improving Chest X-ray Image Classification with Ensemble Learning Based on DenseNet and Swin Transformer

The automatic diagnosis of chest diseases is a popular and challenging task. Most current methods are based on convolutional neural networks (CNNs), which focus on local features while neglecting global features. Recently, self-attention mechanisms have been introduced into the field of computer vision, demonstrating superior performance. Therefore, this paper proposes an effective model, CheX-DS, for classifying long-tail multi-label data in the medical field of chest X-rays. The model is based on the excellent CNN model DenseNet for medical imaging and the newly popular Swin Transformer model, utilizing ensemble deep learning techniques to combine the two models and leverage the advantages of both CNNs and Transformers. The loss function of CheX-DS combines weighted binary cross-entropy loss with asymmetric loss, effectively addressing the issue of data imbalance. The NIH ChestX-ray14 dataset is selected to evaluate the model's effectiveness. The model outperforms previous studies with an excellent average AUC score of 83.76\%, demonstrating its superior performance.

cs.CV

Multi-scale Energy Release Events in the Quiet Sun: A Possible Source for Coronal Heating

The coronal heating problem remains one of the most challenging questions in solar physics. The energy driving coronal heating is widely understood to be associated with convective motions below the photosphere. Recent high-resolution observations reveal that photospheric magnetic fields in the quiet Sun undergo complex and rapid evolution. These photospheric dynamics are expected to be reflected in the coronal magnetic field. Motivated by these insights, our research aims to explore the relationship between magnetic energy and coronal heating. By combining observations from Solar Orbiter and SDO with a magnetic field extrapolation technique, we estimate the magnetic free energy of multi-scale energy release events in the quiet Sun. Interestingly, our results reveal a strong correlation between the evolution of free energy and the integrated intensity of extreme ultraviolet emission at 171 Å~in these events. We quantitatively assess the potential energy flux budget of these events to evaluate their contribution to coronal heating. Our study implies a link between photospheric magnetic field evolution and coronal temperature variations, paving the way for further research into similar phenomena.

astro-ph.SR

AeroReformer: Aerial Referring Transformer for UAV-based Referring Image Segmentation

As a novel and challenging task, referring segmentation combines computer vision and natural language processing to localize and segment objects based on textual descriptions. While referring image segmentation (RIS) has been extensively studied in natural images, little attention has been given to aerial imagery, particularly from unmanned aerial vehicles (UAVs). The unique challenges of UAV imagery, including complex spatial scales, occlusions, and varying object orientations, render existing RIS approaches ineffective. A key limitation has been the lack of UAV-specific datasets, as manually annotating pixel-level masks and generating textual descriptions is labour-intensive and time-consuming. To address this gap, we design an automatic labelling pipeline that leverages pre-existing UAV segmentation datasets and Multimodal Large Language Models (MLLM) for generating textual descriptions. Furthermore, we propose Aerial Referring Transformer (AeroReformer), a novel framework for UAV referring image segmentation (UAV-RIS), featuring a Vision-Language Cross-Attention Module (VLCAM) for effective cross-modal understanding and a Rotation-Aware Multi-Scale Fusion (RAMSF) decoder to enhance segmentation accuracy in aerial scenes. Extensive experiments on two newly developed datasets demonstrate the superiority of AeroReformer over existing methods, establishing a new benchmark for UAV-RIS. The datasets and code will be publicly available at: https://github.com/lironui/AeroReformer.

cs.CV

The potential impact of large-scale wind clusters on the local weather patterns

To decarbonise the electricity sector and achieve renewable energy targets, a rapidly growing number of wind farms have been authorised, constructed, and commissioned in the UK and EU in recent years. For instance, the UK Government aims to expand offshore wind capacity to 60 GW by 2030, while the EU has set a target of 120 GW of offshore renewable energy by the same year. Given these substantial projected capacities, it is crucial to thoroughly investigate the potential impacts of large-scale wind clusters on local weather patterns to prevent unintended consequences prior to deployment. In this paper, we use the WRF model to simulate four scenarios with varying wind energy capacities in the North Sea, assessing the potential effects of these wind clusters on the local weather patterns over mainland UK. Please note that the simulations of Case 3 and Case 4 are still ongoing, while all analyses in the current version of manuscript are all based on Case 1 and Case 2.

physics.ao-ph

Limb Observations of Global Solar Coronal Extreme-ultraviolet Wavefronts: The Inclination, Kinematics, Coupling with the Expanding Coronal Mass Ejections, and Connection with the Coronal Mass Ejection Driven Shocks

We select and investigate six global solar extreme-ultraviolet (EUV) wave events using data from the Solar Dynamics Observatory and the Solar and Heliospheric Observatory. These eruptions are all on the limb but recorded as halo coronal mass ejections (CMEs) because the CME-driven shocks have expanded laterally to the opposite side. With the limb observations avoiding the projection effect, we have measured the inclination and speed of the EUV wavefront from 1.05 to 1.25 $R_\odot$. We also investigate the coupling and connection of the EUV wavefront with the CME boundary and the CME-driven shock, respectively. The major findings in the six events are: (1) the forward inclination of the primary and coronal-hole-transmitted EUV wavefronts is estimated, respectively, and the origins of these inclinations and their effects on the estimate of actual wavefronts speed are investigated; (2) the wavefront speed can be elevated by loop systems near the coronal base, and the average speed in the low corona has no clear correlation with the lateral expansion of the CME-driven shock in the high corona; (3) the fast magnetosonic Mach number of the wavefront is larger than unity from the coronal base; (4) the EUV wavefront is coupled with the CME driver throughout the propagation in two events; (5) after the EUV wavefront vanishes, the CME-driven shock continues traveling on the opposite side and disconnects from the EUV wavefront in four events. These results and their implications are discussed, which provide insight into the properties of global EUV waves.

astro-ph.SR

Unveiling Key Factors in the Solar Eruptions Leading to the Solar Superstorm in 2024 May

NOAA Active Region (AR) 13664/8 produced the most intense geomagnetic effects since the ``Halloween'' event of 2003. The resulting extreme solar storm is believed to be the consequence of multiple interacting coronal mass ejections (CMEs). Notably, this AR exhibites an exceptionally rapid magnetic flux emergence. The eruptions we are focusing on all occurred along collisional polarity inversion lines (PILs) through ``collisional shearing'' during a three-day period of extraordinarily high flux emergence ($\sim$10$^{21}$ Mx hr$^{-1}$). Our key findings reveal how photospheric magnetic configurations in eruption sources influence solar superstorm formation and geomagnetic responses, and link exceptionally strong flux emergence to sequential homologous eruptions: (1) We identified the source regions of seven halo CMEs, distributed primarily along two distinct PILs, suggesting the presence of two groups of homologous CMEs. (2) The variations in magnetic flux emergence rates at the source regions correlate with CME intensities, potentially explaining the two contrasting cases of complex ejecta observed at Earth. (3) Calculations of magnetic field gradients around CME source regions show strong correlations with eruptions, providing crucial insights into solar eruption mechanisms and enhancing future prediction capabilities.

astro-ph.SR

High-resolution Observations of Clustered Dynamic Extreme-Ultraviolet Bright Tadpoles near the Footpoints of Corona Loops

An extreme ultraviolet (EUV) close-up view of the Sun offers unprecedented detail of heating events in the solar corona. Enhanced temporal and spatial images obtained by the Solar Orbiter during its first science perihelion enabled us to identify clustered EUV bright tadpoles (CEBTs) occurring near the footpoints of coronal loops. Combining SDO/AIA observations, we determine the altitudes of six distinct CEBTs by stereoscopy, ranging from $\sim$1300 to 3300 km. We then notice a substantial presence of dark, cooler filamentary structures seemingly beneath the CEBTs, displaying periodic up-and-down motions lasting 3 to 5 minutes. This periodic behavior suggests an association of the majority of CEBTs with Type I spicules. Out of the ten selected CEBTs with fast downward velocity, six exhibit corrected velocities close to or exceeding 50 km $s^{-1}$. These velocities notably surpass the typical speeds of Type I spicules. We explore the generation of such velocities. It indicates that due to the previous limited observations of spicules in the EUV wavelengths, they may reveal novel observational features beyond our current understanding. Gaining insights into these features contributes to a better comprehension of small-scale coronal heating dynamics.

astro-ph.SR

A Pileup of Coronal Mass Ejections Produced the Largest Geomagnetic Storm in Two Decades

The largest geomagnetic storm in two decades occurred in 2024 May with a minimum $D_{\rm st}$ of $-412$ nT. We examine its solar and interplanetary origins by combining multipoint imaging and in situ observations. The source active region, NOAA AR 13664, exhibited extraordinary activity and produced successive halo eruptions, which were responsible for two complex ejecta observed at the Earth. In situ measurements from STEREO A, which was $12.6^{\circ}$ apart, allow us to compare the ``geo-effectiveness" at the Earth and STEREO A. We obtain key findings concerning the formation of solar superstorms and how mesoscale variations of coronal mass ejections affect geo-effectiveness: (1) the 2024 May storm supports the hypothesis that solar superstorms are ``perfect storms" in nature, i.e., a combination of circumstances resulting in an event of an unusual magnitude; (2) the first complex ejecta, which caused the geomagnetic superstorm, shows considerable differences in the magnetic field and associated ``geo-effectiveness" between the Earth and STEREO A, despite a mesoscale separation; and (3) two contrasting cases of complex ejecta are found in terms of the geo-effectiveness at the Earth, which is largely due to different magnetic field configurations within the same active region.

astro-ph.SR

Semantics Guided Disentangled GAN for Chest X-ray Image Rib Segmentation

The label annotations for chest X-ray image rib segmentation are time consuming and laborious, and the labeling quality heavily relies on medical knowledge of annotators. To reduce the dependency on annotated data, existing works often utilize generative adversarial network (GAN) to generate training data. However, GAN-based methods overlook the nuanced information specific to individual organs, which degrades the generation quality of chest X-ray image. Hence, we propose a novel Semantics guided Disentangled GAN (SD-GAN), which can generate the high-quality training data by fully utilizing the semantic information of different organs, for chest X-ray image rib segmentation. In particular, we use three ResNet50 branches to disentangle features of different organs, then use a decoder to combine features and generate corresponding images. To ensure that the generated images correspond to the input organ labels in semantics tags, we employ a semantics guidance module to perform semantic guidance on the generated images. To evaluate the efficacy of SD-GAN in generating high-quality samples, we introduce modified TransUNet(MTUNet), a specialized segmentation network designed for multi-scale contextual information extracting and multi-branch decoding, effectively tackling the challenge of organ overlap. We also propose a new chest X-ray image dataset (CXRS). It includes 1250 samples from various medical institutions. Lungs, clavicles, and 24 ribs are simultaneously annotated on each chest X-ray image. The visualization and quantitative results demonstrate the efficacy of SD-GAN in generating high-quality chest X-ray image-mask pairs. Using generated data, our trained MTUNet overcomes the limitations of the data scale and outperforms other segmentation networks.

eess.IV

Dual Encoder: Exploiting the Potential of Syntactic and Semantic for Aspect Sentiment Triplet Extraction

Aspect Sentiment Triple Extraction (ASTE) is an emerging task in fine-grained sentiment analysis. Recent studies have employed Graph Neural Networks (GNN) to model the syntax-semantic relationships inherent in triplet elements. However, they have yet to fully tap into the vast potential of syntactic and semantic information within the ASTE task. In this work, we propose a \emph{Dual Encoder: Exploiting the potential of Syntactic and Semantic} model (D2E2S), which maximizes the syntactic and semantic relationships among words. Specifically, our model utilizes a dual-channel encoder with a BERT channel to capture semantic information, and an enhanced LSTM channel for comprehensive syntactic information capture. Subsequently, we introduce the heterogeneous feature interaction module to capture intricate interactions between dependency syntax and attention semantics, and to dynamically select vital nodes. We leverage the synergy of these modules to harness the significant potential of syntactic and semantic information in ASTE tasks. Testing on public benchmarks, our D2E2S model surpasses the current state-of-the-art(SOTA), demonstrating its effectiveness.

cs.CL

Direct In Situ Measurements of a Fast Coronal Mass Ejection and Associated Structures in the Corona

We report on the first direct in situ measurements of a fast coronal mass ejection (CME) and shock in the corona, which occurred on 2022 September 5. In situ measurements from the Parker Solar Probe (PSP) spacecraft near perihelion suggest two shocks with the second one decayed, which is consistent with more than one eruptions in coronagraph images. Despite a flank crossing, the measurements indicate unique features of the young ejecta: a plasma much hotter than the ambient medium suggestive of a hot solar source, and a large plasma $β$ implying a highly non-force-free state and the importance of thermal pressure gradient for CME acceleration and expansion. Reconstruction of the global coronal magnetic fields shows a long-duration change in the heliospheric current sheet (HCS), and the observed field polarity reversals agree with a more warped HCS configuration. Reconnection signatures are observed inside an HCS crossing as deep as the sonic critical point. As the reconnection occurs in the sub-Alfvénic wind, the reconnected flux sunward of the reconnection site can close back to the Sun, which helps balance magnetic flux in the heliosphere. The nature of the sub-Alfvénic wind after the HCS crossing as a low Mach-number boundary layer (LMBL) leads to in situ measurements of the near subsonic plasma at a surprisingly large distance. Specifically, an LMBL may provide favorable conditions for the crossings of the sonic critical point in addition to the Alfvén surface.

astro-ph.SR

Wake effects of offshore wind farm clusters revealed by SAR and WRF

Wake effects, i.e. the reduced momentum and increased turbulence caused by the upstream wind farm, have a significant adverse impact on downstream wind farms. However, due to the lack of ground truth for flow scenarios without wind farms in place (as the wind farm has already been constructed on site), it is extremely difficult to quantify the real impact caused by the presence of upstream wind farms for the downstream area. This paper seeks to develop a potential solution by taking advantage of both SAR and WRF. Specifically, the real-world wind speed with wind farms is retrieved from the SAR images using the C-band model, while the scenario without wind farms is simulated by the WRF model. By combining these two technologies, the potential impact of long-distance wind farm wakes is revealed and analysed.

physics.ao-ph

Long-range near-surface wake signatures of offshore wind farm clusters revealed by satellite observations

Wind energy has expanded rapidly in recent years, leading to increasingly dense clusters of offshore wind farms. As a result, wind farm wake effects, manifested as reduced wind speeds downstream of operating turbines, have become an important consideration for wind resource assessment and large-scale planning. Here we investigate near-surface wake signatures using wind speeds retrieved from 7122 Sentinel-1A/B synthetic aperture radar (SAR) images acquired between 2020 and 2022, covering more than 60 offshore wind farms across Europe and Asia. A consistent processing workflow and an automated wake-detection algorithm are applied to identify wake-affected regions and quantify wake-related wind speed changes at 10 m height. The results show that near-surface wake signatures can persist over distances exceeding 100 km under favorable conditions and that wake-affected regions exhibit an average wind speed reduction of 0.990 m/s (12.4%) at 10 m height. Several cases of wake interactions extending across national boundaries are also observed in densely developed offshore regions. These findings provide a large-scale, observation-based characterization of near-surface wind farm wake signatures.

physics.ao-ph