paper-with-me

Papers

A General Protocol to Probe Large Vision Models for 3D Physical Understanding

2023-10-10 · Guanqi Zhan, Chuanxia Zheng, Weidi Xie, Andrew Zisserman

Our objective in this paper is to probe large vision models to determine to what extent they 'understand' different physical properties of the 3D scene depicted in an image. To this end, we make the following contributions: (i) We introduce a general and lightweight protocol to evaluate whether features of an off-the-shelf large vision model encode a number of physical 'properties' of the 3D scene, by training discriminative classifiers on the features for these properties. The probes are applied on datasets of real images with annotations for the property. (ii) We apply this protocol to properties covering scene geometry, scene material, support relations, lighting, and view-dependent measures, and large vision models including CLIP, DINOv1, DINOv2, VQGAN, Stable Diffusion. (iii) We find that features from Stable Diffusion and DINOv2 are good for discriminative learning of a number of properties, including scene geometry, support relations, shadows and depth, but less performant for occlusion and material, while outperforming DINOv1, CLIP and VQGAN for all properties. (iv) It is observed that different time steps of Stable Diffusion features, as well as different transformer layers of DINO/CLIP/VQGAN, are good at different properties, unlocking potential applications of 3D physical understanding.

📄 PDF Abstract BibTeX arXiv:2310.06836

Code (1)

Championchess/phy-sd 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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$…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

BioProBench: Comprehensive Dataset and Benchmark in Biological Protocol Understanding and Reasoning

2025-05-11 · Yuyang Liu, Liuzhenghao Lv, Xiancheng Zhang, Li Yuan 외

Biological protocols are fundamental to reproducible and safe life science research. While LLMs excel on general tasks, their systematic evaluation on these highly specialized, accuracy-critical, and inherently procedura…

Question Answering

RADAR: Benchmarking Vision-Language-Action Generalization via Real-World Dynamics, Spatial-Physical Intelligence, and Autonomous Evaluation

2026-02-11 · Yuhao Chen, Zhihao Zhan, Xiaoxin Lin, Zijian Song 외 arxiv

VLA models have achieved remarkable progress in embodied intelligence; however, their evaluation remains largely confined to simulations or highly constrained real-world settings. This mismatch creates a substantial real…

Spatial Reasoning

Adaptive Bayesian Single-Shot Quantum Sensing

2025-07-22 · Ivana Nikoloska, Ruud Van Sloun, Osvaldo Simeone arxiv

Quantum sensing harnesses the unique properties of quantum systems to enable precision measurements of physical quantities such as time, magnetic and electric fields, acceleration, and gravitational gradients well beyond…

Bayesian Inference

Accidental Light Probes

2023-01-12 · CVPR 2023 1 · Hong-Xing Yu, Samir Agarwala, Charles Herrmann, Richard Szeliski 외

Recovering lighting in a scene from a single image is a fundamental problem in computer vision. While a mirror ball light probe can capture omnidirectional lighting, light probes are generally unavailable in everyday ima…

Lighting Estimation

Human-AI Co-Embodied Intelligence for Scientific Experimentation and Manufacturing

2025-11-03 · Xinyi Lin, Yuyang Zhang, Yuanhang Gan, Juntao Chen 외 arxiv

Scientific experimentation and manufacturing rely on prolonged protocol development and complex, multi-step implementation, which require continuous human expertise for precise execution and decision-making, limiting int…