SearcharxivSearch

arXiv subjects

Xinyu Ding

Publications and source records attributed to Xinyu Ding.

4 recordsLinked to original sources

Spectral structures of elastic-electromagnetic transmission eigenvalue problems

The time-harmonic elastic-electromagnetic interior transmission eigenvalue problem (EEITEP) arises when an elastic body becomes invisible to an incident electromagnetic wave. This spectral problem is typically non-elliptic and non-self-adjoint, making its analysis delicate. In this paper, we study the discreteness of transmission eigenvalues and the boundary localization of the associated eigenfunctions. For a general bounded Lipschitz domain, we prove that the set of positive transmission eigenvalues, if non-empty, is discrete with $\infty$ as its only possible accumulation point. For a radially symmetric domain, we demonstrate the existence of a sequence of transmission eigenvalues and derive their asymptotic behavior. We rigorously show that the corresponding transmission eigenfunctions exhibit boundary localization in their electromagnetic components, whereas the elastic displacement field remains globally distributed throughout the domain. Finally, we derive lower bounds for the $L^{\infty}$-norms of the electromagnetic gradients normalized by their $L^2$-norms, quantifying their blow-up behavior near the boundary along this sequence. These findings reveal a potential spectral mechanism for developing super-resolution imaging methods in elastic-electromagnetic scattering.

math.AP

Memory-Efficient Training with In-Place FFT Implementation

Fast Fourier Transforms (FFT) are widely used to reduce memory and computational costs in deep learning. However, existing implementations, including standard FFT and real FFT (rFFT), cannot achieve true in-place computation. In particular, rFFT maps an input of size n to a complex output of size n/2+1, causing dimensional mismatch and requiring additional memory allocation. We propose the first real-domain, fully in-place FFT framework (rdFFT) that preserves input-output memory space consistency. By leveraging butterfly operation symmetry and conjugate properties in the frequency domain, we design an implicit complex encoding scheme that eliminates intermediate cache usage entirely. Experiments on multiple natural language understanding tasks demonstrate the method effectiveness in reducing training memory cost, offering a promising direction for frequency-domain lightweight adaptation.

cs.LG

Parameter-Efficient Fine-Tuning with Circulant and Diagonal Vectors

Foundation models have achieved tremendous success in different domains. However, their huge computation and storage complexity make these models difficult to fine-tune and also less applicable in practice. Recent study shows training in Fourier domain can be an effective fine-tuning method in terms of both model performance and number of training parameters. In this work, we propose to further reduce the complexity by the factorization through the product of interleaved circulant and diagonal matrices. In addition, we address the case of non-square fine-tuning weights by partitioning the circulant matrix into blocks. Our method avoids the construction of weight change matrix and utilizes 1D fast Fourier transform (FFT) instead of 2D FFT. Experimental results show that our method achieves similar or better performance across various tasks with much less floating-point operations (FLOPs) and the number of trainable parameters.

cs.LG

Block Circulant Adapter for Large Language Models

Fine-tuning large language models (LLMs) is difficult due to their huge model size. Recent Fourier domain-based methods show potential for reducing fine-tuning costs. We propose a block circulant matrix-based fine-tuning method with a stable training heuristic to leverage the properties of circulant matrices and one-dimensional Fourier transforms to reduce storage and computation costs. Experiments show that our method uses $14\times$ less number of parameters than VeRA, $16\times$ smaller than LoRA and $32\times$ less FLOPs than FourierFT, while maintaining close or better task performance. Our approach presents a promising way in frequency domain to fine-tune large models on downstream tasks.

cs.CL