1 Information Search and Visualization  Information Terminology  Information Retrieval  Information gathering, seeking, filtering, and visualization.

Slides:



Advertisements
Similar presentations
Chapter 11 Designing the User Interface
Advertisements

Pseudo-Relevance Feedback For Multimedia Retrieval By Rong Yan, Alexander G. and Rong Jin Mwangi S. Kariuki
Web- and Multimedia-based Information Systems. Assessment Presentation Programming Assignment.
Information Retrieval in Practice
1 CS 430: Information Discovery Lecture 22 Non-Textual Materials 2.
Xyleme A Dynamic Warehouse for XML Data of the Web.
April 22, Text Mining: Finding Nuggets in Mountains of Textual Data Jochen Doerre, Peter Gerstl, Roland Seiffert IBM Germany, August 1999 Presenter:
1 CS 502: Computing Methods for Digital Libraries Lecture 20 Multimedia digital libraries.
Multimedia Search and Retrieval Presented by: Reza Aghaee For Multimedia Course(CMPT820) Simon Fraser University March.2005 Shih-Fu Chang, Qian Huang,
Organizing Data & Information
6/22/20151 Search and Visualization CIS 577 Bruce R. Maxim UM-Dearborn.
LYU 0102 : XML for Interoperable Digital Video Library Recent years, rapid increase in the usage of multimedia information, Recent years, rapid increase.
Visual Information Retrieval Chapter 1 Introduction Alberto Del Bimbo Dipartimento di Sistemi e Informatica Universita di Firenze Firenze, Italy.
Interfaces for Querying Collections. Information Retrieval Activities Selecting a collection –Lists, overviews, wizards, automatic selection Submitting.
Copyright © 2005, Pearson Education, Inc. Chapter 14 Information Search and Visualization.
14.1 Vis_04 Data Visualization Lecture 14 Information Visualization : Part 2.
Chapter 14 The Second Component: The Database.
Data Mining – Intro.
Advanced Database Applications Database Indexing and Data Mining CS591-G1 -- Fall 2001 George Kollios Boston University.
Overview of Search Engines
Information Retrieval in Practice
Data Mining Techniques
Result presentation. Search Interface Input and output functionality – helping the user to formulate complex queries – presenting the results in an intelligent.
With Windows 7 Comprehensive© 2012 Pearson Education, Inc. Publishing as Prentice Hall1 PowerPoint Presentation to Accompany GO! with Windows 7 Comprehensive.
© Paradigm Publishing, Inc. 5-1 Chapter 5 Application Software Chapter 5 Application Software.
Databases C HAPTER Chapter 10: Databases2 Databases and Structured Fields  A database is a collection of information –Typically stored as computer.
An Interactive Multimedia Database of U.S. Courthouses 1 CourtsWeb, is a website that evaluates and documents recent federal courthouses. It is a decision.
Multimedia Databases (MMDB)
Visual User Interfaces David Rashty. “Grasping the whole is a gigantic theme. Arguably, intellectual history’s most important. Ant-vision is humanity’s.
Chapter 7 Web Content Mining Xxxxxx. Introduction Web-content mining techniques are used to discover useful information from content on the web – textual.
© 2010 Pearson Addison-Wesley. All rights reserved. Addison Wesley is an imprint of Designing the User Interface: Strategies for Effective Human-Computer.
3231 Software Engineering By Germaine Cheung Hong Kong Computer Institute Lecture 12.
© 2010 Pearson Addison-Wesley. All rights reserved. Addison Wesley is an imprint of Designing the User Interface: Strategies for Effective Human-Computer.
Chapter 15: Information Search & Visualization Team 3: Jacob Hicks, Victor Chen, Saba Alavi.
© Cheltenham Computer Training 2002 Microsoft PowerPoint Slide No 1 Microsoft PowerPoint 2002 Intermediate Level Course.
Presenter: Shanshan Lu 03/04/2010
Advanced Scientific Visualization
Data Mining – Intro. Course Overview Spatial Databases Temporal and Spatio-Temporal Databases Multimedia Databases Data Mining.
4 1 SEARCHING THE WEB Using Search Engines and Directories Effectively New Perspectives on THE INTERNET.
V Material obtained from summer workshop in Guildford County, July-2014.
Copyright © 2005, Pearson Education, Inc. Slides from resources for: Designing the User Interface 4th Edition by Ben Shneiderman & Catherine Plaisant Slides.
MetaLib 4 User Guide. 2 MetaLib 4 Access MetaLib at: – MetaLib may be used at two different levels –
CS3041 – Final week Today: Searching and Visualization Friday: Software tools –Study guide distributed (in class only) Monday: Social Imps –Study guide.
Building Dashboards SharePoint and Business Intelligence.
14. Information Search and Visualization
Data and Applications Security Developments and Directions Dr. Bhavani Thuraisingham The University of Texas at Dallas Lecture #15 Secure Multimedia Data.
© 2010 Pearson Addison-Wesley. All rights reserved. Addison Wesley is an imprint of Designing the User Interface: Strategies for Effective Human-Computer.
Distributed Data Analysis & Dissemination System (D-DADS ) Special Interest Group on Data Integration June 2000.
Digital Video Library Network Supervisor: Prof. Michael Lyu Student: Ma Chak Kei, Jacky.
1/12/ Multimedia Data Mining. Multimedia data types any type of information medium that can be represented, processed, stored and transmitted over.
BIT 3193 MULTIMEDIA DATABASE CHAPTER 4 : QUERING MULTIMEDIA DATABASES.
Web mining is the use of data mining techniques to automatically discover and extract information from Web documents/services
Information Retrieval in Practice
An Instructor’s Outline of Designing the User Interface 4th Edition
Data Mining – Intro.
Digital Video Library - Jacky Ma.
Visual Information Retrieval
Search Engine Architecture
Introduction Multimedia initial focus
Advanced Scientific Visualization
Information Search and Visualization
Datamining : Refers to extracting or mining knowledge from large amounts of data Applications : Market Analysis Fraud Detection Customer Retention Production.
Professor John Canny Fall 2001 Nov 29, 2001
Professor John Canny Spring 2003
Visualization of Web Search Results in 3D
Kuliah 13: Information Search
CHAPTER 7: Information Visualization
CHAPTER 14: Information Visualization
Lab 2: Information Retrieval
Presentation transcript:

1 Information Search and Visualization  Information Terminology  Information Retrieval  Information gathering, seeking, filtering, and visualization  Task objects: e.g., video clips, documents  Task actions: browsing and searching  Interface actions: Scrolling, joining, zooming, linking  Database Management – refers to structured relational database systems, well defined attributes and sort-keys  Data mining, data warehouses, data marts  Knowledge networks, semantic webs

2 Information Search and Visualization  Information Terminology  Specific fact finding: known-item search Example: find the address of Keith Jackson  Extended fact finding Example: What are the sonnets by Shakespeare  Exploration of availability Example: Is there new work in process control published by IEEE  Open ended browsing and problem analysis Is there new research on the use of cell phones in China

3 Information Search and Visualization  Searching in Text Documents and Database Querying  Google’s Link Based Ranking Measure – PageRank (Brin & Page, 1998) Computes a query independent score for each document Takes into consideration the importance of the pages that point to a given page The big dogs know where to hunt  SQL (database query language) Example: SELECT DOCUMENT# FROM JOURNAL = MY_FAVORITE_JOURNAL WHERE (DATE > 2001 AND DATE <= 2003) AND (LANGUAGE = ENGLISH) AND (PUBLISHER = HFES OR ACM)  Natural Language Queries Mainly just eliminates frequent terms

4 Information Search and Visualization  Searching in Text Documents and Database Querying  Form-Fillin Queries (

5 Information Search and Visualization  Searching in Text Documents and Database Querying  Phases of search Formulation: expressing the search Initiation of action: launching the search Review of results: reading messages and outcomes Refinement: formulating the next step Use: compiling or disseminating information

6 Information Search and Visualization  Searching in Text Documents and Database Querying  Formulation Identify the source of the information (e.g., within a specific library) Use fields to limit the search (e.g., year or language) Recognize phrases to allow entry of names (e.g., Abraham Lincoln) –Allow for search my phrase or individual items in the phrase Apply variants to relax the search constraints –Case sensitivity (JEFFERSON, Jefferson) –Stemming (sing, singing) –Partial matches (biology, psychobiology, sociobiology) –Phonetic variations (Smith, Smyth, Smythe) –Abbreviations (ATT, NCR) –Synonyms (West Coast retrieves Washington, Oregon and California)

7 Information Search and Visualization  Searching in Text Documents and Database Querying  Formulation

8 Information Search and Visualization  Searching in Text Documents and Database Querying  Initiation of Action Explicit initiation (e.g., search button) Implicit initiation: each change to a component of the formulation phase immediately produces a new set of search results (e.g., Google)

9 Information Search and Visualization  Searching in Text Documents and Database Querying  Review of Results Users can read messages and view textual lists Allow the user to control –The number of results –Which fields are displayed –The sequence of the results –How results are clustered

10 Information Search and Visualization  Searching in Text Documents and Database Querying  Review of Results Clustering

11 Information Search and Visualization  Searching in Text Documents and Database Querying  Review of Results User control

12 Information Search and Visualization  Searching in Text Documents and Database Querying  Refinement In the event of few results, indicate that using fewer search criteria, or partial matches may increase the number of hits Suggested spellings If no results are found, always provide users with that information

13 Information Search and Visualization  Searching in Text Documents and Database Querying  Use Results Merge, save, distributed via , output to visualization programs, or statistical tools

14 Information Search and Visualization  Multimedia Document Searches  Most systems used to locate images, video, sound and animation depend on metadata  Example: search of a photo library by date, photographer or text captions Requires significant human effort to add captions and annotate  Image search: query by image content  Map search Search by latitude and longitude Search by features (e.g., search for all cities in northwest United States with airports)

15 Information Search and Visualization  Picasa  Supports browse and search of photos in public albums  Automatically organizes the user’s online photo collection based to who's in each picture

16 Information Search and Visualization  Other Searching Mechanisms  Sound Search – Music-information retrieval (MIR) Users can play or sing as input, and matching songs will be returned  Video Search Segment into scenes Allow scene skipping  Animation Search Examples: search for morphing faces

17 Information Search and Visualization  Video Search  Informedia  Designed at CMU to solve the problem of searching huge collections of video and audio recordings  Developed new approaches for automated video and audio indexing, navigation, visualization, search  Provides full-content search and retrieval of current and past TV and radio news and documentary broadcasts.  Generates various summaries for each story segment: headlines, filmstrip story-boards and video-skims

18 Information Search and Visualization  Video Search - Informedia  Example: 12 documents returned for "El Niño" query along with different multimedia abstractions from certain documents

19 Information Search and Visualization  Advanced Filtering and Search Interfaces  Filtering with complex Boolean queries Example: List all employees who live in Denver and Detroit Would most likely result in a null result since “and” implies intersection Most employees do not live in both locations Other approaches –Venn Diagrams –Decision Tables –Metaphors of water flowing through a series of filters  Automatic Filtering Selective dissemination of information Filtering before it is placed in the Inbox

20 Information Search and Visualization Decision Table

21 Information Search and Visualization  Advanced Filtering and Search Interfaces  Dynamic queries Uses direct manipulation objects own-diamond- ring?first_step=diamond&forceStep= DIAMONDS_STEP

22 Information Search and Visualization  Advanced Filtering and Search Interfaces  Metadata search (e.g., Flamenco) Attribute values are selected by the user

23 Information Search and Visualization  Advanced Filtering and Search Interfaces  Collaborative Filtering Users work together to define filtering criteria in large information spaces Example: If you ranked five movies highly, the algorithm provides you with a list of other movies that were rated highly by people who liked your five movies  Visual Searches Examples: Selecting dates on calendars or seats from a plane image

24 Information Search and Visualization  Advanced Filtering and Search Interfaces examples-and-how-you-can-create-one_b736

25 Information Search and Visualization  Information Visualization  The use of interactive visual representations of abstract data to amplify cognition  Scientific Visualization: requires two dimensions because typical questions involve Continuous variables Volumes  Information Visualization involve Categorical variables Discovery of patterns Trends Clusters Outliers Gaps in data

26 Information Search and Visualization  Information Visualization  Uses human perceptual abilities to make discoveries, decisions and propose explanations  Users can scan, recognize and recall images quickly  Users can detect changes in size, color, shape, movement and texture  IV Rule Overview first Zoom and filter Details on demand &NR=1 directory

27 Information Search and Visualization  Information Visualization  1D Linear Data Text documents, dictionaries Organized sequentially Example: view 4000 lines of code Newest lines are in red, oldest lines in blue Browser window shows code overview and detail window

28 Information Search and Visualization  Information Visualization  1D Linear Data All the words in Alice in Wonderland, arranged in an arc, starting at 12:00 Lines are drawn around the outside, words around the inside Words that appear more often are brighter

29 Information Search and Visualization  Information Visualization  2D Map Data Planar data include geographic maps Each item has task domain attributes, (e.g., name) Each item has interface features (e.g., size or color) User tasks (find adjacent items, regions containing items, paths between items Proximity indicates similarity of topics Height reflects the number of documents

30 Information Search and Visualization  Information Visualization  3D World Data Real world objects – molecules, human body, buildings and the relationships between the objects Users work with continuous variables (e.g., temperature) eyuqHQ&feature=autoplay&list=ULOnY SHQumfro&playnext=1

31 Information Search and Visualization  Information Visualization  Multidimensional data  Extracted data from statistical databases  Tasks include finding patterns, correlations between pairs of variables, clusters, gaps and outliers Example of listing of houses for sale Spreadsheet metaphor

32 Information Search and Visualization  Information Visualization  Multidimensional data Hierarchical or k-means clustering to identify similar items Hierarchical: identifies close pairs of items and forms ever- larger clusters until every point is included in the cluster K-means: starts when users specify how many clusters to create, then the algorithm places every item into the most appropriate cluster shtmlhttp:// shtml Example: hierarchical clustering of gene expression data Identifying clusters of genes that are activated with malignant as opposed to benign melanoma (skin cancer)

33 Information Search and Visualization  Information Visualization  Temporal Data  Illnesses, Vaccinations, Surgeries, Lab Results  Events have a start/end time, and items may overlap  Tasks: finding all events before, after or during some time period or moment Example: Patient Medical Record

34 Information Search and Visualization  Information Visualization  Tree Data Collection of items where each item has a link to one parent item Example: Organization Chart

35 Information Search and Visualization  Information Visualization  Tree Data Hyperbolic Tree Structure Limit the number of nodes in the center of the UI

36 Information Search and Visualization  Information Visualization  TreeMap Each rectangle represents a stock and are organized by industry groups The rectangle is proportional to the market capitalization The color indicates gain/loss “N” indicates a link to a news story Map of the Market ch/marketmap ch/marketmap

37 Information Search and Visualization  Information Visualization  Social Network Data When items are linked to an arbitrary number of other items Users often want to know the shortest or least costly path connecting two items Facebook Data Visualization tools facebook-search-engine-data-visualization- tools/

38 Information Search and Visualization  Information Visualization  Facebook: Social Graph  Facebook: Friend Wheel

39 Information Search and Visualization  Information Visualization  Parallel Coordinates

40 Information Search and Visualization  Star Plots

41 Information Search and Visualization  Information Visualization  Overview Task Users can get a overview of the entire collection Zoom Detail View  Filter Task Users can filter-out items that are not of interest  Details-on-demand Task Users can select an item or group to set details  Relate Task Users can relate items or groups within a collection Show relationships by proximity, containment, connection or color coding

42 Information Search and Visualization  Information Visualization  History Task Supports undo, replay and progressive refinement  Extract Task Allows extraction of sub-collections Send items are obtained –Save – –Insert to a statistical package

43 Information Search and Visualization  Periodic table of data visualization methods  Web Site Web Site