paper-with-me

Papers

Input Fast-Forwarding for Better Deep Learning

2017-05-23 · Ahmed Ibrahim, A. Lynn Abbott, Mohamed E. Hussein

This paper introduces a new architectural framework, known as input fast-forwarding, that can enhance the performance of deep networks. The main idea is to incorporate a parallel path that sends representations of input values forward to deeper network layers. This scheme is substantially different from "deep supervision" in which the loss layer is re-introduced to earlier layers. The parallel path provided by fast-forwarding enhances the training process in two ways. First, it enables the individual layers to combine higher-level information (from the standard processing path) with lower-level information (from the fast-forward path). Second, this new architecture reduces the problem of vanishing gradients substantially because the fast-forwarding path provides a shorter route for gradient backpropagation. In order to evaluate the utility of the proposed technique, a Fast-Forward Network (FFNet), with 20 convolutional layers along with parallel fast-forward paths, has been created and tested. The paper presents empirical results that demonstrate improved learning capacity of FFNet due to fast-forwarding, as compared to GoogLeNet (with deep supervision) and CaffeNet, which are 4x and 18x larger in size, respectively. All of the source code and deep learning models described in this paper will be made available to the entire research community

📄 PDF Abstract BibTeX arXiv:1705.08479

Code (1)

aicentral/FFNet 공식 구현

Tasks

Deep Learning

Similar Papers 제목 키워드 기반

FFNet: Video Fast-Forwarding via Reinforcement Learning

2018-05-08 · CVPR 2018 6 · Shuyue Lan, Rameswar Panda, Qi Zhu, Amit K. Roy-Chowdhury

For many applications with limited computation, communication, storage and energy resources, there is an imperative need of computer vision methods that could select an informative subset of the input video for efficient…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Video Summarization

Optimizing Mastery Learning by Fast-Forwarding Over-Practice Steps

2025-06-21 · Meng Xia, Robin Schmucker, Conrad Borchers, Vincent Aleven

Mastery learning improves learning proficiency and efficiency. However, the overpractice of skills--students spending time on skills they have already mastered--remains a fundamental challenge for tutoring systems. Previ…

Distributed Multi-agent Video Fast-forwarding

2020-08-10 · Shuyue Lan, Zhilu Wang, Amit K. Roy-Chowdhury, Ermin Wei 외

In many intelligent systems, a network of agents collaboratively perceives the environment for better and more efficient situation awareness. As these agents often have limited resources, it could be greatly beneficial t…

Collaborative Multi-Agent Video Fast-Forwarding

2023-05-27 · Shuyue Lan, Zhilu Wang, Ermin Wei, Amit K. Roy-Chowdhury 외

Multi-agent applications have recently gained significant popularity. In many computer vision tasks, a network of agents, such as a team of robots with cameras, could work collaboratively to perceive the environment for …

Cutting Down Training Memory by Re-fowarding

2019-05-01 · ICLR 2019 5 · Jianwei Feng, Dong Huang

Deep Neutral Networks(DNNs) require huge GPU memory when training on modern image/video databases. Unfortunately, the GPU memory as a hardware resource is always finite, which limits the image resolution, batch size, and…

GPU