English

Deep Residual Learning in the JPEG Transform Domain

Machine Learning 2019-08-28 v3 Computer Vision and Pattern Recognition Machine Learning

Abstract

We introduce a general method of performing Residual Network inference and learning in the JPEG transform domain that allows the network to consume compressed images as input. Our formulation leverages the linearity of the JPEG transform to redefine convolution and batch normalization with a tune-able numerical approximation for ReLu. The result is mathematically equivalent to the spatial domain network up to the ReLu approximation accuracy. A formulation for image classification and a model conversion algorithm for spatial domain networks are given as examples of the method. We show that the sparsity of the JPEG format allows for faster processing of images with little to no penalty in the network accuracy.

Keywords

Cite

@article{arxiv.1812.11690,
  title  = {Deep Residual Learning in the JPEG Transform Domain},
  author = {Max Ehrlich and Larry Davis},
  journal= {arXiv preprint arXiv:1812.11690},
  year   = {2019}
}

Comments

Published in ICCV 2019. Code and notes are available on our website at https://maxehr.umiacs.io/jpeg_domain_resnet/jpeg_domain_resnet_html.html

R2 v1 2026-06-23T06:59:31.491Z