paper-with-me

Papers

What Matters for Active Texture Recognition With Vision-Based Tactile Sensors

2024-03-20 · Alina Böhm, Tim Schneider, Boris Belousov, Alap Kshirsagar, Lisa Lin, Katja Doerschner, Knut Drewing, Constantin A. Rothkopf, Jan Peters

This paper explores active sensing strategies that employ vision-based tactile sensors for robotic perception and classification of fabric textures. We formalize the active sampling problem in the context of tactile fabric recognition and provide an implementation of information-theoretic exploration strategies based on minimizing predictive entropy and variance of probabilistic models. Through ablation studies and human experiments, we investigate which components are crucial for quick and reliable texture recognition. Along with the active sampling strategies, we evaluate neural network architectures, representations of uncertainty, influence of data augmentation, and dataset variability. By evaluating our method on a previously published Active Clothing Perception Dataset and on a real robotic system, we establish that the choice of the active exploration strategy has only a minor influence on the recognition accuracy, whereas data augmentation and dropout rate play a significantly larger role. In a comparison study, while humans achieve 66.9% recognition accuracy, our best approach reaches 90.0% in under 5 touches, highlighting that vision-based tactile sensors are highly effective for fabric texture recognition.

📄 PDF Abstract BibTeX arXiv:2403.13701

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentation

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Recur, Attend or Convolve? On Whether Temporal Modeling Matters for Cross-Domain Robustness in Action Recognition

2021-12-22 · Sofia Broomé, Ernest Pokropek, Boyu Li, Hedvig Kjellström

Most action recognition models today are highly parameterized, and evaluated on datasets with appearance-wise distinct classes. It has also been shown that 2D Convolutional Neural Networks (CNNs) tend to be biased toward…

Action RecognitionDomain GeneralizationInductive Bias

Texture Representations in Deep Vision Models: Comparing CNNs, Vision Transformers, and Human Perception

2026-07-09 · Ludovica de Paolis, Marco Baroni, Alessandro Laio, Eugenio Piasini arxiv

In computational vision science, Convolutional Neural Networks (CNNs) have emerged as a popular model of biological vision because of the alignment they can exhibit with neural and behavioral data in humans and animals. …

Object Recognition

RADAM: Texture Recognition through Randomized Aggregated Encoding of Deep Activation Maps

2023-03-08 · Leonardo Scabini, Kallil M. Zielinski, Lucas C. Ribas, Wesley N. Gonçalves 외

Texture analysis is a classical yet challenging task in computer vision for which deep neural networks are actively being applied. Most approaches are based on building feature aggregation modules around a pre-trained ba…

DecoderTexture Classification

From BoW to CNN: Two Decades of Texture Representation for Texture Classification

2018-01-31 · Li Liu, Jie Chen, Paul Fieguth, Guoying Zhao 외

Texture is a fundamental characteristic of many types of images, and texture representation is one of the essential and challenging problems in computer vision and pattern recognition which has attracted extensive resear…

AttributeGeneral ClassificationSurveyTexture Classification

A Review of methods for Textureless Object Recognition

2019-10-31 · Frincy Clement, Kirtan Shah, Dhara Pancholi

Textureless object recognition has become a significant task in Computer Vision with the advent of Robotics and its applications in manufacturing sector. It has been very challenging to get good performance because of it…

Edge DetectionObjectobject-detectionObject Detection+1