SearcharxivSearch

arXiv subjects

Haiyang Hu

Publications and source records attributed to Haiyang Hu.

13 recordsLinked to original sources

Rewritable Chirality of Metasurfaces with Permittivity-Asymmetric Flatband Quasi-Bound States in the Continuum

Flatband eigenstates are widely applied to enhance angle-robust light-matter interactions in metaphotonics. However, controlling the polarization of flatbands remains challenging, as it is usually fixed once the metasurface is fabricated, with no options of post-fabrication modification. Here, we present a rewritable permittivity-asymmetric quasi-bound state in the continuum ({\epsilon}-qBIC) metasurface platform, where selective polymethyl methacrylate (PMMA) coating of a silicon double-nanorod unit cell establishes a circularly polarized flatband state. By varying the PMMA thickness, the polarization of this state can be further controlled in the range from the right-circular to linear and to left-elliptical. The flatbands maintain stable resonance positions and robust far-field polarizations for the incidence angles up to 10 degrees. Importantly, the PMMA layer can be removed, recoated, and re-patterned on the same nanostructure, providing a pathway to rewrite the optical response. Building on this capability, we experimentally demonstrate the chirality encoding by spatially selective PMMA coating. The results establish a practical strategy for realizing high quality factor flatband metasurfaces with rewritable chirality, thus opening opportunities for applications in chiral encoding and chiroptical photonic devices in general.

physics.optics

SHM-Agents: A Generalist-Specialist Integrated Agent System for Structural Health Monitoring

Artificial intelligence is increasingly used to simplify complex tasks. In engineering applications of structural health monitoring (SHM), existing specialized algorithms, while effective, often face high implementation barriers, limited interoperability and complex training procedures. To overcome these challenges, this paper proposes SHM-Agents, a generalist-specialist agent system that integrates the reasoning and planning abilities of large language models with the problem-solving strengths of specialized algorithms. SHM-Agents enables end-to-end execution of single and combined SHM tasks via natural language, supports deep learning pre-training to simplify deployment and allows flexible expansion through a modular design. Experiments on a long-span cable-stayed bridge show that SHM-Agents can accurately and efficiently perform diverse SHM tasks, including data anomaly diagnosis and recovery, signal processing, statistical analysis, modal identification, damage identification, finite element model updating, vehicle load modeling, response calculation, reliability assessment, fatigue estimation and bridge knowledge Q\&A.

cs.MA

Accessible, All-Polymer Metasurfaces: Low Effort, High Quality Factor

Optical metasurfaces supporting resonances with high quality factors offer an outstanding platform for applications such as non-linear optics, light guiding, lasing, sensing, light-matter coupling, and quantum optics. However, their experimental realization typically demands elaborate multi-step procedures such as metal or dielectric deposition, lift-off, and reactive ion etching. As a consequence, accessibility, large-scale production and sustainability are constrained by reliance on cost-, time- and labor-intensive facilities. We overcome this fabrication hurdle by repurposing polymethyl methacrylate-which is usually employed as a temporary resist-as the resonator material, thereby eliminating all steps except for spin-coating, exposure and development. Because the low refractive index of the polymer limits effective mode formation, we present a bilayer recipe that enables the convenient fabrication of a freestanding membrane to maximize the index contrast with its surroundings. Since etching induced defects are circumvented, the membrane features high quality nanopatterns. We further examine the suspended membrane with scanning electron microscopy and extract its position-dependent spring constant and pretension with nanoindentation experiments applied by the tip of an atomic force microscope. Our all-polymer metasurface hosting Bound States in the Continuum experimentally delivers high quality factors (up to 523) at visible and near infrared wavelengths, despite the low refractive index of the polymer, and enables straightforward geometry-based tuning of both linewidth and resonance position. We envision this methodology to lay the groundwork for accessible, high performance metasurfaces with unique use cases such as material blending, angled writing and mechanically based resonance tuning.

physics.optics

Permittivity-asymmetric qBIC metasurfaces for refractive index sensing

Bound states in the continuum (BICs) provide exceptional light confinement due to their inherent decoupling from radiative channels. Small symmetry breaking transforms BIC into quasi-BIC (qBIC) that couples to free-space radiation enabling ultra-high-quality-factor (Q-factor) resonances desirable for refractive index (RI) sensing. In practical implementations, geometric asymmetry is typically employed. However, since the radiative loss remains fixed once fabricated, such metasurfaces exhibit only a horizontal translation of the resonance spectrum in RI sensing, without modification of its overall shape. Here, we demonstrate a permittivity-asymmetric qBIC ({\epsilon}-qBIC) metasurface, which encodes environmental refractive index variations directly into the asymmetry factor, resulting in indexes response involving both resonance wavelength shift and modulation variation. In addition to exhibiting a competitive transmittance sensitivity of ~5300%/RIU under single-wavelength conditions, the {\epsilon}-qBIC design provides a substantially improved linear response. Specifically, the linear window area of its sensing data distribution, calculated as the integrated wavelength region where the linearity parameter remains above the preset threshold, is 104 times larger than that of the geometry-asymmetric qBIC (g-qBIC), enabling more robust and reliable single-wavelength signal readout. Additionally, numerical results reveal that environmental permittivity asymmetry can optically restore the g-qBIC to a state with ultra-high-Q (over 10^7), approaching to BIC condition. Unlike traditional BICs, which are typically inaccessible once perturbed, the permittivity-restored BIC becomes accessible through environmental perturbations. These findings suggest an alternative design strategy for developing high-performance photonic devices for practical sensing applications.

physics.optics

TurboFNO: High-Performance Fourier Neural Operator with Fused FFT-GEMM-iFFT on GPU

Fourier Neural Operators (FNO) are widely used for learning partial differential equation solution operators. However, FNO lacks architecture-aware optimizations,with its Fourier layers executing FFT, filtering, GEMM, zero padding, and iFFT as separate stages, incurring multiple kernel launches and significant global memory traffic. We propose TurboFNO, the first fully fused FFT-GEMM-iFFT GPU kernel with built-in FFT optimizations. We first develop FFT and GEMM kernels from scratch, achieving performance comparable to or faster than the closed-source SOTA cuBLAS and cuFFT. Additionally, our FFT kernel integrates a built-in high-frequency truncation, input zero-padding, and pruning feature to avoid additional memory copy kernels. To fuse the FFT and GEMM workloads, we propose an FFT variant in which a single thread block iterates over the hidden dimension, aligning with the $k$-loop in GEMM. Additionally, we design two shared memory swizzling patterns to achieve 100\% memory bank utilization when forwarding FFT output to GEMM and enabling the iFFT to retrieve GEMM results directly from shared memory.Experimental result on an NVIDIA A100 GPU shows TurboFNO outperforms PyTorch, cuBLAS, and cuFFT by up to 150\%.

cs.DC

FT-Transformer: Resilient and Reliable Transformer with End-to-End Fault Tolerant Attention

Transformer models rely on High-Performance Computing (HPC) resources for inference, where soft errors are inevitable in large-scale systems, making the reliability of the model particularly critical. Existing fault tolerance frameworks for Transformers are designed at the operation level without architectural optimization, leading to significant computational and memory overhead, which in turn reduces protection efficiency and limits scalability to larger models. In this paper, we implement module-level protection for Transformers by treating the operations within the attention module as a single kernel and applying end-to-end fault tolerance. This method provides unified protection across multi-step computations, while achieving comprehensive coverage of potential errors in the nonlinear computations. For linear modules, we design a strided algorithm-based fault tolerance (ABFT) that avoids inter-thread communication. Experimental results show that our end-to-end fault tolerance achieves up to 7.56x speedup over traditional methods with an average fault tolerance overhead of 13.9%.

cs.DC

Polarization-independent metasurfaces based on bound states in the continuum with high Q-factor and resonance modulation

Metasurfaces offer a powerful platform for effective light manipulation, which is crucial for advanced optical technologies. While designs of polarization-independent structures have reduced the need for polarized illumination, they are often limited by either low Q factors or low resonance modulation. Here, we design and experimentally demonstrate a metasurface with polarization-independent quasi-bound state in the continuum (quasi-BIC), where the unit cell consists of four silicon squares arranged in a two-dimensional array and the resonance properties can be controlled by adjusting the edge length difference between different squares. Our metasurface experimentally achieves a Q factor of approximately 100 and a resonance modulation of around 50%. This work addresses a common limitation in previous designs, which either achieved high Q factors exceeding 200 with a resonance modulation of less than 10%, leading to challenging signal-to-noise ratio requirements, or achieved strong resonance modulation with Q factors of only around 10, limiting light confinement and fine-tuning capabilities. In contrast, our metasurface ensures that the polarization-independent signal is sharp and distinct within the system, reducing the demands on signal-to-noise ratio and improving robustness. Experiments show the consistent performance across different polarization angles. This work contributes to the development of versatile optical devices, enhancing the potential for the practical application of BIC-based designs in areas such as optical filtering and sensing.

physics.optics

Environmental permittivity-asymmetric BIC metasurfaces with electrical reconfigurability

In the rapidly evolving field of nanophotonics, achieving precise spectral and temporal light manipulation at the nanoscale remains a critical challenge. While photonic bound states in the continuum (BICs) have emerged as a powerful means of controlling light, their common reliance on geometrical symmetry breaking for obtaining tailored resonances makes them highly susceptible to fabrication imperfections and fundamentally limits their maximum resonance quality factor. Here, we introduce the concept of environmental symmetry breaking by embedding identical resonators into a surrounding medium with carefully placed regions of contrasting refractive indexes, activating permittivity-driven quasi-BIC resonances without any alterations of the underlying resonator geometry and unlocking an additional degree of freedom for light manipulation through actively tuning the surrounding refractive index contrast. We demonstrate this concept by integrating polyaniline (PANI), an electro-optically active polymer, to achieve electrically reconfigurable qBICs. This integration not only demonstrates rapid switching speeds, and exceptional durability but also significantly boosts the system's optical response to environmental perturbations. Our strategy significantly expands the capabilities of resonant light manipulation through permittivity modulation, opening avenues for on-chip optical devices, advanced sensing, and beyond.

physics.optics

Semiconductor Metasurfaces for Surface-enhanced Raman Scattering

Semiconductor-based surface-enhanced Raman spectroscopy (SERS) substrates, as a new frontier in the field of SERS, are hindered by their poor electromagnetic field confinement, and weak light-matter interaction. Metasurfaces, a class of 2D artificial materials based on the electromagnetic design of nanophotonic resonators, enable strong electromagnetic field enhancement and optical absorption engineering for a wide range of semiconductor materials. However, the engineering of semiconductor substrates into metasurfaces for improving SERS activity remains underexplored. Here, we develop an improved SERS metasurface platform that leverages the combination of titanium oxide (TiO2) and the emerging physical concept of optical bound states in the continuum (BICs) to boost the Raman emission. Moreover, fine-tuning of BIC-assisted resonant absorption offers a pathway for maximizing the photoinduced charge transfer effect (PICT) in SERS. We achieve ultrahigh values of BIC-assisted electric field enhancement (|E/E0|^2 ~ 10^3), challenging the preconception of weak electromagnetic (EM) field enhancement on semiconductor SERS substrates. Our BIC-assisted TiO2 metasurface platform offers a new dimension in spectrally-tunable SERS with earth-abundant and bio-compatible semiconductor materials, beyond the traditional plasmonic ones.

physics.optics

All-Dielectric Structural Coloration Empowered by Bound States in the Continuum

The technological requirements of low-power and high-fidelity color displays have been instrumental in driving research into advanced coloration technologies. At the forefront of these developments is the implementation of dye-free coloration techniques, which overcome previous constraints related to insufficient resolution and color fading. In this context, resonant dielectric nanostructures have emerged as a promising paradigm, showing great potential for high efficiency, remarkably high color saturation, wide gamut palette, and realistic image reproduction. However, they still face limitations related to color accuracy, purity, and simultaneous brightness tunability. Here, we demonstrate an all-dielectric metasurface empowered by photonic bound states in the continuum (BICs), which supports sharp resonances throughout the visible spectral range, ideally suited for producing a wide range of structural colors. The metasurface design consists of titanium dioxide (TiO2) ellipses with carefully controlled sizes and geometrical asymmetry, allowing versatile and on-demand variation of the brightness and hue of the output colors, respectively.

physics.optics

Revealing the role of interfacial heterogeneous nucleation in metastable thin film growth of rare earth nickelates electronic transition materials

Although rare earth nickelates (ReNiO3) exhibit abundant electronic phases and widely adjustable metal to insulator electronic transition properties, their practical electronic applications are largely impeded by their intrinsic meta stability. Apart from elevating oxygen reaction pressures, heterogeneous nucleation is expected as an alternative strategy that enables the crystallization of ReNiO3 at low meta stability. In this work, the respective roles of high oxygen pressure and heterogeneous interface in triggering ReNiO3 thin films growth at metastable state are revealed. The ReNiO3 (Re:Nd, Sm, Eu, Gd, and Dy) heterogeneous thin films growth on LaAlO3 single crystal substrate have an effective crystallization at atmosphere without the necessity to apply high oxygen pressures, suggesting the interfacial bonding between the ReNiO3 and substrates can sufficiently reduce the positive Gibbs formation energy of ReNiO3, which is further verified by the first principles calculations. Nevertheless, the abrupt electronic transitions only appear in ReNiO3 thin films grown at high oxygen pressures, in which cases the oxygen vacancies are effectively eliminated via high oxygen pressure reactions as indicated by near edge X ray absorption fine structure (NEXAFS). This work unveils the synergistic effects of heterogeneous nucleation and high oxygen pressure on the growth of high quality ReNiO3 thin films.

cond-mat.mtrl-sci

Overlooked transportation anisotropies in d-band correlated rare-earth perovskite nickelates

Anisotropies in electronic transportations conventionally originate from the nature of low symmetries in crystal structures, and were not anticipated for perovskite oxides, the crystal asymmetricity of which is far below, e.g. van der Waals or topological crystal. Beyond conventional expectations, herein we demonstrate pronounced anisotropies in the inter-band coulomb repulsion dominated electronic transportation behaviors under low-dimensional confinement for the perovskite family of rare-earth nickelates (ReNiO3). From one aspect, imparting bi-axial interfacial strains upon various lattice planes results in extrinsic anisotropies in the abrupt orbital transitions of ReNiO3, and their metal to insulator transition behaviors that elevates the transition temperature beyond the existing merit. From the other aspect, the in-plane orbital entropy associated to the in-plane symmetry of the NiO6 octahedron within ReNiO3 causes intrinsic anisotropies for the gradually orbital transition with temperature to further improve their thermistor transportation properties. The present work unveils the overlooked role of the electronic orbital directionality within low dimensional correlated perovskites that can trigger anisotropic transportation behaviors, in spite of their relatively symmetric crystal structures. Establishing anisotropic transportations integrating the electron correlation and quantum confinement effects will bring in a new freedom for achieving further improvement in transportation properties of multi-functional perovskite oxides.

cond-mat.mtrl-sci

Entropy driven reverse-metal-to-insulator transition and delta-temperatural transports in metastable perovskites of correlated rare-earth nickelate

The metal to insulator transition (MIT) in Mott-Hubbard systems is one of the most important discoveries in condensed matter physics, and results in abrupt orbital transitions from the insulating to metallic phases by elevating temperature across a critical point (TMIT). Although the MIT was previously expected to be mainly driven by the orbital Coulomb repulsion energy, the entropy contribution to the orbital free energy that also determines the relative stability of the metallic and insulating phases was largely overlooked. Herein, we demonstrate an orbital-entropy dominated reversible electronic phase transition in the metastable perovskite family of correlated rare-earth nicklates (ReNiO3), in addition to their previously known MIT driven by orbital Coulomb energies. In reverse to MIT, the resistivity of ReNiO3 abruptly increases by 2-3 orders by elevating T across another critical point (TR-MIT) below TMIT, and such transition is named as reverse-metal to insulator transition (R-MIT). Combining the afterwards exponentially decreasing resistivity in the insulating phase of ReNiO3 at further temperature elevation, a distinguished delta-temperatural transport character is established, which is potentially applicable for locking the working temperatures range for electric devices. The TR-MIT is shown to be enhanced via reducing the compositional complexity and size of Re or imparting bi-axial compressive strains, and meanwhile the transition sharpness of delta-temperatural transport is reduced. Our discovery indicates that temperature range for a thermodynamically stable insulating phase of ReNiO3 is in between of TR-MIT and TMIT, while a new conductive phase with high orbital entropy is formed by further descending temperature below TR-MIT.

physics.app-ph