paper-with-me

홈 › Papers

Transform and Bitstream Domain Image Classification

2021-10-13 · P. R. Hill, D. R. Bull

Classification of images within the compressed domain offers significant benefits. These benefits include reduced memory and computational requirements of a classification system. This paper proposes two such methods as a proof of concept: The first classifies within the JPEG image transform domain (i.e. DCT transform data); the second classifies the JPEG compressed binary bitstream directly. These two methods are implemented using Residual Network CNNs and an adapted Vision Transformer. Top-1 accuracy of approximately 70% and 60% were achieved using these methods respectively when classifying the Caltech C101 database. Although these results are significantly behind the state of the art for classification for this database (~95%), it illustrates the first time direct bitstream image classification has been achieved. This work confirms that direct bitstream image classification is possible and could be utilised in a first pass database screening of a raw bitstream (within a wired or wireless network) or where computational, memory and bandwidth requirements are severely restricted.

📄 PDF Abstract BibTeX arXiv:2110.06740

Code (0)

등록된 구현이 없습니다.

Tasks

Classificationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Bitstream-Based JPEG Image Encryption with File-Size Preserving

2018-08-17 · Hiroyuki Kobayashi, Hitoshi Kiya

An encryption scheme of JPEG images in the bitstream domain is proposed. The proposed scheme preserves the JPEG format even after encrypting the images, and the file size of encrypted images is the exact same as that of …

Frequency-aware Learned Image Compression for Quality Scalability

2023-01-03 · Hyomin Choi, Fabien Racape, Shahab Hamidi-Rad, Mateen Ulhaq 외

Spatial frequency analysis and transforms serve a central role in most engineered image and video lossy codecs, but are rarely employed in neural network (NN)-based approaches. We propose a novel NN-based image coding fr…

DecoderImage Compression

ByteAction: Byte-space Action Recognition Foundation Model

2026-08-24 · Fangcheng Li, Zhen Yu, Kejun Wu, Qiong Liu 외 arxiv

Byte-space Action Recognition (BAR) aims to recognize human actions directly from compressed image bitstreams without any pixel decoding. By operating entirely in byte space, BAR is inherently independent of file integri…

Action Recognition

Bitstream-Corrupted JPEG Images are Restorable: Two-stage Compensation and Alignment Framework for Image Restoration

2023-04-14 · CVPR 2023 1 · Wenyang Liu, Yi Wang, Kim-Hui Yap, Lap-Pui Chau

In this paper, we study a real-world JPEG image restoration problem with bit errors on the encrypted bitstream. The bit errors bring unpredictable color casts and block shifts on decoded image contents, which cannot be r…

DecoderImage Restoration

Bitstream Collisions in Neural Image Compression via Adversarial Perturbations

2025-03-25 · Jordan Madden, Lhamo Dorje, Xiaohua LI

Neural image compression (NIC) has emerged as a promising alternative to classical compression techniques, offering improved compression ratios. Despite its progress towards standardization and practical deployment, ther…

Adversarial AttackImage Compression