Search arXivSearch

arXiv subjects

Jiayu Zhao

Publications and source records attributed to Jiayu Zhao.

11 recordsLinked to original sources

PRIME: Mitigating Subgroup Optimization Competition in Shared CTR Top Networks with Plug-in Residual Input-Conditioned Mixture of Expert

Click-through rate (CTR) models vary in feature-interaction design, yet their top networks usually remain a single multilayer perceptron shared by all examples. Heterogeneous user, item, and context subgroups therefore update the same parameters; weakly aligned learning signals make the aggregate gradient a compromise among competing directions. We study the competition on Avazu with 4 models and 4 semantic fields. Across all architectures, semantic subgroups show lower Top-NN gradient cosine similarity than random groups matched by sample size and label ratio, with reductions of 0.23-0.37. This competition motivates input-conditioned experts, but directly replacing an established Dense mapping changes its initial function, sharing pattern, and capacity, obscuring the source of gains. We introduce PRIME (Plug-in Residual Input-conditioned Mixture of Experts), a Dense-anchored mixture of low-rank residual experts. PRIME anchors the original prediction and uses zero-residual initialization to match the Dense baseline exactly at training onset. Input-dependent routing weights low-rank experts for example-specific logit corrections; multi-bag aggregation and EMA load biases stabilize conditional estimation. We evaluate PRIME on held-out Avazu and Criteo test sets across 13 CTR architectures and five paired seeds. Median paired AUC gains are +0.0022 and +0.0066, with LogLoss reductions of 0.0011 and 0.0081, respectively. On FiBiNET and DCNv2, PRIME outperforms APG in all ten seed-level AUC comparisons while using fewer parameters and lower inference latency on both backbones. These results show that function-preserving conditional residuals add input-dependent capacity while preserving the Dense path and its optimization stability. Code is available at https://github.com/YH-learning/PRIME.

cs.LG

BitsMoE: Efficient Spectral Energy-Guided Bit Allocation for MoE LLM Quantization

Mixture-of-Experts (MoE) large language models reduce per-token computation through sparse expert activation, but their deployment remains memory-intensive because all expert weights must be kept resident in memory. Existing MoE compression methods struggle in the ultra-low-bit regime: pruning irreversibly removes model capacity, while coarse-grained quantization fails to allocate bits according to heterogeneous expert and weight-direction importance. We propose BitsMoE, a spectral-energy-guided bit-allocation framework for MoE LLM quantization. BitsMoE decomposes each MoE layer by SVD into a shared basis and expert-specific spectral factors, retaining the shared basis without quantization to preserve common cross-expert structure and using the expert-specific factors as fine-grained quantization units. To determine the bit-width of each unit, BitsMoE formulates spectrum-wise mixed-precision quantization as an activation-aware reconstruction surrogate and solves an integer linear program that minimizes estimated reconstruction loss under a fixed bit budget. Experiments across multiple MoE LLMs show that BitsMoE substantially reduces downstream task accuracy degradation in ultra-low-bit regimes. Under 2-bit quantization on Qwen3-30B-A3B-Base, BitsMoE accelerates quantization by 12.3$\times$, improves average accuracy by 27.83 percentage points, and increases decoding speed by 1.76$\times$ over GPTQ. Our model and code are publicly available at https://github.com/zjiayu064/BitsMoE.

cs.LG

Near-field perturbation of laser filament enabling simultaneous far-field THz diagnosis and broadband calculus processing

Terahertz (THz) wave manipulation based on laser filaments-plasma channels formed by femtosecond laser-induced air ionization-has emerged as a promising platform for free-space THz applications. However, in-situ characterization of the spatially confined THz modes within filaments faces significant challenges due to the plasma's ultra-high intensity, which not only hinders direct near-field probing but also limits reliance on indirect far-field reconstruction. Here, we introduce a non-invasive near-field modulation scheme where a metal plate approaches the filament at submillimeter distances (comparable to THz wavelengths), perturbing the dielectric environment to convert the symmetric annular THz mode into an asymmetric state. This controlled transition enables far-field detection of broadband calculus behaviors (first- and second-order differentiation/integration) on time-domain THz waveforms and characteristic spectral transfer functions with 1/f, 1/f^2, f or f^2 dependency (where f is the THz frequency), thereby diagnosing the near-field THz mode confinement. Hence, the proposed approach synergizes near-field modulation efficiency with far-field detection robustness, advancing fundamental understanding of plasma-THz interactions and enabling novel all-optical signal processing for filament-based THz technologies.

physics.optics

VeriGRAG: Enhancing LLM-Based Verilog Code Generation with Structure-Aware Soft Prompts

Large language models (LLMs) have demonstrated strong capabilities in generating Verilog code from natural language descriptions. However, Verilog code inherently encodes structural information of hardware circuits. Effectively leveraging this structural information to enhance the functional and syntactic correctness of LLM-generated Verilog code remains a significant challenge. To address this challenge, we propose VeriGRAG , a novel framework that extracts structural graph embeddings from Verilog code using graph neural networks (GNNs). A multimodal retriever then selects the graph embeddings most relevant to the given generation task, which are aligned with the code modality through the VeriFormer module to generate structure-aware soft prompts. Our experiments demonstrate that VeriGRAG substantially improves the correctness of Verilog code generation, achieving state-of-the-art or superior performance across both VerilogEval and RTLLM benchmarks.

cs.AR

Revealing the terahertz-laser velocity effect during air filamentation via travelling-wave-antenna model

During femtosecond laser filamentation in air, the velocity ratio (K) between the terahertz (THz) phase velocity and the laser group velocity plays a crucial role in THz waves generation. However, K is typically assumed to be unity and its impact has been long overlooked due to the more attention paid to the more easily controlled filament length. Here, we investigate the obscured contribution of K to the THz radiation characteristics by using the improved travelling-wave-antenna (TWA) model. It has been found that, under both single- and two-color laser pumping schemes, K significantly determines the far-field spatial distribution of forward or backward THz radiation, as well as a transition from Bessel- to Cherenkov-type THz emission patterns. These results establish the TWA model as a reliable theoretical tool for studying the mechanisms of THz beam shaping via the designed K. Moreover, for cases of K not being controlled, its value can also be inferred by the proposed TWA model, which could be an effective method to confirm whether the laser ionization front is superluminal or subluminal compared with the generated THz waves.

physics.optics

Principle of Terahertz Time-Domain Spectroscopy

In this work, the detection of terahertz (THz) pulse via different schemes of THz time-domain spectroscopy (THz-TDS), including electro-optic sampling (EOS) and photoconductive sampling (PCS), has been reviewed by insisting on its principles and characteristics. Furthermore, four developments of THz-TDS, i.e. THz air-breakdown/biased coherent detection (THz-ABCD), THz-radiation-enhanced emission of fluorescence (THz-REEF), single-shot THz-TDS, and THz asynchronous optical sampling (THz-ASOPS) have also been introduced.

physics.optics

Scalable Fair Influence Maximization

Given a graph $G$, a community structure $\mathcal{C}$, and a budget $k$, the fair influence maximization problem aims to select a seed set $S$ ($|S|\leq k$) that maximizes the influence spread while narrowing the influence gap between different communities. While various fairness notions exist, the welfare fairness notion, which balances fairness level and influence spread, has shown promising effectiveness. However, the lack of efficient algorithms for optimizing the welfare fairness objective function restricts its application to small-scale networks with only a few hundred nodes. In this paper, we adopt the objective function of welfare fairness to maximize the exponentially weighted summation over the influenced fraction of all communities. We first introduce an unbiased estimator for the fractional power of the arithmetic mean. Then, by adapting the reverse influence sampling (RIS) approach, we convert the optimization problem to a weighted maximum coverage problem. We also analyze the number of reverse reachable sets needed to approximate the fair influence at a high probability. Further, we present an efficient algorithm that guarantees $1-1/e - \varepsilon$ approximation.

cs.DS

Unleashing the Potential of Acquisition Functions in High-Dimensional Bayesian Optimization

Bayesian optimization (BO) is widely used to optimize expensive-to-evaluate black-box functions.BO first builds a surrogate model to represent the objective function and assesses its uncertainty. It then decides where to sample by maximizing an acquisition function (AF) based on the surrogate model. However, when dealing with high-dimensional problems, finding the global maximum of the AF becomes increasingly challenging. In such cases, the initialization of the AF maximizer plays a pivotal role, as an inadequate setup can severely hinder the effectiveness of the AF. This paper investigates a largely understudied problem concerning the impact of AF maximizer initialization on exploiting AFs' capability. Our large-scale empirical study shows that the widely used random initialization strategy often fails to harness the potential of an AF. In light of this, we propose a better initialization approach by employing multiple heuristic optimizers to leverage the historical data of black-box optimization to generate initial points for the AF maximize. We evaluate our approach with a range of heavily studied synthetic functions and real-world applications. Experimental results show that our techniques, while simple, can significantly enhance the standard BO and outperform state-of-the-art methods by a large margin in most test cases.

cs.LG

Observation of the epsilon-near-zero (ENZ) effect inside the laser plasma in air

In the world of epsilon-near-zero (ENZ) materials, the plasma is unique for its natural ENZ properties at the plasma frequency (wp). However, for the air plasma during femtosecond laser filamentation with wp in terahertz (THz) band, which is also known as a broadband THz emitter, the possible ENZ effect has long been neglected. In this work, interactions between the laser plasma in air and the radiated THz waves were investigated, and the THz resonance absorption at the ENZ point, which gave rise to the generation of surface plasmon waves, has been theoretically and experimentally demonstrated for the first time, to the best of our knowledge. Specifically, this ENZ effect was accompanied with THz modulations along the plasma filament in multiple domains, including the linear-to-elliptical THz polarization conversion and the multi-ring pattern of far-field THz profiles, etc. Thanks to these novel ENZ-induced phenomena, the understanding of this important plasma-based THz source has been enriched. Moreover, by extending the laser plasma to the role of ENZ material, it is promising to expedite related applications benefiting from the ENZ nature, e.g., the strong spatial confinement of THz waves inside the ENZ region between the bi-filaments array, which realized all-optical time-domain integration of broadband THz pulses as we recently displayed in [arXiv].

physics.plasm-ph

Terahertz Wave Guiding by Femtosecond Laser Filament in Air

Femtosecond laser filament generates strong terahertz (THz) pulse in air. In this paper, THz pulse waveform generated by femtosecond laser filament has been experimentally investigated as a function of the length of the filament. Superluminal propagation of THz pulse has been uncovered, indicating that the filament creates a THz waveguide in air. Numerical simulation has confirmed that the waveguide is formed because of the radially non-uniform refractive index distribution inside the filament. The underlying physical mechanisms and the control techniques of this type THz pulse generation method might be revisited based on our findings. It might also potentially open a new approach for long-distance propagation of THz wave in air.

physics.optics

Terahertz imaging with sub-wavelength resolution by femtosecond laser filament in air

Terahertz (THz) imaging provides cutting edge technique in biology, medical sciences and non-destructive evaluation. However, due to the long wavelength of the THz wave, the obtained resolution of THz imaging is normally a few hundred microns and is much lower than that of the traditional optical imaging. We introduce a sub-wavelength resolution THz imaging technique which uses the THz radiation generated by a femtosecond laser filament in air as the probe. This method is based on the fact that the femtosecond laser filament forms a waveguide for the THz wave in air. The diameter of the THz beam, which propagates inside the filament, varies from 20 {\mu}m to 50 {\mu}m, which is significantly smaller than the wavelength of the THz wave. Using this highly spatially confined THz beam as the probe, THz imaging with resolution as high as 20 {\mu}m (~{\lambda}/38) can be realized.

physics.optics