arXiv ScienceSearch

arXiv subjects

Wanting Yu

Publications and source records attributed to Wanting Yu.

3 recordsLinked to original sources

Hardware Implementation of Photonic Spiking Hash Retrieval

Hashing retrieval is a pivotal technology for large-scale similarity search, widely applied in retrieval-augmented generation (RAG) for large language models (LLMs), massive image repositories, and bioinformatics sequence matching. However, traditional electronic hashing implementations face severe bottlenecks in power consumption and latency when processing high-dimensional data, while existing photonic neural networks often lack robust mechanisms for direct binary code generation under analog noise. To address these challenges, we propose a hardware-software co-designed photonic spiking hashing framework. We utilize the nonlinear thresholding dynamics of a distributed feedback laser with saturable absorber (DFB-SA) to realize the final binarization of a single-step spiking neural network (SNN). Crucially, a hardware-aware quantization margin loss is introduced to maximize the decision margin, effectively mitigating bit flips caused by optical intensity fluctuations. Validated on MNIST (image) and 20 Newsgroups (text) datasets, our system demonstrates robust binary code generation and high retrieval accuracy comparable to digital baselines. Most significantly, the proposed photonic architecture exhibits superior efficiency with an encoding latency of 2.294 ns/query and an energy consumption of 73.70 pJ/query. This work offers a robust and viable path for ultra-fast, energy-efficient optoelectronic neuromorphic computing in high-throughput information retrieval tasks.

physics.optics

Photonic Spiking Graph Neural Network for Energy-Efficient Structured Data Processing

Photonic computing shows great potential for signal processing and artificial intelligence (AI) acceleration due to its ultra-high speed, low energy consumption, and inherent parallelism. Existing photonic computing research has mainly focused on convolutional neural networks (CNNs) and fully connected neural networks (FCNNs), which are well suited for tasks such as image classification and object detection but face limitations in handling graph-structured data. Graph neural networks (GNNs) are specifically designed to model complex relational structures. In this work, we propose a photonic spiking graph neural network (PSGNN) architecture that integrates the structural modeling capability of GNNs, the temporal dynamics of spiking neurons, and the parallel computing advantages of photonic hardware. Through hardware-software co-optimization, a bias-term simulation method tailored for photonic chips is implemented using feature-dimension expansion, enabling effective network training. Experiments on the KarateClub and PubMed datasets achieve training accuracies of 100 percent (92 +/- 2 percent) and test accuracies of 97 percent (90 +/- 1 percent). A silicon photonics 4 x 4 Mach-Zehnder interferometer (MZI) array is further constructed for hardware validation, achieving a test accuracy of 93 percent. The system demonstrates an inference latency of 97 ps, with an energy efficiency of 280 GOPS/W and a computational density of 52 GOPS/mm^2. These results highlight the potential of PSGNN for structured-data processing applications.

physics.optics

HAD-GAN: A Human-perception Auxiliary Defense GAN to Defend Adversarial Examples

Adversarial examples reveal the vulnerability and unexplained nature of neural networks. Studying the defense of adversarial examples is of considerable practical importance. Most adversarial examples that misclassify networks are often undetectable by humans. In this paper, we propose a defense model to train the classifier into a human-perception classification model with shape preference. The proposed model comprising a texture transfer network (TTN) and an auxiliary defense generative adversarial networks (GAN) is called Human-perception Auxiliary Defense GAN (HAD-GAN). The TTN is used to extend the texture samples of a clean image and helps classifiers focus on its shape. GAN is utilized to form a training framework for the model and generate the necessary images. A series of experiments conducted on MNIST, Fashion-MNIST and CIFAR10 show that the proposed model outperforms the state-of-the-art defense methods for network robustness. The model also demonstrates a significant improvement on defense capability of adversarial examples.

cs.CV