paper-with-me

홈 › Papers

Wonderful Matrices: Combining for a More Efficient and Effective Foundation Model Architecture

2024-12-16 · Jingze Shi, Bingheng Wu

In order to make the foundation model more efficient and effective, our idea is combining sequence transformation and state transformation. First, we prove the availability of rotary position embedding in the state space duality algorithm, which reduces the perplexity of the hybrid quadratic causal self-attention and state space duality by more than 4%, to ensure that the combining sequence transformation unifies position encoding. Second, we propose dynamic mask attention, which maintains 100% accuracy in the more challenging multi-query associative recall task, improving by more than 150% compared to quadratic causal self-attention and state space duality, to ensure that the combining sequence transformation selectively filters relevant information. Third, we design cross domain mixture of experts, which makes the computational speed of expert retrieval with more than 1024 experts 8 to 10 times faster than the mixture of experts, to ensure that the combining state transformation quickly retrieval mixture. Finally, we summarize these matrix algorithms that can form the foundation model: Wonderful Matrices, which can be a competitor to popular model architectures.

📄 PDF Abstract BibTeX arXiv:2412.11834

Code (2)

losercheems/doge 공식 구현 pytorch
losercheems/wonderfulmatrices 공식 구현 pytorch

Tasks

Mixture-of-ExpertsPositionRetrieval

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Wonderful Matrices: More Efficient and Effective Architecture for Language Modeling Tasks

2024-07-24 · Jingze Shi, Bingheng Wu, Lu He, Luchang Jiang

We prove the availability of inner product form position encoding in the state space dual algorithm and study the effectiveness of different position embeddings in the hybrid quadratic causal self-attention and state spa…

Language ModelingLanguage ModellingMixture-of-ExpertsPosition+1

Wonderful Team: Zero-Shot Physical Task Planning with Visual LLMs

2024-07-26 · Zidan Wang, Rui Shen, Bradly Stadie

We introduce Wonderful Team, a multi-agent Vision Large Language Model (VLLM) framework for executing high-level robotic planning in a zero-shot regime. In our context, zero-shot high-level planning means that for a nove…

Action GenerationLarge Language ModelTask PlanningVisual Reasoning

CLUBench: A Clustering Benchmark

2026-05-28 · Feng Xiao, Dazhi Fu, Chris Ding, Jicong Fan arxiv

Clustering is a fundamental problem in data science with a long-standing research history, yielding numerous insightful algorithms. Despite this progress, a systematic and large-scale empirical evaluation that jointly co…

Text ClusteringDeep Clustering

Tangent classes of matroids and wonderful compactifications

2026-07-07 · Ronnie Cheng, Shurui Liu, Guoxiong Gao arxiv

For every loopless matroid $M$ and every Feichtner--Yuzvinsky building set $\mathcal{G}$ containing the top flat, we construct an integral tangent class $T_{M,\mathcal{G}}^{\mathbb{Z}}\in K_{\mathbb{Z}}(M,\mathcal{G})$; …

Mathematical Reasoning

Asymmetry in Low-Rank Adapters of Foundation Models

2024-02-26 · Jiacheng Zhu, Kristjan Greenewald, Kimia Nadjahi, Haitz Sáez de Ocáriz Borde 외

Parameter-efficient fine-tuning optimizes large, pre-trained foundation models by updating a subset of parameters; in this class, Low-Rank Adaptation (LoRA) is particularly effective. Inspired by an effort to investigate…

parameter-efficient fine-tuning