paper-with-me

Papers

ScaleFormer: Span Representation Cumulation for Long-Context Transformer

2025-11-13 · Jiangshu Du, Wenpeng Yin, Philip Yu arxiv

The quadratic complexity of standard self-attention severely limits the application of Transformer-based models to long-context tasks. While efficient Transformer variants exist, they often require architectural changes and costly pre-training from scratch. To circumvent this, we propose ScaleFormer(Span Representation Cumulation for Long-Context Transformer) - a simple and effective plug-and-play framework that adapts off-the-shelf pre-trained encoder-decoder models to process long sequences without requiring architectural modifications. Our approach segments long inputs into overlapping chunks and generates a compressed, context-aware representation for the decoder. The core of our method is a novel, parameter-free fusion mechanism that endows each chunk's representation with structural awareness of its position within the document. It achieves this by enriching each chunk's boundary representations with cumulative context vectors from all preceding and succeeding chunks. This strategy provides the model with a strong signal of the document's narrative flow, achieves linear complexity, and enables pre-trained models to reason effectively over long-form text. Experiments on long-document summarization show that our method is highly competitive with and often outperforms state-of-the-art approaches without requiring architectural modifications or external retrieval mechanisms.

📄 PDF Abstract BibTeX arXiv:2511.10029

Code (0)

등록된 구현이 없습니다.

Tasks

Document Summarization

Similar Papers 제목 키워드 기반

ScaleFormer: Revisiting the Transformer-based Backbones from a Scale-wise Perspective for Medical Image Segmentation

2022-07-29 · Huimin Huang, Shiao Xie1, Lanfen Lin, Yutaro Iwamoto 외

Recently, a variety of vision transformers have been developed as their capability of modeling long-range dependency. In current transformer-based backbones for medical image segmentation, convolutional layers were repla…

Image SegmentationMedical Image SegmentationRepresentation LearningSemantic Segmentation

ChaosNexus: A Foundation Model for ODE-based Chaotic System Forecasting with Hierarchical Multi-scale Awareness

2025-09-26 · Chang Liu, Bohao Zhao, Jingtao Ding, Yong Li arxiv

Foundation models have shown great promise in achieving zero-shot or few-shot forecasting for ODE-based chaotic systems via large-scale pretraining. However, existing architectures often fail to capture the multi-scale t…

Weather Forecasting

Cross-Scale Pansharpening via ScaleFormer and the PanScale Benchmark

2026-02-28 · Ke Cao, Xuanhua He, Xueheng Li, Lingting Zhu 외 arxiv

Pansharpening aims to generate high-resolution multi-spectral images by fusing the spatial detail of panchromatic images with the spectral richness of low-resolution MS data. However, most existing methods are evaluated …

Scaleformer: Iterative Multi-scale Refining Transformers for Time Series Forecasting

2022-06-08 · Amin Shabani, Amir Abdi, Lili Meng, Tristan Sylvain

The performance of time series forecasting has recently been greatly improved by the introduction of transformers. In this paper, we propose a general multi-scale framework that can be applied to the state-of-the-art tra…

Time SeriesTime Series AnalysisTime Series Forecasting

Toward Ultra-Long-Horizon Agentic Science: Cognitive Accumulation for Machine Learning Engineering

2026-01-15 · Xinyu Zhu, Yuzhu Cai, Zexi Liu, Bingyang Zheng 외 arxiv

The advancement of artificial intelligence toward agentic science is currently bottlenecked by the challenge of ultra-long-horizon autonomy, the ability to sustain strategic coherence and iterative correction over experi…