Pith. sign in

REVIEW 2 cited by

Win-Win: Training High-Resolution Vision Transformers from Two Windows

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2310.00632 v2 pith:7EP4MTJM submitted 2023-10-01 cs.CV

Win-Win: Training High-Resolution Vision Transformers from Two Windows

classification cs.CV
keywords high-resolutiontrainingtransformersvisionwindowsperformancestrategytask
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
Share X Bluesky LinkedIn Reddit HN
read the original abstract

Transformers have become the standard in state-of-the-art vision architectures, achieving impressive performance on both image-level and dense pixelwise tasks. However, training vision transformers for high-resolution pixelwise tasks has a prohibitive cost. Typical solutions boil down to hierarchical architectures, fast and approximate attention, or training on low-resolution crops. This latter solution does not constrain architectural choices, but it leads to a clear performance drop when testing at resolutions significantly higher than that used for training, thus requiring ad-hoc and slow post-processing schemes. In this paper, we propose a novel strategy for efficient training and inference of high-resolution vision transformers. The key principle is to mask out most of the high-resolution inputs during training, keeping only N random windows. This allows the model to learn local interactions between tokens inside each window, and global interactions between tokens from different windows. As a result, the model can directly process the high-resolution input at test time without any special trick. We show that this strategy is effective when using relative positional embedding such as rotary embeddings. It is 4 times faster to train than a full-resolution network, and it is straightforward to use at test time compared to existing approaches. We apply this strategy to three dense prediction tasks with high-resolution data. First, we show on the task of semantic segmentation that a simple setting with 2 windows performs best, hence the name of our method: Win-Win. Second, we confirm this result on the task of monocular depth prediction. Third, we further extend it to the binocular task of optical flow, reaching state-of-the-art performance on the Spring benchmark that contains Full-HD images with an order of magnitude faster inference than the best competitor.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. FlowSeek: Optical Flow Made Easier with Depth Foundation Models and Motion Bases

    cs.CV 2025-09 conditional novelty 6.0

    FlowSeek integrates a frozen depth foundation model and classical motion bases into a SEA-RAFT-style flow network, achieving state-of-the-art zero-shot generalization when trained on a single GPU.

  2. FlowIt: Global Matching via Hierarchical Transformers and Optimal Transport for Optical Flow

    cs.CV 2026-03 conditional novelty 5.0

    FlowIt initializes optical flow with hierarchical-transformer global matching cast as optimal transport, then refines with confidence- and occlusion-guided updates, claiming SOTA Sintel and strong zero-shot generalization.