paper-with-me

홈 › Papers

Fixed-Point Convolutional Neural Network for Real-Time Video Processing in FPGA

2018-08-29 · Roman Solovyev, Alexander Kustov, Dmitry Telpukhov, Vladimir Rukhlov, Alexandr Kalinin

Modern mobile neural networks with a reduced number of weights and parameters do a good job with image classification tasks, but even they may be too complex to be implemented in an FPGA for video processing tasks. The article proposes neural network architecture for the practical task of recognizing images from a camera, which has several advantages in terms of speed. This is achieved by reducing the number of weights, moving from a floating-point to a fixed-point arithmetic, and due to a number of hardware-level optimizations associated with storing weights in blocks, a shift register, and an adjustable number of convolutional blocks that work in parallel. The article also proposed methods for adapting the existing data set for solving a different task. As the experiments showed, the proposed neural network copes well with real-time video processing even on the cheap FPGAs.

📄 PDF Abstract BibTeX arXiv:1808.09945

Code (2)

ZFTurbo/Verilog-Generator-of-Neural-Net-Digit-Detector-for-FPGA 공식 구현 tf
sandy2008/CNN-FPGA tf

Tasks

image-classificationImage Classification

Similar Papers 제목 키워드 기반

FlashDecoder: Real-Time Latent-to-Pixel Streaming Decoder with Transformers

2026-07-16 · Minguk Kang, Suha Kwak arxiv

Real-time video generation demands fast decoding as much as fast denoising, yet current latent video diffusion models rely on 3D convolutional decoders that are slow and memory-intensive at high resolutions or for long v…

Video Generation

Action Keypoint Network for Efficient Video Recognition

2022-01-17 · Xu Chen, Yahong Han, Xiaohan Wang, Yifan Sun 외

Reducing redundancy is crucial for improving the efficiency of video recognition models. An effective approach is to select informative content from the holistic video, yielding a popular family of dynamic video recognit…

Action RecognitionPoint Cloud ClassificationVideo Recognition

RigPAPR: Rig-Based Animation of Static Neural Point Clouds from a Fixed-Viewpoint Video

2026-06-04 · Shichong Peng, Yanshu Zhang, Ke Li arxiv

Static neural point reconstructions capture a subject at high fidelity from posed images. Given such a reconstruction, we aim to animate it to follow a monocular fixed-viewpoint driving video of the subject, whether capt…

Point Clouds

Vid-ODE: Continuous-Time Video Generation with Neural Ordinary Differential Equation

2020-10-16 · Sunghyun Park, Kangyeol Kim, Junsoo Lee, Jaegul Choo 외

Video generation models often operate under the assumption of fixed frame rates, which leads to suboptimal performance when it comes to handling flexible frame rates (e.g., increasing the frame rate of the more dynamic p…

DecoderVideo Generation

4DSR-GCN: 4D Video Point Cloud Upsampling using Graph Convolutional Networks

2023-06-01 · Lorenzo Berlincioni, Stefano Berretti, Marco Bertini, Alberto del Bimbo

Time varying sequences of 3D point clouds, or 4D point clouds, are now being acquired at an increasing pace in several applications (e.g., LiDAR in autonomous or assisted driving). In many cases, such volume of data is t…

Edge-computingGraph Attentionpoint cloud upsampling