arXiv ScienceSearch

arXiv subjects

Changhong Li

Publications and source records attributed to Changhong Li.

At least 19 recordsLinked to original sources

EBL: Efficient Broad Learning for Distributed Adaptive Harmonic Analysis

Renewable energy systems and electrified transport have found widespread adoption in recent years. The integration of these non-linear loads, dominated by electric vehicle (EV) charging, however, has introduced severe harmonic distortion into the power grid, impacting the efficiency and lifetime of substation equipment and switchgear in the distribution network. Rapid and high-precision harmonic analysis has hence become a prerequisite for effective harmonic control at the source of injection. This paper proposes an Efficient Broad Learning (EBL) framework for distributed adaptive harmonic estimation. As a quantised FPGA acceleration framework for BLS-style harmonic estimation, it offers high-accuracy estimation with half-cycle input, reconfigurable flexibility enabled by the FPGA implementation, and ultra-low latency, achieving 17.4 $\times$ faster predictions than the nearest reported FPGA method. For harmonic prediction across multi-scenario charging and discharging nodes, the online transfer learning based on a closed-form solution rather than backpropagation in EBL demonstrates rapid adaptability. By exploiting bespoke quantisation and sparsity, the approach consumes 5.9\% of the LUTs on the Zynq Ultrascale+ ZU7EV FPGA, using $\approx$ 82\% of the LUTs required by the state-of-the-art FPGA-accelerated estimator.

cs.AR

FSNIC: A Low-Latency Flow-Based Intrusion Detection Architecture for FPGA SmartNICs

Modern data centres require high-performance networking alongside effective real-time security. Traditional Intrusion Detection Systems (IDS) commonly rely on general-purpose processors and often struggle to inspect high-speed traffic at line rate without introducing latency or performance bottlenecks. Smart Network Interface Cards (NICs) provide an alternative by enabling computation directly within the network data plane. This work presents a machine learning-based IDS implemented within an FPGA-based SmartNIC pipeline. The system integrates P4-based packet parsing with a LogicNets IDS model implemented in RTL, enabling deterministic, low-latency inference. Compared with traditional stateless packet-level classifiers, the proposed stateful flow-based IDS introduces minimal state by aggregating features across packets, capturing behavioural patterns not observable at the packet level. Experimental results on the UNSW-NB15 dataset show that the flow-based IDS improves detection accuracy from 86.92\% to 97.68\% compared with stateless packet-level classification. We also evaluate the proposed IDS on CICIDS2017 and compare its real-time hardware performance with prior FPGA-based IDS designs. Through hardware-software co-design, the proposed IDS achieves 6~ns inference latency using only 846 LUTs, with no BRAM or DSP usage, demonstrating a low latency and resource efficient implementation.

cs.AR

FINNAS: FINN-Guided Hardware-Aware NAS and Pruning for FPGA Jet Substructure Classification

FPGAs are well suited to deploying quantised neural networks (QNNs) under strict accuracy, latency, and resource constraints; however, identifying efficient model-accelerator combinations commonly requires extensive manual design-space exploration and repeated hardware synthesis. This paper presents FINNAS, a FINN-guided hardware-aware evolutionary neural architecture search framework. FINNAS jointly searches quantised MLP depth, width, and global precision settings, and ranks candidates using proxy validation accuracy together with FINN-estimated LUT usage and latency under a fully parallel mapping. Selected finalists are fully retrained, subjected to post-search unstructured pruning, and validated using RTL simulation and Vivado out-of-context synthesis. On the CERNBox jet substructure classification task, the searched implementations expose competitive accuracy-resource trade-offs. Compared with a manually optimised dense FINN accelerator, a compact FINNAS design improves accuracy from 73.78\% to 74.36\%, while reducing LUT usage by \(8.5\times\) and RTL-simulation latency by \(1.77\times\). Unstructured pruning further provides consistent LUT and FF reductions across the fully parallel finalists.

cs.AR

RQP: Resource-Oriented Quantiser Pruning for Neural Networks on FPGAs

High granularity quantisation (HGQ) exploits weight-level quantisation and pruning to design resource-efficient neural network accelerators, achieving an attractive trade-off between accuracy and hardware utilisation. HGQ is particularly well suited to FPGA-based edge neural network applications. Standard HGQ workflow starts from a high-precision model and progressively reduces bit width, guided by gradient-based optimisation to outline the Pareto frontier. This monotonic and irreversible pruning process is computationally intensive and can overlook the optimal subnetwork for a given resource level. We propose a resource-oriented one-shot quantiser pruning method that brings the network directly close to the target search space, and then use bidirectional beta scheduling for fine-tuning to enable a more refined scan of the Pareto frontier. Validated on the jet substructure classification, JSC, task, our method reduces the search cost by up to 20.58x compared with monotonic resource reduction in standard HGQ workflows, while achieving a competitive Pareto frontier and final network configuration.

cs.AR

Model Predictive Current Control with Harmonic Correction for Single-Phase AC-DC EV Charging

The increasing integration of Electric Vehicles (EVs) has imposed a growing harmonic challenge on the power grid. For AC/DC Power Factor Correction (PFC) in single-phase On-Board Chargers (OBCs), Model Predictive Current Control (MPCC) improves the current quality by predicting and tracking the inductor current. However, finite control set MPCC selects switching states, resulting in discrete control actions and a limited optimisation space. Moreover, the MPCC cost function based on instantaneous current tracking error has limited capability to compensate for low-order harmonic disturbances induced by dead time, control delay, and model parameter mismatch. This paper proposes a duty cycle predictive MPCC incorporating a real-time harmonic estimation reference. The proposed method dynamically estimates the low-order harmonic components of the input current and corrects the MPCC reference current, enabling continuous duty cycle control and targeted suppression of dominant low-order harmonics. Simulation results on a single-phase OBC demonstrate that the proposed duty cycle predictive MPCC reduces the steady-state current THD_i from 11.47% to 6.10% compared with the switching state predictive MPCC. With the harmonic reference, the THD_i is further reduced to 2.85%.

eess.SY

Stability of Anomalous Dissipation for the Forced 3D Navier--Stokes Equations under Geometric Perturbations

The energy dissipation in the inviscid limit is a central problem in turbulence theory. Kolmogorov's K41 theory predicts a positive dissipation rate independent of viscosity -- a phenomenon known as anomalous dissipation. Brué and De Lellis gave the first rigorous construction, but it relies on extremely precise geometric conditions. Based on quasi-self-similar mixing, we prove structural stability under pure normal perturbations of the central curves. We establish C^2 stability of the maps and C^1 stability of the local fields, and obtain Hölder estimates and high-frequency energy concentration. A contradiction gives a positive dissipation lower bound independent of the perturbation, and embedding into the (2+1/2)-dimensional framework shows C^6 structural stability. The main novelty is that the Brué--De Lellis construction remains stable under such perturbations, so anomalous dissipation occurs in an open neighbourhood of function spaces, providing a rigorous foundation for K41 theory.

math.AP

SSC-UNet: UNet with Self-Supervised Contrastive Learning for Phonocardiography Noise Reduction

Congenital Heart Disease (CHD) remains a significant global health concern affecting approximately 1\% of births worldwide. Phonocardiography has emerged as a supplementary tool to diagnose CHD cost-effectively. However, the performance of these diagnostic models highly depends on the quality of the phonocardiography, thus, noise reduction is particularly critical. Supervised UNet effectively improves noise reduction capabilities, but limited clean data hinders its application. The complex time-frequency characteristics of phonocardiography further complicate finding the balance between effectively removing noise and preserving pathological features. In this study, we proposed a self-supervised phonocardiography noise reduction model based on Noise2Noise to enable training without clean data. Augmentation and contrastive learning are applied to enhance its performance. We obtained an average SNR of 12.98 dB after filtering under 10~dB of hospital noise. Classification sensitivity after filtering was improved from 27\% to 88\%, indicating its promising pathological feature retention capabilities in practical noisy environments.

eess.SP

LogicSparse: Enabling Engine-Free Unstructured Sparsity for Quantised Deep-learning Accelerators

FPGAs have been shown to be a promising platform for deploying Quantised Neural Networks (QNNs) with high-speed, low-latency, and energy-efficient inference. However, the complexity of modern deep-learning models limits the performance on resource-constrained edge devices. While quantisation and pruning alleviate these challenges, unstructured sparsity remains underexploited due to irregular memory access. This work introduces a framework that embeds unstructured sparsity into dataflow accelerators, eliminating the need for dedicated sparse engines and preserving parallelism. A hardware-aware pruning strategy is introduced to improve efficiency and design flow further. On LeNet-5, the framework attains 51.6 x compression and 1.23 x throughput improvement using only 5.12% of LUTs, effectively exploiting unstructured sparsity for QNN acceleration.

cs.AR

ReTiDe: Real-Time Denoising for Energy-Efficient Motion Picture Processing with FPGAs

Denoising is a core operation in modern video pipelines. In codecs, in-loop filters suppress sensor noise and quantisation artefacts to improve rate-distortion performance; in cinema post-production, denoisers are used for restoration, grain management, and plate clean-up. However, state-of-the-art deep denoisers are computationally intensive and, at scale, are typically deployed on GPUs, incurring high power and cost for real-time, high-resolution streams. This paper presents Real-Time Denoise (ReTiDe), a hardware-accelerated denoising system that serves inference on data-centre Field Programmable Gate Arrays (FPGAs). A compact convolutional model is quantised (post-training quantisation plus quantisation-aware fine-tuning) to INT8 and compiled for AMD Deep Learning Processor Unit (DPU)-based FPGAs. A client-server integration offloads computation from the host CPU/GPU to a networked FPGA service, while remaining callable from existing workflows, e.g., NUKE, without disrupting artist tooling. On representative benchmarks, ReTiDe delivers 37.71$\times$ Giga Operations Per Second (GOPS) throughput and 5.29$\times$ higher energy efficiency than prior FPGA denoising accelerators, with negligible degradation in Peak Signal-to-Noise Ratio (PSNR)/Structural Similarity Index (SSIM). These results indicate that specialised accelerators can provide practical, scalable denoising for both encoding pipelines and post-production, reducing energy per frame without sacrificing quality or workflow compatibility. Code is available at https://github.com/RCSL-TCD/ReTiDe.

eess.IV

Analytic Gravitational Wave Spectrum in Next-to-Minimal Bouncing Cosmology

Bouncing cosmology offers a singularity-free alternative to inflation, but its minimal realization-comprising only four cosmic phases-predicts a simple power-law stochastic gravitational-wave background (SGWB) with a narrow observational window. We introduce the next-to-minimal bouncing cosmology (NMBC), which adds an extra early contraction phase that imprints a broken power-law feature in the SGWB spectrum, enhancing detectability. Using our matrix-representation method grounded in an inequality algebra, we derive a closed-form expression for the NMBC SGWB spectrum. From this analytical result, we show that all NMBC models satisfying the current \(ΔN_{\rm eff}\) bound \(Ω_{\rm GW}h^2(f)<1.7\times10^{-6}\) automatically avoid the trans-Planckian problem, \(ρ_{s\downarrow}^{1/4}<0.79\,m_{\rm pl}\). These findings establish the NMBC as a self-consistent, self-contained framework capable of generating a potentially detectable SGWB in both astrophysical and laboratory searches, and demonstrate the broad utility of our matrix-representation method for future SGWB analyses in multi-phase cosmologies.

astro-ph.CO

Accelerated Bayesian Inference for Pulsar Timing Arrays: Normalizing Flows for Rapid Model Comparison Across Stochastic Gravitational-Wave Background Sources

The recent detection of nanohertz stochastic gravitational-wave backgrounds (SGWBs) by pulsar timing arrays (PTAs) promises unique insights into astrophysical and cosmological origins. However, traditional Markov Chain Monte Carlo (MCMC) approaches become prohibitively expensive for large datasets. We employ a normalizing flow (NF)-based machine learning framework to accelerate Bayesian inference in PTA analyses. For the first time, we perform Bayesian model comparison across SGWB source models in the framework of machine learning by training NF architectures on the PTA dataset (NANOGrav 15-year) and enabling direct evidence estimation via learned harmonic mean estimators. Our examples include 10 conventional SGWB source models such as supermassive black hole binaries, power-law spectrum, cosmic strings, domain walls, scalar-induced GWs, first-order phase transitions, and dual scenario/inflationary gravitational wave. Our approach jointly infers 20 red noise parameters and 2 SGWB parameters per model in $\sim 20$\,hours (including training), compared to $\sim 10$\,days with MCMC. Critically, the NF method preserves rigorous model selection accuracy, with small Hellinger distances ($\lesssim 0.3$) relative to MCMC posteriors, and reproduces MCMC-based Bayes factors across all tested scenarios. This scalable technique for SGWB source comparison will be essential for future PTA expansions and next-generation arrays such as the SKA, offering orders-of-magnitude efficiency gains without sacrificing physical interpretability.

astro-ph.CO

Probing the Bounce Energy Scale in Bouncing Cosmologies with Pulsar Timing Arrays

In this work we constrain the bounce energy scale $ρ_{s\downarrow}^{1/4}$ in a generic framework of bouncing cosmologies using the nanohertz stochastic gravitational-wave background recently detected by pulsar timing arrays (NANOGrav 15-yr, EPTA DR2, PPTA DR3, IPTA DR2). A full Bayesian fit of the analytic SGWB spectrum for this bounce scenario reveals, for the first time, two distinct posterior branches in $(ρ_{s\downarrow}^{1/4},w_1)$: one near $w_1\approx0.3$ and one at $w_1\gg1$, where $w_1$ is the contraction phase equation of state. We find that the bouncing model attains larger Bayes factors against each of six conventional SGWB sources (SMBHBs, inflationary GWs, cosmic strings, domain walls, first order phase transitions, scalar induced GWs), demonstrating strong preference of current PTA data for the bounce hypothesis. Compared to the more generic dual inflation bounce scenario, the concrete bounce realization yields smaller Bayes factors, indicating that PTA measurements impose tighter constraints when the bounce scale is explicit. Moreover, the two posterior branches illuminate distinct theoretical frontiers. The right branch ($w_1\gg1$) violates the dominant energy condition (DEC), thereby providing direct empirical impetus for models with novel early Universe physics, e.g. ghost condensates, higher-derivative or modified gravity operators, and extra dimensional effects. Independently, both branches infer $ρ_{s\downarrow}^{1/4}$ above the Planck scale $M_\mathrm{pl}$, demonstrating that current PTAs already probe trans-Planckian regimes. Together, these findings offer a rare observational window into UV completions of cosmology. We further describe how normalizing flow based machine learning can accelerate such Bayesian analyses as PTA data volumes increase.

astro-ph.CO

Forecast Constraints on Bouncing Cosmology from High Frequency Gravitational Waves Using Superconducting LC Circuits and Resonant Cavities

We exploit forecast sensitivities to high frequency gravitational waves (HFGWs) from superconducting LC circuits, traditional resonant cavity and superconducting radio frequency (SRF) cavities with electromagnetic and mechanical modes to derive the first projections of the bounce energy scale within the generic bouncing cosmology framework over the frequency window $1\,$kHz $\lesssim f\lesssim10\,$GHz. In comparison with existing astrophysical limits (spanning $10^{-17}\,$Hz $\lesssim f\lesssim1\,$kHz and based on Planck/BICEP, PTA, and aLIGO/LISA) our HFGW forecasts yield substantially tighter constraints across a broad region of parameter space. This work unifies constraints from cosmological observations and quantum measurement experiments, providing comprehensive coverage of the early Universe gravitational wave spectrum from $10^{-17}\,\mathrm{Hz}$ to $10\,\mathrm{GHz}$ and thereby probing the cosmic initial non singularity at ultra high energy scales.

astro-ph.CO

FAV-NSS: An HIL Framework for Accelerating Validation of Automotive Network Security Strategies

Complex electronic control unit (ECU) architectures, software models and in-vehicle networks are consistently improving safety and comfort functions in modern vehicles. However, the extended functionality and increased connectivity introduce new security risks and vulnerabilities that can be exploited on legacy automotive networks such as the controller area network (CAN). With the rising complexity of vehicular systems and attack vectors, the need for a flexible hardware-in-the-loop (HIL) test fixture that can inject attacks and validate the performance of countermeasures in near-real-world conditions in real time is vital. This paper presents an FPGA-based HIL framework tailored towards validating network security approaches (IDS, IPS) and smart integration strategies of such capabilities for an automotive CAN bus. FAV-NSS replicates an actual vehicular system environment with functional ECUs and network infrastructure on an FPGA, allowing functional validation of IDS/IPS algorithms, accelerator designs and integration schemes (software task on ECU, dedicated accelerator). To show the efficacy of FAV-NSS, we evaluate an IDS accelerator integration problem, both as a traditional coupled accelerator (to the ECU), and secondly close to the CAN controller (mimicking an extended CAN controller). We show that the latter strategy can be fully validated by our framework, which would otherwise require integration of specialised CAN modules into otherwise standard HIL fixtures with ability to instrument internal signals for characterising timing performance. The tests demonstrate a promising latency reduction of 6.3x when compared to the traditional coupled accelerator. Our case study demonstrates the potential of FAV-NSS for accelerating the optimisation, integration and verification of smart ECUs and communication controllers in current and future vehicular systems.

cs.AR

Gravitational Wave Constraints on the Bouncing Energy Scale of Big Bounce Cosmology

Big bounce cosmology provides a solution to the Universe's initial singularity, and stochastic gravitational wave background (SGWB) searches offer a promising avenue for testing this paradigm. In this work, we establish an analytical relation between the bouncing energy scale, $ρ_{s\downarrow}^{1/4}$, and SGWB spectrum, $Ω_\mathrm{GW}(f)h^2$, for big bounce cosmology. By combining sensitivities from major GW detectors (e.g., Planck/BICEP, PTA, and LIGO/Virgo across low, medium, and high frequencies, respectively), we provide the first systematic GW constraint on $ρ_{s\downarrow}^{1/4}$. Our results show that the region $-\tfrac{1}{3} < w_1 < -0.17$ is excluded by current SGWB searches, given the constraint $ρ_{s\downarrow}^{1/4} > 1~\mathrm{TeV}$, where $w_1$ is the contraction-phase equation of state parameter. Additionally, no detectable SGWB can be generated for $0.038 < w_1 < \infty$ with $ρ_{s\downarrow}^{1/4} < 10^{16}~\mathrm{TeV}$. We identify a window, $-0.17 < w_1 < 0.038$, in which a detectable SGWB can be produced, disfavoring nearly all big bounce models except for the matter-dominated contraction model ($w_1 \simeq 0$).

astro-ph.CO

Multimodal Difference Learning for Sequential Recommendation

Sequential recommendations have drawn significant attention in modeling the user's historical behaviors to predict the next item. With the booming development of multimodal data (e.g., image, text) on internet platforms, sequential recommendation also benefits from the incorporation of multimodal data. Most methods introduce modal features of items as side information and simply concatenates them to learn unified user interests. Nevertheless, these methods encounter the limitation in modeling multimodal differences. We argue that user interests and item relationships vary across different modalities. To address this problem, we propose a novel Multimodal Difference Learning framework for Sequential Recommendation, MDSRec for brevity. Specifically, we first explore the differences in item relationships by constructing modal-aware item relation graphs with behavior signal to enhance item representations. Then, to capture the differences in user interests across modalities, we design a interest-centralized attention mechanism to independently model user sequence representations in different modalities. Finally, we fuse the user embeddings from multiple modalities to achieve accurate item recommendation. Experimental results on five real-world datasets demonstrate the superiority of MDSRec over state-of-the-art baselines and the efficacy of multimodal difference learning.

cs.IR

Domain Wall Network: A Dual Solution for Gravitational Waves and Hubble Tension?

We explore the possibility that domain wall networks generate the stochastic gravitational wave background (SGWB) observed as a strong common power-law process in the Data Release-2 of Parkes Pulsar Timing Array. We find that a broad range of parameters, specifically wall tension around $σ_{\textrm{DW}} \sim (29-414 , \textrm{TeV})^3$ and wall-decay temperature within $T_d \sim 20-257 , \textrm{MeV}$, can explain this phenomenon at a $68\%$ credible level. Meanwhile, the same parameters could ease the Hubble tension if particles from these domain wall networks decay into dark radiation. We establish a direct analytical relationship, $Ω_{\textrm{GW}}(f_p,T_0) h^2 \sim Ω_{\textrm{rad}} h^2 ( Ω_νΔN_{\textrm{eff}})^2$, to illustrate this coincidence, underlining its importance in the underlying physics and potential applicability to a wider range of models and data. Conversely, if the common power-law process is not attributed to domain wall networks, our findings impose tight limits on the wall tension and decay temperature.

hep-ph

Primordial Gravitational Waves of Big Bounce Cosmology in Light of Stochastic Gravitational Wave Background

Primordial gravitational waves from the very early stages of the universe, such as inflation or bounce processes, are an irreducible cosmological source of the stochastic gravitational wave background (SGWB). The recent detection of SGWB signals around the nano-Hertz frequency by pulsar timing arrays (PTAs), including NANOGrav, EPTA, PPTA, IPTA, and CPTA, opens a new window to explore these very early stages of the universe through these primordial gravitational waves. In this work, we investigate the generation and evolution of primordial gravitational waves in a generic big bounce cosmology by parameterizing its background evolution into four phases, where perturbation modes exit and re-enter the horizon twice. By analytically solving the equation of motion for primordial gravitational waves and matching solutions at the boundaries, we obtain the explicit form of the primordial gravitational wave spectrum in a generic big bounce cosmology. We find that, according to the evolution of primordial gravitational waves, a generic scenario of big bounce cosmology can be categorized into four distinct types. We introduce four toy models for these categories, demonstrating that our analytical results can be straightforwardly applied to various bouncing universe models in which the equation of state of the background is constant in each phase. We also prospect future applications of our results in interpreting SGWB signals searched by PTAs and upcoming advanced gravitational wave detectors such as SKA, Taiji, Tianqin, LISA, DECIGO, and aLIGO/Virgo/KAGRA using Bayesian analysis.

astro-ph.CO