paper-with-me

Papers

ExtraVAR: Stage-Aware RoPE Remapping for Resolution Extrapolation in Visual Autoregressive Models

2026-05-11 · Feihong Yan, Shaoyu Liu, Haixuan Wang, Shuai Lu, Linfeng Zhang, Huiqi Li, Xiangyang Ji arxiv

Visual Autoregressive (VAR) models have emerged as a strong alternative to diffusion for image synthesis, yet their fixed training resolution prevents direct generation at higher resolutions. Naively transferring training-free extrapolation methods from LLMs or diffusion models to VAR yields three characteristic failure modes: global repetition, local repetition, and detail degradation. We trace them to a unified band-stage mismatch: VAR generates images in a coarse-to-fine, scale-wise process where each stage is driven by a distinct dominant RoPE frequency band, and each failure mode emerges when the dominant band of a particular stage is disrupted. Building on this insight, we propose Stage-Aware RoPE Remapping, a training-free strategy that assigns each frequency band a stage-specific remapping rule, jointly suppressing all three failure modes. We further observe that attention becomes systematically dispersed as the image resolution increases. Existing methods typically depend on predefined attention scaling factors, which are neither adaptive to the target resolution nor capable of faithfully capturing the actual extent of attention dispersion. We therefore propose Entropy-Driven Adaptive Attention Calibration, which quantifies dispersion via a resolution-invariant normalized entropy and yields a closed-form per-head scaling factor that realigns the extrapolated-resolution attention entropy with its training-resolution counterpart. Extensive experiments show that our method consistently outperforms prior resolution-extrapolation methods in both structural coherence and fine-detail fidelity. Our code is available at https://github.com/feihongyan1/ExtraVAR.

📄 PDF Abstract BibTeX arXiv:2605.10045

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

High Quality Disparity Remapping With Two-Stage Warping

2021-01-01 · ICCV 2021 10 · Bing Li, Chia-Wen Lin, Cheng Zheng, Shan Liu 외

A high quality disparity remapping method that preserves 2D shapes and 3D structures, and adjusts disparities of important objects in stereo image pairs is proposed. It is formulated as a constrained optimization pro…

Vocal Bursts Intensity PredictionVocal Bursts Valence Prediction

An Algorithm for the SE(3)-Transformation on Neural Implicit Maps for Remapping Functions

2022-06-17 · Yijun Yuan, Andreas Nuechter

Implicit representations are widely used for object reconstruction due to their efficiency and flexibility. In 2021, a novel structure named neural implicit map has been invented for incremental reconstruction. A neural …

Object ReconstructionSurface Reconstruction

Unsharp Measurement with Adaptive Gaussian POVMs for Quantum-Inspired Image Processing

2026-04-06 · Debashis Saikia, Bikash K. Behera, Mayukha Pal, Prasanta K. Panigrahi arxiv

We propose a data-adaptive probabilistic intensity remapping framework for structure-preserving transformation of grayscale images. The suggested method formulates intensity transformation as a continuous, data-driven re…

LaMPE: Length-aware Multi-grained Positional Encoding for Adaptive Long-context Scaling Without Training

2025-08-04 · Sikui Zhang, Guangze Gao, Ziyun Gan, Chunfeng Yuan 외 arxiv

Large language models (LLMs) experience significant performance degradation when the input exceeds the pretraining context window, primarily due to the out-of-distribution (OOD) behavior of Rotary Position Embedding (RoP…

Efficient On-Device Diffusion LLM Inference with Mobile NPU

2026-06-11 · Tuowei Wang, Yanfan Sun, Ju Ren arxiv

Diffusion large language models (dLLMs) accelerate generation by denoising multiple tokens in parallel, making them attractive for latency-sensitive mobile inference. However, repeated denoising introduces substantial co…