SearcharxivSearch

arXiv subjects

Jinhui Yuan

Publications and source records attributed to Jinhui Yuan.

14 recordsLinked to original sources

EVOQUANT: Self-Evolving Verifier-Guided Strategy Optimization for Robust Quantitative Trading

Quantitative strategy optimization remains largely manual, requiring domain experts to identify weak signals, tune risk-control rules, and repeatedly validate iterative revisions. Large language models can accelerate this process, but directly relying on them to rewrite trading strategies often introduces hallucinated edits, strategy drift, and backtest overfitting. We propose EVOQUANT, a self-Evolving Verifier-guided framework for strategy Optimization in Quantitative trading. Our method utilizes LLMs to deeply diagnose performance bottlenecks, generates semantically controlled candidate edits, selects the best strategy through a multi-stage verification pipeline, and distills optimization experience into reusable knowledge for continual self-improvement. We evaluate our method using seven representative strategies: four from the A-share market and three from the Crypto market. Experimental results show that our method significantly improves the Sharpe ratio across all tested strategies: the average test Sharpe increases from -0.298 to 0.538, and the best-performing strategy achieves a 199% relative improvement. Ablation studies and stress tests under stricter conditions further validate the effectiveness and robustness of the framework. Overall, this work transforms quantitative strategy optimization from costly manual trial and error into an automated and verifiable iterative paradigm, offering a new path for applying large language models to financial strategy research.

cs.AI

Geometric Parametric Instability in Nonlinear Multipass Cells

Geometric parametric instability (GPI) is the resonant growth of discrete spectral sidebands enabled by longitudinally periodic multimode evolution and has been studied primarily in graded-index fibers. Here we show theoretically and numerically that GPI can occur in gas-filled nonlinear multipass cells (MPCs). By mapping a mode-matched MPC onto an equivalent waveguide, we derive a Floquet quasi-phase-matching condition governed by the single-pass Gouy-phase imbalance of the signal--idler pair relative to the pump pair. The theory predicts the small-signal gain and bandwidth. A pump-depleted coupled-mode model (CMM) further relates the maximum converted fraction to the residual phase mismatch. The CMM predicts multiple geometrically tunable sideband pairs associated with different radial indices and Floquet orders. For argon at $5$~bar, varying the cavity geometry shifts the sideband detuning from approximately $96$ to $46$~THz when the $p_{\mathrm{s}}=1$, $h=0$ branch is considered. A truncated multimode generalized nonlinear Schrödinger equation (MMGNLSE) model is used for numerical simulations with a semiclassical stochastic seed corresponding to one photon per spectral mode. The MMGNLSE simulations reproduce the predicted sideband frequencies and reveal pump depletion and competition among the retained radial channels. GPI in MPCs may therefore limit spatial beam quality in nonlinear pulse compression while providing a tunable mechanism for broadband multicolor generation.

physics.optics

Photon-conserving Raman soliton attractors in focusing and defocusing Kerr media

The sign of the Kerr nonlinear coefficient has long been regarded as irrelevant to the direction of the Raman-induced soliton self-frequency shift. Yet the standard generalized nonlinear Schrödinger equation (GNLSE) predicts a frequency shift that depends on the sign of the nonlinearity, which leads to an unphysical blue shift in the defocusing case. We resolve this inconsistency by deriving the time-domain form of the photon-conserving GNLSE (pcGNLSE) from its established frequency-domain counterpart. The derivation reveals that photon-number conservation imposes two sign modifications relative to the standard GNLSE: the Raman-shift coefficient acquires the absolute value of the Kerr nonlinear coefficient in place of its signed counterpart, and the self-steepening-Raman dissipation term likewise carries an absolute-value prefactor rather than a signed one. These two modifications jointly guarantee a universal spectral redshift and monotonically decreasing pulse energy during propagation, irrespective of the signs of the Kerr nonlinear coefficient and its frequency derivative. Applying the method of moments to the time-domain pcGNLSE with appropriate chirped ansätze, we derive closed-form evolution equations for five pulse parameters and establish explicit attractor conditions under which bright or dark Raman solitons propagate with constant peak power. Direct numerical integration of the pcGNLSE confirms all analytical predictions and demonstrates that the standard GNLSE fails qualitatively, predicting unphysical energy growth and spectral blueshift in the negative-nonlinearity regime. The results provide a rigorous analytical framework for Raman soliton dynamics in materials with negative third-order susceptibility, with direct implications for soliton-based devices in emerging semiconductor waveguide and microresonator platforms.

physics.optics

Comprehensive Deadlock Prevention for GPU Collective Communication

Distributed deep neural network training necessitates efficient GPU collective communications, which are inherently susceptible to deadlocks. GPU collective deadlocks arise easily in distributed deep learning applications when multiple collectives circularly wait for each other. GPU collective deadlocks pose a significant challenge to the correct functioning and efficiency of distributed deep learning, and no general effective solutions are currently available. Only in specific scenarios, ad-hoc methods, making an application invoke collectives in a consistent order across GPUs, can be used to prevent circular collective dependency and deadlocks. This paper presents DFCCL, a novel GPU collective communication library that provides a comprehensive approach for GPU collective deadlock prevention while maintaining high performance. DFCCL achieves preemption for GPU collectives at the bottom library level, effectively preventing deadlocks even if applications cause circular collective dependency. DFCCL ensures high performance with its execution and scheduling methods for collectives. Experiments show that DFCCL effectively prevents GPU collective deadlocks in various situations. Moreover, extensive evaluations demonstrate that DFCCL delivers performance comparable to or superior to NCCL, the state-of-the-art collective communication library highly optimized for NVIDIA GPUs.

cs.DC

AutoDDL: Automatic Distributed Deep Learning with Near-Optimal Bandwidth Cost

Recent advances in deep learning are driven by the growing scale of computation, data, and models. However, efficiently training large-scale models on distributed systems requires an intricate combination of data, operator, and pipeline parallelism, which exerts heavy burden on machine learning practitioners. To this end, we propose AutoDDL, a distributed training framework that automatically explores and exploits new parallelization schemes with near-optimal bandwidth cost. AutoDDL facilitates the description and implementation of different schemes by utilizing OneFlow's Split, Broadcast, and Partial Sum (SBP) abstraction. AutoDDL is equipped with an analytical performance model combined with a customized Coordinate Descent algorithm, which significantly reduces the scheme searching overhead. We conduct evaluations on Multi-Node-Single-GPU and Multi-Node-Multi-GPU machines using different models, including VGG and Transformer. Compared to the expert-optimized implementations, AutoDDL reduces the end-to-end training time by up to 31.1% and 10% for Transformer and up to 17.7% and 71.5% for VGG on the two parallel systems, respectively.

cs.DC

AGHINT: Attribute-Guided Representation Learning on Heterogeneous Information Networks with Transformer

Recently, heterogeneous graph neural networks (HGNNs) have achieved impressive success in representation learning by capturing long-range dependencies and heterogeneity at the node level. However, few existing studies have delved into the utilization of node attributes in heterogeneous information networks (HINs). In this paper, we investigate the impact of inter-node attribute disparities on HGNNs performance within the benchmark task, i.e., node classification, and empirically find that typical models exhibit significant performance decline when classifying nodes whose attributes markedly differ from their neighbors. To alleviate this issue, we propose a novel Attribute-Guided heterogeneous Information Networks representation learning model with Transformer (AGHINT), which allows a more effective aggregation of neighbor node information under the guidance of attributes. Specifically, AGHINT transcends the constraints of the original graph structure by directly integrating higher-order similar neighbor features into the learning process and modifies the message-passing mechanism between nodes based on their attribute disparities. Extensive experimental results on three real-world heterogeneous graph benchmarks with target node attributes demonstrate that AGHINT outperforms the state-of-the-art.

cs.LG

Coop: Memory is not a Commodity

Tensor rematerialization allows the training of deep neural networks (DNNs) under limited memory budgets by checkpointing the models and recomputing the evicted tensors as needed. However, the existing tensor rematerialization techniques overlook the memory system in deep learning frameworks and implicitly assume that free memory blocks at different addresses are identical. Under this flawed assumption, discontiguous tensors are evicted, among which some are not used to allocate the new tensor. This leads to severe memory fragmentation and increases the cost of potential rematerializations. To address this issue, we propose to evict tensors within a sliding window to ensure all evictions are contiguous and are immediately used. Furthermore, we proposed cheap tensor partitioning and recomputable in-place to further reduce the rematerialization cost by optimizing the tensor allocation. We named our method Coop as it is a co-optimization of tensor allocation and tensor rematerialization. We evaluated Coop on eight representative DNNs. The experimental results demonstrate that Coop achieves up to $2\times$ memory saving and hugely reduces compute overhead, search latency, and memory fragmentation compared to the state-of-the-art baselines.

cs.LG

SWIFT: Expedited Failure Recovery for Large-scale DNN Training

As the size of deep learning models gets larger and larger, training takes longer time and more resources, making fault tolerance more and more critical. Existing state-of-the-art methods like CheckFreq and Elastic Horovod need to back up a copy of the model state (i.e., parameters and optimizer states) in memory, which is costly for large models and leads to non-trivial overhead. This paper presents SWIFT, a novel recovery design for distributed deep neural network training that significantly reduces the failure recovery overhead without affecting training throughput and model accuracy. Instead of making an additional copy of the model state, SWIFT resolves the inconsistencies of the model state caused by the failure and exploits the replicas of the model state in data parallelism for failure recovery. We propose a logging-based approach when replicas are unavailable, which records intermediate data and replays the computation to recover the lost state upon a failure. The re-computation is distributed across multiple machines to accelerate failure recovery further. We also log intermediate data selectively, exploring the trade-off between recovery time and intermediate data storage overhead. Evaluations show that SWIFT significantly reduces the failure recovery time and achieves similar or better training throughput during failure-free execution compared to state-of-the-art methods without degrading final model accuracy. SWIFT can also achieve up to 1.16x speedup in total training time compared to state-of-the-art methods.

cs.DC

OneFlow: Redesign the Distributed Deep Learning Framework from Scratch

Deep learning frameworks such as TensorFlow and PyTorch provide a productive interface for expressing and training a deep neural network (DNN) model on a single device or using data parallelism. Still, they may not be flexible or efficient enough in training emerging large models on distributed devices, which require more sophisticated parallelism beyond data parallelism. Plugins or wrappers have been developed to strengthen these frameworks for model or pipeline parallelism, but they complicate the usage and implementation of distributed deep learning. Aiming at a simple, neat redesign of distributed deep learning frameworks for various parallelism paradigms, we present OneFlow, a novel distributed training framework based on an SBP (split, broadcast and partial-value) abstraction and the actor model. SBP enables much easier programming of data parallelism and model parallelism than existing frameworks, and the actor model provides a succinct runtime mechanism to manage the complex dependencies imposed by resource constraints, data movement and computation in distributed deep learning. We demonstrate the general applicability and efficiency of OneFlow for training various large DNN models with case studies and extensive experiments. The results show that OneFlow outperforms many well-known customized libraries built on top of the state-of-the-art frameworks. The code of OneFlow is available at: https://github.com/Oneflow-Inc/oneflow.

cs.DC

Pre-Trained Models: Past, Present and Future

Large-scale pre-trained models (PTMs) such as BERT and GPT have recently achieved great success and become a milestone in the field of artificial intelligence (AI). Owing to sophisticated pre-training objectives and huge model parameters, large-scale PTMs can effectively capture knowledge from massive labeled and unlabeled data. By storing knowledge into huge parameters and fine-tuning on specific tasks, the rich knowledge implicitly encoded in huge parameters can benefit a variety of downstream tasks, which has been extensively demonstrated via experimental verification and empirical analysis. It is now the consensus of the AI community to adopt PTMs as backbone for downstream tasks rather than learning models from scratch. In this paper, we take a deep look into the history of pre-training, especially its special relation with transfer learning and self-supervised learning, to reveal the crucial position of PTMs in the AI development spectrum. Further, we comprehensively review the latest breakthroughs of PTMs. These breakthroughs are driven by the surge of computational power and the increasing availability of data, towards four important directions: designing effective architectures, utilizing rich contexts, improving computational efficiency, and conducting interpretation and theoretical analysis. Finally, we discuss a series of open problems and research directions of PTMs, and hope our view can inspire and advance the future study of PTMs.

cs.AI

Learning Structures for Deep Neural Networks

In this paper, we focus on the unsupervised setting for structure learning of deep neural networks and propose to adopt the efficient coding principle, rooted in information theory and developed in computational neuroscience, to guide the procedure of structure learning without label information. This principle suggests that a good network structure should maximize the mutual information between inputs and outputs, or equivalently maximize the entropy of outputs under mild assumptions. We further establish connections between this principle and the theory of Bayesian optimal classification, and empirically verify that larger entropy of the outputs of a deep neural network indeed corresponds to a better classification accuracy. Then as an implementation of the principle, we show that sparse coding can effectively maximize the entropy of the output signals, and accordingly design an algorithm based on global group sparse coding to automatically learn the inter-layer connection and determine the depth of a neural network. Our experiments on a public image classification dataset demonstrate that using the structure learned from scratch by our proposed algorithm, one can achieve a classification accuracy comparable to the best expert-designed structure (i.e., convolutional neural networks (CNN)). In addition, our proposed algorithm successfully discovers the local connectivity (corresponding to local receptive fields in CNN) and invariance structure (corresponding to pulling in CNN), as well as achieves a good tradeoff between marginal performance gain and network depth.

cs.LG

Deterministic generation of single soliton Kerr frequency comb in microresonators by a single shot pulsed trigger

Kerr soliton frequency comb generation in monolithic microresonators recently attracted great interests as it enables chip-scale few-cycle pulse generation at microwave rates with smooth octave-spanning spectra for self-referencing. Such versatile platform finds significant applications in dual-comb spectroscopy, low-noise optical frequency synthesis, coherent communication systems, etc. However, it still remains challenging to straightforwardly and deterministically generate and sustain the single-soliton state in microresonators. In this paper, we propose and theoretically demonstrate the excitation of single-soliton Kerr frequency comb by seeding the continuous-wave driven nonlinear microcavity with a pulsed trigger. Unlike the mostly adopted frequency tuning scheme reported so far, we show that an energetic single shot pulse can trigger the single-soliton state deterministically without experiencing any unstable or chaotic states. Neither the pump frequency nor the cavity resonance is required to be tuned. The generated mode-locked single-soliton Kerr comb is robust and insensitive to perturbations. Even when the thermal effect induced by the absorption of the intracavity light is taken into account, the proposed single pulse trigger approach remains valid without requiring any thermal compensation means.

physics.optics

Eckhaus Instability in the Fourier-Domain Mode Locked Fiber Laser Cavity

High frequency fluctuation in the optical signal generated in Fourier-Domain Mode Locked fiber laser (FDML-FL), which is the major problem and degrades the laser performance, is not yet fully analyzed or studied. The basic theory which is causing this high frequency fluctuation is required to clearly understand its dynamics and to control it for various applications. In this letter, by analyzing the signal and system dynamics of FDML-FL, we theoretically demonstrate that the high frequency fluctuation is induced by the intrinsic instability of frequency offset of the signal in cavity with nonlinear gain and spectral filter. Unlike the instabilities observed in other laser cavities this instability is very unique to FDML-FL as the central frequency of the optical signal continuously shifts away from the center frequency of the filter due to the effects like dispersion and/or nonlinearity. This instability is none other than the Eckhaus instability reported and well studied in fluid dynamics governed by real Ginzburg-Landau equation.

physics.optics

LightLDA: Big Topic Models on Modest Compute Clusters

When building large-scale machine learning (ML) programs, such as big topic models or deep neural nets, one usually assumes such tasks can only be attempted with industrial-sized clusters with thousands of nodes, which are out of reach for most practitioners or academic researchers. We consider this challenge in the context of topic modeling on web-scale corpora, and show that with a modest cluster of as few as 8 machines, we can train a topic model with 1 million topics and a 1-million-word vocabulary (for a total of 1 trillion parameters), on a document collection with 200 billion tokens -- a scale not yet reported even with thousands of machines. Our major contributions include: 1) a new, highly efficient O(1) Metropolis-Hastings sampling algorithm, whose running cost is (surprisingly) agnostic of model size, and empirically converges nearly an order of magnitude faster than current state-of-the-art Gibbs samplers; 2) a structure-aware model-parallel scheme, which leverages dependencies within the topic model, yielding a sampling strategy that is frugal on machine memory and network communication; 3) a differential data-structure for model storage, which uses separate data structures for high- and low-frequency words to allow extremely large models to fit in memory, while maintaining high inference speed; and 4) a bounded asynchronous data-parallel scheme, which allows efficient distributed processing of massive data via a parameter server. Our distribution strategy is an instance of the model-and-data-parallel programming model underlying the Petuum framework for general distributed ML, and was implemented on top of the Petuum open-source system. We provide experimental evidence showing how this development puts massive models within reach on a small cluster while still enjoying proportional time cost reductions with increasing cluster size, in comparison with alternative options.

stat.ML