中文
相关论文

相关论文: Folded Recurrent Neural Networks for Future Video …

200 篇论文

This project explores the application of advanced machine learning models, specifically Long Short-Term Memory (LSTM), Gated Recurrent Units (GRU), and Transformers, to the task of vehicle speed estimation using video data. Traditional…

计算机视觉与模式识别 · 计算机科学 2025-02-24 Sai Krishna Reddy Mareddy , Dhanush Upplapati , Dhanush Kumar Antharam

Predicting the future is a fantasy but practicality work. It is the key component to intelligent agents, such as self-driving vehicles, medical monitoring devices and robotics. In this work, we consider generating unseen future frames from…

计算机视觉与模式识别 · 计算机科学 2019-01-08 Guohao Ying , Yingtian Zou , Lin Wan , Yiming Hu , Jiashi Feng

It is a significant problem to predict the 2D LiDAR map at next moment for robotics navigation and path-planning. To tackle this problem, we resort to the motion flow between adjacent maps, as motion flow is a powerful tool to process and…

机器人学 · 计算机科学 2019-02-20 Yafei Song , Yonghong Tian , Gang Wang , Mingyang Li

Video restoration aims at restoring multiple high-quality frames from multiple low-quality frames. Existing video restoration methods generally fall into two extreme cases, i.e., they either restore all frames in parallel or restore the…

计算机视觉与模式识别 · 计算机科学 2022-11-15 Jingyun Liang , Yuchen Fan , Xiaoyu Xiang , Rakesh Ranjan , Eddy Ilg , Simon Green , Jiezhang Cao , Kai Zhang , Radu Timofte , Luc Van Gool

We tackle the long-term prediction of scene evolution in a complex downtown scenario for automated driving based on Lidar grid fusion and recurrent neural networks (RNNs). A bird's eye view of the scene, including occupancy and velocity, is…

计算机视觉与模式识别 · 计算机科学 2019-06-10 Marcel Schreiber , Stefan Hoermann , Klaus Dietmayer

An intelligent observer looks at the world and sees not only what is, but what is moving and what can be moved. In other words, the observer sees how the present state of the world can transform in the future. We propose a model that…

计算机视觉与模式识别 · 计算机科学 2018-03-28 Andrew Jaegle , Oleh Rybkin , Konstantinos G. Derpanis , Kostas Daniilidis

Molecule property prediction is a fundamental problem for computer-aided drug discovery and materials science. Quantum-chemical simulations such as density functional theory (DFT) have been widely used for calculating the molecule…

机器学习 · 计算机科学 2019-11-26 Hiroyuki Shindo , Yuji Matsumoto

Predicting future frames in videos has become a promising direction of research for both computer vision and robot learning communities. The core of this problem involves moving object capture and future motion prediction. While object…

计算机视觉与模式识别 · 计算机科学 2019-04-23 Hehe Fan , Linchao Zhu , Yi Yang

Training directed neural networks typically requires forward-propagating data through a computation graph, followed by backpropagating error signal, to produce weight updates. All layers, or more generally, modules, of the network are…

Existing video prediction methods mainly rely on observing multiple historical frames or focus on predicting the next one-frame. In this work, we study the problem of generating consecutive multiple future frames by observing one single…

计算机视觉与模式识别 · 计算机科学 2018-08-28 Yijun Li , Chen Fang , Jimei Yang , Zhaowen Wang , Xin Lu , Ming-Hsuan Yang

Anticipating the future actions of a human is a widely studied problem in robotics that requires spatio-temporal reasoning. In this work we propose a deep learning approach for anticipation in sensory-rich robotics applications. We…

计算机视觉与模式识别 · 计算机科学 2015-09-17 Ashesh Jain , Avi Singh , Hema S Koppula , Shane Soh , Ashutosh Saxena

This paper presents an accurate and fast algorithm for road segmentation using convolutional neural network (CNN) and gated recurrent units (GRU). For autonomous vehicles, road segmentation is a fundamental task that can provide the…

计算机视觉与模式识别 · 计算机科学 2018-04-17 Yecheng Lyu , Xinming Huang

Time series forecasting has been an essential field in many different application areas, including economic analysis, meteorology, and so forth. The majority of time series forecasting models are trained using the mean squared error (MSE).…

机器学习 · 计算机科学 2024-07-03 Sheo Yon Jhin , Seojin Kim , Noseong Park

Reconstructing outdoor 3D scenes from temporal observations is a challenge that recent work on neural fields has offered a new avenue for. However, existing methods that recover scene properties, such as geometry, appearance, or radiance,…

计算机视觉与模式识别 · 计算机科学 2024-05-31 Andrea Ramazzina , Stefanie Walz , Pragyan Dahal , Mario Bijelic , Felix Heide

Transformers process tokens in parallel but are temporally shallow: at position $t$, each layer attends to key-value pairs computed based on the previous layer, yielding a depth capped by the number of layers. Recurrent models offer…

机器学习 · 计算机科学 2026-04-24 Costin-Andrei Oncescu , Depen Morwani , Samy Jelassi , Alexandru Meterez , Mujin Kwun , Sham Kakade

Recurrent neural networks are important tools for sequential data processing. However, they are notorious for problems regarding their training. Challenges include capturing complex relations between consecutive states and stability and…

神经与进化计算 · 计算机科学 2023-04-18 Łukasz Neumann , Łukasz Lepak , Paweł Wawrzyński

Convolutional Neural Networks (CNNs) have significantly impacted various computer vision tasks, however, they inherently struggle to model long-range dependencies explicitly due to the localized nature of convolution operations. Although…

计算机视觉与模式识别 · 计算机科学 2024-12-31 Guanglei Yang , Yongqiang Zhang , Wanlong Li , Yu Tang , Weize Shang , Feng Wen , Hongbo Zhang , Mingli Ding

Gated recurrent neural networks have achieved remarkable results in the analysis of sequential data. Inside these networks, gates are used to control the flow of information, allowing to model even very long-term dependencies in the data.…

神经与进化计算 · 计算机科学 2018-07-12 Simone Scardapane , Steven Van Vaerenbergh , Danilo Comminiello , Simone Totaro , Aurelio Uncini

Most video super-resolution methods super-resolve a single reference frame with the help of neighboring frames in a temporal sliding window. They are less efficient compared to the recurrent-based methods. In this work, we propose a novel…

计算机视觉与模式识别 · 计算机科学 2020-08-04 Takashi Isobe , Xu Jia , Shuhang Gu , Songjiang Li , Shengjin Wang , Qi Tian

Long-term action anticipation has become an important task for many applications such as autonomous driving and human-robot interaction. Unlike short-term anticipation, predicting more actions into the future imposes a real challenge with…

计算机视觉与模式识别 · 计算机科学 2024-07-17 Olga Zatsarynna , Emad Bahrami , Yazan Abu Farha , Gianpiero Francesca , Juergen Gall