transformer-architecture

Tag

Cards List
#transformer-architecture

FLARE++: Low-rank attention with dynamic attention routing

arXiv cs.LG · 4d ago Cached

FLARE++ is a low-rank attention architecture that replaces static learned queries with input-conditioned dynamic routing, improving on FLARE across PDE surrogate benchmarks and Long Range Arena while preserving linear complexity.

0 favorites 0 likes
#transformer-architecture

Cracks in the Foundation: Seemingly Minor Architectural Choices Impact Long Context Extension

arXiv cs.CL · 5d ago Cached

This paper shows that four seemingly minor architectural choices—normalization, GQA, pretraining context length, and sliding window attention—have a compoundingly negative effect on long context extensibility, dropping performance by up to 47% when combined. The authors release OlmPool, a set of 26 comparable 7B models, after 170,000 GPU hours of controlled ablations.

0 favorites 0 likes
#transformer-architecture

What Are Looped Transformers? Explained Clearly (8 minute read)

TLDR AI · 2026-07-28 Cached

Looped transformers reuse the same layers across multiple passes to trade parameter count for compute, achieving better reasoning with fewer weights. The article traces the idea back to the Universal Transformer (2018) and explains why it initially failed due to scaling laws and timing.

0 favorites 0 likes
#transformer-architecture

Multi-Head Attention Residuals

Hugging Face Daily Papers · 2026-07-22 Cached

Introduces Multi-Head Attention Residuals (MHAR), which reshapes the routing query into per-subspace heads so each feature subspace reads depth history via its own softmax. Trained from scratch on a Nemotron-based corpus, MHAR consistently improves validation loss over standard Transformers from 100M to 1B scale and also boosts mid-training downstream accuracy.

0 favorites 0 likes
#transformer-architecture

Bifocal Attention: Harmonizing Geometric and Spectral Positional Embeddings for Algorithmic Generalization

arXiv cs.CL · 2026-07-20 Cached

This paper introduces Bifocal Attention, which decouples positional encoding into geometric (standard RoPE) and spectral (learnable harmonic operators) modalities to address the 'Spectral Rigidity' of fixed RoPE, improving algorithmic generalization beyond the training window.

0 favorites 0 likes
#transformer-architecture

The Geometry of Semantic Space: A Continuous Geometric Framework for the Transformer Architecture

Hugging Face Daily Papers · 2026-07-19 Cached

Presents a continuous geometric framework modeling Transformer operations as integro-differential equations on a semantic fiber bundle, validated across multiple architectures.

0 favorites 0 likes
#transformer-architecture

DeepLoop: Depth Scaling for Looped Transformers

arXiv cs.LG · 2026-07-16 Cached

DeepLoop introduces a residual scaling method for looped Transformers that adjusts for parameter visits, improving stability and performance when physical blocks are reused across multiple rounds.

0 favorites 0 likes
#transformer-architecture

@kuririrn: Studying to grasp the recent trends in scratch development of LLMs Stanford CS336 Lang. Modeling from Scratch | Spring …

X AI KOLs Following · 2026-07-15 Cached

This course note summarizes the architectural evolution from the original Transformer to modern LLMs, focusing on convergent developments such as pre-normalization, RMS normalization, and RoPE, and provides hyperparameter selection recommendations.

0 favorites 0 likes
#transformer-architecture

GigaWorld-Policy-0.5: A Faster and Stronger WAM Empowered by AutoResearch

Hugging Face Daily Papers · 2026-07-15 Cached

GigaWorld-Policy-0.5 is an enhanced World Action Model for robot control that improves training and inference efficiency through a Mixed Action-Conditioned World Modeling strategy and a Mixture-of-Transformers architecture, achieving 85ms latency on a local RTX 4090.

0 favorites 0 likes
#transformer-architecture

@XAMTO_AI: Major Open Source! OpenMythos —— A theoretical reproduction project of the Claude Mythos architecture! Built by KyeGomezB from first principles, fully implementing the Recurrent-Depth Transformer (RDT): • Prelude (prelude layer)…

X AI KOLs Timeline · 2026-07-03 Cached

OpenMythos is an open-source project that theoretically reproduces the Claude Mythos architecture, fully implementing the Recurrent-Depth Transformer (RDT), supporting MLA/GQA attention mechanisms and sparse MoE, providing preset configurations from 1B to 1T parameters, and is installable via pip.

0 favorites 0 likes
#transformer-architecture

Understanding Large Language Models

arXiv cs.CL · 2026-07-02 Cached

This chapter reviews current understanding of Large Language Models, discussing their Transformer architecture, emergent capabilities resembling human cognition, and debates about whether LLMs genuinely understand or merely simulate understanding.

0 favorites 0 likes
#transformer-architecture

Open weights aren't catching up to closed models by copying them, but they're winning because of how the whole AI stack is quietly modularising

Reddit r/singularity · 2026-06-30

The article argues that open-weight AI models are catching up to closed ones not via distillation but due to the modularisation of the AI stack—stable interfaces (Transformer architecture, OpenAI-compatible APIs, agentic harnesses) allow innovations to diffuse rapidly across the ecosystem, shrinking the capability gap while keeping a massive price advantage, potentially leading to a commoditisation of frontier AI.

0 favorites 0 likes
#transformer-architecture

I wrote a free 15-part series on LLM internals — real math, real tensor shapes, real hardware constraints. All grounded in Gemma 4 12B's actual config.

Reddit r/LocalLLaMA · 2026-06-20

A comprehensive 15-part series covering LLM internals from tokenization to serving, grounded in Gemma 4 12B's actual config.

0 favorites 0 likes
#transformer-architecture

OneRank: Unified Transformer-Native Ranking Architecture for Multi-Task Recommendation

Hugging Face Daily Papers · 2026-06-15 Cached

OneRank proposes a Transformer-native multi-task ranking framework that integrates feature encoding and prediction to reduce inter-task interference and improve ranking performance in recommender systems.

0 favorites 0 likes
#transformer-architecture

@_rohit_tiwari_: https://x.com/_rohit_tiwari_/status/2063982924714901858

X AI KOLs Timeline · 2026-06-08 Cached

This article provides a visual guide to the Transformer architecture in Large Language Models, covering self-attention, causal self-attention, masked multi-head attention, and the output layer with step-by-step explanations and examples.

0 favorites 0 likes
#transformer-architecture

Geometric Asymmetry in MoE Specialization: Functional Decorrelation and Representational Overlap

arXiv cs.LG · 2026-05-19 Cached

This paper introduces a Jacobian-PCA-Grassmann framework to analyze the geometric structure of expert specialization in Mixture-of-Experts (MoE) Transformers. It finds that experts exhibit strong functional decorrelation while their representations overlap, and that routing sparsity significantly influences this geometry.

0 favorites 0 likes
#transformer-architecture

Rethinking Layer Relevance in Large Language Models Beyond Cosine Similarity

arXiv cs.LG · 2026-05-15 Cached

This paper demonstrates that cosine similarity is a poor proxy for assessing layer importance in LLMs, and proposes using the actual accuracy drop from layer removal as a more robust metric.

0 favorites 0 likes
#transformer-architecture

RT-Transformer: The Transformer Block as a Spherical State Estimator

arXiv cs.LG · 2026-05-13 Cached

This paper presents a theoretical framework interpreting Transformer components (attention, residual connections, normalization) as arising from a spherical state estimation problem using Radial-Tangential SDEs.

0 favorites 0 likes
#transformer-architecture

@pallavishekhar_: KV Cache in LLMs Read here: https://outcomeschool.com/blog/kv-cache-in-llms…

X AI KOLs Timeline · 2026-05-09 Cached

This article explains the concept of KV Cache in Large Language Models, detailing how it optimizes text generation by storing and reusing key-value pairs to avoid redundant computations during inference.

0 favorites 0 likes
#transformer-architecture

@simplifyinAI: DeepSeek has dropped a fundamental rewrite of the Transformer architecture. And it solves the "identity crisis" that br…

X AI KOLs Timeline · 2026-05-09

DeepSeek has published a paper introducing mHC (Manifold-Constrained Hyper-Connections), a fundamental rewrite of the Transformer architecture that stabilizes large models by replacing standard residual connections with mathematically constrained multi-stream pathways.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback