paper-with-me

Papers

Learning Viewpoint-Agnostic Visual Representations by Recovering Tokens in 3D Space

2022-06-23 · Jinghuan Shang, Srijan Das, Michael S. Ryoo

Humans are remarkably flexible in understanding viewpoint changes due to visual cortex supporting the perception of 3D structure. In contrast, most of the computer vision models that learn visual representation from a pool of 2D images often fail to generalize over novel camera viewpoints. Recently, the vision architectures have shifted towards convolution-free architectures, visual Transformers, which operate on tokens derived from image patches. However, these Transformers do not perform explicit operations to learn viewpoint-agnostic representation for visual understanding. To this end, we propose a 3D Token Representation Layer (3DTRL) that estimates the 3D positional information of the visual tokens and leverages it for learning viewpoint-agnostic representations. The key elements of 3DTRL include a pseudo-depth estimator and a learned camera matrix to impose geometric transformations on the tokens, trained in an unsupervised fashion. These enable 3DTRL to recover the 3D positional information of the tokens from 2D patches. In practice, 3DTRL is easily plugged-in into a Transformer. Our experiments demonstrate the effectiveness of 3DTRL in many vision tasks including image classification, multi-view video alignment, and action recognition. The models with 3DTRL outperform their backbone Transformers in all the tasks with minimal added computation. Our code is available at https://github.com/elicassion/3DTRL.

📄 PDF Abstract BibTeX arXiv:2206.11895

Code (1)

elicassion/3dtrl 공식 구현 pytorch

Tasks

Action Recognitionimage-classificationImage ClassificationVideo Alignment

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Token Warping Helps MLLMs Look from Nearby Viewpoints

2026-04-03 · Phillip Y. Lee, Chanho Park, Mingue Park, Seungwoo Yoo 외 arxiv

Can warping tokens, rather than pixels, help multimodal large language models (MLLMs) understand how a scene appears from a nearby viewpoint? While MLLMs perform well on visual reasoning, they remain fragile to viewpoint…

Visual Reasoning

Improving OCR-Based Image Captioning by Incorporating Geometrical Relationship

2021-06-19 · CVPR 2021 1 · Jing Wang, Jinhui Tang, Mingkun Yang, Xiang Bai 외

OCR-based image captioning aims to automatically describe images based on all the visual entities (both visual objects and scene text) in images. Compared with conventional image captioning, the reasoning of scene te…

Image CaptioningOptical Character Recognition (OCR)Relation

VLA Models Are More Generalizable Than You Think: Revisiting Physical and Spatial Modeling

2025-12-02 · Weiqi Li, Quande Zhang, Ruifeng Zhai, Liang Lin 외 arxiv

Vision-language-action (VLA) models achieve strong in-distribution performance but degrade sharply under novel camera viewpoints and visual perturbations. We show that this brittleness primarily arises from misalignment …

Viewpoint Textual Inversion: Discovering Scene Representations and 3D View Control in 2D Diffusion Models

2023-09-14 · James Burgess, Kuan-Chieh Wang, Serena Yeung-Levy

Text-to-image diffusion models generate impressive and realistic images, but do they learn to represent the 3D world from only 2D supervision? We demonstrate that yes, certain 3D scene representations are encoded in the …

Image GenerationNovel View SynthesisText to Image GenerationText-to-Image Generation

What's Holding Back Latent Visual Reasoning?

2026-05-18 · André G. Viveiros, Nuno Gonçalves, André F. T. Martins, Matthias Lindemann arxiv

Humans can approach complex visual problems by mentally simulating intermediate visual steps, rather than reasoning through language alone. Inspired by this, several works on Vision-Language Models have recently explored…

Visual Reasoning