Fourier-related Transforms

Discrete Cosine Transform

Discrete Cosine Transform (DCT) is an orthogonal transformation method that decomposes an image to its spatial frequency spectrum. It expresses a finite sequence of data points in terms of a sum of cosine functions oscillating at different frequencies. It is used a lot in compression tasks, e..g image compression where for example high-frequency components can be discarded. It is a type of Fourier-related Transform, similar to discrete fourier transforms (DFTs), but only using real numbers.

Image Credit: Wikipedia

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Image Compression 14 7.00%
Quantization 11 5.50%
General Classification 10 5.00%
Super-Resolution 8 4.00%
Image Classification 6 3.00%
Face Recognition 6 3.00%
BIG-bench Machine Learning 6 3.00%
Decoder 4 2.00%
Data Compression 4 2.00%

Components


Component Type
🤖 No Components Found You can add them if they exist; e.g. Mask R-CNN uses RoIAlign

Categories