arXiv ScienceSearch

arXiv subjects

Xuanliang Wang

Publications and source records attributed to Xuanliang Wang.

2 recordsLinked to original sources

Overlap-free multi-material topology optimization for minimum compliance in two and three dimensions by level-set-based negative-mapping interpolation

To address challenges such as gray elements and material overlaps, this paper extends the level set-based negative-mapping interpolation method to the multi-material proportional topology optimization of macro-scale structures in two and three dimensions. The approach utilizes an alternating active-phase algorithm to decompose M-phase problems into simplified two-phase subproblems described by level set functions. By integrating an evolutionary strategy, the method circumvents complex sensitivity calculations. A negative-mapping interpolation then removes the material overlaps at the interfaces. Numerical experiments on 2D cantilever and MBB beams and on a 3D cantilever beam demonstrate that the present method eradicates gray elements, produces smooth boundaries and ensures overlap-free material distributions at a compliance comparable to that of the classical SIMP method, lower than the SIMP value in four of the eight two-dimensional test cases and higher by 0.3%, 0.4%, 4.8% and 12.7% in the other four; the influence of the material properties, of the interface treatment and of the number of iterations on the results is also discussed.

cs.CE

Hidden Decoding at Scale: Latent Computation Scaling for Large Language Models

Scaling Large Language Models (LLMs) has been driven mainly by enlarging the Transformer backbone, but for an already-strong model this requires another round of costly pretraining. We study whether an existing backbone can keep improving by allocating more computation to each token while leaving the Transformer backbone fixed. Depth-recurrent (looped) Transformers pursue this goal but are hard to scale, because looped computation does not fit naturally with the pipeline parallelism used to train the largest models. We add computation along the sequence-length dimension, where the extra computation is simply a longer input and stays compatible with standard large-model training. We propose Hidden Decoding, a sequence-length scaling method applied during continued pretraining (CPT). It expands each token into n streams with independent embedding tables and keeps the intermediate streams' key-value cache as context, so each token performs more internal computation without adding or widening Transformer layers. To keep this affordable at scale, we introduce Stream-Factorized Attention, in which most layers attend only within each stream and only a few layers mix across streams, reducing the attention cost from quadratic to roughly linear in n. Experiments support two scaling results. At frontier scale, we train WeLM-HD4-80B and WeLM-HD4-617B at n=4 and improve their matched non-HD baselines, making Hidden Decoding the first demonstrated sequence-length scaling method at the 100B+ MoE scale. Across expansion factors, the gains grow as n increases, showing that sequence-length expansion is a practical fixed-backbone scaling path for frontier-scale LLMs.

cs.CL