Title: WebInSight: Making Web Images Accessible
1WebInSightMaking Web Images Accessible
- Jeff Bigham
- Richard Ladner
- Ryan Kaminsky
- Gordon Hempton
- Oscar Danielsson
2Some statistics
- 10 million blind people in the U.S.
- 55,000 blind children
- 5 million blind people over 65
- Computer and Internet Use
- 1 million use computers
-
-
- 32 of legally blind adults employed
Source American Foundation for the Blind
Blindness Statistics
http//www.afb.org/Section.asp?SectionID15
3Browsing the web while blind
- Blind users use screen readers
- Alternative text is substituted for images
- When no alternative text provided
- nothing
- filename (060315_banner_253x100.gif)
- link address
- W3C accessibility standards
- Provide a text equivalent for every non-text
element - For images with purely visual purpose, a text
equivalent is an empty string
4(No Transcript)
5(No Transcript)
6Outline
- Web Studies
- WebInSight System
- Where Labels Come From
- Evaluation
- Future Work
7Web Studies
- Images can be significant or insignificant
- Significant images need alternative text
- alt, title, and longdesc HTML attributes
- Insignificant images need empty alternative text
- (spacers, lines, wacky backgrounds, etc.)
- Significance from size, color and function
8Web Studies Groups
- CSE Traffic
- 1 week.
- 11,989,898 images.
- 40.8 significant
- 63.2 assigned alternative text
- Popular/Important Websites
- 500 High-Traffic International Sites
- 100 Top International Universities
- 158 Computer Science Departments
- 137 Federal Agencies
- 50 States plus District of Columbia
9Study Results
10Result Graphs
11Outline
- Web Studies
- WebInSight System
- Where Labels Come From
- Evaluation
- Future Work
12WebInSight
- Add alternative text as a user browses
- Coordinate multiple labeling sources
- Avoid harming the user experience
- Maintain security and privacy
13 The Internet
WebInSight Architecture
GET http//www.cs.washington.edu
Login _______ Pass _______
Login _login___ Pass _pass___
Database
GET http//www.cs.washington.edu
GET http//www.cs.washington.edu/
14(No Transcript)
15WebInSight as a Proxy
- Transformation proxy
- Inserts alternative text into webpages
- Inserts AJAX hooks to allow later changes
- Advantages
- Centralized control
- Simple setup and administration
- Disadvantages
- Potentially a bottleneck
- Less control over user interface
- Secure connections dont benefit or are less
secure
16Outline
- Web Studies
- WebInSight System
- Where Labels Come From
- Evaluation
- Future Work
17Providing Labels Context Labeling
- Many important images are links
- Linked page often describes image
- Function much better than nothing
18Providing Labels OCR Labeling
- Original image not recognized
(No Text)
- Highlight major colors try again
19Providing Labels OCR Labeling 2
(No Text)
(No Text)
(PIC)t
(No Text)
,, ., ,, ,. ,., , ,,, .,,,n(PIC)
(PIC)
Register now!
20Providing Labels OCR Evaluation
- Tested 100 images containing text
- The OCR correctly labeled 52
- Our processing correctly labeled 65
21Providing Labels Human Labeling
- Humans are best labelers
- Luis von Ahns games get people to do it
- WebInSight sends images to such services
22Outline
- Web Studies
- WebInSight System
- Where Labels Come From
- Evaluation
- Future Work
23Evaluation
- Experiment
- Run WebInSight on pages from Web Studies
- 43.2 of unlabelled sig. images labelled
- Of these, 94.1 were correct
24EvaluationUCLA
25Future Work
- User Studies
- Does it help?
- What do users want out of alt text?
- When should WebInSight provide it?
- Refactoring alt text
- Present alt text in the best way possible for
users - Tool for Webmasters
- People will always be better but they need help
26Demo