Catalog footprint

What is connected

39works
35topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

39 published item(s)

preprint2026arXiv

OphMAE: Bridging Volumetric and Planar Imaging with a Foundation Model for Adaptive Ophthalmological Diagnosis

The advent of foundation models has heralded a new era in medical artificial intelligence (AI), enabling the extraction of generalizable representations from large-scale unlabeled datasets. However, current ophthalmic AI paradigms are predominantly constrained to single-modality inference, thereby creating a dissonance with clinical practice where diagnosis relies on the synthesis of complementary imaging modalities. Furthermore, the deployment of high-performance AI in resource-limited settings is frequently impeded by the unavailability of advanced three-dimensional imaging hardware. Here, we present the Ophthalmic multimodal Masked Autoencoder (OphMAE), a multi-imaging foundation model engineered to synergize the volumetric depth of 3D Optical Coherence Tomography (OCT) with the planar context of 2D en face OCT. By implementing a novel cross-modal fusion architecture and a unique adaptive inference mechanism, OphMAE was pre-trained on a massive dataset with of 183,875 paired OCT images derived from 32,765 patients. In a rigorous benchmark encompassing 17 diverse diagnostic tasks with 48,340 paired OCT images from 8,191 patients, the model demonstrated state-of-the-art performance, achieving an Area Under the Curve (AUC) of 96.9% for Age-related Macular Degeneration (AMD) and 97.2% for Diabetic Macular Edema (DME), consistently surpassing existing single-modal and multimodal foundation models. Crucially, OphMAE exhibits robust engineering adaptability: it maintains high diagnostic accuracy, such as 93.7\% AUC for AMD, even when restricted to single-modality 2D inputs, and demonstrates exceptional data efficiency by retaining 95.7% AUC with as few as 500 labeled samples. This work establishes a scalable and adaptable framework for ophthalmic AI, ensuring robust performance across different tasks.

preprint2026arXiv

Orion-RAG: Path-Aligned Hybrid Retrieval for Graphless Data

Retrieval-Augmented Generation (RAG) has proven effective for knowledge synthesis, yet it encounters significant challenges in practical scenarios where data is inherently discrete and fragmented. In most environments, information is distributed across isolated files like reports and logs that lack explicit links. Standard search engines process files independently, ignoring the connections between them. Furthermore, manually building Knowledge Graphs is impractical for such vast data. To bridge this gap, we present Orion-RAG. Our core insight is simple yet effective: we do not need heavy algorithms to organize this data. Instead, we use a low-complexity strategy to extract lightweight paths that naturally link related concepts. We demonstrate that this streamlined approach suffices to transform fragmented documents into semi-structured data, enabling the system to link information across different files effectively. Extensive experiments demonstrate that Orion-RAG consistently outperforms mainstream frameworks across diverse domains, supporting real-time updates and explicit Human-in-the-Loop verification with high cost-efficiency. Experiments on FinanceBench demonstrate superior precision with a 25.2% relative improvement over strong baselines.

preprint2025arXiv

Foundation Models Knowledge Distillation For Battery Capacity Degradation Forecast

Accurate forecasting of lithium-ion battery capacity degradation is critical for reliable and safe operation, yet remains challenging under distribution shifts across scales and operating regimes. Here we investigate a time-series foundation model, that is, a large pre-trained time-series model for capacity degradation forecasting, and propose a degradation-aware fine-tuning strategy that aligns the model to capacity trajectories while retaining broadly transferable temporal structure. We instantiate this approach by fine-tuning the Timer model on 220,153 cycles of open-source charge-discharge records to obtain Battery-Timer. Using our released CycleLife-SJTUIE dataset, a real-world industrial collection from an energy-storage station with long-horizon cycling, we evaluate capacity generalization from small cells to large-scale storage systems and across varying operating conditions. Battery-Timer consistently outperforms specialized expert models. To address deployment cost, we further introduce knowledge distillation, a teacher-student transfer that compresses the foundation model's behavior into compact expert models. Distillation across several state-of-the-art time-series experts improves multi-condition capacity generalization while substantially reducing computational overhead, indicating a practical path to deployable cross-scale degradation forecasting by combining a foundation model with targeted distillation.

preprint2025arXiv

OxygenREC: An Instruction-Following Generative Framework for E-commerce Recommendation

Traditional recommendation systems suffer from inconsistency in multi-stage optimization objectives. Generative Recommendation (GR) mitigates them through an end-to-end framework; however, existing methods still rely on matching mechanisms based on inductive patterns. Although responsive, they lack the ability to uncover complex user intents that require deductive reasoning based on world knowledge. Meanwhile, LLMs show strong deep reasoning capabilities, but their latency and computational costs remain challenging for industrial applications. More critically, there are performance bottlenecks in multi-scenario scalability: as shown in Figure 1, existing solutions require independent training and deployment for each scenario, leading to low resource utilization and high maintenance costs-a challenge unaddressed in GR literature. To address these, we present OxygenREC, an industrial recommendation system that leverages Fast-Slow Thinking to deliver deep reasoning with strict latency and multi-scenario requirements of real-world environments. First, we adopt a Fast-Slow Thinking architecture. Slow thinking uses a near-line LLM pipeline to synthesize Contextual Reasoning Instructions, while fast thinking employs a high-efficiency encoder-decoder backbone for real-time generation. Second, to ensure reasoning instructions effectively enhance recommendation generation, we introduce a semantic alignment mechanism with Instruction-Guided Retrieval (IGR) to filter intent-relevant historical behaviors and use a Query-to-Item (Q2I) loss for instruction-item consistency. Finally, to resolve multi-scenario scalability, we transform scenario information into controllable instructions, using unified reward mapping and Soft Adaptive Group Clip Policy Optimization (SA-GCPO) to align policies with diverse business objectives, realizing a train-once-deploy-everywhere paradigm.

preprint2025arXiv

Shot noise signatures identifying non-Abelian properties of Jackiw-Rebbi zero modes

Jackiw-Rebbi zero modes were first proposed in 1976 as topologically protected zero-energy states localized at domain walls in one-dimensional Dirac systems. They have attracted widespread attention in the field of topological quantum computing, as they serve as non-superconducting analogs of Majorana zero modes and support non-Abelian statistics in topological insulator systems. %In the braiding process of the Jackiw-Rebbi zero modes, their braiding properties are closely related to the strength of disorder. However, compared to their Majorana cousins, the braiding properties of Jackiw-Rebbi zero modes are vulnerable to the on-site energy deviation between the modes involved in the experiment. In this work, we propose to estimate the braiding properties of Jackiw-Rebbi zero-modes through measurements of transport signatures, which are readily measurable in current experiments. We find that the fidelity of braiding operation reaches unity when the current noise is fully suppressed, while this braiding fidelity monotonously decreases with the increasing of the current noise. Based on these transport signatures, we further discuss the correspondence between Majorana and Jackiw-Rebbi zero modes, highlighting their similarity in supporting non-Abelian statistics.

preprint2025arXiv

The Forgotten Shield: Safety Grafting in Parameter-Space for Medical MLLMs

Medical Multimodal Large Language Models (Medical MLLMs) have achieved remarkable progress in specialized medical tasks; however, research into their safety has lagged, posing potential risks for real-world deployment. In this paper, we first establish a multidimensional evaluation framework to systematically benchmark the safety of current SOTA Medical MLLMs. Our empirical analysis reveals pervasive vulnerabilities across both general and medical-specific safety dimensions in existing models, particularly highlighting their fragility against cross-modality jailbreak attacks. Furthermore, we find that the medical fine-tuning process frequently induces catastrophic forgetting of the model's original safety alignment. To address this challenge, we propose a novel "Parameter-Space Intervention" approach for efficient safety re-alignment. This method extracts intrinsic safety knowledge representations from original base models and concurrently injects them into the target model during the construction of medical capabilities. Additionally, we design a fine-grained parameter search algorithm to achieve an optimal trade-off between safety and medical performance. Experimental results demonstrate that our approach significantly bolsters the safety guardrails of Medical MLLMs without relying on additional domain-specific safety data, while minimizing degradation to core medical performance.

preprint2025arXiv

Universal Battery Degradation Forecasting Driven by Foundation Model Across Diverse Chemistries and Conditions

Accurate forecasting of battery capacity fade is essential for the safety, reliability, and long-term efficiency of energy storage systems. However, the strong heterogeneity across cell chemistries, form factors, and operating conditions makes it difficult to build a single model that generalizes beyond its training domain. This work proposes a unified capacity forecasting framework that maintains robust performance across diverse chemistries and usage scenarios. We curate 20 public aging datasets into a large-scale corpus covering 1,704 cells and 3,961,195 charge-discharge cycle segments, spanning temperatures from $-5\,^{\circ}\mathrm{C}$ to $45\,^{\circ}\mathrm{C}$, multiple C-rates, and application-oriented profiles such as fast charging and partial cycling. On this corpus, we adopt a Time-Series Foundation Model (TSFM) backbone and apply parameter-efficient Low-Rank Adaptation (LoRA) together with physics-guided contrastive representation learning to capture shared degradation patterns. Experiments on both seen and deliberately held-out unseen datasets show that a single unified model achieves competitive or superior accuracy compared with strong per-dataset baselines, while retaining stable performance on chemistries, capacity scales, and operating conditions excluded from training. These results demonstrate the potential of TSFM-based architectures as a scalable and transferable solution for capacity degradation forecasting in real battery management systems.

preprint2022arXiv

Automatic Parameter Selection for Electron Ptychography via Bayesian Optimization

Electron ptychography provides new opportunities to resolve atomic structures with deep sub-angstrom spatial resolution and studying electron-beam sensitive materials with high dose efficiency. In practice, obtaining accurate ptychography images requires simultaneously optimizing multiple parameters that are often selected based on trial-and-error, resulting in low-throughput experiments and preventing wider adoption. Here, we develop an automatic parameter selection framework to circumvent this problem using Bayesian optimization with Gaussian processes. With minimal prior knowledge, the workflow efficiently produces ptychographic reconstructions that are superior than the ones processed by experienced experts. The method also facilitates better experimental designs by exploring optimized experimental parameters from simulated data.

preprint2022arXiv

Disentangling magnetic and grain contrast in polycrystalline FeGe thin films using four-dimensional Lorentz scanning transmission electron microscopy

The study of nanoscale chiral magnetic order in polycrystalline materials with a strong Dzyaloshinkii-Moriya interaction (DMI) is interesting for the observation of magnetic phenomena at grain boundaries and interfaces. One such material is sputter-deposited B20 FeGe on Si, which has been actively investigated as the basis for low-power, high-density magnetic memory technology in a scalable material platform. Although conventional Lorentz electron microscopy provides the requisite spatial resolution to probe chiral magnetic textures in single-crystal FeGe, probing the magnetism of sputtered B20 FeGe is more challenging because the sub-micron crystal grains add confounding contrast. We address the challenge of disentangling magnetic and grain contrast by applying 4-dimensional Lorentz scanning transmission electron microscopy using an electron microscope pixel array detector. Supported by analytical and numerical models, we find that the most important parameter for imaging magnetic materials with polycrystalline grains is the ability for the detector to sustain large electron doses, where having a high-dynamic range detector becomes extremely important. Despite the small grain size in sputtered B20 FeGe on Si, using this approach we are still able to observe helicity switching of skyrmions and magnetic helices across two adjacent grains as they thread through neighboring grains. We reproduce this effect using micromagnetic simulations by assuming that the grains have distinct orientation and magnetic chirality and find that magnetic helicity couples to crystal chirality. Our methodology for imaging magnetic textures is applicable to other thin-film magnets used for spintronics and memory applications, where an understanding of how magnetic order is accommodated in polycrystalline materials is important.

preprint2022arXiv

Hybridized Frequency Combs in Multimode Cavity Electromechanical System

The cavity electromechanical devices with radiation-pressure-interaction induced Kerr-like nonlinearity are promising candidates to generate microwave frequency combs. We construct a silicon-nitride-membrane-based superconducting cavity electromechanical device and study two mechanical modes mediated synergistic frequency combs. Around the threshold of intracavity field instability, we firstly show independent frequency combs with tooth spacing equalling to each mechanical mode frequency. At the overlap boundaries of these two individual mechanical mode mediated instability thresholds, we observe hybridization of frequency combs based on the cavity field mediated indirect coupling between these two mechanical modes. The spectrum lines turn to be unequally spaced but can be recognized into combinations of the coexisting frequency combs. Beyond the boundary, the comb reverts to the single-mode case, and which mechanical mode frequency will the tooth spacing depend on the mode competition. Our work demonstrates mechanical mode competition enabled switchability of frequency comb tooth spacing and can be extended to other devices with multiple nonlinearities.

preprint2022arXiv

Tighter Bound Estimation for Efficient Biquadratic Optimization Over Unit Spheres

Bi-quadratic programming over unit spheres is a fundamental problem in quantum mechanics introduced by pioneer work of Einstein, Schrödinger, and others. It has been shown to be NP-hard; so it must be solve by efficient heuristic algorithms such as the block improvement method (BIM). This paper focuses on the maximization of bi-quadratic forms, which leads to a rank-one approximation problem that is equivalent to computing the M-spectral radius and its corresponding eigenvectors. Specifically, we provide a tight upper bound of the M-spectral radius for nonnegative fourth-order partially symmetric (PS) tensors, which can be considered as an approximation of the M-spectral radius. Furthermore, we showed that the proposed upper bound can be obtained more efficiently, if the nonnegative fourth-order PS-tensors is a member of certain monoid semigroups. Furthermore, as an extension of the proposed upper bound, we derive the exact solutions of the M-spectral radius and its corresponding M-eigenvectors for certain classes of fourth-order PS-tensors. Lastly, as an application of the proposed bound, we obtain a practically testable sufficient condition for nonsingular elasticity M-tensors with strong ellipticity condition. We conduct several numerical experiments to demonstrate the utility of the proposed results. The results show that: (a) our proposed method can attain a tight upper bound of the M-spectral radius with little computational burden, and (b) such tight and efficient upper bounds greatly enhance the convergence speed of the BIM-algorithm, allowing it to be applicable for large-scale problems in applications.

preprint2021arXiv

Back-n White Neutron Source at CSNS and its Applications

Back-streaming neutrons from the spallation target of the China Spallation Neutron Source (CSNS) that emit through the incoming proton channel were exploited to build a white neutron beam facility (the so-called Back-n white neutron source), which was completed in March 2018. The Back-n neutron beam is very intense, at approximately 2*10^7 n/cm^2/s at 55 m from the target, and has a nominal proton beam with a power of 100 kW in the CSNS-I phase and a kinetic energy of 1.6 GeV and a thick tungsten target in multiple slices with modest moderation from the cooling water through the slices. In addition, the excellent energy spectrum spanning from 0.5 eV to 200 MeV, and a good time resolution related to the time-of-flight measurements make it a typical white neutron source for nuclear data measurements; its overall performance is among that of the best white neutron sources in the world. Equipped with advanced spectrometers, detectors, and application utilities, the Back-n facility can serve wide applications, with a focus on neutron-induced cross-section measurements. This article presents an overview of the neutron beam characteristics, the experimental setups, and the ongoing applications at Back-n.

preprint2021arXiv

Optomechanical Anti-lasing with Infinite Group Delay at a Phase Singularity

Singularities that symbolize abrupt changes and exhibit extraordinary behavior are of broad interest. We experimentally study optomechanically induced singularities in a compound system consisting of a three-dimensional aluminum superconducting cavity and a metalized high-coherence silicon nitride membrane resonator. Mechanically-induced coherent perfect absorption and anti-lasing occur simultaneously under a critical optomechanical coupling strength. Meanwhile, the phase around the cavity resonance undergoes an abrupt $π$-phase transition, which further flips the phase slope in the frequency dependence. The observed infinite-discontinuity in the phase slope defines a singularity, at which the group velocity is dramatically changed. Around the singularity, an abrupt transition from an infinite group advance to delay is demonstrated by measuring a Gaussian-shaped waveform propagating. Our experiment may broaden the scope of realizing extremely long group delays by taking advantage of singularities.

preprint2021arXiv

Very-High Dynamic Range, 10,000 frames/second Pixel Array Detector for Electron Microscopy

Precision and accuracy of quantitative scanning transmission electron microscopy (STEM) methods such as ptychography, and the mapping of electric, magnetic and strain fields depend on the dose. Reasonable acquisition time requires high beam current and the ability to quantitatively detect both large and minute changes in signal. A new hybrid pixel array detector (PAD), the second-generation Electron Microscope Pixel Array Detector (EMPAD-G2), addresses this challenge by advancing the technology of a previous generation PAD, the EMPAD. The EMPAD-G2 images continuously at a frame-rates up to 10 kHz with a dynamic range that spans from low-noise detection of single electrons to electron beam currents exceeding 180 pA per pixel, even at electron energies of 300 keV. The EMPAD-G2 enables rapid collection of high-quality STEM data that simultaneously contain full diffraction information from unsaturated bright field disks to usable Kikuchi bands and higher-order Laue zones. Test results from 80 to 300 keV are presented, as are first experimental results demonstrating ptychographic reconstructions, strain and polarization maps. We introduce a new information metric, the Maximum Usable Imaging Speed (MUIS), to identify when a detector becomes electron-starved, saturated or its pixel count is mismatched with the beam current.

preprint2020arXiv

Complementary Network with Adaptive Receptive Fields for Melanoma Segmentation

Automatic melanoma segmentation in dermoscopic images is essential in computer-aided diagnosis of skin cancer. Existing methods may suffer from the hole and shrink problems with limited segmentation performance. To tackle these issues, we propose a novel complementary network with adaptive receptive filed learning. Instead of regarding the segmentation task independently, we introduce a foreground network to detect melanoma lesions and a background network to mask non-melanoma regions. Moreover, we propose adaptive atrous convolution (AAC) and knowledge aggregation module (KAM) to fill holes and alleviate the shrink problems. AAC explicitly controls the receptive field at multiple scales and KAM convolves shallow feature maps by dilated convolutions with adaptive receptive fields, which are adjusted according to deep feature maps. In addition, a novel mutual loss is proposed to utilize the dependency between the foreground and background networks, thereby enabling the reciprocally influence within these two networks. Consequently, this mutual training strategy enables the semi-supervised learning and improve the boundary-sensitivity. Training with Skin Imaging Collaboration (ISIC) 2018 skin lesion segmentation dataset, our method achieves a dice co-efficient of 86.4% and shows better performance compared with state-of-the-art melanoma segmentation methods.

preprint2020arXiv

Data-driven learning of non-autonomous systems

We present a numerical framework for recovering unknown non-autonomous dynamical systems with time-dependent inputs. To circumvent the difficulty presented by the non-autonomous nature of the system, our method transforms the solution state into piecewise integration of the system over a discrete set of time instances. The time-dependent inputs are then locally parameterized by using a proper model, for example, polynomial regression, in the pieces determined by the time instances. This transforms the original system into a piecewise parametric system that is locally time invariant. We then design a deep neural network structure to learn the local models. Once the network model is constructed, it can be iteratively used over time to conduct global system prediction. We provide theoretical analysis of our algorithm and present a number of numerical examples to demonstrate the effectiveness of the method.

preprint2020arXiv

Deep learning of parameterized equations with applications to uncertainty quantification

We propose a numerical method for discovering unknown parameterized dynamical systems by using observational data of the state variables. Our method is built upon and extends the recent work of discovering unknown dynamical systems, in particular those using deep neural network (DNN). We propose a DNN structure, largely based upon the residual network (ResNet), to not only learn the unknown form of the governing equation but also take into account the random effect embedded in the system, which is generated by the random parameters. Once the DNN model is successfully constructed, it is able to produce system prediction over longer term and for arbitrary parameter values. For uncertainty quantification, it allows us to conduct uncertainty analysis by evaluating solution statistics over the parameter space.

preprint2020arXiv

Experimentally Accessible Quantum Phase Transition in a non-Hermitian Tavis-Cummings Model Engineered with Two Drive Fields

We study the quantum phase transition (QPT) in a non-Hermitian Tavis-Cummings (TC) model of experimentally accessible parameters, which is engineered with two drive fields applied to an ensemble of two-level systems (TLSs) and a cavity, respectively. When the two drive fields satisfy a given parameter-matching condition, the coupled cavity-TLS ensemble system can be described by an effective standard TC Hamiltonian in the rotating frame. In this ideal Hermitian case, the engineered TC model can exhibit the super-radiant QPT with spin conservation at an experimentally accessible critical coupling strength, but the QPT is, however, spoiled by the decoherence. We find that in this non-Hermitian case, the QPT can be recovered by introducing a gain in the cavity to balance the loss of the TLS ensemble. Also, the spin-conservation law is found to be violated due to the decoherence of the system. Our study offers an experimentally realizable approach to implementing QPT in the non-Hermitian TC model.

preprint2020arXiv

GCSA Codes with Noise Alignment for Secure Coded Multi-Party Batch Matrix Multiplication

A secure multi-party batch matrix multiplication problem (SMBMM) is considered, where the goal is to allow a master to efficiently compute the pairwise products of two batches of massive matrices, by distributing the computation across S servers. Any X colluding servers gain no information about the input, and the master gains no additional information about the input beyond the product. A solution called Generalized Cross Subspace Alignment codes with Noise Alignment (GCSA-NA) is proposed in this work, based on cross-subspace alignment codes. The state of art solution to SMBMM is a coding scheme called polynomial sharing (PS) that was proposed by Nodehi and Maddah-Ali. GCSA-NA outperforms PS codes in several key aspects - more efficient and secure inter-server communication, lower latency, flexible inter-server network topology, efficient batch processing, and tolerance to stragglers. The idea of noise alignment can also be combined with N-source Cross Subspace Alignment (N-CSA) codes and fast matrix multiplication algorithms like Strassen's construction. Moreover, noise alignment can be applied to symmetric secure private information retrieval to achieve the asymptotic capacity.

preprint2020arXiv

Operando Control of Skyrmion Density in a Lorentz Transmission Electron Microscope with Current Pulses

Magnetic skyrmions hold promise for spintronic devices. To explore the dynamical properties of skyrmions in devices, a nanoscale method to image spin textures in response to a stimulus is essential. Here, we apply a technique for operando electrical current pulsing of chiral magnetic devices in a Lorentz transmission electron microscope. In ferromagnetic multilayers with interfacial Dzyaloshinskii-Moriya interaction (DMI), we study the creation and annihilation of skyrmions localized by point-like pinning sites due to defects. Using a combination of experimental and micromagnetic techniques, we establish a thermal contribution for the creation and annihilation of skyrmions in our study. Our work reveals a mechanism for controlling skyrmion density, which enables an examination of skyrmion magnetic field stability as a function of density. We find that high-density skyrmion states are more stable than low-density states or isolated skyrmions resisting annihilation over a magnetic field range that increases monotonically with density.

preprint2020arXiv

Photon-Dressed Bloch-Siegert Shift in an Ultrastrongly Coupled Circuit Quantum Electrodynamical System

A cavity quantum electrodynamical (QED) system beyond the strong-coupling regime is expected to exhibit intriguing quantum phenomena. Here we report a direct measurement of the photon-dressed qubit transition frequencies up to four photons by harnessing the same type of state transitions in an ultrastrongly coupled circuit-QED system realized by inductively coupling a superconducting flux qubit to a coplanar-waveguide resonator. This demonstrates a convincing observation of the photon-dressed Bloch-Siegert shift in the ultrastrongly coupled quantum system. Moreover, our results show that the photon-dressed Bloch-Siegert shift becomes more pronounced as the photon number increases, which is a characteristic of the quantum Rabi model.

preprint2020arXiv

Socially-Aware Conference Participant Recommendation with Personality Traits

As a result of the importance of academic collaboration at smart conferences, various researchers have utilized recommender systems to generate effective recommendations for participants. Recent research has shown that the personality traits of users can be used as innovative entities for effective recommendations. Nevertheless, subjective perceptions involving the personality of participants at smart conferences are quite rare and haven't gained much attention. Inspired by the personality and social characteristics of users, we present an algorithm called Socially and Personality Aware Recommendation of Participants (SPARP). Our recommendation methodology hybridizes the computations of similar interpersonal relationships and personality traits among participants. SPARP models the personality and social characteristic profiles of participants at a smart conference. By combining the above recommendation entities, SPARP then recommends participants to each other for effective collaborations. We evaluate SPARP using a relevant dataset. Experimental results confirm that SPARP is reliable and outperforms other state-of-the-art methods.

preprint2020arXiv

Structural Heterogeneity, Ductility, and Glass Forming Ability of Zr-Based Metallic Glasses

We show the correlation between nanoscale structural heterogeneity and mechanical property and glass forming ability of Zr-based metallic glasses (MGs). Detailed parameters of medium range ordering (MRO) that constitutes the structural heterogeneity, including the type, size, and volume fraction of MRO domains determined using 4-dimensional scanning transmission electron microscopy, directly correlate with the ductility and glass forming ability of Zr-Cu-Co-Al MGs. Mesoscale deformation simulation incorporating the experimentally determined MRO confirms that the diverse types and sizes of MRO can significantly influence the MGs' mechanical behavior.

preprint2019arXiv

Measurements of differential and angle-integrated cross sections for the $^{10}$B($n, α$)$^{7}$Li reaction in the neutron energy range from 1.0 eV to 2.5 MeV

Differential and angle-integrated cross sections for the $^{10}$B($n, α$)$^{7}$Li, $^{10}$B($n, α$$_{0}$)$^{7}$Li and $^{10}$B($n, α$$_{1}$)$^{7}$Li$^{*}$ reactions have been measured at CSNS Back-n white neutron source. Two enriched (90%) $^{10}$B samples 5.0 cm in diameter and ~85.0 $μ$g/cm$^{2}$ in thickness each with an aluminum backing were prepared, and back-to-back mounted at the sample holder. The charged particles were detected using the silicon-detector array of the Light-charged Particle Detector Array (LPDA) system. The neutron energy E$_{n}$ was determined by TOF (time-of-flight) method, and the valid $α$ events were extracted from the E$_{n}$-Amplitude two-dimensional spectrum. With 15 silicon detectors, the differential cross sections of $α$-particles were measured from 19.2° to 160.8°. Fitted with the Legendre polynomial series, the ($n, α$) cross sections were obtained through integration. The absolute cross sections were normalized using the standard cross sections of the $^{10}$B($n, α$)$^{7}$Li reaction in the 0.3 - 0.5 MeV neutron energy region. The measurement neutron energy range for the $^{10}$B($n, α$)$^{7}$Li reaction is 1.0 eV $\le$ En < 2.5 MeV (67 energy points), and for the $^{10}$B($n, α$$_{0}$)$^{7}$Li and $^{10}$B($n, α$$_{1}$)$^{7}$Li$^{*}$ reactions is 1.0 eV $\le$ En < 1.0 MeV (59 energy points). The present results have been analyzed by the resonance reaction mechanism and the level structure of the $^{11}$B compound system, and compared with existing measurements and evaluations.

preprint2016arXiv

Catch'Em All: Locating Multiple Diffusion Sources in Networks with Partial Observations

This paper studies the problem of locating multiple diffusion sources in networks with partial observations. We propose a new source localization algorithm, named Optimal-Jordan-Cover (OJC). The algorithm first extracts a subgraph using a candidate selection algorithm that selects source candidates based on the number of observed infected nodes in their neighborhoods. Then, in the extracted subgraph, OJC finds a set of nodes that "cover" all observed infected nodes with the minimum radius. The set of nodes is called the Jordan cover, and is regarded as the set of diffusion sources. Considering the heterogeneous susceptible-infected-recovered (SIR) diffusion in the Erdos-Renyi (ER) random graph, we prove that OJC can locate all sources with probability one asymptotically with partial observations. OJC is a polynomial-time algorithm in terms of network size. However, the computational complexity increases exponentially in $m,$ the number of sources. We further propose a low-complexity heuristic based on the K-Means for approximating the Jordan cover, named Approximate-Jordan-Cover (AJC). Simulations on random graphs and real networks demonstrate that both AJC and OJC significantly outperform other heuristic algorithms.

preprint2016arXiv

Melt Flow and Heat Transfer in Laser Drilling

During the laser drilling process the recoil pressure drives melt flow and affects the heat transfer and material removal rate. To get a more realistic picture of the melt flow, a series of differential equations are formulated here that govern the process from pre-heating to melting and evaporation. In particular, the Navier-Stokes equation governing the melt flow is solved with the use of the boundary layer theory and integral methods. Heat conduction in solid is investigated by using the classical method with the corrections that reflect the change in boundary condition from the constant heat flux to Stefan condition. The dependence of saturation temperature on the vapor pressure is taken into account by using the Clausius-Clapeyron equation. Both constantly rising radial velocity profiles and rising-fall velocity profiles are considered. The proposed approach is compared with existing ones. In spite of the assumed varying velocity profiles, the proposed model predicts that the drilling hole profiles are very close to each other in a specific super alloy for given laser beam intensity and pulse duration. The numerical results show that the effect of melt flow on material removal can be ignored in some cases. The findings obtained from the current work provide a better understanding of the effects of melt flow and vaporization on the laser drilling profile evolution, and could improve the solid material removal efficiency.

preprint2016arXiv

Method for identifying electromagnetically induced transparency in a tunable circuit quantum electrodynamics system

Electromagnetically induced transparency (EIT) has been realized in atomic systems, but fulfilling the EIT conditions for artificial atoms made from superconducting circuits is a more difficult task. Here we report an experimental observation of the EIT in a tunable three-dimensional transmon by probing the cavity transmission. To fulfill the EIT conditions, we tune the transmon to adjust its damping rates by utilizing the effect of the cavity on the transmon states. From the experimental observations, we clearly identify the EIT and Autler-Townes splitting (ATS) regimes as well as the transition regime in between. Also, the experimental data demonstrate that the threshold $Ω_{\rm AIC}$ determined by the Akaike information criterion can describe the EIT-ATS transition better than the threshold $Ω_{\rm EIT}$ given by the EIT theory.

preprint2016arXiv

Shortcuts to adiabatic passage for fast generation of three-atom singlet state by transitionless quantum driving

Motivated by transitionless quantum driving, we construct shortcuts to adiabatic passage in a three-atom system to create a singlet state with the help of quantum zeno dynamics and non-resonant lasers. The influence of various decoherence processes is discussed by numerical simulation and the results reveal that the scheme is fast and robust against decoherence and operational imperfection. We also investigate how to select the experimental parameters to control the cavity dissipation and atomic spontaneous emission which will have an application value in experiment.

preprint2015arXiv

Superconducting dome and microstructure properties of Rb0.8Fe1.6+xSe2 superconductors

High quality Rb0.8Fe1.6+xSe2 single crystals are grown by a one step melting growth method. Superconductivity has been observed in all samples with x more than 0.05 and the maximum critical temperature Tc~32 K has been obtained in samples with x from 0.1 to 0.2 from electronic resistivity measurement. A superconducting dome in the electronic phase diagram of Tc as a function of Fe content has been observed for the first time in this AxFeySe2 (A=K,Rb) superconducting system. Two coexisting phases with structural modulation vectors of q1=1/5 [3a*+b*] and q2=1/2[a*+b*] have been observed in all superconducting samples by TEM observations. Moreover, phase separation in the superconducting crystals, which can be recognized as micro-stripes in the ab plane, are found to be highly dependent on the Fe content.

preprint2014arXiv

A Real-Time Detecting Algorithm for Tracking Community Structure of Dynamic Networks

In this paper a simple but efficient real-time detecting algorithm is proposed for tracking community structure of dynamic networks. Community structure is intuitively characterized as divisions of network nodes into subgroups, within which nodes are densely connected while between which they are sparsely connected. To evaluate the quality of community structure of a network, a metric called modularity is proposed and many algorithms are developed on optimizing it. However, most of the modularity based algorithms deal with static networks and cannot be performed frequently, due to their high computing complexity. In order to track the community structure of dynamic networks in a fine-grained way, we propose a modularity based algorithm that is incremental and has very low computing complexity. In our algorithm we adopt a two-step approach. Firstly we apply the algorithm of Blondel et al for detecting static communities to obtain an initial community structure. Then, apply our incremental updating strategies to track the dynamic communities. The performance of our algorithm is measured in terms of the modularity. We test the algorithm on tracking community structure of Enron Email and three other real world datasets. The experimental results show that our algorithm can keep track of community structure in time and outperform the well known CNM algorithm in terms of modularity.

preprint2014arXiv

Centrosymmetric, Skew Centrosymmetric and Centrosymmetric Cauchy Tensors

Recently, Zhao and Yang introduced centrosymmetric tensors. In this paper, we further introduce skew centrosymmetric tensors and centrosymmetric Cauchy tensors, and discuss properties of these three classes of structured tensors. Some sufficient and necessary conditions for a tensor to be centrosymmetric or skew centrosymmetric are given. We show that, a general tensor can always be expressed as the sum of a centrosymmetric tensor and a skew centrosymmetric tensor. Some sufficient and necessary conditions for a Cauchy tensor to be centrosymmetric or skew centrosymmetric are also given. Spectral properties on H-eigenvalues and H-eigenvectors of centrosymmetric, skew centrosymmetric and centrosymmetric Cauchy tensors are discussed. Some further questions on these tensors are raised.

preprint2014arXiv

Locating Contagion Sources in Networks with Partial Timestamps

This paper studies the problem of identifying the contagion source when partial timestamps of a contagion process are available. We formulate the source localization problem as a ranking problem on graphs, where infected nodes are ranked according to their likelihood of being the source. Two ranking algorithms, cost-based ranking (CR) and tree-based ranking (TR), are proposed in this paper. Experimental evaluations with synthetic and real-world data show that our algorithms significantly improve the ranking accuracy compared with four existing algorithms.

preprint2014arXiv

Realization of practical level current densities in Sr0.6K0.4Fe2As2 tape conductors for high-field applications

122 type pnictide superconductors are of particular interest for high-field applications because of their large upper critical fields Hc2 (> 100 T), low Hc2 anisotropy r (< 2), and high thin-film critical current densities Jc (> 1 MA/cm2 at 4.2 K). Successful magnet applications require fabrication of polycrystalline superconducting wires that exhibit large in-field Jc, which is limited by poor grain coupling and weak-link behavior at grain boundaries. Here we report our recent achievement in the developing Sr0.6K0.4Fe2As2 tapes with transport Jc up to 0.1 MA/cm2 at 10 T and 4.2 K. This value is by far the highest ever recorded for iron based superconducting wires and has surpassed the threshold for practical application for the first time. The synergy effects of enhanced grain connectivity, alleviation of the weak-link behavior at grain boundaries, and the strong intrinsic pinning characteristics led to the superior Jc performance exhibited in our samples. This advanced Jc result opens up the possibility for iron-pnictide superconducting wires to win the race in high-field magnet applications.

preprint2012arXiv

A nonlinear equation for ionic diffusion in a strong binary electrolyte

The problem of the one dimensional electro-diffusion of ions in a strong binary electrolyte is considered. In such a system the solute dissociates completely into two species of ions with unlike charges. The mathematical description consists of a diffusion equation for each species augmented by transport due to a self consistent electrostatic field determined by the Poisson equation. This mathematical framework also describes other important problems in physics such as electron and hole diffusion across semi-conductor junctions and the diffusion of ions in plasmas. If concentrations do not vary appreciably over distances of the order of the Debye length, the Poisson equation can be replaced by the condition of local charge neutrality first introduced by Planck. It can then be shown that both species diffuse at the same rate with a common diffusivity that is intermediate between that of the slow and fast species (ambipolar diffusion). Here we derive a more general theory by exploiting the ratio of Debye length to a characteristic length scale as a small asymptotic parameter. It is shown that the concentration of either species may be described by a nonlinear integro-differential equation which replaces the classical linear equation for ambipolar diffusion but reduces to it in the appropriate limit. Through numerical integration of the full set of equations it is shown that this nonlinear equation provides a better approximation to the exact solution than the linear equation it replaces.

preprint2012arXiv

Electromigration dispersion in Capillary Electrophoresis

In a previous paper (S. Ghosal and Z. Chen Bull. Math. Biol. 2010, vol. 72, pg. 2047) it was shown that the evolution of the solute concentration in capillary electrophoresis is described by a nonlinear wave equation that reduced to Burger's equation if the nonlinearity was weak. It was assumed that only strong electrolytes (fully dissociated) were present. In the present paper it is shown that the same governing equation also describes the situation where the electrolytic buffer consists of a single weak acid (or base). A simple approximate formula is derived for the dimensionless peak variance which is shown to agree well with published experimental data.

preprint2012arXiv

Nonlinear waves in capillary electrophoresis

Electrophoretic separation of a mixture of chemical species is a fundamental technique of great usefulness in biology, health care and forensics. In capillary electrophoresis the sample migrates in a microcapillary in the presence of a background electrolyte. When the ionic concentration of the sample is sufficiently high, the signal is known to exhibit features reminiscent of nonlinear waves including sharp concentration `shocks'.In this paper we consider a simplified model consisting of a single sample ion and a background electrolyte consisting of a single co-ion and a counterion in the absence of any processes that might change the ionization states of the constituents. If the ionic diffusivities are assumed to be the same for all constituents the concentration of sample ion is shown to obey a one dimensional advection diffusion equation with a concentration dependent advection velocity.If the analyte concentration is sufficiently low in a suitable non-dimensional sense, Burgers' equation is recovered, and thus, the time dependent problem is exactly solvable with arbitrary initial conditions. In the case of small diffusivity either a leading edge or trailing edge shock is formed depending on the electrophoretic mobility of the sample ion relative to the background ions. Analytical formulas are presented for the shape, width and migration velocity of the sample peak and it is shown that axial dispersion at long times may be characterized by an effective diffusivity that is exactly calculated. These results are consistent with known observations from physical and numerical simulation experiments.

preprint2012arXiv

Strongly nonlinear waves in capillary electrophoresis

In capillary electrophoresis, sample ions migrate along a micro-capillary filled with a background electrolyte under the influence of an applied electric field. If the sample concentration is sufficiently high, the electrical conductivity in the sample zone could differ significantly from the background.Under such conditions, the local migration velocity of sample ions becomes concentration dependent resulting in a nonlinear wave that exhibits shock like features. If the nonlinearity is weak, the sample concentration profile, under certain simplifying assumptions, can be shown to obey Burgers' equation (S. Ghosal and Z. Chen Bull. Math. Biol. 2010, 72(8), pg. 2047) which has an exact analytical solution for arbitrary initial condition.In this paper, we use a numerical method to study the problem in the more general case where the sample concentration is not small in comparison to the concentration of background ions. In the case of low concentrations, the numerical results agree with the weakly nonlinear theory presented earlier, but at high concentrations, the wave evolves in a way that is qualitatively different.

preprint2012arXiv

The nonlinear electromigration of analytes into confined spaces

We consider the problem of electromigration of a sample ion (analyte) within a uniform background electrolyte when the confining channel undergoes a sudden contraction. One example of such a situation arises in microfluidics in the electrokinetic injection of the analyte into a micro-capillary from a reservoir of much larger size. Here the sample concentration propagates as a wave driven by the electric field. The dynamics is governed by the Nerst-Planck-Poisson system of equations for ionic transport.A reduced one dimensional nonlinear equation describing the evolution of the sample concentration is derived.We integrate this equation numerically to obtain the evolution of the wave shape and determine how the the injected mass depends on the sample concentration in the reservoir.It is shown that due to the nonlinear coupling of the ionic concentrations and the electric field, the concentration of the injected sample could be substantially less than the concentration of the sample in the reservoir.

preprint2010arXiv

On the Post-Peak Structural Response due to Softening with Localization

An analytical study is taken to investigate the relationship between material softening and structural softening through the use of a model problem in one dimension. With general nonlinear assumptions on the constitutive relations, it turns out that the governing equations can be viewed as a system of parametric equations, which couple the size effect and the nonlinear effect. Compared with the bilinear assumptions in previous literature, we find that the nonlinear assumptions herein capture more details in the post-peak structural response. After doing standard mathematical analysis to the nonlinear equations, we manage to derive necessary and sufficient conditions for the occurrence of four important post-peak cases, which are often observed in experiments. In particular, our analysis reveals that the mechanism of the snap-through phenomenon is due to the convexity change of the constitutive curve of the softening part. Mathematical examples are also given to illustrate the proposed procedures.