SearcharxivSearch

arXiv subjects

Yibo Cao

Publications and source records attributed to Yibo Cao.

4 recordsLinked to original sources

Every Attention Matters: An Efficient Hybrid Architecture for Long-Context Reasoning

In this technical report, we present the Ring-linear model series, specifically including Ring-mini-linear-2.0 and Ring-flash-linear-2.0. Ring-mini-linear-2.0 comprises 16B parameters and 957M activations, while Ring-flash-linear-2.0 contains 104B parameters and 6.1B activations. Both models adopt a hybrid architecture that effectively integrates linear attention and softmax attention, significantly reducing I/O and computational overhead in long-context inference scenarios. Compared to a 32 billion parameter dense model, this series reduces inference cost to 1/10, and compared to the original Ring series, the cost is also reduced by over 50%. Furthermore, through systematic exploration of the ratio between different attention mechanisms in the hybrid architecture, we have identified the currently optimal model structure. Additionally, by leveraging our self-developed high-performance FP8 operator library-linghe, overall training efficiency has been improved by 50%. Benefiting from the high alignment between the training and inference engine operators, the models can undergo long-term, stable, and highly efficient optimization during the reinforcement learning phase, consistently maintaining SOTA performance across multiple challenging complex reasoning benchmarks.

cs.LG

On the formation of star-forming galaxies having anomalously low-metallicity regions: the role of galaxy interaction and CGM/IGM accretion

Gas accretion from both the circum-galactic medium (CGM)/inter-galatic medium (IGM) and interacting companion galaxy can dilute the gas phase metallicity of a galaxy. However, their relative contribution to the chemical evolution of galaxies remains to be quantified. To this end, in this work we study a sample of 510 star-forming galaxies (SFGs) having anomalously low-metallicity (ALM) regions selected from the MaNGA data available in the Data Release 17 from the Sloan Digital Sky Survey. ALM regions are defined as those having gas phase metallicities that are at least $\sim 2\sigma$ lower than the emprical relation between stellar mass surface density ($\Sigma_{*}$) and gas phase metallicity, i.e., the $\Sigma_{*}-Z$ relation. We find that ALM galaxies have higher star formation rates and \Hi~gas fractions than normal SFGs at fixed $M_*$. $\sim$25\% of the ALM galaxies exhibit tidal features, while the tidal fraction is only $\sim$12\% for normal SFGs, indicating that galaxy interaction is an important factor responsible for the ALM phenomenon. To explore the origin of non-tidal ALM galaxies, we compare their morphologies and environments with those of mass-matched normal SFGs. We find that non-tidal ALM galaxies tend to have more disk-dominated morphologies and reside in less-dense environment. These findings suggest that cold gas accretion from the CGM/IGM is the primary cause for the ALM phenomenon, while galaxy interaction plays a minor but non-negligible role.

astro-ph.GA

Pruning Large Language Models via Accuracy Predictor

Large language models(LLMs) containing tens of billions of parameters (or even more) have demonstrated impressive capabilities in various NLP tasks. However, substantial model size poses challenges to training, inference, and deployment so that it is necessary to compress the model. At present, most model compression for LLMs requires manual design of pruning features, which has problems such as complex optimization pipeline and difficulty in retaining the capabilities of certain parts of the model.Therefore, we propose a novel pruning approach: firstly, a training set of a certain number of architecture-accuracy pairs is established, and then a non-neural model is trained as an accuracy predictor. Using the accuracy predictor to further optimize the search space and search, the optimal model can be automatically selected. Experiments show that our proposed approach is effective and efficient. Compared with the baseline, the perplexity(PPL) on Wikitext2 and PTB dropped by 9.48% and 5,76% respectively, and the average accuracy of MMLU increased by 6.28%.

cs.AI

FusionMapping: Learning Depth Prediction with Monocular Images and 2D Laser Scans

Acquiring accurate three-dimensional depth information conventionally requires expensive multibeam LiDAR devices. Recently, researchers have developed a less expensive option by predicting depth information from two-dimensional color imagery. However, there still exists a substantial gap in accuracy between depth information estimated from two-dimensional images and real LiDAR point-cloud. In this paper, we introduce a fusion-based depth prediction method, called FusionMapping. This is the first method that fuses colored imagery and two-dimensional laser scan to estimate depth in-formation. More specifically, we propose an autoencoder-based depth prediction network and a novel point-cloud refinement network for depth estimation. We analyze the performance of our FusionMapping approach on the KITTI LiDAR odometry dataset and an indoor mobile robot system. The results show that our introduced approach estimates depth with better accuracy when compared to existing methods.

cs.CV