paper-with-me

Papers

Compact and Efficient Neural Networks for Image Recognition Based on Learned 2D Separable Transform

2025-05-10 · Maxim Vashkevich, Egor Krivalcevich

The paper presents a learned two-dimensional separable transform (LST) that can be considered as a new type of computational layer for constructing neural network (NN) architecture for image recognition tasks. The LST based on the idea of sharing the weights of one fullyconnected (FC) layer to process all rows of an image. After that, a second shared FC layer is used to process all columns of image representation obtained from the first layer. The use of LST layers in a NN architecture significantly reduces the number of model parameters compared to models that use stacked FC layers. We show that a NN-classifier based on a single LST layer followed by an FC layer achieves 98.02\% accuracy on the MNIST dataset, while having only 9.5k parameters. We also implemented a LST-based classifier for handwritten digit recognition on the FPGA platform to demonstrate the efficiency of the suggested approach for designing a compact and high-performance implementation of NN models. Git repository with supplementary materials: https://github.com/Mak-Sim/LST-2d

📄 PDF Abstract BibTeX arXiv:2505.06578

Code (1)

mak-sim/lst-2d 공식 구현 pytorch

Tasks

Handwritten Digit Recognition

Similar Papers 제목 키워드 기반

Geometry-Aware Graph Transforms for Light Field Compact Representation

2019-03-08 · Mira Rizkallah, Xin Su, Thomas Maugey, Christine Guillemot

The paper addresses the problem of energy compaction of dense 4D light fields by designing geometry-aware local graph-based transforms. Local graphs are constructed on super-rays that can be seen as a grouping of spatial…

Computational optimization of convolutional neural networks using separated filters architecture

2020-02-18 · Elena Limonova, Alexander Sheshkus, Dmitry Nikolaev

This paper considers a convolutional neural network transformation that reduces computation complexity and thus speedups neural network processing. Usage of convolutional neural networks (CNN) is the standard approach to…

CPUGPU

Graph-based Transforms for Video Coding

2019-09-03 · Hilmi E. Egilmez, Yung-Hsuan Chao, Antonio Ortega

In many state-of-the-art compression systems, signal transformation is an integral part of the encoding and decoding process, where transforms provide compact representations for the signals of interest. This paper intro…

Video Compression

Relocation of compact sets in $\mathbb{R}^n$ by diffeomorphisms and linear separability of datasets in $\mathbb{R}^n$

2026-04-23 · Xiao-Song Yang, Xuan Zhou, Qi Zhou arxiv

Relocation of compact sets in an $n$-dimensional manifold by self-diffeomorphism is of its own interest as well as significant potential applications to data classification in data science. This paper presents a theory f…

Ske2Grid: Skeleton-to-Grid Representation Learning for Action Recognition

2023-08-15 · Dongqi Cai, Yangyuxuan Kang, Anbang Yao, Yurong Chen

This paper presents Ske2Grid, a new representation learning framework for improved skeleton-based action recognition. In Ske2Grid, we define a regular convolution operation upon a novel grid representation of human skele…

Action RecognitionRepresentation LearningSkeleton Based Action Recognition