paper-with-me

Papers

Flattened Convolutional Neural Networks for Feedforward Acceleration

2014-12-17 · Jonghoon Jin, Aysegul Dundar, Eugenio Culurciello

We present flattened convolutional neural networks that are designed for fast feedforward execution. The redundancy of the parameters, especially weights of the convolutional filters in convolutional neural networks has been extensively studied and different heuristics have been proposed to construct a low rank basis of the filters after training. In this work, we train flattened networks that consist of consecutive sequence of one-dimensional filters across all directions in 3D space to obtain comparable performance as conventional convolutional networks. We tested flattened model on different datasets and found that the flattened layer can effectively substitute for the 3D filters without loss of accuracy. The flattened convolution pipelines provide around two times speed-up during feedforward pass compared to the baseline model due to the significant reduction of learning parameters. Furthermore, the proposed method does not require efforts in manual tuning or post processing once the model is trained.

📄 PDF Abstract BibTeX arXiv:1412.5474

Code (2)

jhjin/flattened-cnn 공식 구현 torch
Liangrj5/Flatten_Net pytorch

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…

Similar Papers 제목 키워드 기반

Physics-Guided Neural Networks for Inversion-based Feedforward Control applied to Linear Motors

2021-03-10 · Max Bolderman, Mircea Lazar, Hans Butler

Ever-increasing throughput specifications in semiconductor manufacturing require operating high-precision mechatronics, such as linear motors, at higher accelerations. In turn this creates higher nonlinear parasitic forc…

A Kernel-Based Identification Approach to LPV Feedforward: With Application to Motion Systems

2023-03-14 · Max van Haren, Lennart Blanken, Tom Oomen

The increasing demands for motion control result in a situation where Linear Parameter-Varying (LPV) dynamics have to be taken into account. Inverse-model feedforward control for LPV motion systems is challenging, since …

Scheduling

Flattened Graph Convolutional Networks For Recommendation

2022-09-25 · Yue Xu, Hao Chen, Zengde Deng, Yuanchen Bei 외

Graph Convolutional Networks (GCNs) and their variants have achieved significant performances on various recommendation tasks. However, many existing GCN models tend to perform recursive aggregations among all related no…

Exponentially Faster Language Modelling

2023-11-15 · Peter Belcak, Roger Wattenhofer

Language models only really need to use an exponential fraction of their neurons for individual inferences. As proof, we present UltraFastBERT, a BERT variant that uses 0.3% of its neurons during inference while performi…

BenchmarkingCPULanguage Modelling

Feedback U-net for Cell Image Segmentation

2020-04-30 · Eisuke Shibuya, Kazuhiro Hotta

Human brain is a layered structure, and performs not only a feedforward process from a lower layer to an upper layer but also a feedback process from an upper layer to a lower layer. The layer is a collection of neurons,…

Image SegmentationSemantic Segmentation