y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#sequence-models News & Analysis

6 articles tagged with #sequence-models. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

6 articles
AIBullisharXiv – CS AI · Jun 237/10
🧠

From Markov to Laplace: How Mamba In-Context Learns Markov Chains

Researchers demonstrate that Mamba, a state space model alternative to transformers, efficiently learns optimal statistical estimators for Markov chains through in-context learning. The study reveals that single-layer Mamba discovers the Laplacian smoothing estimator—which is both Bayes and minimax optimal—and theoretically explains this capability through convolution-based representation.

AIBullisharXiv – CS AI · May 117/10
🧠

Toeplitz MLP Mixers are Low Complexity, Information-Rich Sequence Models

Researchers introduce Toeplitz MLP Mixer (TMM), a transformer alternative that replaces attention mechanisms with triangular-masked Toeplitz matrix multiplication, achieving O(dn log n) training complexity and O(dn) inference complexity. TMMs demonstrate superior training efficiency, information retention, and in-context learning performance compared to existing sub-quadratic architectures.

AINeutralarXiv – CS AI · Jun 196/10
🧠

Can In-Context Learning Support Intrinsic Curiosity?

Researchers demonstrate that large language models' in-context learning capabilities can efficiently support intrinsic curiosity mechanisms for automated data collection, though with important theoretical limitations. The work proves this approach works for non-temporal settings like active learning but fails for general sequential decision problems without computational shortcuts.

AINeutralarXiv – CS AI · Jun 96/10
🧠

Physics-Guided Sequence-Based Generative Framework for Acoustic Metamaterial Inverse Design

Researchers introduce MetaSeq, a physics-guided generative framework that uses sequence-based representations to design acoustic metamaterials with broadband responses. The approach reduces design errors by 45% compared to existing methods by combining machine learning with physics-based validation, addressing a long-standing challenge in materials engineering where structures optimized for one frequency often fail at others.

AINeutralarXiv – CS AI · May 296/10
🧠

Return-to-Go Is More Than a Number: Q-Guided Alignment for Return-Conditioned Supervised Learning

Researchers introduce Q-ALIGN DT, a machine learning framework that improves return-conditioned supervised learning by aligning return-to-go signals with actual policy performance using Q-value guidance. The method demonstrates superior controllability and generalization across reinforcement learning benchmarks, potentially advancing AI decision-making systems.

AINeutralarXiv – CS AI · May 116/10
🧠

Adaptive Memory Decay for Log-Linear Attention

Researchers propose a modification to log-linear attention mechanisms that learns adaptive memory decay parameters directly from input data rather than using fixed values. This approach maintains logarithmic memory growth and log-linear computational complexity while improving long-range context retention, particularly in language modeling and selective recall tasks.