SearcharxivSearch

arXiv subjects

Hongli Yang

Publications and source records attributed to Hongli Yang.

3 recordsLinked to original sources

A black-box-model-enhanced interaction method for water-wave scattering by large group of arbitrary-shaped ice floes in Arctic route planning

This study develops an enhanced interaction (EI) method for efficient prediction of the water-wave field among a large group of ice floes in Arctic route planning. A novel black-box model, termed the wave component detection (WCD) method, is proposed for constructing the diffraction transfer matrix (DTM) within the framework of interaction theory. The DTM, which is conventionally mathematically intractable for three-dimensional ice floes with arbitrarily complex geometry, can now be determined using this readily implementable and universally applicable approach. Without loss of generality, four ice-floe shapes are taken as example models to demonstrate the capability of the EI method. Operation rules are recommended for the practical implementation of the EI method. The error range of the EI method is identified in scenarios with multiple ice floes of different sizes and distances.The super-high efficiency of the EI method is demonstrated in cases involving an ultra-large group of ice floes. It takes less than 1.5 hours to calculate wave amplitudes at 160,000 locations in the wave field of 1,800 ice floes (based on 1,440,000 boundary elements) on an ordinary personal computer with a 2017-released CPU. Based on the wave field predicted by the EI method, users can take advantage of the wave-sheltering effect of the ice floes to optimize routes. For demonstration, the dynamic programming strategy is used to recommend optimized navigation routes among 1561 ice floes of mixed shapes. The average wave amplitude the ship encounters can be reduced to about half of the incident wave amplitude.

physics.ao-ph

Language-Aware Prompt Tuning for Parameter-Efficient Seamless Language Expansion in Multilingual ASR

Recent advancements in multilingual automatic speech recognition (ASR) have been driven by large-scale end-to-end models like Whisper. However, challenges such as language interference and expanding to unseen languages (language expansion) without degrading performance persist. This paper addresses these with three contributions: 1) Entire Soft Prompt Tuning (Entire SPT), which applies soft prompts to both the encoder and decoder, enhancing feature extraction and decoding; 2) Language-Aware Prompt Tuning (LAPT), which leverages cross-lingual similarities to encode shared and language-specific features using lightweight prompt matrices; 3) SPT-Whisper, a toolkit that integrates SPT into Whisper and enables efficient continual learning. Experiments across three languages from FLEURS demonstrate that Entire SPT and LAPT outperform Decoder SPT by 5.0% and 16.0% in language expansion tasks, respectively, providing an efficient solution for dynamic, multilingual ASR models with minimal computational overhead.

cs.CL

Adapting Whisper for Parameter-efficient Code-Switching Speech Recognition via Soft Prompt Tuning

Large-scale multilingual ASR models like Whisper excel in high-resource settings but face challenges in low-resource scenarios, such as rare languages and code-switching (CS), due to computational costs and catastrophic forgetting. We explore Soft Prompt Tuning (SPT), a parameter-efficient method to enhance CS ASR while preserving prior knowledge. We evaluate two strategies: (1) full fine-tuning (FFT) of both soft prompts and the entire Whisper model, demonstrating improved cross-lingual capabilities compared to traditional methods, and (2) adhering to SPT's original design by freezing model parameters and only training soft prompts. Additionally, we introduce SPT4ASR, a combination of different SPT variants. Experiments on the SEAME and ASRU2019 datasets show that deep prompt tuning is the most effective SPT approach, and our SPT4ASR methods achieve further error reductions in CS ASR, maintaining parameter efficiency similar to LoRA, without degrading performance on existing languages.

cs.CL