The FCC and buttocks

I get the FCC’s daily email updates, which mostly contain links to boring procedural documents, but occasionally are a source of amusement. They decided to fine [pdf] ABC for the Feb. 25, 2003 episode of NYPD Blue in which a woman’s buttocks are shown. On pages 4-5, they state:

As an initial matter, we find that the programming at issue is within the scope of our indecency definition because it depicts sexual organs and excretory organs – specifically an adult woman’s buttocks. Although ABC argues, without citing any
authority, that the buttocks are not a sexual organ, we reject this argument, which runs counter to both case law and common sense.

I remember that episode causing a bit of an uproar at the time, but it took almost 5 years for this decision to come out, so I suppose they have been thinking really hard about butts over at the FCC. Perhaps they are getting a bit obsessed.

UPDATE : Language Log has more.

Advertisement

how JPEG works?

In this month’s Notices of the AMS, there was an article on how JPEG works [pdf]. These little articles are supposed to be about neat topics in mathematics or applications, and they are often uneven and sometimes contentious, as the Koblitz article [pdf] has recently demonstrated.

Even though I do signal processing research, I hadn’t looked under the hood of JPEG too carefully in any of my classes, so it was interesting to me to read about process of translating RGB to luminance and two chrominances, the DCT coefficient quantization scheme, and so on. The bit at the end on wavelets in JPEG-2000 I already knew about. But I think that for a mathematician the “why” was lost in all of the details of Huffman coding, Cohen-Daubechies wavelets, and so on. All of the engineering choices were made (in terribly contentious standards meetings, I’m sure) for a reason, and the choice of the mathematics is really a choice of model of “natural” images. He does a good explanation of luminance-chrominance vs. RGB in terms of the visual system, but what about the Fourier transform in terms of capturing edge detail in high frequency coefficients?

Unfortunately for me, the article ended up confirming my pessimistic view that standards look like a sequence of ad-hoc decisions. There’s lots of theory behind those implementations, and I think that might appeal to more mathematicians.