SearcharxivSearch

arXiv subjects

Jianbo Wang

Publications and source records attributed to Jianbo Wang.

At least 19 recordsLinked to original sources

Visualizing Degradation in Anode-Free High-Utilization Aqueous Batteries Across Cell Lifetime

Operando microscopy has unveiled key mechanistic insights in battery materials during early cycling, but long-term characterization to unveil material evolution, degradation, and failure remain limited. To address this gap, we develop a custom operando optical microscope that captures images across hundreds of cycles and hours using optically accessible, anode-free pouch cells. We image through-plane, bulk-representative electrodeposition behavior of aqueous tin metal anodes, which are promising due to their high energy density but whose reactivity limits practical cycle life. We show that substrate governs the morphology and stability of plated tin, particularly at high plated capacities. Specifically, copper substrates exhibit a multi-stage tin growth mode, which results in high overpotentials and irreversible active material loss at high plated capacities. In contrast, graphite substrates display a single-stage growth mode with slower kinetics. Using this insight, we balance performance and stability to demonstrate a high-utilization (70%, 630 mAh g$^{-1}_{Sn}$) porous graphite substrate Sn anode with high efficiency and long lifetime. Our results underscore the importance of material and device optimization guided by operando characterization across device lifetime with broad applicability to electrochemical systems.

cond-mat.mtrl-sci

ReCellTy: Domain-Specific Knowledge Graph Retrieval-Augmented LLMs Reasoning Workflow for Single-Cell Annotation

With the rapid development of large language models (LLMs), their application to cell type annotation has drawn increasing attention. However, general-purpose LLMs often face limitations in this specific task due to the lack of guidance from external domain knowledge. To enable more accurate and fully automated cell type annotation, we develop a globally connected knowledge graph comprising 18850 biological information nodes, including cell types, gene markers, features, and other related entities, along with 48,944 edges connecting these nodes, which is used by LLMs to retrieve entities associated with differential genes for cell reconstruction. Additionally, a multi-task reasoning workflow is designed to optimise the annotation process. Compared to general-purpose LLMs, our method improves human evaluation scores by up to 0.21 and semantic similarity by 6.1% across multiple tissue types, while more closely aligning with the cognitive logic of manual annotation. Meanwhile, it narrows the performance gap between large and small LLMs in cell type annotation, offering a paradigm for structured knowledge integration and reasoning in bioinformatics.

cs.CL

How to Brake? Ethical Emergency Braking with Deep Reinforcement Learning

Connected and automated vehicles (CAVs) have the potential to enhance driving safety, for example by enabling safe vehicle following and more efficient traffic scheduling. For such future deployments, safety requirements should be addressed, where the primary such are avoidance of vehicle collisions and substantial mitigating of harm when collisions are unavoidable. However, conservative worst-case-based control strategies come at the price of reduced flexibility and may compromise overall performance. In light of this, we investigate how Deep Reinforcement Learning (DRL) can be leveraged to improve safety in multi-vehicle-following scenarios involving emergency braking. Specifically, we investigate how DRL with vehicle-to-vehicle communication can be used to ethically select an emergency breaking profile in scenarios where overall, or collective, three-vehicle harm reduction or collision avoidance shall be obtained instead of single-vehicle such. As an algorithm, we provide a hybrid approach that combines DRL with a previously published method based on analytical expressions for selecting optimal constant deceleration. By combining DRL with the previous method, the proposed hybrid approach increases the reliability compared to standalone DRL, while achieving superior performance in terms of overall harm reduction and collision avoidance.

cs.RO

Ultrafast demagnetization in ferromagnetic materials: Origins and progress

Since the discovery of ultrafast demagnetization in Ni thin films in 1996, laser-induced ultrafast spin dynamics have become a prominent research topic in the field of magnetism and spintronics. This development offers new possibilities for the advancement of spintronics and magnetic storage technology. The subject has drawn a substantial number of researchers, leading to a series of research endeavors. Various models have been proposed to elucidate the physical processes underlying laser-induced ultrafast spin dynamics in ferromagnetic materials. However, the potential origins of these processes across different material systems and the true contributions of these different origins remain challenging in the realm of ultrafast spin dynamics. This predicament also hinders the development of spintronic terahertz emitters. In this review, we initially introduce the different experimental methods used in laser-induced ultrafast spin dynamics. We then systematically explore the magnetization precession process and present seven models of ultrafast demagnetization in ferromagnetic materials. Subsequently, we discuss the physical processes and research status of four ultrafast demagnetization origins (including spin-flipping, spin transport, non-thermal electronic distribution, and laser-induced lattice strain). Since attosecond laser technique and antiferromagnetic materials exhibit promising applications in ultrahigh-frequency spintronics, we acknowledge the emerging studies used by attosecond pules and studies on ultrafast spin dynamics in antiferromagnets, noting the significant challenges that need to be addressed in these burgeoning field.

cond-mat.mtrl-sci

Domino-like magnetic phase transition induced by a bias voltage in FeRh thin film

The first-order magnetic phase transition (MPT) usually happens with a very wide magnetic field span about tens of thousands Oersted which hinders its applications. In this work, we induce a domino-like MPT via introducing a bias voltage in FeRh thin film and thus realize a large narrowing of transition magnetic field span from 6*10^4 Oe to lower than 2*10^3 Oe at room temperature. Meanwhile, nonvolatile switchings between pure magnetic phases of FeRh at room temperature also can be realized by applying voltage pulses. The critical condition and phase diagram for domino-like MPTs are obtained in theory and our experiments support it well. Our works not only benefit the studies and applications of MPT-based devices but also are significant in the applications of the phase transition systems with resistance change.

cond-mat.mtrl-sci

Gain-Loss Coupled Systems

Achieving oscillations with small dimensions, high power, high coherence, and low phase noise has been a long-standing goal in wave physics, driving innovations across classical electromagnetic theory and quantum physics. Key applications include electronic oscillators, lasers, and spin-torque oscillations. In recent decades, physicists have increasingly focused on harnessing passive oscillatory modes to manipulate these oscillations, leading to the development of diverse gain-loss coupled systems, including photon-photon, exciton-photon, photon-magnon, magnon-phonon, and magnon-magnon couplings. This review provides a comprehensive overview of these systems, exploring their fundamental physical structures, key experimental observations, and theoretical insights. By synthesizing insights from these studies, we propose future research directions to further advance the understanding and application of gain-loss coupled systems for quantum science and quantum technologies. (The field of gain-loss coupled systems is vast. The authors welcome suggestions and feedback from the community to continuously improve this review article until it is published).

quant-ph

Tackling Data Heterogeneity in Federated Learning via Loss Decomposition

Federated Learning (FL) is a rising approach towards collaborative and privacy-preserving machine learning where large-scale medical datasets remain localized to each client. However, the issue of data heterogeneity among clients often compels local models to diverge, leading to suboptimal global models. To mitigate the impact of data heterogeneity on FL performance, we start with analyzing how FL training influence FL performance by decomposing the global loss into three terms: local loss, distribution shift loss and aggregation loss. Remarkably, our loss decomposition reveals that existing local training-based FL methods attempt to reduce the distribution shift loss, while the global aggregation-based FL methods propose better aggregation strategies to reduce the aggregation loss. Nevertheless, a comprehensive joint effort to minimize all three terms is currently limited in the literature, leading to subpar performance when dealing with data heterogeneity challenges. To fill this gap, we propose a novel FL method based on global loss decomposition, called FedLD, to jointly reduce these three loss terms. Our FedLD involves a margin control regularization in local training to reduce the distribution shift loss, and a principal gradient-based server aggregation strategy to reduce the aggregation loss. Notably, under different levels of data heterogeneity, our strategies achieve better and more robust performance on retinal and chest X-ray classification compared to other FL algorithms. Our code is available at https://github.com/Zeng-Shuang/FedLD.

cs.LG

Non-existence of circle actions on oriented manifolds with three fixed points except in dimensions 4, 8 and 16

Let $M$ be a smooth $4k$-dimensional orientable closed manifold, and assume that $M$ has at most two non-zero Pontrjagin numbers which are associated to the top dimensional Pontrjagin class and the square of the middle dimensional Pontrjagin class. We prove that the signature of $M$ being equal to $1$ and the $\hat{A}$-genus of $M$ vanishing cannot hold at the same time except $\dim M=8, 16$. As an application, we claim that the dimensions of oriented $S^1$-manifolds with exactly three fixed points are only $4, 8$ and $16$, and the rational projective plane whose dimension is greater than $16$ has no smooth non-trivial $S^1$-action.

math.GT

Cohomology algebra of orbit spaces of free involutions on the product of projective space and 4-sphere

Let $X$ be a finitistic space with the mod 2 cohomology of the product space of a projective space and a 4-sphere. Assume that $X$ admits a free involution. In this paper we study the mod 2 cohomology algebra of the quotient of $X$ by the action of the free involution and derive some consequences regarding the existence of $\mathbb{Z}_2$-equivariant maps between such $X$ and an $n$-sphere.

math.AT

Proposal for the search for exotic spin-spin interactions at the micrometer scale using functionalized cantilever force sensors

Spin-dependent exotic interactions can be generated by exchanging hypothetical bosons, which were introduced to solve some puzzles in physics. Many precision experiments have been performed to search for such interactions, but no confirmed observation has been made. Here, we propose new experiments to search for the exotic spin-spin interactions that can be mediated by axions or Z$^\prime$ bosons. A sensitive functionalized cantilever is utilized as a force sensor to measure the interactions between the spin-polarized electrons in a periodic magnetic source structure and a closed-loop magnetic structure integrated on the cantilever. The source is set to oscillate during data acquisition to modulate the exotic force signal to high harmonics of the oscillating frequency. This helps to suppress the spurious signals at the signal frequency. Different magnetic source structures are designed for different interaction detections. A magnetic stripe structure is designed for Z$^\prime$-mediated interaction, which is insensitive to the detection of axion-mediated interaction. This allows us to measure the coupling constant of both if we assume both exist. With the force sensitivity achievable at low temperature, the proposed experiments are expected to search for the parameter spaces with much smaller coupling constant than the current stringent constraints from micrometer to millimeter range. Specifically, the lower bound of the parameter space will be seven orders of magnitude lower than the stringent constraints for Z$^\prime$-mediated interaction, and an order of magnitude lower for axion-mediated interaction, at the interaction range of $10\, μ$m.

hep-ex

Fine-Grained Image Style Transfer with Visual Transformers

With the development of the convolutional neural network, image style transfer has drawn increasing attention. However, most existing approaches adopt a global feature transformation to transfer style patterns into content images (e.g., AdaIN and WCT). Such a design usually destroys the spatial information of the input images and fails to transfer fine-grained style patterns into style transfer results. To solve this problem, we propose a novel STyle TRansformer (STTR) network which breaks both content and style images into visual tokens to achieve a fine-grained style transformation. Specifically, two attention mechanisms are adopted in our STTR. We first propose to use self-attention to encode content and style tokens such that similar tokens can be grouped and learned together. We then adopt cross-attention between content and style tokens that encourages fine-grained style transformations. To compare STTR with existing approaches, we conduct user studies on Amazon Mechanical Turk (AMT), which are carried out with 50 human subjects with 1,000 votes in total. Extensive evaluations demonstrate the effectiveness and efficiency of the proposed STTR in generating visually pleasing style transfer results.

cs.CV

Solving systems of linear equations through zero forcing set and application to lights out

Let $\mathbb{F}$ be any field, we consider solving $Ax=b$ repeatedly for a matrix $A\in\mathbb{F}^{n\times n}$ of $m$ non-zero elements, and multiple different $b\in\mathbb{F}^{n}$. If we are given a zero forcing set of $A$ of size $k$, we can then build a data structure in $O(mk)$ time, such that each instance of $Ax=b$ can be solved in $O(k^2+m)$ time. As an application, we show how the lights out game in an $n\times n$ grid is solved in $O(n^3)$ time, and then improve the running time to $O(n^ω\log n)$ by exploiting the repeated structure in grids.

cs.DS

Microwave excitations and hysteretic magnetization dynamics of stripe domain films

FeNi films with the stripe domain (SD) pattern are prepared by electrodeposition and sputtering methods. The magnetic domain, static magnetic parameters, and quality factor, as well as dynamic properties of the two films, are respectively performed. The results show the magnetizations of the film were dependent on the direction of SD, and the rotation of the SD is lagging behind the magnetization reversal. The microwave properties of the SD emerge dynamic hysteresis before the saturation magnetic field. These microwave properties are selectively excited with acoustic mode, optical mode, and spin-wave mode. The frequency and intensity of different resonance modes of stripe domain are determined by the local magnetization. The magnetization variations and the rotation of SD of different modes are further illuminated by the micromagnetic simulation. The magnetic anisotropy and the resonance intensity of permeability of different modes were finally described by the modified resonance equations.

cond-mat.mtrl-sci

The skyrmion bags in an anisotropy gradient

Skyrmion bags as spin textures with arbitrary topological charge are expected to be the carriers in racetrack memory. Here, we theoretically and numerically investigated the dynamics of skyrmion bags in an anisotropy gradient. It is found that, without the boundary potential, the dynamics of skyrmion bags are dependent on the spin textures, and the velocity of skyrmionium with $Q = 0$ is faster than other skyrmion bags. However, when the skyrmion bags move along the boundary, the velocities of all skyrmion bags with different $Q$ are same. This can be attributed to the same value of $u/η_{xx}$, where the $u$ and $η_{xx}$ are the terms related to the magnetization distribution of skyrmion bag. In addition, we theoretically derived the dynamics of skyrmion bags in the two cases using the Thiele approach and discussed the scope of Thiele equation. Within a certain range, the simulation results are in good agreement with the analytically calculated results. Our findings provide an alternative way to manipulate the racetrack memory based on the skyrmion bags.

cond-mat.mes-hall

Improving Visual Quality of Image Synthesis by A Token-based Generator with Transformers

We present a new perspective of achieving image synthesis by viewing this task as a visual token generation problem. Different from existing paradigms that directly synthesize a full image from a single input (e.g., a latent code), the new formulation enables a flexible local manipulation for different image regions, which makes it possible to learn content-aware and fine-grained style control for image synthesis. Specifically, it takes as input a sequence of latent tokens to predict the visual tokens for synthesizing an image. Under this perspective, we propose a token-based generator (i.e.,TokenGAN). Particularly, the TokenGAN inputs two semantically different visual tokens, i.e., the learned constant content tokens and the style tokens from the latent space. Given a sequence of style tokens, the TokenGAN is able to control the image synthesis by assigning the styles to the content tokens by attention mechanism with a Transformer. We conduct extensive experiments and show that the proposed TokenGAN has achieved state-of-the-art results on several widely-used image synthesis benchmarks, including FFHQ and LSUN CHURCH with different resolutions. In particular, the generator is able to synthesize high-fidelity images with 1024x1024 size, dispensing with convolutions entirely.

cs.CV

Search for an exotic parity-odd spin- and velocity-dependent interaction using a magnetic force microscope

Exotic spin-dependent interactions may be generated by exchanging hypothetical bosons that have been proposed to solve some mysteries in physics by theories beyond the standard model of particle physics. The search for such interactions can be conducted by tabletop scale experiments using high precision measurement techniques. Here we report an experiment to explore the parity-odd interaction between moving polarized electrons and unpolarized nucleons using a magnetic force microscope. The polarized electrons are provided by the magnetic tip at the end of a silicon cantilever, and their polarizations are approximately magnetized in the plane of the magnetic coating on the tip. A periodic structure with alternative gold and silicon dioxide stripes provides unpolarized nucleons with periodic number density modulation. The exotic forces are expected to change the oscillation amplitude of the cantilever which is measured by a fiber laser interferometer. Data has been taken by scanning the tip over the nucleon source structure at constant separation, and no exotic signal related to the density modulation has been observed. Thus, the experiment sets a limit on the electron-nucleon coupling constant, $g_A^eg_V^N\leq 9\times 10^{-15}$ for 15 $μ$m $\le λ\le$ 180 $μ$m, using a direct force measurement method.

hep-ex

Commensurability between element symmetry and the number of skyrmions governing skyrmion diffusion in confined geometries

Magnetic skyrmions are topological magnetic structures, which exhibit quasi-particle properties and can show enhanced stability against perturbation from thermal noise. Recently, thermal Brownian diffusion of these quasi-particles has been found in continuous films and applications in unconventional computing have received significant attention, which however require structured elements. Thus, as the next necessary step, we here study skyrmion diffusion in confined geometries and find it to be qualitatively different: The diffusion is governed by the interplay between the total number of skyrmions and the structure geometry. In particular, we ascertain the effect of circular and triangular geometrical confinement and find that for triangular geometries the behavior is drastically different for the cases when the number of skyrmions in the element is either commensurate or incommensurate with a symmetric filling of the element. This influence of commensurability is corroborated by simulations of a quasi-particle model.

cond-mat.mtrl-sci

Todd genus and $A_k$-genus of unitary $S^1$-manifolds

Assume that $M$ is a compact connected unitary 2n-dimensional manifold and admits a non-trivial circle action preserving the given complex structure. If the first Chern class of $M$ equals to $k_0x$ for a certain 2nd integral cohomology class $x$ with $|k_0|\geq n + 2$, and its first integral cohomology group is zero, this short paper shows that the Todd genus and $A_k$-genus of $M$ vanish.

math.AT