arXiv ScienceSearch

arXiv subjects

Yichao Liu

Publications and source records attributed to Yichao Liu.

At least 19 recordsLinked to original sources

Breaking the trade-off between invisibility and sensitivity in electromagnetic sensing

Weak electromagnetic signals demand highly sensitive sensors, yet increasing a sensor's sensitivity inevitably strengthens its interaction with the surrounding field, producing scattering that perturbs the very signals being measured. Conversely, existing cloaking strategies suppress scattering only by isolating the sensor from incident waves, thereby compromising signal reception. Resolving this long-standing trade-off between invisibility and sensitivity has remained an outstanding challenge. Here we overcome this dilemma through an integrated transformation-optical architecture that co-designs the entire sensing system, including the electrically large sensor body, the subwavelength sensing probe, and their electrical interconnection. The proposed multifunctional core-shell structure guides incident waves around the sensor body while simultaneously concentrating them into the sensing region without disturbing the external electromagnetic field. A deep-subwavelength aperture preserves electrical connectivity without degrading either cloaking or field concentration, enabling invisible sensing within a single platform. A microwave prototype based on practical optic-null-medium metamaterials experimentally demonstrates broadband scattering suppression exceeding 3 dB together with an average sixfold enhancement of the detected signal over 4.9-5.1 GHz. By simultaneously eliminating measurement-induced field perturbation and amplifying the local sensing field, our approach establishes a general framework for invisible yet highly responsive electromagnetic sensors, opening new opportunities for weak-signal detection in biomedical diagnostics, secure communications, quantum technologies, and deep-space exploration.

physics.optics

CROSS: Cascaded Distillation and Dual-Constraint Grounding for Remote Sensing Referring Segmentation

Referring Remote Sensing Image Segmentation (RRSIS) has achieved significant progress through the integration of VLMs and the Segment Anything Model (SAM). However, this progress largely relies on strong pre-trained capabilities, while leaving two fundamental limitations insufficiently addressed: (1) Architectural Weak-Coupling, where the unidirectional flow forces reliance on coarse VLM prompts and wastes SAM's pixel-level structural guidance, causing localization drift; and (2) Object-Centric Semantic Bias, where models overemphasize dominant object semantics while remaining insensitive to spatial reasoning crucial for RRSIS. Motivated by these observations, we propose CROSS, a tightly integrated paradigm for RRSIS. First, we introduce Linguistic-Guided Cascaded Distillation (LGCD) to bridge the architectural gap, which distills SAM's geometric affinities as soft regularizers into VLM intermediate layers, injecting dense structural priors to refine localization. Second, Perspective-Spatial Contrastive Learning (PSCL) imposes cross-anchored constraints by mining mask-filtered deceptive distractors and spatial-linguistic counterfactuals as hard negatives, explicitly shattering semantic shortcuts to enforce genuine logical consistency. Extensive experiments on RRSIS benchmarks demonstrate that CROSS achieves state-of-the-art performance and maintains precise localization even under severe spatial description perturbations, standing as a robust new paradigm for RRSIS.

cs.CV

Open-Set Visual Text Forensics via Sparse-Constraint Rectified Flow

Rapidly evolving Generative AI enables sophisticated visual text manipulations that increasingly evade current forensic detectors. Existing discriminative models often overfit specific forgery patterns, limiting their generalization to unseen, open-set attacks. To address this challenge, we propose a generative detector that localizes tampering by estimating the local restoration cost required to align a query image with authentic visual-text statistics, rather than by learning forgery-specific decision boundaries. Specifically, we introduce Sparse-Constraint Rectified Flow (SC-RF), a detector-oriented adaptation of Flow Matching for spatially sparse anomaly localization. We further mitigate data scarcity via self-supervised Artifact Injection and preserve high-frequency forensic traces using a pixel-space Forensic-DiT. Extensive experiments on three benchmarks show that our method achieves state-of-the-art performance, surpassing the runner-up by 3.2 and 4.8 percentage points in F1 and IoU, respectively. In particular, the proposed detector demonstrates strong zero-shot performance on challenging unseen text editing patterns. We further provide an auxiliary stress-test analysis showing that local harmonization produced by our model can weaken the statistical cues relied upon by existing detectors, offering a complementary vulnerability-analysis perspective.

cs.CV

Topological-Charge-Enabled Photonic Doping in ENZ Media

Conventional photonic doping schemes predominantly employ circular or rectangular dielectric dopants with zero topological charge, where the effective permeability can only be tuned through material selection and geometric scaling, resulting in limited design flexibility. In this work, topological structures are introduced into dielectric dopants by embedding internal holes to generate nonzero topological charge. Based on this concept, a theoretical model is established to describe the effective permeability of photonic doping systems with nonzero topological charge, and the underlying mechanisms governing topological-charge-dependent transmission are systematically elucidated. The results demonstrate that engineering nonzero topological charge through the number, shape, size and position of internal holes within dielectric dopants enables flexible manipulation of the internal magnetic field distributions, thereby providing precisely control over the effective permeability, as well as the resonance frequency and spectral linewidth of the transmission spectrum. The proposed multi-dimensional photonic doping strategy, integrating topological-charge engineering with geometric design, substantially enriches the available degrees of freedom for dispersion engineering and provides a versatile platform for advanced functional photonic devices.

physics.optics

Cloaking of Arbitrarily Shaped Large-Scale Objects Through the Injection of Electromagnetic Invisibility Genes

Full-space electromagnetic invisibility mainly includes light-bending and scattering-cancellation cloaking. Light-bending cloaking causes double-blind phenomenon and is incompatible with sensing, while scattering-cancellation cloaking allows signal interaction and is more suitable for sensors and communication systems. However, traditional scattering-cancellation cloaking depends highly on target shape and size, making it difficult to realize cloaking for irregular, inhomogeneous and electrically large objects. To solve these problems, this work proposes an electromagnetic invisibility gene injection strategy inspired by biological camouflage. Objects are decomposed into subwavelength units, and customized invisibility genes are injected into each unit according to electromagnetic parameters to achieve overall scattering cancellation. Simulations and microwave experiments verify that this method can realize efficient cloaking for objects with arbitrary shapes, dielectric constants from 2 to 10, and different unit morphologies. This strategy breaks the limits of traditional cloaking and provides a universal, flexible scheme for practical applications such as antenna supports and electromagnetic transparent covers.

physics.optics

Decoupling heat and electricity: A thermal invisible gateway

The Wiedemann-Franz law couples electrical and thermal conductivity, making high electrical conduction with low thermal conduction a major challenge. To overcome this, we designed an active thermal metasurface (ATMS) - based thermal invisible gateway that decouples thermal and electrical paths. Built on a copper substrate with a dumbbell-shaped bridge, the structure suppresses heat flow via directional compensation while allowing unimpeded electrical conduction. Room-temperature experiments show an effective thermal conductivity below 10^-3 W m^-1 K^-1 (near zero, air-like insulation) and an electrical conductivity up to 2.8x10^7 S m^-1 (metal-level). Unlike conventional material-modification approaches, our work uses macroscopic structural design to break the intrinsic coupling, offering a promising solution for applications like on-chip interconnects and wearable electronics.

physics.app-ph

DRS-GUI: Dynamic Region Search for Training-Free GUI Grounding

GUI agents powered by Multimodal Large Language Models (MLLMs) have demonstrated impressive capability in understanding and executing user instructions. However, accurately grounding instruction-relevant elements from high-resolution screenshots cluttered with irrelevant UI components remains challenging for existing approaches. Inspired by how humans dynamically adjust their perceptual scope to locate task-related regions on complex screens, we propose DRS-GUI, a training-free dynamic region search framework for GUI grounding that can be seamlessly integrated into existing MLLMs. DRS-GUI introduces a lightweight UI Perceptor that performs three human-like perceptual actions (Focus, Shift, and Scatter) to progressively explore the interface and generate region proposals. To dynamically schedule these actions, we further design an Action Planner based on Monte Carlo Tree Search (MCTS). A region quality reward is employed to evaluate and select the highly instruction-relevant region, efficiently pruning redundant UI elements. Experiments demonstrate that DRS-GUI yields a 14\% improvement on ScreenSpot-Pro for general and GUI-specific MLLMs (Qwen2.5-VL-7B and UGround-V1-7B), significantly enhancing grounding performance and generalization.

cs.AI

StyleTextGen: Style-Conditioned Multilingual Scene Text Generation

Style-conditioned scene text generation faces unique challenges in extracting precise text styles from complex backgrounds and maintaining fine-grained style consistency across characters, especially for multilingual scripts. We propose StyleTextGen, a novel framework that learns to perceive and replicate visual text styles across different languages and writing systems. Our approach features three key contributions: First, we introduce a dual-branch style encoder dedicated to style modeling, yielding robust multilingual text style representations in complex real-world scenes. Second, we design a text style consistency loss that enhances style coherence and improves overall visual quality. Third, we develop a mask-guided inference strategy that ensures precise style alignment between generated and reference text. To facilitate systematic evaluation, we construct StyleText-CE, a bilingual scene text style benchmark covering both monolingual and cross-lingual settings. Extensive experiments demonstrate that StyleTextGen significantly outperforms existing methods in style consistency and cross-lingual generalization, establishing new state-of-the-art performance in multilingual style-conditioned text generation.

cs.CV

Rethinking Cross-Dose PET Denoising: Mitigating Averaging Effects via Residual Noise Learning

Cross-dose denoising for low-dose positron emission tomography (LDPET) has been proposed to address the limited generalization of models trained at a single noise level. However, neural networks trained on a specific dose level often fail to generalize to other dose conditions due to variations in noise magnitude and statistical properties. Conventional "one-size-for-all" models attempt to mitigate this variability but tend to learn averaged representations across noise levels, resulting in degraded performance. In this work, we analyze this limitation and show that standard training formulations implicitly optimize an expectation over heterogeneous noise distributions, causing the network to learn an averaged denoising mapping that cannot accurately model dose-specific noise characteristics. We propose a unified residual noise learning framework that estimates noise directly from low-dose PET images rather than predicting full-dose images. Experiments on large-scale multi-dose PET datasets from two medical centers demonstrate that the proposed method outperforms the "one-size-for-all" model, individual dose-specific U-Net models, and dose-conditioned approaches, achieving improved denoising performance. These results indicate that residual noise learning effectively mitigates the averaging effect and enhances generalization for cross-dose PET denoising.

cs.CV

Deep Learning-Enabled Invisible Electromagnetic Scattering Amplifier

With the rapid development of micro-electro-mechanical systems, electrically small micro-targets, such as subwavelength micro unmanned aerial vehicles and bionic mosquito robots, exhibit ultra-low scattering cross section, which brings severe challenges to their effective detection. To address this problem, an Invisible Electromagnetic Scattering Amplifier (IESA) is designed by combining finite-element electromagnetic simulation with a forward lossless tandem neural network. The IESA realizes the dual-functional integration of intrinsic electromagnetic invisibility (near-zero scattering) for itself and significant scattering amplification for subwavelength targets entering its air sensing region. Electromagnetic simulations verify that the designed IESA can achieve a stable scattering amplification effect on subwavelength targets with a characteristic size of approximately 0.1{\lambda}0, regardless of their spatial positions or geometric shapes, with a maximum scattering cross section amplification factor of 8.58. The IESA breaks the technical bottleneck of the separate design of electromagnetic invisibility and scattering amplification functions. It shows potential for applications in the fields of radar detection, anti-terrorism security, micro-target monitoring, and adaptive electromagnetic sensing.

physics.optics

True Bound States in the Continuum in Compact All-Dielectric Structures

Bound states in the continuum (BICs), known for their theoretically infinite quality (Q) factors and strong field localization, hold great promise for high-performance photonic devices. However, conventional true BICs typically rely on infinitely periodic structures, and their realization in finite-sized compact structures faces fundamental challenges, which severely limits device miniaturization and integration. In this work, a compact BIC design method based on optical conformal mapping is proposed, where a conventionally infinite periodic structure extended along one direction is mapped into a finite-sized annular structure. This symmetry transition, i.e., from translational to rotational, enables structural miniaturization while fully preserving the eigenvalues and BIC type of the original system. These transformations require only the adjustment of background permittivity and source distribution, without introducing extreme material parameters. As a concrete example, we show through theoretical and numerical analysis that a transformed compact all-dielectric structure, consisting of a double annular dielectric grating embedded in a gradient-index dielectric background, can support true BICs in a finite region. This work provides a simple and general strategy for achieving true BICs in compact all-dielectric structures, paving the way toward miniaturized high-Q photonic devices.

physics.optics

Progressive Masked Refinement Self-supervised Learning for Low-Dose CT Denoising

Self-supervised learning has been increasingly investigated for low-dose computed tomography (LDCT) image denoising, as it alleviates the dependence on paired normal-dose CT (NDCT) data, which are often difficult to obtain. However, many existing self-supervised blind-spot denoising methods may under-utilize pixel-wise supervisory information loss due to evaluating the training loss only at masked locations. To mitigate this issue, we propose a novel Progressive Masked Refinement Learning framework that progressively refines denoising results while preserving and exploiting available LDCT information. Specifically, we explicitly inject a combination of controlled Gaussian and Poisson noise during training to regularize the denoising process and mitigate trivial identity mapping. Furthermore, we introduce a step-wise mask denoising mechanism that gradually reduces the discrepancy between synthetic corruption and the noise characteristics of LDCT images, enabling more fine-grained learning for denoising. Extensive experiments on the Mayo LDCT dataset demonstrate that the proposed method outperforms existing self-supervised approaches and achieves performance comparable to, or better than, several representative supervised denoising methods.

cs.CV

Hybrid Swin Attention Networks for Simultaneously Low-Dose PET and CT Denoising

Low-dose computed tomography (LDCT) and positron emission tomography (PET) have emerged as safer alternatives to conventional imaging modalities by significantly reducing radiation exposure. However, current approaches often face a trade$-$off between training stability and computational efficiency. In this study, we propose a novel Hybrid Swin Attention Network (HSANet), which incorporates Efficient Global Attention (EGA) modules and a hybrid upsampling module to address these limitations. The EGA modules enhance both spatial and channel-wise interaction, improving the network's capacity to capture relevant features, while the hybrid upsampling module mitigates the risk of overfitting to noise. We validate the proposed approach using a publicly available LDCT/PET dataset. Experimental results demonstrate that HSANet achieves superior denoising performance compared to state of the art methods, while maintaining a lightweight model size suitable for deployment on GPUs with standard memory configurations. Thus, our approach demonstrates significant potential for practical, real-world clinical applications.

cs.CV

Broadband Simultaneous Beam Steering and Compressing Device Based on Subwavelength Protrusion Metallic Tunnels

Beam steering and beamwidth compressing play a role in steering the beam and narrowing its half-power beamwidth, respectively, which are both widely applied in extending the effective operational range of 6G communications, IoT devices, and antenna systems. However, research on wave manipulation devices capable of simultaneously achieving both functionalities remains limited, despite their great potential for system miniaturization and functional integration. In this study, we design and realize a broadband device capable of simultaneously steering and compressing the TM-polarized EM waves using subwavelength protrusion metallic tunnels. The underlying physical mechanisms are quantitatively explained through wave optics and optical surface transformation, indicating the size ratio between the incident and output surface governs both the steering angle and the compression ratio. Numerical simulations demonstrate its outstanding performance, achieving a maximum steering angle of 40{\deg} and a compression ratio of 0.4 across 3 to 12 GHz, with averaged energy transmittance above 80%. The experiments further validate its effectiveness by measuring the magnetic field distributions of the output beam at various frequencies. The excellent beam steering and compressing effects make the proposed device highly promising for next-generation multifunctional wave manipulation in advanced communication systems.

physics.optics

Thermal superscatterer: amplification of thermal scattering signatures for arbitrarily shaped thermal materials

The concept of superscattering is extended to the thermal field through the design of a thermal superscatterer based on transformation thermodynamics. A small thermal scatterer of arbitrary shape and conductivity is encapsulated with an engineered negative-conductivity shell, creating a composite that mimics the scattering signature of a significantly larger scatterer. The amplified signature can match either a conformal larger scatterer (preserving conductivity) or a geometry-transformed one (modified conductivity). The implementation employs a positive-conductivity shell integrated with active thermal metasurfaces, demonstrated through three representative examples: super-insulating thermal scattering, super-conducting thermal scattering, and equivalent thermally transparent effects. Experimental validation shows the fabricated superscatterer amplifies the thermal scattering signature of a small insulated circular region by nine times, effectively mimicking the scattering signature of a circular region with ninefold radius. This approach enables thermal signature manipulation beyond physical size constraints, with potential applications in thermal superabsorbers/supersources, thermal camouflage, and energy management.

physics.app-ph

Implementation of ultra-broadband optical null media via space-folding

Optical null medium (ONM) has garnered significant attention in electromagnetic wave manipulation. However, existing ONM implementations suffer from either narrow operational bandwidths or low efficiency. Here, we demonstrate an ultra-broadband ONM design that simultaneously addresses both challenges - achieving broad bandwidth while preserving perfect impedance matching with air for near-unity transmittance. The proposed space-folding ONM is realized by introducing precisely engineered folds into a metal channel array, creating an effective dispersion-free medium that enables independent phase control in each channel. The design incorporates optimized boundary layers implemented through gradually tapered folding structures, achieving perfect impedance matching with the surrounding medium. Beam bending effect and broadband beam focusing effect are experimentally verified using the proposed space-folding ONM. Due to its simple material requirements, broadband characteristics, and high transmittance, the proposed space-folding ONM shows potential for applications in electromagnetic camouflage, beam steering devices and ultra-compact microwave components.

physics.optics

Broadband source-surrounded cloak for on-chip antenna radiation pattern protection

As the frequency range of electromagnetic wave communication continues to expand and the integration of integrated circuits increases, electromagnetic waves emitted by on-chip antennas are prone to scattering from electronic components, which limits further improvements in integration and the protection of radiation patterns. Cloaks can be used to reduce electromagnetic scattering; however, they cannot achieve both broadband and omnidirectional effectiveness simultaneously. Moreover, their operating modes are typically designed for scenarios where the source is located outside the cloak, making it difficult to address this problem. In this work, we propose a dispersionless air-impedance-matched metamaterial over the 2-8 GHz bandwidth that achieves an adjustable effective refractive index ranging from 1.1 to 1.5, with transmittance maintained above 93%. Based on this metamaterial, we introduce a broadband source-surrounded cloak that can guide electromagnetic waves from a broadband source surrounded by the cloak in any propagation direction to bypass obstacles and reproduce the original wavefronts outside the cloak. Thereby protecting the radiation pattern from distortion due to scattering caused by obstacles. Our work demonstrates significant potential for enhancing the integration density of integrated circuits and improving the operational stability of communication systems.

physics.optics

Ultra-broadband acoustic absorber based on periodic acoustic rigid-metaporous composite array

To address the increasingly serious issue of noise pollution, we propose an ultra-broadband and wide-angle acoustic absorber based on a periodic acoustic rigid-metaporous composite array. Numerical simulation results verify the broadband good acoustic absorption performance of the proposed absorber, which can achieve an average absorption coefficient of approximately 90.9% within the frequency band from 500 to 4000 Hz with incident angles ranging from -75 to +75 degrees, thus compensating for the shortcomings of traditional acoustic absorbers that are not as effective at low frequencies. This work will provide a new approach for ultra-broadband and wide-angle acoustic wave absorption and noise suppression.

cs.CE