1 / 13

Evaluation of Speech Detection

Evaluation of Speech Detection. Project 1b Due: September 30 th in class. Overview. Experiments to evaluate performance of your Speech Detection implementation (Project 1) Focus not only on how the implementation performs, but also the formulation of hypotheses

Download Presentation

Evaluation of Speech Detection

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Evaluation of Speech Detection Project 1b Due: September 30th in class

  2. Overview • Experiments to evaluate performance of your Speech Detection implementation (Project 1) • Focus not only on how the implementation performs, but also • the formulation of hypotheses • design, implementation and analysis of experiments to test the hypotheses • writeup • Can be done in groups of 2

  3. Measures of Performance • User perception. Some possibilities are: • User opinion (rating) on quality • Understandability • Errors in listening ... • System impact. Some possibilities are: • CPU load • Size (in bytes) of sound recorded (without silence) • Processing time • Memory use… • Decide on how each is to be measured • Example: Scale 1-10 for perception • Example: Time for CPU

  4. Independent Variables • Must choose at least two. Possibilities: • Speaking tests: counting, vocabulary,… • Languages: Hindi, Chinese, Pig-Latin, ... • Personal characteristics: Gender, Age, Shoe size ... • Background noise: quiet, noisy, Patriot's game, ... • Systems: OS version, CPU, sound card... • Hardware: cheap microphone, sound card • Audio quality parameters: rate, size, ... • ...

  5. Algorithm Modifications • Must choose at least 1. • Possibilities include: • Thresholds. • Sound chunk size. • Endpoint detection length. • Computation of Energy (discrete or continuous) • Other modifications specific to your implementation. • ... • Formulate hypotheses • About how a change in the independent variables affects your measures of performance

  6. Results and Analysis • Details on results and analysis • Results are numeric measures • charts or tables • Analysis manipulates data • often graphs • understand relationships • interpreting the results • Consider if data supports or rejects the hypotheses

  7. Report • Introduction • hypotheses and motivation for them • (not on silence detection, in general) • Background on your algorithm • Design of your experiments • details on setup, variables, measures of perf, … • Results and Analysis • Conclusions • summarize findings • Abstract • 1 paragraph that abstracts whole report • Write last, goes first

  8. a b c Guidelines for Good Graphs (1 of 5) • “Art” not “rules”. Learn with experience. Recognize good/bad when see it. Many trials Require minimum effort from reader • Perhaps most important metric! • Given two, can pick one that takes less reader effort a b Ex: c Legend Box Direct Labeling

  9. Guidelines for Good Graphs (2 of 5) Maximize information • Include title • Make self-sufficient • Key words in place of symbols • Ex: “PIII, 850 MHz” and not “System A” • Ex: “Daily CPU Usage” not “CPU Usage” • Axis labels as informative as possible • Ex: “Response Time in seconds” not “Response Time” • Can help by using captions, too • Ex: “Transaction response time in seconds versus offered load in transactions per second.”

  10. 1 .1 Availability Unavailability Guidelines for Good Graphs (3 of 5) Minimize ink • Maximize information-to-ink ratio • Too much unnecessary ink makes chart cluttered, hard to read • Ex: no gridlines unless needed to help read • Chart that gives easier-to-read for same data is preferred • Same data • Unavail = 1 – avail • Right probably better

  11. Guidelines for Good Graphs (4 of 5) Use commonly accepted practices • Present what people expect • Ex: origin at (0,0) • Ex: independent (cause) on x-axis, dependent (effect) on y-axis • Ex: x-axis scale is linear • Ex: increase left to right, bottom to top • Ex: scale divisions equal • Departures are permitted, but require extra effort from reader so use sparingly

  12. Guidelines for Good Graphs (5 of 5) Avoid ambiguity • Show coordinate axes • Show origin • Identify individual curves and bars • Do not plot multiple variables on same chart

  13. Hand In • Hardcopy! • Due at beginning of class • Email turn in: • Any testing Code/Scripts used/modified • Makefile/Project file

More Related