arXiv ScienceSearch

arXiv subjects

Shang Gao

Publications and source records attributed to Shang Gao.

At least 19 recordsLinked to original sources

E2S-Pruner: Progressive Two-Stage Evidence Fusion for Visual Token Pruning in Vision-Language Models

Vision-language models typically encode an image into hundreds of visual tokens, incurring substantial inference latency and GPU memory overhead. Existing pruning methods largely rely on attention scores and directly aggregate outputs across attention heads and network layers, making it difficult to characterize evidential uncertainty and conflict. We propose E2S-Pruner, a progressive two-stage evidence-fusion framework for visual token pruning that requires no auxiliary model, trainable parameters, or fine-tuning. In the first stage, E2S-Pruner treats each attention head as an independent evidence source, estimates its reliability from evidence clarity and inter-head consistency, and represents each visual token using three states: important, unimportant, and uncertain. In the second stage, Dempster--Shafer evidence theory is used to quantify inter-layer conflict and fuse complementary evidence from multiple network layers. We further introduce a spatial novelty constraint that promotes coverage of distinct image regions and prevents the retained tokens from concentrating in a few locally salient areas. On LLaVA-1.5-7B, E2S-Pruner retains 98.0%, 96.8%, and 90.6% of the aggregate performance when the average numbers of retained visual tokens are 192, 128, and 64, respectively, while improving throughput by 1.96x and 2.09x under the 128-token and 64-token settings. Experiments on Qwen2-VL-7B further demonstrate cross-model generalization. Code is available at https://github.com/taoyu-qian/E2S-Pruner.git.

cs.CV

Elementary magnons and interacting multi-magnon quasiparticles in the effective spin-$\frac{1}{2}$ kagome-staircase magnet Co$_{3}$V$_{2}$O$_{8}$

The excitation spectrum of an anisotropic magnet provides a direct link between its microscopic Hamiltonian and interaction-driven quasiparticles. Here we use high-resolution time-domain terahertz spectroscopy to map the magnetic excitations of the three-dimensional kagome-staircase compound Co$_{3}$V$_{2}$O$_{8}$ as functions of temperature and magnetic field. At low energies, polarization-resolved spectra identify magnetic-dipole-active one-magnon modes and track their evolution across the ferromagnetic and spin-density-wave phases. Combining their field dependence with previously reported inelastic-neutron-scattering dispersions, we determine an effective spin-$\frac{1}{2}$ Hamiltonian with strongly anisotropic exchange that quantitatively reproduces the one-magnon spectrum. This model provides a noninteracting benchmark for the high-energy response, where we observe sharp branches with field slopes that are two to four times those of the one-magnon modes, together with anticrossings between branches of different magnon numbers. Their sharpness, polarization dependence, and departure from the calculated multi-magnon continua identify them as interacting multi-magnon quasiparticles that can be stabilized by strong exchange anisotropy.

cond-mat.str-el

Tremerity-Fi: Non-Contact Daily-Life Tremor Severity Assessment by Commercial mmWave Radar

Tremor is a common symptom of neurological diseases. The regular assessment of daily tremors facilitates the evaluation of disease progression and assists clinicians in optimizing treatment strategies. However, current home monitoring solutions have difficulty in dealing with user cooperation, privacy concerns, environmental interference, and system generalization, leading to feasibility concerns in activities of daily living (ADL). To this end, we propose Tremerity-Fi, a non-contact and privacy-friendly tremor severity assessment system based on mmWave radar. To realize Tremerity-Fi, we first design an adaptive beamforming algorithm to accurately identify useful but weak signals from numerous reflections captured in the environment. Second, unlike primary reflections commonly used in mmWave sensing, we leverage multipath reflections that carry useful information about the target's motion, even though they are generally considered harmful, to help reconstruct hand signals and improve sensing performance. Furthermore, we propose an unsupervised domain adaptation algorithm to improve the ability to adapt to unseen environments and users. We collect a diverse dataset of 5 patients and 25 healthy subjects in 3 scenarios, such as offices, homes, and hospitals. Extensive experiments show that our system achieves 94.51% accuracy in tremor detection, about 5 higher than the SOTA mmWave radar method, and 89.13% in tremor severity assessment, demonstrating its sufficient potential as a tremor monitoring assistant for patients with neurological diseases.

eess.SP

Strongly frustrated 2D magnetism in a 3D hexagonal perovskite

Exotic quantum phenomena are often found to occur in spin systems that exhibit low-dimensional magnetism. By combining nuclear magnetic resonance, neutron scattering, and muon-spin spectroscopy ($μ$SR) techniques, we report a rare instance of strongly frustrated two-dimensional (2D) magnetism in a three-dimensional (3D) hexagonal perovskite. Here, Ba$_2$La$_2$MnTe$_2$O$_{12}$, a triangular-lattice magnet, is shown to undergo a magnetic transition at $T_\mathrm{N} \approx$ 4.4 K, below which the manganese moments form a 120$^{\circ}$ AFM order within the $ab$-plane, while staying disordered along the $c$-axis. This exotic ground state, which exhibits ideal 2D magnetism, is highly consistent with the persistently strong spin fluctuations and the large internal field distributions revealed by zero-field $μ$SR. Further, the 2D magnetism also leads to a significant frustration, much larger than that of most known magnetically-ordered frustrated systems. Our work on Ba$_2$La$_2$MnTe$_2$O$_{12}$ not only challenges the interpretations of magnetic order in other 3D hexagonal perovskites, but it also provides insight into how the dimensionality affects the exotic magnetic states.

cond-mat.str-el

TRACER: Training-Free Closed-Loop Structured Inference for Traffic Accident Reconstruction

Traffic accident reconstruction is a forensic inverse problem that requires recovering physically consistent motion from sparse and heterogeneous evidence. Existing learning-based approaches predominantly optimize for semantic plausibility or visual realism, rather than quantitative agreement with measurable geometry and dynamics. Here, we present TRACER, a training-free framework that formulates reconstruction as a closed-loop structured inference process. Instead of directly generating dense trajectories, our framework constructs and iteratively refines event-anchored motion hypotheses under geometric, kinematic, and interaction constraints, guided by structured case memory and consistency-driven diagnosis. This design enables incremental, interpretable corrections when evidence is insufficient, making the accident reconstruction process more aligned with the workflow of human experts. Experiments on real-world accident data show that TRACER achieves improved geometric fidelity, velocity consistency, and collision accuracy over both data-driven and physics-based baselines.

cs.LG

Noise-Aware Visual Representation Learning for Medical Visual Question Answering

Medical visual question answering (Med-VQA) has strong potential for clinical decision support by enabling AI models to interpret medical images and answer clinically relevant queries. Recent approaches typically connect off-the-shelf vision encoders with large language models (LLMs) through lightweight mapping networks to reduce computational cost. However, these methods often overlook the importance of handling noise and small irrelevant changes in visual representations. To address these challenges, we propose a noise-aware Med-VQA framework that incorporates a denoising autoencoder before visual embeddings are mapped into the input space of an LLM. The denoising autoencoder is pretrained to reconstruct clean visual embeddings from corrupted inputs, encouraging the model to learn robust visual representations that are less sensitive to noise. The resulting embeddings are then projected into the language model embedding space using a multi-layer perceptron (MLP), forming visual prefix tokens that provide image information to the LLM. To enable efficient adaptation without full retraining, we employ parameter-efficient fine-tuning using low-rank adaptation (LoRA). The proposed method is evaluated on the SLAKE and PathVQA benchmarks. Experimental results show improved robustness to noisy input embeddings while maintaining competitive clean performance across multiple evaluation criteria. These findings suggest that learning more robust visual representations can enhance Med-VQA performance and robustness.

cs.CV

XTransfer: Modality-Agnostic Few-Shot Model Transfer for Human Sensing at the Edge

Deep learning for human sensing on edge systems presents significant potential for smart applications. However, its training and development are hindered by the limited availability of sensor data and resource constraints of edge systems. While transferring pre-trained models to different sensing applications is promising, existing methods often require extensive sensor data and computational resources, resulting in high costs and limited transferability. In this paper, we propose XTransfer, a first-of-its-kind method enabling modality-agnostic, few-shot model transfer with resource-efficient design. XTransfer flexibly uses pre-trained models and transfers knowledge across different modalities by (i) model repairing that safely mitigates modality shift by adapting pre-trained layers with only few sensor data, and (ii) layer recombining that efficiently searches and recombines layers of interest from source models in a layer-wise manner to restructure models. We benchmark various baselines across diverse human sensing datasets spanning different modalities. The results show that XTransfer achieves state-of-the-art performance while significantly reducing the costs of sensor data collection, model training, and edge deployment.

cs.CV

Emergent Vortex Ordering in a Multiflavor Pyrochlore-Lattice Compound GeCo$_2$O$_4$

Entangled spin and orbital degrees of freedom provide a multiflavor route to novel magnetic states inaccessible in conventional spin systems. Here, we report the experimental identification of an emergent vortex lattice in the multiflavor pyrochlore-lattice compound GeCo$_2$O$_4$. By combining comprehensive neutron scattering experiments with a regularized regression framework, we identify substantial Kitaev interactions among the nearest-neighboring Co$^{2+}$ pseudospins, which cooperate with geometric frustration to stabilize the vortex order. These results reveal an unexpected route to vortex-lattice order in a three-dimensional Kitaev-frustrated magnet and demonstrate a regularized protocol for Hamiltonian determination in frustrated quantum materials.

cond-mat.str-el

Liquid-Gas Criticality of Hyperuniform Fluids

In statistical physics, it is well established that the liquid-gas (LG) phase transition with divergent critical fluctuations belongs to the Ising universality class. Whether non-equilibrium effects can alter this universal behavior remains a fundamental open question. In this work, we theoretically prove that non-equilibrium hyperuniform (HU) fluids with additional center-of-mass conservation exhibit LG criticality different from the Ising universality class. As a specific case, we investigate a 2D HU fluid composed of active spinners, where phase separation is driven by dissipative collisions. Strikingly, at the critical point, the 2D HU fluid displays finite density fluctuations $S(q)\sim q^η$ with $η=0$, while the compressibility still diverges. The critical point is thus calm yet highly susceptible, in fundamental violation of the conventional fluctuation-dissipation relation. Consistently, we observe short-range pair correlation functions coexisting with quasi-long-range response functions at the critical point. Based on a generalized Model B and renormalization-group analysis, we prove that hyperuniformity reduces the upper critical dimension $d_c$ from $4$ to $2$. Moreover, the critical point exhibits Gaussian density fluctuations and non-divergent energy fluctuations. Furthermore, the HU fluid undergoes non-conventional spinodal decomposition. The origin of the above anomalies lies in the non-equilibrium nature of the system which obeys a generalized fluctuation-dissipation relation $2\mathrm{Im}~ χ(q,ω) ={ω}C(q,ω)/{k_B T_{\text{eff}}(q)}$ with a scale-dependent effective temperature $T_{\rm eff}(q) \propto q^2$. These findings establish a striking exception to conventional paradigms of critical phenomena and illustrate how non-equilibrium forces can fundamentally reshape universality classes.

cond-mat.stat-mech

LOPT: Learning Optimal Pigovian Tax in Sequential Social Dilemmas

In multi-agent reinforcement learning, each agent acts to maximize its individual accumulated rewards. Nevertheless, individual accumulated rewards could not fully reflect how others perceive them, resulting in selfish behaviors that undermine global performance. The externality theory, defined as ``the activities of one economic actor affect the activities of another in ways that are not reflected in market transactions,'' is applicable to analyze the social dilemmas in MARL. One of its most profound non-market solutions, ``Pigovian Tax'', which internalizes externalities by taxing those who create negative externalities and subsidizing those who create positive externalities, could aid in developing a mechanism to resolve MARL's social dilemmas. The purpose of this paper is to apply externality theory to analyze social dilemmas in MARL. To internalize the externalities in MARL, the \textbf{L}earning \textbf{O}ptimal \textbf{P}igovian \textbf{T}ax method (LOPT), is proposed, where an additional agent is introduced to learn the tax/allowance allocation policy so as to approximate the optimal ``Pigovian Tax'' which accurately reflects the externalities for all agents. Furthermore, a reward shaping mechanism based on the approximated optimal ``Pigovian Tax'' is applied to reduce the social cost of each agent and tries to alleviate the social dilemmas. Compared with existing state-of-the-art methods, the proposed LOPT leads to higher collective social welfare in both the Escape Room and the Cleanup environments, which shows the superiority of our method in solving social dilemmas.

cs.MA

Codimension-Two Spiral Spin-Liquid in the Effective Honeycomb-Lattice Compound Cs$_3$Fe$_2$Cl$_9$

A codimension-two spiral spin-liquid is a correlated paramagnetic state with one-dimensional ground state degeneracy hosted within a three-dimensional lattice. Here, via neutron scattering experiments and numerical simulations, we establish the existence of a codimension-two spiral spin-liquid in the effective honeycomb-lattice compound Cs$_3$Fe$_2$Cl$_9$, which demonstrates a novel path to spiral spin-liquids by overcoming the long-standing impediment of weak further-neighbor interactions. In the long-range ordered regime, competing spiral and spin density wave orders emerge as a function of applied magnetic field, among which a possible order-by-disorder transition is identified.

cond-mat.str-el

DichroGAN: Towards Restoration of in-air Colours of Seafloor from Satellite Imagery

Recovering the in-air colours of seafloor from satellite imagery is a challenging task due to the exponential attenuation of light with depth in the water column. In this study, we present DichroGAN, a conditional generative adversarial network (cGAN) designed for this purpose. DichroGAN employs a two-steps simultaneous training: first, two generators utilise a hyperspectral image cube to estimate diffuse and specular reflections, thereby obtaining atmospheric scene radiance. Next, a third generator receives as input the generated scene radiance containing the features of each spectral band, while a fourth generator estimates the underwater light transmission. These generators work together to remove the effects of light absorption and scattering, restoring the in-air colours of seafloor based on the underwater image formation equation. DichroGAN is trained on a compact dataset derived from PRISMA satellite imagery, comprising RGB images paired with their corresponding spectral bands and masks. Extensive experiments on both satellite and underwater datasets demonstrate that DichroGAN achieves competitive performance compared to state-of-the-art underwater restoration techniques.

cs.CV

GCA-ResUNet: Medical Image Segmentation Using Grouped Coordinate Attention

Accurate segmentation of heterogeneous anatomical structures is pivotal for computer-aided diagnosis and subsequent clinical decision-making. Although U-Net based convolutional neural networks have achieved remarkable progress, their intrinsic locality and largely homogeneous attention formulations often limit the modeling of long-range contextual dependencies, especially in multi-organ scenarios and low-contrast regions. Transformer-based architectures mitigate this issue by leveraging global self-attention, but they usually require higher computational resources and larger training data, which may impede deployment in resource-constrained clinical environments.In this paper, we propose GCA-ResUNet, an efficient medical image segmentation framework equipped with a lightweight and plug-and-play Grouped Coordinate Attention (GCA) module. The proposed GCA decouples channel-wise context modeling into multiple groups to explicitly account for semantic heterogeneity across channels, and integrates direction-aware coordinate encoding to capture structured spatial dependencies along horizontal and vertical axes. This design enhances global representation capability while preserving the efficiency advantages of CNN backbones. Extensive experiments on two widely used benchmarks, Synapse and ACDC, demonstrate that GCA-ResUNet achieves Dice scores of 86.11% and 92.64%, respectively, outperforming a range of representative CNN and Transformer-based methods, including Swin-UNet and TransUNet. In particular, GCA-ResUNet yields consistent improvements in delineating small anatomical structures with complex boundaries. These results indicate that the proposed approach provides a favorable trade-off between segmentation accuracy and computational efficiency, offering a practical and scalable solution for clinical deployment.

cs.CV

Skyrmion and Meron Crystals in Intermetallic Gd$_3$Ru$_4$Al$_{12}$: Microscopic Model Insights into Chiral Phases

Topological spin textures in frustrated intermetallics hold great promise for spintronics applications. However, understanding their origin and properties remains a significant challenge due to competing and often long-range interactions mediated by conduction electrons. Here, by combining neutron scattering experiments with theoretical modeling via unprecedented multi-target fits that further incorporate the ferromagnentic resonance data and magnetization curve, we construct a realistic microscopic model for the prototypical intermetallic skyrmion host \text{Gd}$_3$\text{Ru}$_4$\text{Al}$_{12}$. Beyond magnetic frustration, we identify the competition between dipolar interactions and easy-plane single-ion anisotropy as a key ingredient for stabilizing the rich chiral magnetic phases observed in this compound -- including a hexagonal skyrmion crystal and two distinct meron crystals. Remarkably, the meron crystal in lower field is revealed to be commensurate with the underlying lattice, and its unique three-meron-one-antimeron spin texture is verified by the polarized x-ray diffraction data. At elevated temperatures, the short-range spin correlations in \text{Gd}$_3$\text{Ru}$_4$\text{Al}$_{12}$ are well described by a codimension-two spiral spin-liquid. Perturbations from staggered Dzyaloshinskii-Moriya interactions give rise to chiral fluctuations that account for the temperature and field dependence of the anomalous Hall response. Our results highlight the unique power of neutron scattering, especially when combined with complementary experimental techniques, to unravel complex magnetic phase transitions and provide new insights into the rich variety of topological spin textures in frustrated systems.

cond-mat.str-el

GCA-ResUNet:Image segmentation in medical images using grouped coordinate attention

Medical image segmentation underpins computer-aided diagnosis and therapy by supporting clinical diagnosis, preoperative planning, and disease monitoring. While U-Net style convolutional neural networks perform well due to their encoder-decoder structures with skip connections, they struggle to capture long-range dependencies. Transformer-based variants address global context but often require heavy computation and large training datasets. This paper proposes GCA-ResUNet, an efficient segmentation network that integrates Grouped Coordinate Attention (GCA) into ResNet-50 residual blocks. GCA uses grouped coordinate modeling to jointly encode global dependencies across channels and spatial locations, strengthening feature representation and boundary delineation while adding minimal parameter and FLOP overhead compared with self-attention. On the Synapse dataset, GCA-ResUNet achieves a Dice score of 86.11%, and on the ACDC dataset, it reaches 92.64%, surpassing several state-of-the-art baselines while maintaining fast inference and favorable computational efficiency. These results indicate that GCA offers a practical way to enhance convolutional architectures with global modeling capability, enabling high-accuracy and resource-efficient medical image segmentation.

cs.CV

Backdoor Attacks and Defenses in Computer Vision Domain: A Survey

Backdoor (trojan) attacks embed hidden, controllable behaviors into machine-learning models so that models behave normally on benign inputs but produce attacker-chosen outputs when a trigger is present. This survey reviews the rapidly growing literature on backdoor attacks and defenses in the computer-vision domain. We introduce a multi-dimensional taxonomy that organizes attacks and defenses by injection stage (dataset poisoning, model/parameter modification, inference-time injection), trigger type (patch, blended/frequency, semantic, transformation), labeling strategy (dirty-label vs. clean-label / feature-collision), representation stage (instance-specific, manifold/class-level, neuron/parameter hijacking, distributed encodings), and target task (classification, detection, segmentation, video, multimodal). For each axis we summarize representative methods, highlight evaluation practices, and discuss where defenses succeed or fail. For example, many classical sanitization and reverse-engineering tools are effective against reusable patch attacks but struggle with input-aware, sample-specific, or parameter-space backdoors and with transfer via compromised pre-trained encoders or hardware bit-flips. We synthesize trends, identify persistent gaps (supply-chain and hardware threats, certifiable defenses, cross-task benchmarks), and propose practical guidelines for threat-aware evaluation and layered defenses. This survey aims to orient researchers and practitioners to the current threat landscape and pressing research directions in secure computer vision.

cs.CR

Metallic $p$-wave magnet with commensurate spin helix

Antiferromagnetic states with spin-split electronic structure give rise to novel spintronic, magnonic, and electronic phenomena despite (near-) zero net magnetization. The simplest odd-parity spin splitting - $p$-wave - was originally proposed to emerge from a collective instability in interacting electron systems. Recent theory identifies a distinct route to realise $p$-wave spin-split electronic bands without strong correlations, termed $p$-wave magnetism. Here we demonstrate an experimental realisation of a metallic $p$-wave magnet. The odd-parity spin splitting of delocalised conduction electrons arises from their coupling to an antiferromagnetic texture of localised magnetic moments: a coplanar spin helix whose magnetic period is an even multiple of the chemical unit cell, as revealed by X-ray scattering experiments. This texture breaks space inversion symmetry but preserves time-reversal ($T$) symmetry up to a half-unit-cell translation - thereby fulfilling the symmetry conditions for $p$-wave magnetism. Consistent with theoretical predictions, our $p$-wave magnet exhibits a characteristic anisotropy in the electronic conductivity. Relativistic spin-orbit coupling and a tiny spontaneous net magnetization further break $T$ symmetry, resulting in a giant anomalous Hall effect (AHE, $σ_{xy}>600\,$S/cm, Hall angle $>3\,\%$), for an antiferromagnet. Our model calculations show that the spin nodal planes found in the electronic structure of $p$-wave magnets are readily gapped by a small perturbation to induce the AHE.

cond-mat.str-el

Dipolar and quadrupolar correlations in the $5d^2$ Re-based double perovskites Ba$_2$YReO$_6$ and Ba$_2$ScReO$_6$

Double perovskites containing heavy transition metal ions are an important family of compounds for the study of the interplay between electron correlation and spin-orbit coupling. Here, by combining magnetic susceptibility, heat capacity, and neutron scattering measurements, we investigate the dipolar and quadrupolar correlations in two prototype rhenium-based double perovskite compounds, Ba$_2$YReO$_6$ and Ba$_2$ScReO$_6$. A type-I dipolar antiferromagnetic ground state with a propagation vector $\mathbf{q} = (0, 0, 1)$ is observed in both compounds. At temperatures above the magnetic transitions, a quadrupolar ordered phase is identified. Weak spin excitations, which are gapped at low temperatures and softened in the correlated paramagnetic phase, are explained using a minimal model that considers both the dipolar and quadrupolar interactions. At larger wavevectors, we observe dominant phonon excitations that are well described by density functional calculations.

cond-mat.str-el