Seeing Through Extreme Visual Sparsity: Surface Understanding from a Single Random Visual Patch

📅 2026-08-29
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文提出Sparse Surface Understanding Framework,利用四种预训练架构解决从极少量视觉信息中识别表面材质的问题,实验表明Swin Transformer分类最佳,MAE重建效果最好。
📝 Abstract
Surface material recognition from incomplete visual observations remains a challenging problem in robotic perception and environmental understanding. This paper discusses Sparse Surface Understanding Framework (SSUF), a unified dual-task learning framework that adapts four pretrained architectures-Convolutional Autoencoder (ConvAE), Vision Transformer (ViT), Swin Transformer, and Masked Autoencoder (MAE) for si-multaneous surface reconstruction and material classification. Experiments were conducted on the Touch-and-Go dataset using a sparse observation protocol in which only 10% of the original image remained visible while the remaining regions were masked. To enable a fair comparison, reconstruction-oriented models were extended with classification heads, whereas classification- oriented models were augmented with reconstruction decoders. The resulting architectures were assessed using reconstruction quality, classification performance, model complexity, and in-ference efficiency metrics. Experimental results revealed distinct strengths across the models. Swin Transformer achieved the best classification performance with an accuracy of 89.21%, an F1-score of 0.8922, and a ROC-AUC of 0.9813. In contrast, MAE produced the highest reconstruction scores among evaluated models, with a PSNR of 16.06 dB and an SSIM of 0.4501, while ViT provided the best overall balance between reconstruction and classification performance. Furthermore, all models achieved real-time inference, requiring less than 5 ms per image. Over-all, the results show that pretrained architectures can support material recognition under severe visual sparsity, while accurate image reconstruction remains challenging.
Problem

Research questions and friction points this paper is trying to address.

surface material recognition
incomplete visual observations
extreme visual sparsity
surface reconstruction
material classification
Innovation

Methods, ideas, or system contributions that make the work stand out.

Sparse Surface Understanding
Dual-Task Learning
Pretrained Architectures
Material Recognition
Real-Time Inference
🔎 Similar Papers