paper-with-me

홈 › Papers

Detection and Tracking of Liquids with Fully Convolutional Networks

2016-06-20 · Connor Schenck, Dieter Fox

Recent advances in AI and robotics have claimed many incredible results with deep learning, yet no work to date has applied deep learning to the problem of liquid perception and reasoning. In this paper, we apply fully-convolutional deep neural networks to the tasks of detecting and tracking liquids. We evaluate three models: a single-frame network, multi-frame network, and a LSTM recurrent network. Our results show that the best liquid detection results are achieved when aggregating data over multiple frames, in contrast to standard image segmentation. They also show that the LSTM network outperforms the other two in both tasks. This suggests that LSTM-based neural networks have the potential to be a key component for enabling robots to handle liquids using robust, closed-loop controllers.

📄 PDF Abstract BibTeX arXiv:1606.06266

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningImage SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Towards Learning to Perceive and Reason About Liquids

2016-08-02 · Connor Schenck, Dieter Fox

Recent advances in AI and robotics have claimed many incredible results with deep learning, yet no work to date has applied deep learning to the problem of liquid perception and reasoning. In this paper, we apply fully-c…

Deep Learning

Perceiving and Reasoning About Liquids Using Fully Convolutional Networks

2017-03-05 · Conor Schenck, Dieter Fox

Liquids are an important part of many common manipulation tasks in human environments. If we wish to have robots that can accomplish these types of tasks, they must be able to interact with liquids in an intelligent mann…

Reasoning About Liquids via Closed-Loop Simulation

2017-03-05 · Connor Schenck, Dieter Fox

Simulators are powerful tools for reasoning about a robot's interactions with its environment. However, when simulations diverge from reality, that reasoning becomes less useful. In this paper, we show how to close the l…

Liquid Simulation

Image Based Reconstruction of Liquids from 2D Surface Detections

2021-11-22 · CVPR 2022 1 · Florian Richter, Ryan K. Orosco, Michael C. Yip

In this work, we present a solution to the challenging problem of reconstructing liquids from image data. The challenges in reconstructing liquids, which is not faced in previous reconstruction works on rigid and deformi…

Unraveling the Complexity of Splitting Sequential Data: Tackling Challenges in Video and Time Series Analysis

2023-07-26 · Diego Botache, Kristina Dingel, Rico Huhnstock, Arno Ehresmann 외

Splitting of sequential data, such as videos and time series, is an essential step in various data analysis tasks, including object tracking and anomaly detection. However, splitting sequential data presents a variety of…

Anomaly DetectionObject TrackingTime SeriesTime Series Analysis