This document summarizes a research paper about developing a new set of low-complexity features for detecting steganography in JPEG images. The proposed features, called DCTR features, are computed by taking the discrete cosine transform (DCT) of non-overlapping 8x8 blocks of the image, resulting in 64 feature maps. Histograms are formed from the quantized noise residuals in these feature maps. This approach has lower computational complexity than previous rich models used for steganalysis and provides competitive detection accuracy across different steganographic algorithms while using fewer features. The paper introduces the concept of an undecimated DCT and explains how it relates to previous work in JPEG steganalysis.