paper-with-me

Papers

Sequential Image-based Attention Network for Inferring Force Estimation without Haptic Sensor

2018-11-17 · Hochul Shin, Hyeon Cho, Dongyi Kim, Daekwan Ko, Soochul Lim, Wonjun Hwang

Humans can infer approximate interaction force between objects from only vision information because we already have learned it through experiences. Based on this idea, we propose a recurrent convolutional neural network-based method using sequential images for inferring interaction force without using a haptic sensor. For training and validating deep learning methods, we collected a large number of images and corresponding interaction forces through an electronic motor-based device. To concentrate on changing shapes of a target object by the external force in images, we propose a sequential image-based attention module, which learns a salient model from temporal dynamics. The proposed sequential image-based attention module consists of a sequential spatial attention module and a sequential channel attention module, which are extended to exploit multiple sequential images. For gaining better accuracy, we also created a weighted average pooling layer for both spatial and channel attention modules. The extensive experimental results verified that the proposed method successfully infers interaction forces under the various conditions, such as different target materials, illumination changes, and external force directions.

📄 PDF Abstract BibTeX arXiv:1811.07190

Code (1)

cxz1418/SSAM_ForcePrediction 공식 구현 tf

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Sigmoid Activation 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Communication--Guide||How Do I Communicate to Expedia? To make reservations or communicate with Expedia, the quickest option is typically to call their customer service at +1-888-829-0881 or +1(805) 330 (4056) You can also use the…
Average Pooling 설명 없음

Similar Papers 제목 키워드 기반

Inferring Point Clouds from Single Monocular Images by Depth Intermediation

2018-12-04 · Wei Zeng, Sezer Karaoglu, Theo Gevers

In this paper, we propose a pipeline to generate 3D point cloud of an object from a single-view RGB image. Most previous work predict the 3D point coordinates from single RGB images directly. We decompose this problem in…

3D Object ReconstructionDepth EstimationObjectObject Reconstruction+1

Guiding drones by information gain

2024-01-08 · Alouette van Hove, Kristoffer Aalstad, Norbert Pirk

The accurate estimation of locations and emission rates of gas sources is crucial across various domains, including environmental monitoring and greenhouse gas emission analysis. This study investigates two drone samplin…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning

Inferring Attention Shift Ranks of Objects for Image Saliency

2020-06-01 · CVPR 2020 6 · Avishek Siris, Jianbo Jiao, Gary K.L. Tam, Xianghua Xie 외

Psychology studies and behavioural observation show that humans shift their attention from one location to another when viewing an image of a complex scene. This is due to the limited capacity of the human visual system …

Saliency Ranking

CORE: Towards Scalable and Efficient Causal Discovery with Reinforcement Learning

2024-01-30 · Andreas W. M. Sauter, Nicolò Botteghi, Erman Acar, Aske Plaat

Causal discovery is the challenging task of inferring causal structure from data. Motivated by Pearl's Causal Hierarchy (PCH), which tells us that passive observations alone are not enough to distinguish correlation from…

Causal DiscoveryDeep Reinforcement Learningreinforcement-learningReinforcement Learning

Where and Why Are They Looking? Jointly Inferring Human Attention and Intentions in Complex Tasks

2018-06-01 · CVPR 2018 6 · Ping Wei, Yang Liu, Tianmin Shu, Nanning Zheng 외

This paper addresses a new problem - jointly inferring human attention, intentions, and tasks from videos. Given an RGB-D video where a human performs a task, we answer three questions simultaneously: 1) where the human …