arXiv ScienceSearch

arXiv subjects

Xiaoning Liu

Publications and source records attributed to Xiaoning Liu.

At least 19 recordsLinked to original sources

Topological Phase Transition in Mechanical Honeycomb Lattice

Topological materials provide a new tool to direct wave energy with unprecedented precision and robustness. Three elastic topological phases, the valley Hall, Chern and spin Hall insulators, are currently studied, and they are achieved separately in rather distinct configurations. Here, we explore analytically various topological phase transitions for in-plane elastic wave in a unified mass-spring honeycomb lattice. It is demonstrated that the three elastic topological phases can be realized in this single lattice by designing mass, stiffness or introducing Coriolis' effect. In particular, the interface between valley Hall and Chern insulators is found to support topological interface mode for the first time. Perturbation method is used to derive the analytic effective continuum model in the neighbor of band degeneracy, and the physics in topological phase transitions are revealed through evaluation of topological invariants. The topologically protected interface states, their decaying profile as well as the pseudo-spin-indicating polarization specific for elastic wave are systematically analyzed, and these results are further confirmed numerically by Bloch wave analysis of domain wall strip and transient simulation of finite sized sample. This study offers a concise and unified analytical model to explore topology nature of elastic wave, and can provide intuitive guidance to design of continuum mechanical topological materials.

cond-mat.mtrl-sci

DRNet: All-in-One Image Restoration via Prior-Guided Dynamic Reparameterization

All-in-one image restoration aims to handle diverse degradations within a single model. However, existing methods often suffer from three key limitations: 1) per-input computational overhead from dynamic degradation estimation; 2) optimization challenges due to task heterogeneity; and 3) inefficient, frequency-agnostic encoder designs. To overcome these, we introduce the Dynamic Reparameterization Network (DRNet), a novel framework operating on an initialization-stage reconfiguration paradigm that fundamentally eliminates per-input overhead. At its core, a Dynamic Reparameterization MLP (DRMLP) guided by a Task-Specific Modulator (TSM), which effectively mitigates task heterogeneity by orchestrating both specific restoration goals and a versatile general-purpose mode within a unified architecture. Furthermore, we incorporate a Continuous Wavelet Transform Encoder (CWTE) that explicitly leverages frequency characteristics via wavelet decomposition for a lightweight yet powerful design. Extensive experiments demonstrate that DRNet achieves state-of-the-art performance across five restoration tasks with superior parameter efficiency. Crucially, it showcases unique flexibility, excelling as both a highly competitive foundation model for blind restoration and a top-performing user-guided specialist.

cs.CV

NTIRE 2026 Challenge on Efficient Low Light Image Enhancement: Methods and Results

This paper presents a comprehensive review of the NITRE 2026 Efficient Low Light Image Enhancement (E-LLIE) Challenge, highlighting the proposed solutions and final outcomes. This challenge focuses on mobile image enhancement under low-light conditions, aiming to design lightweight networks that improve enhancement quality while ensuring practical deployability under limited computational resources. A total of 207 participants registered, 27 teams submitted valid entries, and 17 teams ultimately provided valid factsheet. Based on these submissions, this paper provides a systematic evaluation of recent methods for E-LLIE, offering a comprehensive overview of state-of-the-art progress and demonstrating significant improvements in both performance and efficiency.

cs.CV

NTIRE 2025 Challenge on Low Light Image Enhancement: Methods and Results

This paper presents a comprehensive review of the NTIRE 2025 Low-Light Image Enhancement (LLIE) Challenge, highlighting the proposed solutions and final outcomes. The objective of the challenge is to identify effective networks capable of producing brighter, clearer, and visually compelling images under diverse and challenging conditions. A remarkable total of 762 participants registered for the competition, with 28 teams ultimately submitting valid entries. This paper thoroughly evaluates the state-of-the-art advancements in LLIE, showcasing the significant progress.

cs.CV

Unsupervised Backdoor Detection and Mitigation for Spiking Neural Networks

Spiking Neural Networks (SNNs) have gained increasing attention for their superior energy efficiency compared to Artificial Neural Networks (ANNs). However, their security aspects, particularly under backdoor attacks, have received limited attention. Existing defense methods developed for ANNs perform poorly or can be easily bypassed in SNNs due to their event-driven and temporal dependencies. This paper identifies the key blockers that hinder traditional backdoor defenses in SNNs and proposes an unsupervised post-training detection framework, Temporal Membrane Potential Backdoor Detection (TMPBD), to overcome these challenges. TMPBD leverages the maximum margin statistics of temporal membrane potential (TMP) in the final spiking layer to detect target labels without any attack knowledge or data access. We further introduce a robust mitigation mechanism, Neural Dendrites Suppression Backdoor Mitigation (NDSBM), which clamps dendritic connections between early convolutional layers to suppress malicious neurons while preserving benign behaviors, guided by TMP extracted from a small, clean, unlabeled dataset. Extensive experiments on multiple neuromorphic benchmarks and state-of-the-art input-aware dynamic trigger attacks demonstrate that TMPBD achieves 100% detection accuracy, while NDSBM reduces the attack success rate from 100% to 8.44%, and to 2.81% when combined with detection, without degrading clean accuracy.

cs.CR

Extremal micropolar materials for elastic wave cloaking

The asymmetric transformation elasticity offers a promising method to control elastic waves. However, this method requires elastic materials that support asymmetric stresses, which is not objective within the Cauchy elasticity framework. Nevertheless, asymmetric stress tensor is a typical feature of micropolar continuum theory. Yet, possible connection between micropolar continuum theory and the asymmetric elasticity transformation has remained elusive. Here, we demonstrate that extremal micropolar media, which refer to micropolar media with easy deformation modes, can be used to design elastic cloaks following the asymmetric transformation method. A metamaterial model is proposed to achieve the required extremal micropolar parameters for cloaking. We further design a two-dimensional metamaterial cloak and verify its cloaking performance numerically. An excellent agreement between the metamaterial cloak simulation and an effective-medium calculation is obtained. This study unveils a novel strategy for controlling elastic waves through micropolar media and also sheds light on interesting properties of extremal micropolar materials.

physics.app-ph

Rayleigh surface waves of extremal elastic materials

Extremal elastic materials here refer to a specific class of elastic materials whose elastic matrices exhibit one or more zero eigenvalues, resulting in soft deformation modes that, in principle, cost no energy. They can be approximated through artificially designed solid microstructures. Extremal elastic materials have exotic bulk wave properties unavailable with conventional solids due to the soft modes, offering unprecedented opportunities for manipulating bulk waves, e.g., acting as phonon polarizers for elastic waves or invisibility cloaks for underwater acoustic waves. Despite their potential, Rayleigh surface waves, crucially linked to bulk wave behaviors of such extremal elastic materials, have largely remained unexplored so far. In this paper, we theoretically investigate the propagation of Rayleigh waves in extremal elastic materials based on continuum theory and verify our findings with designed microstructure metamaterials based on pantographic structures. Dispersion relations and polarizations of Rayleigh waves in extremal elastic materials are derived, and the impact of higher order gradient effects is also investigated by using strain gradient theory. This study provides a continuum model for exploring surface waves in extremal elastic materials and may stimulate applications of extremal elastic materials for controlling surface waves.

physics.class-ph

Dynamic Graph Unlearning: A General and Efficient Post-Processing Method via Gradient Transformation

Dynamic graph neural networks (DGNNs) have emerged and been widely deployed in various web applications (e.g., Reddit) to serve users (e.g., personalized content delivery) due to their remarkable ability to learn from complex and dynamic user interaction data. Despite benefiting from high-quality services, users have raised privacy concerns, such as misuse of personal data (e.g., dynamic user-user/item interaction) for model training, requiring DGNNs to ``forget'' their data to meet AI governance laws (e.g., the ``right to be forgotten'' in GDPR). However, current static graph unlearning studies cannot \textit{unlearn dynamic graph elements} and exhibit limitations such as the model-specific design or reliance on pre-processing, which disenable their practicability in dynamic graph unlearning. To this end, we study the dynamic graph unlearning for the first time and propose an effective, efficient, general, and post-processing method to implement DGNN unlearning. Specifically, we first formulate dynamic graph unlearning in the context of continuous-time dynamic graphs, and then propose a method called Gradient Transformation that directly maps the unlearning request to the desired parameter update. Comprehensive evaluations on six real-world datasets and state-of-the-art DGNN backbones demonstrate its effectiveness (e.g., limited drop or obvious improvement in utility) and efficiency (e.g., 7.23$\times$ speed-up) advantages. Additionally, our method has the potential to handle future unlearning requests with significant performance gains (e.g., 32.59$\times$ speed-up).

cs.LG

NTIRE 2024 Challenge on Low Light Image Enhancement: Methods and Results

This paper reviews the NTIRE 2024 low light image enhancement challenge, highlighting the proposed solutions and results. The aim of this challenge is to discover an effective network design or solution capable of generating brighter, clearer, and visually appealing results when dealing with a variety of conditions, including ultra-high resolution (4K and beyond), non-uniform illumination, backlighting, extreme darkness, and night scenes. A notable total of 428 participants registered for the challenge, with 22 teams ultimately making valid submissions. This paper meticulously evaluates the state-of-the-art advancements in enhancing low-light images, reflecting the significant progress and creativity in this field.

cs.CV

PASTA: Towards Flexible and Efficient HDR Imaging Via Progressively Aggregated Spatio-Temporal Alignment

Leveraging Transformer attention has led to great advancements in HDR deghosting. However, the intricate nature of self-attention introduces practical challenges, as existing state-of-the-art methods often demand high-end GPUs or exhibit slow inference speeds, especially for high-resolution images like 2K. Striking an optimal balance between performance and latency remains a critical concern. In response, this work presents PASTA, a novel Progressively Aggregated Spatio-Temporal Alignment framework for HDR deghosting. Our approach achieves effectiveness and efficiency by harnessing hierarchical representation during feature distanglement. Through the utilization of diverse granularities within the hierarchical structure, our method substantially boosts computational speed and optimizes the HDR imaging workflow. In addition, we explore within-scale feature modeling with local and global attention, gradually merging and refining them in a coarse-to-fine fashion. Experimental results showcase PASTA's superiority over current SOTA methods in both visual quality and performance metrics, accompanied by a substantial 3-fold (x3) increase in inference speed.

cs.CV

A Survey on Federated Unlearning: Challenges, Methods, and Future Directions

In recent years, the notion of ``the right to be forgotten" (RTBF) has become a crucial aspect of data privacy for digital trust and AI safety, requiring the provision of mechanisms that support the removal of personal data of individuals upon their requests. Consequently, machine unlearning (MU) has gained considerable attention which allows an ML model to selectively eliminate identifiable information. Evolving from MU, federated unlearning (FU) has emerged to confront the challenge of data erasure within federated learning (FL) settings, which empowers the FL model to unlearn an FL client or identifiable information pertaining to the client. Nevertheless, the distinctive attributes of federated learning introduce specific challenges for FU techniques. These challenges necessitate a tailored design when developing FU algorithms. While various concepts and numerous federated unlearning schemes exist in this field, the unified workflow and tailored design of FU are not yet well understood. Therefore, this comprehensive survey delves into the techniques and methodologies in FU providing an overview of fundamental concepts and principles, evaluating existing federated unlearning algorithms, and reviewing optimizations tailored to federated learning. Additionally, it discusses practical applications and assesses their limitations. Finally, it outlines promising directions for future research.

cs.CR

Perceptual Multi-Exposure Fusion

As an ever-increasing demand for high dynamic range (HDR) scene shooting, multi-exposure image fusion (MEF) technology has abounded. In recent years, multi-scale exposure fusion approaches based on detail-enhancement have led the way for improvement in highlight and shadow details. Most of such methods, however, are too computationally expensive to be deployed on mobile devices. This paper presents a perceptual multi-exposure fusion method that not just ensures fine shadow/highlight details but with lower complexity than detailenhanced methods. We analyze the potential defects of three classical exposure measures in lieu of using detail-enhancement component and improve two of them, namely adaptive Wellexposedness (AWE) and the gradient of color images (3-D gradient). AWE designed in YCbCr color space considers the difference between varying exposure images. 3-D gradient is employed to extract fine details. We build a large-scale multiexposure benchmark dataset suitable for static scenes, which contains 167 image sequences all told. Experiments on the constructed dataset demonstrate that the proposed method exceeds existing eight state-of-the-art approaches in terms of visually and MEF-SSIM value. Moreover, our approach can achieve a better improvement for current image enhancement techniques, ensuring fine detail in bright light.

cs.CV

MUD-PQFed: Towards Malicious User Detection in Privacy-Preserving Quantized Federated Learning

Federated Learning (FL), a distributed machine learning paradigm, has been adapted to mitigate privacy concerns for customers. Despite their appeal, there are various inference attacks that can exploit shared-plaintext model updates to embed traces of customer private information, leading to serious privacy concerns. To alleviate this privacy issue, cryptographic techniques such as Secure Multi-Party Computation and Homomorphic Encryption have been used for privacy-preserving FL. However, such security issues in privacy-preserving FL are poorly elucidated and underexplored. This work is the first attempt to elucidate the triviality of performing model corruption attacks on privacy-preserving FL based on lightweight secret sharing. We consider scenarios in which model updates are quantized to reduce communication overhead in this case, where an adversary can simply provide local parameters outside the legal range to corrupt the model. We then propose the MUD-PQFed protocol, which can precisely detect malicious clients performing attacks and enforce fair penalties. By removing the contributions of detected malicious clients, the global model utility is preserved to be comparable to the baseline global model without the attack. Extensive experiments validate effectiveness in maintaining baseline accuracy and detecting malicious clients in a fine-grained manner

cs.CR

An asymmetric elastic metamaterial model for elastic wave cloaking

Elastic material with its elastic tensor losing minor symmetry is considered impossible without introducing artificially body torque. Here we demonstrate the feasibility of such material by introducing rotational resonance, the amplified rotational inertia of the microstructure during dynamical loading breaks naturally the shear stress symmetry, without resorting to external body torque or any other active means. This concept is illustrated through a realistic mass-spring model together with analytical homogenization technique and band structure analysis. It is also proven that this metamaterial model can be deliberately tuned to meet the material requirement defined by transformation method for full control of elastic wave, and the relation bridging the microstructure and the desired wave functionality is explicitly given. Application of this asymmetric metamaterial to design elastic wave cloak is demonstrated and validated by numerical simulation. The study paves the way for material design used to construct the transformation media for controlling elastic wave and related devices.

physics.class-ph

Boundary effect on acoustic cloak with unideal pentamode material

Pentamode materials are elastic solids with vanishing shear modulus, and can be used cloak underwater sound with solid state and broadband merits. However, pentamode materials realized with real microstructure have inevitable small shear modulus. This paper systematically studies the impact of shear rigidity and inner surface constraints on acoustic cloak with unideal pentamode material. The shear rigidity introduces a new kind of resonance in the radial direction, which is different from the traditional whispering-gallery resonance along the circumference. Totally fixed, radially fixed or free boundaries on the cloak inner surface are found to show significant difference on the cloaking function. To realize a broadband cloak with suitable boundary for practice, we propose to attach an elastic thin shell on the inner surface to virtually tune the boundary constraint. The proposed strategy is also validated with microstructure cloak simulation. This study will provide valuable guidance for the practical applications of pentamode acoustic cloak.

physics.class-ph

Redefining climate index with sea surface temperature of key area can better express atmospheric physical activity

Since the 1920s, when the three oscillations ENSO, NAO and NPO were found and defined, the theory of ocean-atmosphere coupling is particularly important in explaining the phenomena of atmospheric physics, then defined more than ten climate indexes, such as SOI, AO, AAO and Nino monitoring area and so on, the indexes usually adopt standardized sea level pressure (SLP) difference or standardized sea surface temperature anomaly (SSTA) difference definitions. The survey is carried out with seventy stations runoff of major rivers in the world shows that the correlation coefficient between these indexes and runoff is very low, most of which is between 0.1-0.2, the impact of the index on the hydrologic climate cannot be truly reflected, which has led to doubts about the clear physical mechanism and even questions of teleological authenticity. This is due to the fact that standardization is a nonlinear process, which changes the structure of the original data, causing the correlation coefficient to be low. Using sea surface temperature difference (SSTD) to define these climate indexes, the correlation coefficient is significantly improved, the Hankou station of Yangtze river, Darband station of Ind, Hope station of Fraser, Bangui station of Oubangui generally exceeds 0.8 strong degree, which prove that these relevant elements have a high resonance effect, there must be a common driving physical quantity. We find that the sun-earth distance has a very strong resonance effect, it is the earth's rotational orbit that determines their common activity intensity and cycle characteristics. The sun-earth distance can accurately calculate the tens and hundreds years of SST and SSTD, if using the SST or SSTD as the climate indicators, which express physical process of various ocean-atmosphere coupling, we can thoroughly solve long-term ultra-long-term forecast of international difficulty problems.

physics.gen-ph

Broadband solid cloak for underwater acoustics

Application of transformation theory to underwater acoustics has been a challenging task because highly anisotropic density is unachievable in water. A possible strategy is to exploit anisotropic modulus rather than density, while has not been experimentally demonstrated. We present an annular underwater acoustic cloak designed from particular graded solid microstructures. The geometry tailored microstructures mimics meta-fluid with highly anisotropic modulus through substantially suppressed shear wave. Transient wave experiments are conducted with the cloak in a designed 2D underwater waveguide system and proved excellent cloaking performance for enclosed target over broadband frequency 9-15 kHz. This finding paves the way for controlling underwater acoustics using the structured anisotropic modulus meta-fluid.

physics.class-ph

Transformation Ray Method: Controlling High Frequency Elastic Waves

A transformation method based on elastic ray theory is proposed to control high frequency elastic waves. We show that ray path can be controlled in an exact manner, however energy distribution along the ray is only approximately controlled. A numerical example of an elastic rotator is provided to illustrate the method and to access the approximation. The proposed theory may be found potential applications in seismic wave protection and structure health monitoring.

physics.class-ph