SearcharxivSearch

arXiv subjects

Ruiwen Wang

Publications and source records attributed to Ruiwen Wang.

3 recordsLinked to original sources

Quaternionic M\"{o}bius invariant Laplacian and quaternionic M\"{o}bius harmonic functions on the unit ball

We construct quaternionic M\"{o}bius ($\mathcal{QM}$ briefly) transformations on the quaternionic unit ball, which are used to define $\mathcal{QM}$-invariant Laplacian operator $\triangle$. A function annihilated by $\triangle$ is called $\mathcal{QM}$-harmonic. We prove that $\mathcal{QM}$-harmonic functions can be expanded in terms of quaternionic spherical harmonics multiplied by hypergeometric functions as radial parts. By establishing a Green formula associated to $\triangle$ and constructing the $\mathcal{QM}$-Poisson kernel, we solve the Dirichlet problem for $\mathcal{QM}$-invariant Laplace equation, which is degenerate elliptic. We also give a Fatou type theorem about non-tangential convergence of $\mathcal{QM}$-Poisson integrals. Compared to the real and complex cases, the main difficulties come from the noncommutativity of the quaternionic algebra and the complexity of the quaternionic unitary group ${\rm Sp}(n){\rm Sp}(1)$ and its modules. However, they can be overcome by using the embedding of the quaternionic space to the complex matrix space and using more complicated algebraic tools.

math.CV

Training Report of TeleChat3-MoE

TeleChat3-MoE is the latest series of TeleChat large language models, featuring a Mixture-of-Experts (MoE) architecture with parameter counts ranging from 105 billion to over one trillion,trained end-to-end on Ascend NPU cluster. This technical report mainly presents the underlying training infrastructure that enables reliable and efficient scaling to frontier model sizes. We detail systematic methodologies for operator-level and end-to-end numerical accuracy verification, ensuring consistency across hardware platforms and distributed parallelism strategies. Furthermore, we introduce a suite of performance optimizations, including interleaved pipeline scheduling, attention-aware data scheduling for long-sequence training,hierarchical and overlapped communication for expert parallelism, and DVM-based operator fusion. A systematic parallelization framework, leveraging analytical estimation and integer linear programming, is also proposed to optimize multi-dimensional parallelism configurations. Additionally, we present methodological approaches to cluster-level optimizations, addressing host- and device-bound bottlenecks during large-scale training tasks. These infrastructure advancements yield significant throughput improvements and near-linear scaling on clusters comprising thousands of devices, providing a robust foundation for large-scale language model development on hardware ecosystems.

cs.CL

Preventing Model Collapse via Contraction-Conditioned Neural Filters

This paper presents a neural network filter method based on contraction operators to address model collapse in recursive training of generative models. Unlike \cite{xu2024probabilistic}, which requires superlinear sample growth ($O(t^{1+s})$), our approach completely eliminates the dependence on increasing sample sizes within an unbiased estimation framework by designing a neural filter that learns to satisfy contraction conditions. We develop specialized neural network architectures and loss functions that enable the filter to actively learn contraction conditions satisfying Assumption 2.3 in exponential family distributions, thereby ensuring practical application of our theoretical results. Theoretical analysis demonstrates that when the learned contraction conditions are satisfied, estimation errors converge probabilistically even with constant sample sizes, i.e., $\limsup_{t\to\infty}\mathbb{P}(\|\mathbf{e}_t\|>\delta)=0$ for any $\delta>0$. Experimental results show that our neural network filter effectively learns contraction conditions and prevents model collapse under fixed sample size settings, providing an end-to-end solution for practical applications.

cs.LG