arXiv ScienceSearch

arXiv subjects

Lin Wan

Publications and source records attributed to Lin Wan.

18 recordsLinked to original sources

MSP-ReID: Hairstyle-Robust Cloth-Changing Person Re-Identification

Cloth-Changing Person Re-Identification (CC-ReID) aims to match the same individual across cameras under varying clothing conditions. Existing approaches often remove apparel and focus on the head region to reduce clothing bias. However, treating the head holistically without distinguishing between face and hair leads to over-reliance on volatile hairstyle cues, causing performance degradation under hairstyle changes. To address this issue, we propose the Mitigating Hairstyle Distraction and Structural Preservation (MSP) framework. Specifically, MSP introduces Hairstyle-Oriented Augmentation (HSOA), which generates intra-identity hairstyle diversity to reduce hairstyle dependence and enhance attention to stable facial and body cues. To prevent the loss of structural information, we design Cloth-Preserved Random Erasing (CPRE), which performs ratio-controlled erasing within clothing regions to suppress texture bias while retaining body shape and context. Furthermore, we employ Region-based Parsing Attention (RPA) to incorporate parsing-guided priors that highlight face and limb regions while suppressing hair features. Extensive experiments on multiple CC-ReID benchmarks demonstrate that MSP achieves state-of-the-art performance, providing a robust and practical solution for long-term person re-identification.

cs.CV

Analytic Model of Trans-axial Sensitivity in Cylindrical PET Systems Based on Solid Angle

In positron emission tomography (PET), a clear theoretical model describing how system sensitivity varies as a source is moved trans-axially within the field of view (FOV) is lacking. The current understanding and practical intuition often suggest that sensitivity is maximum at the center of the FOV, an assumption reflected in standardized protocols. In this work, we derive an analytic model for the trans-axial-plane sensitivity distribution in a cylindrical PET scanner based on solid angle. The model, formulated as a function of trans-axial offset from the center, is validated through both Monte Carlo simulations and physical experiments on a representative system. We find that the derived theoretical distribution is essentially consistent with simulation and experimental results, revealing a non-intuitive feature: sensitivity increases with trans-axial offset, peaks at the edge of the FOV, and drops off sharply beyond it. This study provides the first closed-form model of trans-axial geometric sensitivity in cylindrical PET scanners, offering a vital benchmark for isolating detector technology improvements and revealing a non-intuitive, offset-dependent sensitivity profile that enables new protocol optimization strategies.

physics.med-ph

Learning collective multi-cellular dynamics from temporal scRNA-seq via a transformer-enhanced Neural SDE

Time-series single-cell RNA-sequencing (scRNA-seq) datasets offer unprecedented insights into the dynamics and heterogeneity of cellular systems. These systems exhibit multiscale collective behaviors driven by intricate intracellular gene regulatory networks and intercellular interactions of molecules. However, inferring interacting cell population dynamics from time-series scRNA-seq data remains a significant challenge, as cells are isolated and destroyed during sequencing. To address this, we introduce scIMF, a single-cell deep generative Interacting Mean Field model, designed to learn collective multi-cellular dynamics. Our approach leverages a transformer-enhanced stochastic differential equation network to simultaneously capture cell-intrinsic dynamics and intercellular interactions. Through extensive benchmarking on multiple scRNA-seq datasets, scIMF outperforms existing methods in reconstructing gene expression at held-out time points, demonstrating that modeling cell-cell communication enhances the accuracy of multicellular dynamics characterization.Additionally, our model provides biologically interpretable insights into cell-cell interactions during dynamic processes, offering a powerful tool for understanding complex cellular systems.

q-bio.QM

LeNo: Adversarial Robust Salient Object Detection Networks with Learnable Noise

Pixel-wise prediction with deep neural network has become an effective paradigm for salient object detection (SOD) and achieved remarkable performance. However, very few SOD models are robust against adversarial attacks which are visually imperceptible for human visual attention. The previous work robust saliency (ROSA) shuffles the pre-segmented superpixels and then refines the coarse saliency map by the densely connected conditional random field (CRF). Different from ROSA that relies on various pre- and post-processings, this paper proposes a light-weight Learnable Noise (LeNo) to defend adversarial attacks for SOD models. LeNo preserves accuracy of SOD models on both adversarial and clean images, as well as inference speed. In general, LeNo consists of a simple shallow noise and noise estimation that embedded in the encoder and decoder of arbitrary SOD networks respectively. Inspired by the center prior of human visual attention mechanism, we initialize the shallow noise with a cross-shaped gaussian distribution for better defense against adversarial attacks. Instead of adding additional network components for post-processing, the proposed noise estimation modifies only one channel of the decoder. With the deeply-supervised noise-decoupled training on state-of-the-art RGB and RGB-D SOD networks, LeNo outperforms previous works not only on adversarial images but also on clean images, which contributes stronger robustness for SOD. Our code is available at https://github.com/ssecv/LeNo.

cs.CV

Self-Supervised Modality-Aware Multiple Granularity Pre-Training for RGB-Infrared Person Re-Identification

RGB-Infrared person re-identification (RGB-IR ReID) aims to associate people across disjoint RGB and IR camera views. Currently, state-of-the-art performance of RGB-IR ReID is not as impressive as that of conventional ReID. Much of that is due to the notorious modality bias training issue brought by the single-modality ImageNet pre-training, which might yield RGB-biased representations that severely hinder the cross-modality image retrieval. This paper makes first attempt to tackle the task from a pre-training perspective. We propose a self-supervised pre-training solution, named Modality-Aware Multiple Granularity Learning (MMGL), which directly trains models from scratch only on multi-modal ReID datasets, but achieving competitive results against ImageNet pre-training, without using any external data or sophisticated tuning tricks. First, we develop a simple-but-effective 'permutation recovery' pretext task that globally maps shuffled RGB-IR images into a shared latent permutation space, providing modality-invariant global representations for downstream ReID tasks. Second, we present a part-aware cycle-contrastive (PCC) learning strategy that utilizes cross-modality cycle-consistency to maximize agreement between semantically similar RGB-IR image patches. This enables contrastive learning for the unpaired multi-modal scenarios, further improving the discriminability of local features without laborious instance augmentation. Based on these designs, MMGL effectively alleviates the modality bias training problem. Extensive experiments demonstrate that it learns better representations (+8.03% Rank-1 accuracy) with faster training speed (converge only in few hours) and higher data efficiency (<5% data size) than ImageNet pre-training. The results also suggest it generalizes well to various existing models, losses and has promising transferability across datasets. The code will be released.

cs.CV

G2DA: Geometry-Guided Dual-Alignment Learning for RGB-Infrared Person Re-Identification

RGB-Infrared (IR) person re-identification aims to retrieve person-of-interest from heterogeneous cameras, easily suffering from large image modality discrepancy caused by different sensing wavelength ranges. Existing work usually minimizes such discrepancy by aligning domain distribution of global features, while neglecting the intra-modality structural relations between semantic parts. This could result in the network overly focusing on local cues, without considering long-range body part dependencies, leading to meaningless region representations. In this paper, we propose a graph-enabled distribution matching solution, dubbed Geometry-Guided Dual-Alignment (G2DA) learning, for RGB-IR ReID. It can jointly encourage the cross-modal consistency between part semantics and structural relations for fine-grained modality alignment by solving a graph matching task within a multi-scale skeleton graph that embeds human topology information. Specifically, we propose to build a semantic-aligned complete graph into which all cross-modality images can be mapped via a pose-adaptive graph construction mechanism. This graph represents extracted whole-part features by nodes and expresses the node-wise similarities with associated edges. To achieve the graph-based dual-alignment learning, an Optimal Transport (OT) based structured metric is further introduced to simultaneously measure point-wise relations and group-wise structural similarities across modalities. By minimizing the cost of an inter-modality transport plan, G2DA can learn a consistent and discriminative feature subspace for cross-modality image retrieval. Furthermore, we advance a Message Fusion Attention (MFA) mechanism to adaptively reweight the information flow of semantic propagation, effectively strengthening the discriminability of extracted semantic features.

cs.CV

Neural Feature Search for RGB-Infrared Person Re-Identification

RGB-Infrared person re-identification (RGB-IR ReID) is a challenging cross-modality retrieval problem, which aims at matching the person-of-interest over visible and infrared camera views. Most existing works achieve performance gains through manually-designed feature selection modules, which often require significant domain knowledge and rich experience. In this paper, we study a general paradigm, termed Neural Feature Search (NFS), to automate the process of feature selection. Specifically, NFS combines a dual-level feature search space and a differentiable search strategy to jointly select identity-related cues in coarse-grained channels and fine-grained spatial pixels. This combination allows NFS to adaptively filter background noises and concentrate on informative parts of human bodies in a data-driven manner. Moreover, a cross-modality contrastive optimization scheme further guides NFS to search features that can minimize modality discrepancy whilst maximizing inter-class distance. Extensive experiments on mainstream benchmarks demonstrate that our method outperforms state-of-the-arts, especially achieving better performance on the RegDB dataset with significant improvement of 11.20% and 8.64% in Rank-1 and mAP, respectively.

cs.CV

Potential Advantages of Peak Picking Multi-Voltage Threshold Digitizer in Energy Determination in Radiation Measurement

The Multi-voltage Threshold (MVT) method, which samples the signal by certain reference voltages, has been well developed as being adopted in pre-clinical and clinical digital positron emission tomography(PET) system. To improve its energy measurement performance, we propose a Peak Picking MVT(PP-MVT) Digitizer in this paper. Firstly, a sampled Peak Point(the highest point in pulse signal), which carries the values of amplitude feature voltage and amplitude arriving time, is added to traditional MVT with a simple peak sampling circuit. Secondly, an amplitude deviation statistical analysis, which compares the energy deviation of various reconstruction models, is used to select adaptive reconstruction models for signal pulses with different amplitudes. After processing 30,000 randomly-chosen pulses sampled by the oscilloscope with a 22Na point source, our method achieves an energy resolution of 17.50% within a 450-650 KeV energy window, which is 2.44% better than the result of traditional MVT with same thresholds; and we get a count number at 15225 in the same energy window while the result of MVT is at 14678. When the PP-MVT involves less thresholds than traditional MVT, the advantages of better energy resolution and larger count number can still be maintained, which shows the robustness and the flexibility of PP-MVT Digitizer. This improved method indicates that adding feature peak information could improve the performance on signal sampling and reconstruction, which canbe proved by the better performance in energy determination in radiation measurement.

eess.SP

Engineering of the qubit initialization in an imperfect physical system

We proposed a method to engineer the light matter interaction while initializing a qubit in presence of physical constraints utilizing the inverse engineering. Combining the multiple degrees of freedom in the pulse parameters with the perturbation theory, we developed pulses to initialize the qubit within a tightly packed frequency interval to an arbitrary superposition state with high fidelity. Importantly, the initialization induces low off-resonant excitations to the neighboring qubits, and it is robust against the spatial inhomogeneity in the laser intensity. We applied the method to the ensemble rare-earth ions system, and simulations show that the initialization is more robust against the variations in laser intensity than the previous pulses, and reduces the time that ions spend in the intermediate excited state by a factor of 17. The method is applicable to any systems addressed in frequency such as NV centers, superconducting qubits, quantum dots, and molecular qubit systems.

quant-ph

Robust pulses for high fidelity non-adiabatic geometric gate operations in an off-resonant three-level system

We propose a method to design pulses in a resonant three-level system to enhance the robustness of non-adiabatic geometric gate operations. By optimizing the shape of the pulse envelope, we show that the gate operations are more robust against frequency detuning than they are with Gaussian and square pulses. Our method provides a way to design pulses that can be employed in a system where robustness against frequency variations or inhomogeneous broadening is required,and may be extended to ensure robustness against other physical imperfections such as intensity fluctuations and random noises.

quant-ph

Better Guider Predicts Future Better: Difference Guided Generative Adversarial Networks

Predicting the future is a fantasy but practicality work. It is the key component to intelligent agents, such as self-driving vehicles, medical monitoring devices and robotics. In this work, we consider generating unseen future frames from previous obeservations, which is notoriously hard due to the uncertainty in frame dynamics. While recent works based on generative adversarial networks (GANs) made remarkable progress, there is still an obstacle for making accurate and realistic predictions. In this paper, we propose a novel GAN based on inter-frame difference to circumvent the difficulties. More specifically, our model is a multi-stage generative network, which is named the Difference Guided Generative Adversarial Netwok (DGGAN). The DGGAN learns to explicitly enforce future-frame predictions that is guided by synthetic inter-frame difference. Given a sequence of frames, DGGAN first uses dual paths to generate meta information. One path, called Coarse Frame Generator, predicts the coarse details about future frames, and the other path, called Difference Guide Generator, generates the difference image which include complementary fine details. Then our coarse details will then be refined via guidance of difference image under the support of GANs. With this model and novel architecture, we achieve state-of-the-art performance for future video prediction on UCF-101, KITTI.

cs.CV

Age-dependent Size Effect and Fracture Characteristics of Ultra High Performance Concrete

This paper presents an investigation of the age-dependent size effect and fracture characteristics of an ultra high performance concrete (UHPC). The study is based on a unique set of experimental data connecting aging tests for two curing protocols of one size and scaled size effect tests of one age. Both aging and size effect studies are performed on notched three point bending tests. Experimental data is augmented by state of the art simulations employing a recently developed discrete element based early-age computational framework. The framework is constructed by coupling a hygro-thermo-chemical (HTC) model and the Lattice Discrete Particle Model (LDPM) through a set of aging functions. The HTC component allows taking into account variable curing conditions and predicts the maturity of concrete. The mechanical component, LDPM, simulates the failure behavior of concrete at the length scale of major heterogeneities. After careful calibration and validation the mesoscale HTC-LDPM model is uniquely posed to perform predictive simulations. The ultimate flexural strengths from experiments and simulations are analyzed by the cohesive size effect curve (CSEC) method, and the classical size effect law (SEL). The fracture energies obtained by LDPM, CSEC, SEL, and cohesive crack analyses are compared and an aging formulation for fracture properties is proposed. Based on experiments, simulations, and size effect analyses, the age-dependence of size effect and the robustness of analytical size effect methods are evaluated.

cond-mat.mtrl-sci

A Novel Material for In Situ Construction on Mars: Experiments and Numerical Simulations

A significant step in space exploration during the 21st century will be human settlement on Mars. Instead of transporting all the construction materials from Earth to the red planet with incredibly high cost, using Martian soil to construct a site on Mars is a superior choice. Knowing that Mars has long been considered a "sulfur-rich planet", a new construction material composed of simulated Martian soil and molten sulfur is developed. In addition to the raw material availability for producing sulfur concrete and a strength reaching similar or higher levels of conventional cementitious concrete, fast curing, low temperature sustainability, acid and salt environment resistance, 100% recyclability are appealing superior characteristics of the developed Martian Concrete. In this study, different percentages of sulfur are investigated to obtain the optimal mixing proportions. Three point bending, unconfined compression and splitting tests were conducted to determine strength development, strength variability, and failure mechanisms. The test results show that the strength of Martian Concrete doubles that of sulfur concrete utilizing regular sand. It is also shown that the particle size distribution plays an important role in the mixture's final strength. Furthermore, since Martian soil is metal rich, sulfates and, potentially, polysulfates are also formed during high temperature mixing, which might contribute to the high strength. The optimal mix developed as Martian Concrete has an unconfined compressive strength of above 50 MPa. The formulated Martian Concrete is simulated by the Lattice Discrete Particle Model (LDPM), which exhibits excellent ability in modeling the material response under various loading conditions.

cond-mat.mtrl-sci

Analysis of the Behavior of Ultra High Performance Concrete at Early Age

Ultra high performance concretes (UHPCs) are cementitious composite materials with high level of perfor- mance characterized by high compressive strength, high tensile strength and superior durability, reached by low water-to-binder ratio, optimized aggregate size distribution, thermal activation, and fiber reinforcement. In the past couple of decades, more and more UHPCs have been developed and found their ways into practice. Thus, the demand for computational models capable of describing and predicting relevant aging phenomena to assist design and planning is increasing. This paper presents the early age experimental characterization as well as the results of subsequent simulations of a typical UHPC matrix. Performed and simulated tests include unconfined compression, splitting (Brazilian), and three-point-bending tests. The computational framework is formulated by coupling a hygro-thermo-chemical (HTC) theory and a comprehensive mesoscale discrete model with formulated aging functions. The HTC component allows taking into account various types of curing conditions with varying temperature and relative humidity and predicting the level of concrete aging. The mechanical component, the Lattice Discrete Particle Model (LDPM), permits the simulation of the failure behavior of concrete at the length scale of major heterogeneities. The aging functions relate the mesoscale LDPM mechanical properties in terms of aging degree, defined in this work as the ratio between the quasi-static elastic modulus at a certain age and its asymptotic value. The obtained results provide insights in both UHPC early age mechanisms and a computational model for the analysis of aging UHPC structures.

cond-mat.mtrl-sci

Global Cosmological Parameters Determined Using Classical Double Radio Galaxies

A sample of 20 powerful extended radio galaxies with redshifts between zero and two were used to determine constraints on global cosmological parameters. Data for six radio sources were obtained from the VLA archive, analyzed, and combined with the sample of 14 radio galaxies used previously by Guerra & Daly to determine cosmological parameters. The results are consistent with our previous results, and indicate that the current value of the mean mass density of the universe is significantly less than the critical value. A universe with $Ω_m$ of unity is ruled out at 99.0% confidence, and the best fitting values of $Ω_m$ in matter are $0.10^{+0.25}_{-0.10}$ and $-0.25^{+0.35}_{-0.25}$ assuming zero space curvature and zero cosmological constant, respectively. Note that identical results obtain when the low redshift bin, which includes Cygnus A, is excluded; these results are independent of whether the radio source Cygnus A is included. The method does not rely on a zero-redshift normalization. The radio properties of each source are also used to determine the density of the gas in the vicinity of the source, and the beam power of the source. The six new radio sources have physical characteristics similar to those found for the original 14 sources. The density of the gas around these radio sources is typical of gas in present day clusters of galaxies. The beam powers are typically about $10^{45} \hbox{erg s}^{-1}$.

astro-ph

Determinations of Key Physical Parameters Related to Classical Double Radio Sources

Multi-frequency radio observations of the radio bridge of a powerful classical double radio source can be used to determine: the beam power of the jets emanating from the AGN; the total time the source will actively produce jets that power large-scale radio emission; the thermal pressure of the medium in the vicinity of the radio source; and the total mass, including dark matter, of the galaxy or cluster of galaxies traced by the ambient gas that surrounds the radio source. Empirical determinations of each of these quantities are obtained and analyzed for 22 radio sources. Typical beam powers are about $10^{45} {erg s}^{-1}$. The characteristic or total time the AGN will actively produce a collimated outflow is estimated. Typical total lifetimes are $\sim (10^7$ to $10^8$) years. Total masses, and mass-density profiles, similar to those of low-redshift clusters of galaxies are obtained. Thus, some clusters of galaxies, or cores of clusters, exist at redshifts of one to two. A new method of estimating the thermal pressure of the ambient gas in the vicinity of a powerful classical double radio source is presented. This new estimate is independent of synchrotron and inverse Compton aging arguments, and depends only upon the properties of the radio lobe and the shape of the radio bridge. Thermal pressures on the order of $10^{-10} {dyne cm}^{-2}$, typical of gas in low-redshift clusters of galaxies, are found for the environments of the sources studied here. It is shown that appreciable amounts of cosmic microwave background diminution (the Sunyaev-Zel'dovich effect) are expected from many of these clusters. This could be detected at high frequency where the emission from the radio sources is weak.

astro-ph

Global Cosmological Parameters Measured Using Classical Double Radio Sources

Fourteen classical double radio galaxies with redshifts between zero and two were used to determine the cosmological parameters $Ω_m$, $Ω_Λ$, and $Ω_k$, where these are the normalized values of the mean mass density, cosmological constant, and space curvature at the present epoch. A low value of $Ω_m$ is obtained, and $Ω_m = 1$ is ruled out with 97.5% confidence. The low value of $Ω_m$ determined using the radio source method described here is also indicated by several independent tests. Thus, it appears that either a cosmological constant, or space curvature, is significant at the present epoch. This means that the universe is undergoing, or has recently undergone, a transition away from a state of matter domination and into a state where either a cosmological constant or space curvature is determining the expansion rate of the universe. The low value of $Ω_m$ presented here and by Guerra & Daly (1998) means that we can state with 97.5 % confidence that the universe will continue to expand forever.

astro-ph

FRII Radio Sources in Rich Clusters of Galaxies

A sample of FRII radio sources in rich clusters of galaxies, both at high (z$\sim$0.5) and low (z$\sim$0) redshift, has been constructed to study the effect of environment on radio sources. Comparisons are made between the properties of FRII sources in cluster and non-cluster environments, and between X-ray clusters with and without FRII sources. The principal results are the following: 1. Most low-redshift FRII sources in clusters appear to be similar to FRII sources in group or field environments in terms of radio power, optical properties of the host galaxy, and nonthermal pressure of the radio bridge. Most low-redshift clusters with FRII sources tend to lie at the lower end of cluster X-ray luminosity distribution, some having $L_x$ comparable to FRII sources in non-cluster environments. 2. High-redshift FRII sources are all quite similar to each other irrespective of their environments. The nonthermal pressures of their radio bridges appear to be similar to those of low-redshift FRII's. 3. The nonthermal pressures of the bridges of FRII sources appear to be similar to the thermal pressures of the ICM around them. This result would allow FRII sources to be used as probes of their gaseous environments. The current data imply that the evolution in the clustering strength around FRII sources toward high-redshift is likely to be closely linked to an evolution of the state of the intracluster medium.

astro-ph