paper-with-me

홈 › Papers

Bayesian deep learning of affordances from RGB images

2021-09-27 · Lorenzo Mur-Labadia, Ruben Martinez-Cantin

Autonomous agents, such as robots or intelligent devices, need to understand how to interact with objects and its environment. Affordances are defined as the relationships between an agent, the objects, and the possible future actions in the environment. In this paper, we present a Bayesian deep learning method to predict the affordances available in the environment directly from RGB images. Based on previous work on socially accepted affordances, our model is based on a multiscale CNN that combines local and global information from the object and the full image. However, previous works assume a deterministic model, but uncertainty quantification is fundamental for robust detection, affordance-based reason, continual learning, etc. Our Bayesian model is able to capture both the aleatoric uncertainty from the scene and the epistemic uncertainty associated with the model and previous learning process. For comparison, we estimate the uncertainty using two state-of-the-art techniques: Monte Carlo dropout and deep ensembles. We also compare different types of CNN encoders for feature extraction. We have performed several experiments on an affordance database on socially acceptable behaviours and we have shown improved performance compared with previous works. Furthermore, the uncertainty estimation is consistent with the the type of objects and scenarios. Our results show a marginal better performance of deep ensembles, compared to MC-dropout on the Brier score and the Expected Calibration Error.

📄 PDF Abstract BibTeX arXiv:2109.12845

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningDeep LearningUncertainty Quantification

Methods 이 논문이 사용한 방법론

Monte Carlo Dropout 설명 없음
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 제목 키워드 기반

Bayesian Deep Learning for Affordance Segmentation in images

2023-03-02 · Lorenzo Mur-Labadia, Ruben Martinez-Cantin, Jose J. Guerrero

Affordances are a fundamental concept in robotics since they relate available actions for an agent depending on its sensory-motor capabilities and the environment. We present a novel Bayesian deep network to detect affor…

AttributeDeep LearningInstance SegmentationSemantic Segmentation

Uncertainty Estimation in Instance Segmentation of Affordances via Bayesian Visual Transformers

2026-05-05 · Lorenzo Mur-Labadia, Ruben Martinez-Cantina, Jose J. Guerrero arxiv

Visual affordances identify regions in an image with potential interactions, offering a novel paradigm for scene understanding. Recognizing affordances allows autonomous robots to act more naturally, could enhance human-…

Instance SegmentationScene Understanding

Gaussian Mixture Models for Affordance Learning using Bayesian Networks

2024-02-08 · Pedro Osório, Alexandre Bernardino, Ruben Martinez-Cantin, José Santos-Victor

Affordances are fundamental descriptors of relationships between actions, objects and effects. They provide the means whereby a robot can predict effects, recognize actions, select objects and plan its behavior according…

In Defense of the Direct Perception of Affordances

2015-05-05 · David F. Fouhey, Xiaolong Wang, Abhinav Gupta

The field of functional recognition or affordance estimation from images has seen a revival in recent years. As originally proposed by Gibson, the affordances of a scene were directly perceived from the ambient light: in…

Learning Intermediate Features of Object Affordances with a Convolutional Neural Network

2020-02-20 · Aria Yuan Wang, Michael J. Tarr

Our ability to interact with the world around us relies on being able to infer what actions objects afford -- often referred to as affordances. The neural mechanisms of object-action associations are realized in the visu…