paper-with-me

Papers

LPC-SM: Local Predictive Coding and Sparse Memory for Long-Context Language Modeling

2026-03-12 · Keqin Xie arxiv

Most current long-context language models still rely on attention to handle both local interaction and long-range state, which leaves relatively little room to test alternative decompositions of sequence modeling. We propose LPC-SM, a hybrid autoregressive architecture that separates local attention, persistent memory, predictive correction, and run-time control within the same block, and we use Orthogonal Novelty Transport (ONT) to govern slow-memory writes. We evaluate a 158M-parameter model in three stages spanning base language modeling, mathematical continuation, and 4096-token continuation. Removing mHC raises the Stage-A final LM loss from 12.630 to 15.127, while adaptive sparse control improves the Stage-B final LM loss from 12.137 to 10.787 relative to a matched fixed-ratio continuation. The full route remains stable at sequence length 4096, where Stage C ends with final LM loss 11.582 and improves the delayed-identifier diagnostic from 14.396 to 12.031 in key cross-entropy. Taken together, these results show that long-context autoregressive modeling can be organized around a broader division of labor than attention alone.

📄 PDF Abstract BibTeX arXiv:2604.03263

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Sparse Forcing: Native Trainable Sparse Attention for Real-time Autoregressive Diffusion Video Generation

2026-04-23 · Boxun Xu, Yuming Du, Zichang Liu, Siyu Yang 외 arxiv

We introduce Sparse Forcing, a training-and-inference paradigm for autoregressive video diffusion models that improves long-horizon generation quality while reducing decoding latency. Sparse Forcing is motivated by an em…

Text-to-Video Generation

Memory Augmented Multi-Instance Contrastive Predictive Coding for Sequential Recommendation

2021-09-01 · Ruihong Qiu, Zi Huang, Hongzhi Yin

The sequential recommendation aims to recommend items, such as products, songs and places, to users based on the sequential patterns of their historical records. Most existing sequential recommender models consider the n…

Contrastive LearningSequential Recommendation

Semantic and episodic memories in a predictive coding model of the neocortex

2025-09-02 · Lucie Fontaine, Frédéric Alexandre arxiv

Complementary Learning Systems theory holds that intelligent agents need two learning systems. Semantic memory is encoded in the neocortex with dense, overlapping representations and acquires structured knowledge. Episod…

Sparse Coding in a Dual Memory System for Lifelong Learning

2022-12-28 · Fahad Sarfraz, Elahe Arani, Bahram Zonooz

Efficient continual learning in humans is enabled by a rich set of neurophysiological mechanisms and interactions between multiple memory systems. The brain efficiently encodes information in non-overlapping sparse codes…

Continual LearningLifelong learning

Predictive Coding for Boosting Deep Reinforcement Learning with Sparse Rewards

2019-12-21 · Xingyu Lu, Stas Tiomkin, Pieter Abbeel

While recent progress in deep reinforcement learning has enabled robots to learn complex behaviors, tasks with long horizons and sparse rewards remain an ongoing challenge. In this work, we propose an effective reward sh…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)