paper-with-me

홈 › Papers

Vision encoders should be image size agnostic and task driven

2025-08-22 · Nedyalko Prisadnikov, Danda Pani Paudel, Yuqian Fu, Luc Van Gool arxiv

This position paper argues that the next generation of vision encoders should be image size agnostic and task driven. The source of our inspiration is biological. Not a structural aspect of biological vision, but a behavioral trait -- efficiency. We focus on a couple of ways in which vision in nature is efficient, but modern vision encoders not. We -- humans and animals -- deal with vast quantities of visual data, and need to be smart where we focus our limited energy -- it depends on the task. It is our belief that vision encoders should be dynamic and the computational complexity should depend on the task at hand rather than the size of the image. We, also, provide concrete first steps towards our vision -- a proof-of-concept solution for image classification. Despite classification being not very representative for what we are trying to achieve, it shows that our approach is feasible and promising.

📄 PDF Abstract BibTeX arXiv:2508.16317

Code (0)

등록된 구현이 없습니다.

Tasks

Image Classification

Similar Papers 제목 키워드 기반

Self-supervised pretraining for an iterative image size agnostic vision transformer

2026-04-22 · Nedyalko Prisadnikov, Danda Pani Paudel, Yuqian Fu, Luc Van Gool arxiv

Vision Transformers (ViTs) dominate self-supervised learning (SSL). While they have proven highly effective for large-scale pretraining, they are computationally inefficient and scale poorly with image size. Consequently…

Self-Supervised Learning

MambaEye: A Size-Agnostic Visual Encoder with Causal Sequential Processing

2025-11-25 · Changho Choi, Minho Kim, Jinkyu Kim arxiv

Despite decades of progress, a truly input-size agnostic visual encoder-a fundamental characteristic of human vision-has remained elusive. We address this limitation by proposing \textbf{MambaEye}, a novel, causal sequen…

Masked Capsule Autoencoders

2024-03-07 · Miles Everett, Mingjun Zhong, Georgios Leontidis

We propose Masked Capsule Autoencoders (MCAE), the first Capsule Network that utilises pretraining in a modern self-supervised paradigm, specifically the masked image modelling framework. Capsule Networks have emerged as…

Decoder

Freeze the backbones: A Parameter-Efficient Contrastive Approach to Robust Medical Vision-Language Pre-training

2024-01-02 · Jiuming Qin, Che Liu, Sibo Cheng, Yike Guo 외

Modern healthcare often utilises radiographic images alongside textual reports for diagnostics, encouraging the use of Vision-Language Self-Supervised Learning (VL-SSL) with large pre-trained models to learn versatile me…

image-classificationImage ClassificationImage SegmentationMedical Image Classification+4

MoE-ViE: Mixture of Experts Vision Encoder for Efficient Image and Video Understanding

2026-08-18 · Bonan Zhang, Shiyu Dong, Quan Hung Tran, Katharina Gschwind 외 arxiv

Vision encoders are a critical component of vision-language models, and scaling their capacity effectively improves performance. However, dense scaling increases compute cost and inference latency. Mixture-of-Experts (Mo…