SearcharxivSearch

arXiv subjects

Liang-jian Deng

Publications and source records attributed to Liang-jian Deng.

3 recordsLinked to original sources

Fast Kernel-Space Diffusion for Remote Sensing Pansharpening

Pansharpening seeks to fuse high-resolution panchromatic (PAN) and low-resolution multispectral (LRMS) images into a single image with both fine spatial and rich spectral detail. Despite progress in deep learning-based approaches, existing methods often fail to capture global priors inherent in remote sensing data distributions. Diffusion-based models have recently emerged as promising solutions due to their powerful distribution mapping capabilities, however, they suffer from heavy inference latency. We introduce KSDiff, a fast kernel-space diffusion framework that generates convolutional kernels enriched with global context to enhance pansharpening quality and accelerate inference. Specifically, KSDiff constructs these kernels through the integration of a low-rank core tensor generator and a unified factor generator, orchestrated by a structure-aware multi-head attention mechanism. We further introduce a two-stage training strategy tailored for pansharpening, facilitating integration into existing pansharpening architectures. Experiments show that KSDiff achieves superior performance compared to recent promising methods, and with over $500 \times$ faster inference than diffusion-based pansharpening baselines. Ablation studies, visualizations and further evaluations substantiate the effectiveness of our approach. Code will be released upon possible acceptance.

cs.CV

Digital Epidemiology with Awareness-Based Event-Triggered Migration in Networked Cyber-Physical Systems

Understanding how human mobility and information propagation influence the course of an epidemic remains a key challenge in digital epidemiology. In this work, we develop a new awareness-based, event-triggered epidemic model embedded within a networked Cyber-Physical System (CPS). In our framework, disease transmission and the dissemination of epidemic-related information evolve together on two interconnected layers. In detail, the physical layer models disease spread through human movement between two types of locations - residences and transfer stations - forming a bipartite metapopulation network. This structure captures the rendezvous effect, which reflects how gatherings in shared locations contribute to infection spread. The cyber layer represents the flow of information through digital communication networks. We introduce an event-triggered migration regulation mechanism, whereby individuals adapt their movement patterns based on local awareness thresholds, leading to a decentralized control process embedded within the network. Using a microscopic Markov chain approach (MMCA), we derive the epidemic threshold analytically and validate our results through extensive Monte Carlo simulations. Our findings show that event-triggered migration effectively suppresses the overall spread of the disease and lowers infection peaks - especially in heterogeneous populations and densely connected gathering points. These results demonstrate the potential of CPS-based epidemic models to enable real-time, awareness-driven interventions and to inform the design of decentralized control strategies that leverage digital communication dynamics.

physics.soc-ph

Gated Attention Coding for Training High-performance and Efficient Spiking Neural Networks

Spiking neural networks (SNNs) are emerging as an energy-efficient alternative to traditional artificial neural networks (ANNs) due to their unique spike-based event-driven nature. Coding is crucial in SNNs as it converts external input stimuli into spatio-temporal feature sequences. However, most existing deep SNNs rely on direct coding that generates powerless spike representation and lacks the temporal dynamics inherent in human vision. Hence, we introduce Gated Attention Coding (GAC), a plug-and-play module that leverages the multi-dimensional gated attention unit to efficiently encode inputs into powerful representations before feeding them into the SNN architecture. GAC functions as a preprocessing layer that does not disrupt the spike-driven nature of the SNN, making it amenable to efficient neuromorphic hardware implementation with minimal modifications. Through an observer model theoretical analysis, we demonstrate GAC's attention mechanism improves temporal dynamics and coding efficiency. Experiments on CIFAR10/100 and ImageNet datasets demonstrate that GAC achieves state-of-the-art accuracy with remarkable efficiency. Notably, we improve top-1 accuracy by 3.10\% on CIFAR100 with only 6-time steps and 1.07\% on ImageNet while reducing energy usage to 66.9\% of the previous works. To our best knowledge, it is the first time to explore the attention-based dynamic coding scheme in deep SNNs, with exceptional effectiveness and efficiency on large-scale datasets.The Code is available at https://github.com/bollossom/GAC.

cs.NE