Brian Clarkson’s Life Patterns, Ch 6-7

Slides:



Advertisements
Similar presentations
The Sociometer: A Wearable Device for Understanding Human Networks Tanzeem Choudhury and Alex Pentland MIT Media Laboratory.
Advertisements

PHONE MODELING AND COMBINING DISCRIMINATIVE TRAINING FOR MANDARIN-ENGLISH BILINGUAL SPEECH RECOGNITION Yanmin Qian, Jia Liu ICASSP2010 Pei-Ning Chen CSIE.
All that video! Analysis Across Time, Place, & Activities.
Yasuhiro Fujiwara (NTT Cyber Space Labs)
FixtureFinder: Discovering the Existence of Electrical and Water Fixtures Vijay Srinivasan*, John Stankovic, Kamin Whitehouse University of Virginia *(Currently.
Paper Title Presenter: Advocate: Devil’s Advocate: NAME Date.
Hidden Markov Model based 2D Shape Classification Ninad Thakoor 1 and Jean Gao 2 1 Electrical Engineering, University of Texas at Arlington, TX-76013,
Spring 2003Data Mining by H. Liu, ASU1 7. Sequence Mining Sequences and Strings Recognition with Strings MM & HMM Sequence Association Rules.
LYU0103 Speech Recognition Techniques for Digital Video Library Supervisor : Prof Michael R. Lyu Students: Gao Zheng Hong Lei Mo.
Report on Intrusion Detection and Data Fusion By Ganesh Godavari.
Visual Cognition II Object Perception. Theories of Object Recognition Template matching models Feature matching Models Recognition-by-components Configural.
A Comparative Study on Feature Selection in Text Categorization (Proc. 14th International Conference on Machine Learning – 1997) Paper By: Yiming Yang,
LYU0103 Speech Recognition Techniques for Digital Video Library Supervisor : Prof Michael R. Lyu Students: Gao Zheng Hong Lei Mo.
Learning and Recognizing Activities in Streams of Video Dinesh Govindaraju.
Selective Sampling on Probabilistic Labels Peng Peng, Raymond Chi-Wing Wong CSE, HKUST 1.
Exploiting indirect neighbors and topological weight to predict protein function from protein– protein interactions Hon Nian Chua, Wing-Kin Sung and Limsoon.
1 Fingerprint Classification sections Fingerprint matching using transformation parameter clustering R. Germain et al, IEEE And Fingerprint Identification.
Thumbs Up or Thumbs Down? Semantic Orientation Applied to Unsupervised Classification on Reviews Peter D. Turney Institute for Information Technology National.
Evolution and Scoring Rules Example Score = 5 x (# matches) + (-4) x (# mismatches) + + (-7) x (total length of all gaps) Example Score = 5 x (# matches)
7/03Data Mining – Sequences H. Liu (ASU) & G Dong (WSU) 1 7. Sequence Mining Sequences and Strings Recognition with Strings MM & HMM Sequence Association.
Classifier Evaluation Vasileios Hatzivassiloglou University of Texas at Dallas.
 Text Representation & Text Classification for Intelligent Information Retrieval Ning Yu School of Library and Information Science Indiana University.
Protein Secondary Structure Prediction: A New Improved Knowledge-Based Method Wen-Lian Hsu Institute of Information Science Academia Sinica, Taiwan.
Report on Intrusion Detection and Data Fusion By Ganesh Godavari.
Jointly Optimized Regressors for Image Super-resolution Dengxin Dai, Radu Timofte, and Luc Van Gool Computer Vision Lab, ETH Zurich 1.
Math 5 Professor Barnett Timothy G. McManus Anthony P. Pastoors.
Doc.:IEEE /1279r0 Submission Nov 09, 2010 Slide 1 Minho Cheong, ETRI Segment Parser for 160MHz Authors: Date:
Adaptive Mining Techniques for Data Streams using Algorithm Output Granularity Mohamed Medhat Gaber, Shonali Krishnaswamy, Arkady Zaslavsky In Proceedings.
Cluster-specific Named Entity Transliteration Fei Huang HLT/EMNLP 2005.
The Sociometer: A Wearable Device for Understanding Human Networks
Generalized Model Selection For Unsupervised Learning in High Dimension Vaithyanathan and Dom IBM Almaden Research Center NIPS ’ 99.
Ch 5b: Discriminative Training (temporal model) Ilkka Aho.
Automated Interpretation of EEGs: Integrating Temporal and Spectral Modeling Christian Ward, Dr. Iyad Obeid and Dr. Joseph Picone Neural Engineering Data.
Yr 7.  Pupils use mathematics as an integral part of classroom activities. They represent their work with objects or pictures and discuss it. They recognise.
Contains four stand-alone software programs The assistive technology categories most often cited on IEPs Work seamlessly together Unlimited license model.
Using decision trees to build an a framework for multivariate time- series classification 1 Present By Xiayi Kuang.
Hidden Markov Model Parameter Estimation BMI/CS 576 Colin Dewey Fall 2015.
Information Processing by Neuronal Populations Chapter 6: Single-neuron and ensemble contributions to decoding simultaneously recoded spike trains Information.
Finding Clusters within a Class to Improve Classification Accuracy Literature Survey Yong Jae Lee 3/6/08.
Edge Preserving Spatially Varying Mixtures for Image Segmentation Giorgos Sfikas, Christophoros Nikou, Nikolaos Galatsanos (CVPR 2008) Presented by Lihan.
NTNU Speech and Machine Intelligence Laboratory 1 Autoregressive product of multi-frame predictions can improve the accuracy of hybrid models 2016/05/31.
Attitudes and Intentions
Speech Recognition
Efficient Inference on Sequence Segmentation Models
Online Multiscale Dynamic Topic Models
College of Engineering Temple University
Centroid index Cluster level quality measure
핵심어 검출을 위한 단일 끝점 DTW 알고리즘 Yong-Sun Choi and Soo-Young Lee
Key NLP skills to enhance your professional practice
CSSE463: Image Recognition Day 11
Hidden Markov Models (HMM)
ISCI 2002 Physical Science for Teachers
Data Compression.
Cold-Start Heterogeneous-Device Wireless Localization
Coding & Robots.
CSE 4705 Artificial Intelligence
Visual Perception.
WIRED Week 2 Syllabus Update Readings Overview.
CSSE463: Image Recognition Day 11
CS4705 Natural Language Processing
Housekeeping 5 sets of aerial photo stereo pairs on reserve at SLC under FOR 420/520 June 1993 photography.
Department of Psychology University of Washington
Human Speech Perception and Feature Extraction
Cool Down What does 100 represent? What does 0.05p represent?
Introducing SLA of phonology research:
CSSE463: Image Recognition Day 11
CSSE463: Image Recognition Day 11
Basketball Position Classification
Phase based adaptive Branch predictor: Seeing the forest for the trees
Volodymyr Bobyr Supervised by Aayushjungbahadur Rana
Presentation transcript:

Brian Clarkson’s Life Patterns, Ch 6-7 cse 574 11 Feb 2004

Situation Classification Situation = abstract place home, neighborhood, office, store, restaurant, meeting, … “Context free” classification measure similarity between individual 25-frame “chunks”, by calculating log-likelihood of their alignment What’s that? Good performance within a day, poor between days – 56% vs. 72%

Adding Context Classification with long-term context Strategy align chunks across 30 days of data 73% avg. accuracy across different days Strategy calculate CF matches if best match in same day accept, else calculate best long-term match 85% accuracy

Perplexity Perplexity – used in speech recognition as a measure of how strongly previous context predicts the next word Application to Life Patterns: segment sensor stream cluster similar segments create a 1st order Markov model between clusters

Issue: Number of Clusters How many clusters (situations) to use? Measuring accuracy (strength) of a model? compare ground truth at time t against most likely prediction given ground truth for time t-1 gives simple accuracy / granularity tradeoff better: mutual information between pairs of adjacent symbols in training data MI is relative to the particular model measured in bits

Why do this?

Is Life Complex? 50% of the time perplexity is < 4 “A person’s life is not an ever-expanding list of unique situations.” Is this a statement about life, or about the experimental setup? What is the role of novelty in the life of any organism?