paper-with-me

홈 › Papers

Chunk, Align, Select: A Simple Long-sequence Processing Method for Transformers

2023-08-25 · Jiawen Xie, Pengyu Cheng, Xiao Liang, Yong Dai, Nan Du

Although dominant in natural language processing, transformer-based models remain challenged by the task of long-sequence processing, because the computational cost of self-attention operations in transformers swells quadratically with the input sequence length. To alleviate the complexity of long-sequence processing, we propose a simple framework to enable the offthe-shelf pre-trained transformers to process much longer sequences, while the computation and memory costs remain growing linearly with the input sequence lengths. More specifically, our method divides each long-sequence input into a batch of chunks, then aligns the interchunk information during the encoding steps, and finally selects the most representative hidden states from the encoder for the decoding process. To extract inter-chunk semantic information, we align the start and end token embeddings among chunks in each encoding transformer block. To learn an effective hidden selection policy, we design a dual updating scheme inspired by reinforcement learning, which regards the decoders of transformers as environments, and the downstream performance metrics as the rewards to evaluate the hidden selection actions. Our empirical results on real-world long-text summarization and reading comprehension tasks demonstrate effective improvements compared to prior longsequence processing baselines.

📄 PDF Abstract BibTeX arXiv:2308.13191

Code (1)

xjw-nlp/simcas 공식 구현 pytorch

Tasks

Reading ComprehensionText Summarization

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

AutoChunk: Automated Activation Chunk for Memory-Efficient Long Sequence Inference

2024-01-19 · Xuanlei Zhao, Shenggan Cheng, Guangyang Lu, Jiarui Fang 외

Large deep learning models have achieved impressive performance across a range of applications. However, their large memory requirements, including parameter memory and activation memory, have become a significant challe…

Code Generation

VGGT-Long: Chunk it, Loop it, Align it -- Pushing VGGT's Limits on Kilometer-scale Long RGB Sequences

2025-07-22 · Kai Deng, Zexin Ti, Jiawei Xu, Jian Yang 외 arxiv

Foundation models for 3D vision have recently demonstrated remarkable capabilities in 3D perception. However, extending these models to large-scale RGB stream 3D reconstruction remains challenging due to memory limitatio…

Autonomous Driving3D Reconstruction

GeoWeaver: Accurate Long-Sequence 3D Reconstruction via Hierarchical Geometric Assembly

2026-08-18 · Tinghao Jiang, Sheng Tang, Shengzhe Wei, Juntong Fang 외 arxiv

Long-sequence 3D reconstruction from RGB videos requires both accurate local geometry and globally consistent camera motion. Feed-forward models provide strong depth and pose predictions, but their memory cost prevents j…

Test-time Adaptation3D Reconstruction

Coarse-to-Fine Attention Models for Document Summarization

2017-09-01 · WS 2017 9 · Jeffrey Ling, Alex Rush, er

Sequence-to-sequence models with attention have been successful for a variety of NLP problems, but their speed does not scale well for tasks with long source sequences such as document summarization. We propose a novel c…

Document SummarizationMachine TranslationQuestion Answering

Actor-Critic for Continuous Action Chunks: A Reinforcement Learning Framework for Long-Horizon Robotic Manipulation with Sparse Reward

2025-08-15 · Jiarui Yang, Bin Zhu, Jingjing Chen, Yu-Gang Jiang arxiv

Existing reinforcement learning (RL) methods struggle with long-horizon robotic manipulation tasks, particularly those involving sparse rewards. While action chunking is a promising paradigm for robotic manipulation, usi…

Reinforcement Learning