Berkeley CSUA MOTD:Entry 49449
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/05/24 [General] UID:1000 Activity:popular
5/24    

2008/3/13-17 [Computer/Companies/Google] UID:49449 Activity:nil
3/13    How does Google Image's SafeSearch Filtering filter images?  Does
        Google hire people to visually determine whether each image is
        explicit or not?
        \_ http://www.cs.hmc.edu/~fleck/naked.html
ERROR, url_link recursive (eces.Colorado.EDU/secure/mindterm2) 2025/05/24 [General] UID:1000 Activity:popular
5/24    

You may also be interested in these entries...
2013/1/22-2/19 [Computer/Companies/Google, Industry/SiliconValley] UID:54584 Activity:nil
1/22    Google, again:
        http://www.slate.com/articles/technology/technology/2013/01/google_people_operations_the_secrets_of_the_world_s_most_scientific_human.single.html
	...
2012/12/10-18 [Computer/Companies/Google] UID:54553 Activity:nil
12/10   Biggest Google outage ever?
        http://www.theatlanticwire.com/technology/2012/12/why-gmail-chrome-and-drive-went-down-today/59822
	...
2012/8/29-11/7 [Computer/SW/Security] UID:54467 Activity:nil
8/29    There was once a CSUA web page which runs an SSH client for logging
        on to soda.  Does that page still exist?  Can someone remind me of the
        URL please?  Thx.
        \_ what do you mean? instruction on how to ssh into soda?
           \_ No I think he means the ssh applet, which, iirc, was an applet
              that implemented an ssh v1 client.  I think this page went away
	...
2012/8/16-10/17 [Computer/SW/SpamAssassin] UID:54458 Activity:nil
8/16    Why does my Y! mail account always full of unfiltered spam
        mails (and they're obviously spams)? Why can't they do
        a better job like Google mail? Why does Y! mail charge
        for exporting email? Google mail doesn't do that.
	...
Cache (2593 bytes)
www.cs.hmc.edu/~fleck/naked.html
David A Forsyth The recent explosion in internet usage and multi-media computing has created a substantial demand for algorithms that perform content-based retrieval, ie that select images from a large database based on what they depict. Identifying images depicting naked or scantily-dressed people is a natural content-based retrieval problem. These images frequently lack textual labels adequate to identify their content but can be effectively detected using simple visual cues (color, texture, simple shape features), of the type that the human visual system is known to use for fast (preattentive) triage. From a computer vision point of view, this problem is difficult because we have little control over pose or imaging conditions, and our objects are flexible. Images of naked people found on the internet may have any of a wide range of backgrounds. The images are taken from a wide variety of camera angles and under a wide range of lighting conditions. We have implemented an algorithm that finds images of naked people without human assistance. This algorithm analyzes images in two steps: * Skin Filter: The algorithm first locates images containing large areas whose color and texture is appropriate for skin, * Grouper: Within these areas, the algorithm finds elongated regions and groups them into possible human limbs and connected groups of limbs, using specialised groupers which incorporate substantial amounts of information about object structure. Images containing sufficiently large skin-colored groups of possible limbs are reported as potentially containing naked people. This algorithm was tested on a database of 4854 images: 565 images of naked people and 4289 control images from a variety of sources. The skin filter identified 448 test images and 485 control images as containing substantial areas of skin. Of these, the grouper identified 241 test images and 182 control images as containing people-like shapes. Thus, this algorithm correctly found 43% of the test images in the database. Furthermore, the test images represented 57% of its output. This would be extremely good performance for any computer vision or database algorithm. It is unprecedented for a content-based query on uncontrolled image data. For more information on our algorithm, see: * Margaret Fleck, David Forsyth, and Chris Bregler (1996) Finding Naked People,'' 1996 European Conference on Computer Vision , Volume II, pp. recognizing horses using automatically-learned body plans. This research was carried out at the University of Iowa and at the University of California, Berkeley.