transformer

Tag

Cards List
#transformer

MACRO: Markov Chain Routing of Transformer Layers

arXiv cs.CL · 2026-08-07 Cached

MACRO is a framework that learns task-specific execution routes over frozen LLM layers using Markov chain-based routing, improving reasoning accuracy without modifying model weights. It outperforms prior routing approaches while reducing search time significantly.

0 favorites 0 likes
#transformer

Spectral Aliasing Pretext: A novel task for Self-Supervised fault diagnosis in rotating machinery

arXiv cs.LG · 2026-08-07 Cached

This paper introduces Spectral Aliasing Pretext (SAP), a self-supervised learning method for fault diagnosis in rotating machinery. By deliberately undersampling vibration signals and training a Transformer to reconstruct the original spectrum, SAP learns discriminative frequency-domain representations that achieve strong classification performance with limited labeled data.

0 favorites 0 likes
#transformer

Spatiotemporal Graph Transformer for Traffic Intelligence in Edge Computing

arXiv cs.LG · 2026-08-06 Cached

This paper proposes a spatiotemporal graph Transformer framework for traffic forecasting in edge computing, combining graph neural networks for spatial correlations and Transformer self-attention for long-range temporal dependencies. Experiments on real-world cellular data show it outperforms recurrent graph-based baselines like GCN-LSTM and GCN-GRU.

0 favorites 0 likes
#transformer

@seclink: There are a few obvious interview questions: 1. Can Transformer do large-model inference? It can, so why not use it, and why must we use sglang and vllm? - Essentially because Transformer's performance is too poor; the bottlenecks are memory (KV cache) and slow token-by-token decoding...

X AI KOLs Timeline · 2026-08-05 Cached

Discusses the bottlenecks of using Transformer for large-scale inference and reviews the evolution of inference optimization technologies for large models from 2023 to 2026, including KV cache quantization, speculative decoding, architectural innovation, and hardware-software co-design.

0 favorites 0 likes
#transformer

An SLM trained on $8 ESP32-S3

Hacker News Top · 2026-08-05 Cached

Qapla' is a project that demonstrates training a small transformer language model from scratch on an $8 ESP32-S3 microcontroller, showing that on-device training is feasible without a GPU or datacenter.

0 favorites 0 likes
#transformer

Scaling an Autoregressive Transformer for Single-Cell Generation

arXiv cs.LG · 2026-08-05 Cached

This paper studies a self-supervised task for generating single-cell gene expression vectors using an autoregressive transformer with a quantized VAE tokenizer. It reports scaling laws and a compute-optimal frontier for single-cell foundation models, with potential fine-tuning for perturbation prediction.

0 favorites 0 likes
#transformer

Forecasting Revenue with its Customer-Base Drivers: When and Why Coordination Helps

arXiv cs.LG · 2026-08-05 Cached

This paper introduces the Customer-Based Multi-task Transformer (CBMT), a model that forecasts revenue by jointly predicting customer acquisition, repeat orders, and average order value. It claims improved forecast accuracy over existing benchmarks and analyzes when coordinated forecasting helps.

0 favorites 0 likes
#transformer

Maglev: Sliding Recurrent Memory

arXiv cs.LG · 2026-08-05 Cached

Introduces Maglev, a recurrent Transformer architecture with fixed-size memory that generalizes sliding-window attention while remaining parallelizable during training. It uses a prefiller and decoder with a memory consistency loss, improving validation loss and downstream benchmarks over baselines.

0 favorites 0 likes
#transformer

Multimodal Auto-regressive Transformer Surrogate for Modeling Variable Operations and Quantifying Uncertainty in Geological Carbon Storage

arXiv cs.LG · 2026-08-05 Cached

This paper presents a multimodal auto-regressive transformer surrogate that models variable well operations and geological uncertainty for geological carbon storage, achieving accurate predictions and enabling uncertainty quantification via MCMC data assimilation.

0 favorites 0 likes
#transformer

SeDeM: Selective Decompression of Hidden-State Memories for Long-Context Question Answering

arXiv cs.CL · 2026-08-04 Cached

SeDeM is a selective decompression framework that stores long-context hidden states in a compact memory bank and decompresses only query-relevant blocks for decoder conditioning, improving QA accuracy and efficiency over compression baselines.

0 favorites 0 likes
#transformer

When Attention Goes Blind: Numerical Failure in ALiBi Positional Encodings

Hugging Face Daily Papers · 2026-08-04 Cached

This paper identifies a numerical underflow failure mode in ALiBi positional encodings that can zero out attention weights, analyzes its impact, and evaluates mitigation strategies for training models with ALiBi.

0 favorites 0 likes
#transformer

@TeachTheMachine: Using a Transformer Model: From Training to Inference

X AI KOLs Timeline · 2026-08-03 Cached

This tutorial covers how to use a transformer model from training to inference, focusing on autoregressive generation, prefill vs. decode phases, and key-value caching for efficient inference.

0 favorites 0 likes
#transformer

Evaluating Federated Pre-Training: On the Reliability of Downstream Fine-Tuning and Intrinsic Evaluation

arXiv cs.CL · 2026-08-03 Cached

This paper investigates evaluation protocols for federated pre-trained models, showing that downstream fine-tuning does not reliably preserve pre-training quality rankings, while direct next-token prediction strongly aligns with pre-training perplexity.

0 favorites 0 likes
#transformer

MSLK kernel reference (Website)

TLDR AI · 2026-08-03 Cached

Documentation reference for MSLK 1.3.0, a library of fused GPU kernels for transformer workloads including attention, quantization, GEMM, and MoE routing, supporting CUDA and ROCm with PyTorch integration.

0 favorites 0 likes
#transformer

I have trained a model to predict my blood sugar [P]

Reddit r/MachineLearning · 2026-07-31

The author trained an encoder-only transformer to predict future blood glucose levels from past glucose, carbs, insulin, and future meal/insulin inputs, releasing the MIT-licensed source code with pretrained weights.

0 favorites 0 likes
#transformer

Looped Transformers with Source-Centered State Evolution

arXiv cs.LG · 2026-07-31 Cached

The paper proposes Source-Centered State Evolution (SCSE), a method for looped Transformers that reconciles input conditioning with reference-preserving shared recurrence, improving recurrent quality frontiers across multiple benchmarks.

0 favorites 0 likes
#transformer

Causal Discovery with Inverted Self-attention for Multivariate Time Series

arXiv cs.CL · 2026-07-31 Cached

This paper proposes a novel framework for causal discovery in multivariate time series using inverted self-attention mechanisms, introducing a causal self-attention module (CSAM) and a global causal algorithm to identify latent causal links and reduce spurious correlations.

0 favorites 0 likes
#transformer

Context-Informed Ship Trajectory Prediction via Conditional Attention

arXiv cs.LG · 2026-07-31 Cached

This paper proposes the Conditional Informer, a Transformer-based encoder-decoder for ship trajectory prediction that conditions vessel dynamics on environmental contexts via a Conditional Attention mechanism, achieving 15.4% accuracy improvement and robust fallback via Modality Masking.

0 favorites 0 likes
#transformer

ClockRoPE: Random Fourier Rotations for Temporal Routine Modeling

arXiv cs.LG · 2026-07-30 Cached

ClockRoPE introduces random Fourier rotations to model temporal periodicity in sequential recommendation, theoretically grounded and validated via online A/B tests at a major video-sharing platform.

0 favorites 0 likes
#transformer

Memory for Large Language Models

arXiv cs.CL · 2026-07-29 Cached

This survey presents a systematic taxonomy of memory mechanisms in large language models, classifying along axes of representation, update dynamics, and persistence, and formalizing the underlying mechanistic components.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback