GIANT: Geo-Informative Attributes for Location Recognition and Exploration

Size: px
Start display at page:

Download "GIANT: Geo-Informative Attributes for Location Recognition and Exploration"

Transcription

1 GIANT: Geo-Informative Attributes for Location Recognition and Exploration Quan Fang, Jitao Sang, Changsheng Xu Institute of Automation, Chinese Academy of Sciences October 23, 2013

2 Where is this? La Sagrada Família, Barcelona

3 And how about this one? Gothic Quarter, Barcelona? Can computer localize this streetview photo & tell what this is about?

4 UGC photos is flourishing 8 billion images 250 billion images 16 billion images 200 million images a day 150 billion images 350 million images a day

5 Geo-location is available San Francisco London Chicago Paris Berlin New York Barcelona Istanbul Beijing Tokyo 8 billion images 16 billion images 200 million images a day Cairo Hong Kong Taipei Singapore Sao Paulo Sydney

6 when photos meet geo-location

7 Barcelona

8 Discriminative Regions

9 Geo-informative Attributes Discriminative Region Semantic Interpretation Roofs rooftop Roofs Eaves Windows colorful Balcony

10 Geo-informative Attributes Geographically discriminative Differentiate this location from others Representative Occur frequently in this location Semantically interpretable

11 Our Goal: Given a large geo-tagged image dataset, we automatically discover geo-informative attributes towards location recognition and exploration

12 Motivation Related Work Outline Our Solution Geo-informative Attribute Discovery Geo-informative Attribute Interpretation Evaluation Conclusion

13 Geographical Location Estimation Landmark recognition Matching; classification model [Li et al ICCV 2009]; [Kalogerakis et al, ICCV 2009]; [Zheng et al, CVPR2009];[Liu et al, MM2012] Not applicable to general location recognition Location recognition High visual diversity; intra-class variance Scene matching; classification models [IM2GPS, CVPR 2008]; [Crandall et al, WWW 2009]; [G.Friedland et al. MM2011]; Limited scalability; black-box mode

14 Visual Attributes Visual Attributes Learning Machine detectable; semantically meaningful Mid-level representation [Singh et al. ECCV2014];[Doersch et al. Siggraph 2012] [Farhadi et al, CVPR2009];[Parikh ICCV2011] Geographical visual attribute mining WHAT MAKES PARIS LOOK LIKE PARIS? [Doersch et al. Siggraph 2012] Discover visual elements that characterize a city Discriminative clustering Independently mine the visual patches No text interpretation

15 Outline Motivation Problem Related Work Our Solution Geo-informative Attribute Discovery Geo-informative Attribute Interpretation Evaluation Conclusion

16 Solution Geo-informative Attribute Discovery Discriminative Region Detection & Clustering Tag-Region Learning & Interpretation Discriminative Representative Semantically Understandable Geo-informative Attributes Geo-informative Attribute Interpretation

17 Outline Motivation Problem Related Work Our Solution Geo-informative Attribute Discovery Geo-informative Attribute Interpretation Evaluation Conclusion

18 Geo-informative Attribute Discovery Input Output Neighbor Voting Region-based Latent SVM Meanshift Clustering Geo-tagged Photos Geo-discriminative Photo Selection Geo-discriminative Regions Detection Geo-informative Attributes

19 Step 1: Non-discriminative Photo Filtering Nearest neighbor voting Photo Nearest neighbors Barcelona Not Barcelona

20 Step 2: Discriminative Region Selection Region Generation Hierarchically grid-based segmentation

21 Region-based Latent SVM Combine region feature, region discriminative capability, location label in a principled model Core idea: Each region is associated with a binary latent variable z indicating whether it s geo-informative or not Learn a function f w : X L R Region feature vector Latent variable Location label w T Φ x, z, l = Feature vs. Latent Variable Potential N i=1 + α T φ(x i, z i + N i=1 β T φ(z i, l γ T ψ(z i, z j, x i, x j (i,j E Latent variable vs. location label Potential Latent variable vs. Latent variable Potential

22 Region-based Latent SVM Feature vs. Latent Variable Potential l α T φ(x i, z i = α T b 1(z i = b x i b Z Latent Variable vs. Location Label Potential z k zi z j z t β T φ(z i, l = β b,c 1(l = b 1(z i = c b K c Z Latent Variable vs. Latent Variable Potential x k x i x j x t γ T ψ(z i, z j, x i, x j = b Z c Z γ b,c p(x i, x j 1(z i = b 1(z j = c p(x i, x j = e x i x j

23 Region-based Latent SVM Model Learning Holding latent variables z fixed, learn parameters w to minimize the objective Non-convex bundle optimization Model Inference Holding parameters w fixed, search the best variable configuration such that w T Φ(x, z, l is maximized Loopy belief propagation M 1 min w,ξ 0 2 w 2 + C 1 ξ i i=1 s. t. max z wt Φ(x i, z, l i max z wt Φ(x i, z, l Δ(l i, l ξ i, l L z = argmax z wt Φ(x i, z, l i )

24 Step 3: Geo-informative Attribute Generation Meanshift clustering Geo-informative Attributes Discriminative Region

25 City-scale Location Recognition Region-based Latent SVM Directly apply the RLSVM for a new given photo x GIANT: geo-informative attribute-based recognition Locality-constrained coding over the attribute vocabulary D Discriminative classifier l = arg max{max l z min S N n=1 y n D n s n 2 s. t.1 t s n = 1 w T Φ(x t, z, l

26 Outline Motivation Problem Related Work Our Solution Geo-informative Attribute Discovery Geo-informative Attribute Interpretation Evaluation Conclusion

27 Geo-informative Attribute Interpretation Tag-region Relatedness Learning Discriminative SVM Classifiers Discriminative Classifiers Scoring Semantic tags for Attributes

28 Tag-Region Relatedness Learning Measure the relatedness between the tag and regions Exploit the co-occurrence relationships between tags and photos Learn a bundle of discriminative SVM classifiers for each tag architecture 'architecture' Clustering SVM Learning

29 Attribute Interpretation Discriminative Classifiers Scoring Score each region with all SVMs Compute and sort tag scores Select the top n tags 'architecture' 'espanya' 'jugendstil architecture: 0.75 espanya: 0.45 jugendstil: 0.4 architecture: 0.8 espanya: 0.55 jugendstil: 0.36 architecture: 0.7 espanya: 0.5 jugendstil: 0.42 architecture: 0.6 espanya: 0.5 jugendstil: 0.42 architecture: 2.85 espanya: 2 jugendstil: 1.6

30 Motivation Related Work Outline Our Solution Geo-informative Attribute Discovery Geo-informative Attribute Interpretation Evaluation Conclusion

31 San Francisco Chicago New York London Paris Barcelona Hong Kong Tokyo Taipei Singapore Sao Paulo GoogleStreetView Sydney

32 London Paris Barcelona Berlin Istanbul Beijing Cairo Flickr City

33 Dataset Dataset GoogleStreetView Flickr #City 12 7 #Photo per city Nearly 10,000 2,000 ~ 3,000 #Total photo 139,840 13,503

34 Experiment Setup Dataset Randomly sample near 500 photos for each city GoogleStreetView: 6,111; Flickr city: 3,501; 100 photos per city for training, the rest for testing Compared Methods knn: Scene-matching method [J. Hays et al., CVPR 2008] LF+SVM : Low-level features combined with SVM [J. Zhu et al., MM 2008] BOVW+SVM: Bag of words features combined with SVM [J. Wang et al., CVPR 2010] DRLR: Discriminative region selection at the patch-level [C. Doersch et al., SIGGRAPH 2012]

35 Performance Comparison map results of recognition algorithms on GoogleStreetView

36 Performance Comparison map results of recognition algorithms on Flickr City Geo-informative attributes are of great value for location recognition.

37 Discriminative Region Detection Barcelona Hong Kong Paris Chicago London Istanbul

38 Cairo Berlin Istanbul Beijing Barcelona London Paris Singapore Chicago HongKong NYC Sanfransisco Sanpaulo Sydney Taipei Tokyo

39 Barcelona antonigaudi towers sebastianniedlich sagradafamilia nativity catalonia arquitectura espanya jugendstil artnouveau katalonien catalonia catalunya antoniogaudi antonigaudi sagradafamilia cathedral catholic

40 London Paris Attribute Interpretation Berlin Beijing Istanbul Cairo

41 Application: City Exploration Barcelona Sagradafamilia Antonigaudi sebastianniedlich catalonia arquitectura espanya Barcelona

42 Outline Motivation Problem Related Work Our Solution Geo-informative Attribute Discovery Geo-informative Attribute Interpretation Evaluation Conclusion

43 Conclusion Automatically discover geo-informative attributes Property: discriminative &representative& semantically interpretable Solution: Region-based latent SVM model for attribute detection Exploiting user-contributed tags for attribute interpretation Geo-informative attributes Be effective in general location recognition Visually characterize a city, enabling practical applications

44 Future Work The world is perceived by Visual + Semantic Geospatial visual + semantic knowledge mining Geo computing for location-based services Travel assistant system based on graph search Sensing Serving Geo Computing Mining Understanding

45 Thank you!

Shu Kong. Department of Computer Science, UC Irvine

Shu Kong. Department of Computer Science, UC Irvine Ubiquitous Fine-Grained Computer Vision Shu Kong Department of Computer Science, UC Irvine Outline 1. Problem definition 2. Instantiation 3. Challenge 4. Fine-grained classification with holistic representation

More information

Shu Kong. Department of Computer Science, UC Irvine

Shu Kong. Department of Computer Science, UC Irvine Ubiquitous Fine-Grained Computer Vision Shu Kong Department of Computer Science, UC Irvine Outline 1. Problem definition 2. Instantiation 3. Challenge and philosophy 4. Fine-grained classification with

More information

Annotation and Retrieval System Using Confabulation Model for ImageCLEF2011 Photo Annotation

Annotation and Retrieval System Using Confabulation Model for ImageCLEF2011 Photo Annotation Annotation and Retrieval System Using Confabulation Model for ImageCLEF2011 Photo Annotation Ryo Izawa, Naoki Motohashi, and Tomohiro Takagi Department of Computer Science Meiji University 1-1-1 Higashimita,

More information

Beyond R-CNN detection: Learning to Merge Contextual Attribute

Beyond R-CNN detection: Learning to Merge Contextual Attribute Brain Unleashing Series - Beyond R-CNN detection: Learning to Merge Contextual Attribute Shu Kong CS, ICS, UCI 2015-1-29 Outline 1. RCNN is essentially doing classification, without considering contextual

More information

Part 1: Bag-of-words models. by Li Fei-Fei (Princeton)

Part 1: Bag-of-words models. by Li Fei-Fei (Princeton) Part 1: Bag-of-words models by Li Fei-Fei (Princeton) Object Bag of words Analogy to documents Of all the sensory impressions proceeding to the brain, the visual experiences are the dominant ones. Our

More information

A Vision-based Affective Computing System. Jieyu Zhao Ningbo University, China

A Vision-based Affective Computing System. Jieyu Zhao Ningbo University, China A Vision-based Affective Computing System Jieyu Zhao Ningbo University, China Outline Affective Computing A Dynamic 3D Morphable Model Facial Expression Recognition Probabilistic Graphical Models Some

More information

Motivation: Attention: Focusing on specific parts of the input. Inspired by neuroscience.

Motivation: Attention: Focusing on specific parts of the input. Inspired by neuroscience. Outline: Motivation. What s the attention mechanism? Soft attention vs. Hard attention. Attention in Machine translation. Attention in Image captioning. State-of-the-art. 1 Motivation: Attention: Focusing

More information

Data Mining in Bioinformatics Day 4: Text Mining

Data Mining in Bioinformatics Day 4: Text Mining Data Mining in Bioinformatics Day 4: Text Mining Karsten Borgwardt February 25 to March 10 Bioinformatics Group MPIs Tübingen Karsten Borgwardt: Data Mining in Bioinformatics, Page 1 What is text mining?

More information

Predicting Sleep Using Consumer Wearable Sensing Devices

Predicting Sleep Using Consumer Wearable Sensing Devices Predicting Sleep Using Consumer Wearable Sensing Devices Miguel A. Garcia Department of Computer Science Stanford University Palo Alto, California miguel16@stanford.edu 1 Introduction In contrast to the

More information

Automatic Diagnosis of Ovarian Carcinomas via Sparse Multiresolution Tissue Representation

Automatic Diagnosis of Ovarian Carcinomas via Sparse Multiresolution Tissue Representation Automatic Diagnosis of Ovarian Carcinomas via Sparse Multiresolution Tissue Representation Aïcha BenTaieb, Hector Li-Chang, David Huntsman, Ghassan Hamarneh Medical Image Analysis Lab, Simon Fraser University,

More information

Statistics 202: Data Mining. c Jonathan Taylor. Final review Based in part on slides from textbook, slides of Susan Holmes.

Statistics 202: Data Mining. c Jonathan Taylor. Final review Based in part on slides from textbook, slides of Susan Holmes. Final review Based in part on slides from textbook, slides of Susan Holmes December 5, 2012 1 / 1 Final review Overview Before Midterm General goals of data mining. Datatypes. Preprocessing & dimension

More information

Incorporating Privileged Genetic Information for Fundus Image Based Glaucoma Detection

Incorporating Privileged Genetic Information for Fundus Image Based Glaucoma Detection Incorporating Privileged Genetic Information for Fundus Image Based Glaucoma Detection Lixin Duan 1, Yanwu Xu 1, Wen Li 2, Lin Chen 1, Damon Wing Kee Wong 1, Tien Yin Wong 3, and Jiang Liu 1 1 Institute

More information

Effective Diagnosis of Alzheimer s Disease by means of Association Rules

Effective Diagnosis of Alzheimer s Disease by means of Association Rules Effective Diagnosis of Alzheimer s Disease by means of Association Rules Rosa Chaves (rosach@ugr.es) J. Ramírez, J.M. Górriz, M. López, D. Salas-Gonzalez, I. Illán, F. Segovia, P. Padilla Dpt. Theory of

More information

Agent-Based Models. Maksudul Alam, Wei Wang

Agent-Based Models. Maksudul Alam, Wei Wang Agent-Based Models Maksudul Alam, Wei Wang Outline Literature Review about Agent-Based model Modeling disease outbreaks in realistic urban social Networks EpiSimdemics: an Efficient Algorithm for Simulating

More information

Gene Selection for Tumor Classification Using Microarray Gene Expression Data

Gene Selection for Tumor Classification Using Microarray Gene Expression Data Gene Selection for Tumor Classification Using Microarray Gene Expression Data K. Yendrapalli, R. Basnet, S. Mukkamala, A. H. Sung Department of Computer Science New Mexico Institute of Mining and Technology

More information

Inferring Clinical Correlations from EEG Reports with Deep Neural Learning

Inferring Clinical Correlations from EEG Reports with Deep Neural Learning Inferring Clinical Correlations from EEG Reports with Deep Neural Learning Methods for Identification, Classification, and Association using EHR Data S23 Travis R. Goodwin (Presenter) & Sanda M. Harabagiu

More information

arxiv: v1 [stat.ml] 23 Jan 2017

arxiv: v1 [stat.ml] 23 Jan 2017 Learning what to look in chest X-rays with a recurrent visual attention model arxiv:1701.06452v1 [stat.ml] 23 Jan 2017 Petros-Pavlos Ypsilantis Department of Biomedical Engineering King s College London

More information

arxiv: v1 [cs.lg] 4 Feb 2019

arxiv: v1 [cs.lg] 4 Feb 2019 Machine Learning for Seizure Type Classification: Setting the benchmark Subhrajit Roy [000 0002 6072 5500], Umar Asif [0000 0001 5209 7084], Jianbin Tang [0000 0001 5440 0796], and Stefan Harrer [0000

More information

Causal Knowledge Modeling for Traditional Chinese Medicine using OWL 2

Causal Knowledge Modeling for Traditional Chinese Medicine using OWL 2 Causal Knowledge Modeling for Traditional Chinese Medicine using OWL 2 Peiqin Gu College of Computer Science, Zhejiang University, P.R.China gupeiqin@zju.edu.cn Abstract. Unlike Western Medicine, those

More information

MEM BASED BRAIN IMAGE SEGMENTATION AND CLASSIFICATION USING SVM

MEM BASED BRAIN IMAGE SEGMENTATION AND CLASSIFICATION USING SVM MEM BASED BRAIN IMAGE SEGMENTATION AND CLASSIFICATION USING SVM T. Deepa 1, R. Muthalagu 1 and K. Chitra 2 1 Department of Electronics and Communication Engineering, Prathyusha Institute of Technology

More information

CONSTRAINED SEMI-SUPERVISED LEARNING ATTRIBUTES USING ATTRIBUTES AND COMPARATIVE

CONSTRAINED SEMI-SUPERVISED LEARNING ATTRIBUTES USING ATTRIBUTES AND COMPARATIVE CONSTRAINED SEMI-SUPERVISED LEARNING USING ATTRIBUTES AND COMPARATIVE ATTRIBUTES Abhinav Shrivastava, Saurabh Singh, Abhinav Gupta The Robotics Institute Carnegie Mellon University SUPERVISION BIG-DATA

More information

Generalized additive model for disease risk prediction

Generalized additive model for disease risk prediction Generalized additive model for disease risk prediction Guodong Chen Chu Kochen Honors College, Zhejiang University Channing Division of Network Medicine, BWH & HMS Advised by: Prof. Yang-Yu Liu 1 Is it

More information

Memory-Augmented Active Deep Learning for Identifying Relations Between Distant Medical Concepts in Electroencephalography Reports

Memory-Augmented Active Deep Learning for Identifying Relations Between Distant Medical Concepts in Electroencephalography Reports Memory-Augmented Active Deep Learning for Identifying Relations Between Distant Medical Concepts in Electroencephalography Reports Ramon Maldonado, BS, Travis Goodwin, PhD Sanda M. Harabagiu, PhD The University

More information

Class discovery in Gene Expression Data: Characterizing Splits by Support Vector Machines

Class discovery in Gene Expression Data: Characterizing Splits by Support Vector Machines Class discovery in Gene Expression Data: Characterizing Splits by Support Vector Machines Florian Markowetz and Anja von Heydebreck Max-Planck-Institute for Molecular Genetics Computational Molecular Biology

More information

Automatic Hemorrhage Classification System Based On Svm Classifier

Automatic Hemorrhage Classification System Based On Svm Classifier Automatic Hemorrhage Classification System Based On Svm Classifier Abstract - Brain hemorrhage is a bleeding in or around the brain which are caused by head trauma, high blood pressure and intracranial

More information

Bootstrapped Integrative Hypothesis Test, COPD-Lung Cancer Differentiation, and Joint mirnas Biomarkers

Bootstrapped Integrative Hypothesis Test, COPD-Lung Cancer Differentiation, and Joint mirnas Biomarkers Bootstrapped Integrative Hypothesis Test, COPD-Lung Cancer Differentiation, and Joint mirnas Biomarkers Kai-Ming Jiang 1,2, Bao-Liang Lu 1,2, and Lei Xu 1,2,3(&) 1 Department of Computer Science and Engineering,

More information

Data Analysis with SPSS

Data Analysis with SPSS Data Analysis with SPSS A First Course in Applied Statistics Fourth Edition Stephen Sweet Ithaca College Karen Grace-Martin The Analysis Factor Allyn & Bacon Boston Columbus Indianapolis New York San Francisco

More information

Recognizing Scenes by Simulating Implied Social Interaction Networks

Recognizing Scenes by Simulating Implied Social Interaction Networks Recognizing Scenes by Simulating Implied Social Interaction Networks MaryAnne Fields and Craig Lennon Army Research Laboratory, Aberdeen, MD, USA Christian Lebiere and Michael Martin Carnegie Mellon University,

More information

VIDEO SALIENCY INCORPORATING SPATIOTEMPORAL CUES AND UNCERTAINTY WEIGHTING

VIDEO SALIENCY INCORPORATING SPATIOTEMPORAL CUES AND UNCERTAINTY WEIGHTING VIDEO SALIENCY INCORPORATING SPATIOTEMPORAL CUES AND UNCERTAINTY WEIGHTING Yuming Fang, Zhou Wang 2, Weisi Lin School of Computer Engineering, Nanyang Technological University, Singapore 2 Department of

More information

A Predictive Chronological Model of Multiple Clinical Observations T R A V I S G O O D W I N A N D S A N D A M. H A R A B A G I U

A Predictive Chronological Model of Multiple Clinical Observations T R A V I S G O O D W I N A N D S A N D A M. H A R A B A G I U A Predictive Chronological Model of Multiple Clinical Observations T R A V I S G O O D W I N A N D S A N D A M. H A R A B A G I U T H E U N I V E R S I T Y O F T E X A S A T D A L L A S H U M A N L A N

More information

A Novel Capsule Neural Network Based Model For Drowsiness Detection Using Electroencephalography Signals

A Novel Capsule Neural Network Based Model For Drowsiness Detection Using Electroencephalography Signals A Novel Capsule Neural Network Based Model For Drowsiness Detection Using Electroencephalography Signals Luis Guarda Bräuning (1) Nicolas Astorga (1) Enrique López Droguett (1) Marcio Moura (2) Marcelo

More information

Visual Saliency Based on Multiscale Deep Features Supplementary Material

Visual Saliency Based on Multiscale Deep Features Supplementary Material Visual Saliency Based on Multiscale Deep Features Supplementary Material Guanbin Li Yizhou Yu Department of Computer Science, The University of Hong Kong https://sites.google.com/site/ligb86/mdfsaliency/

More information

Bayesian Networks Representation. Machine Learning 10701/15781 Carlos Guestrin Carnegie Mellon University

Bayesian Networks Representation. Machine Learning 10701/15781 Carlos Guestrin Carnegie Mellon University Bayesian Networks Representation Machine Learning 10701/15781 Carlos Guestrin Carnegie Mellon University March 16 th, 2005 Handwriting recognition Character recognition, e.g., kernel SVMs r r r a c r rr

More information

Discovering Symptom-herb Relationship by Exploiting SHT Topic Model

Discovering Symptom-herb Relationship by Exploiting SHT Topic Model [DOI: 10.2197/ipsjtbio.10.16] Original Paper Discovering Symptom-herb Relationship by Exploiting SHT Topic Model Lidong Wang 1,a) Keyong Hu 1 Xiaodong Xu 2 Received: July 7, 2017, Accepted: August 29,

More information

May All Your Wishes Come True: A Study of Wishes and How to Recognize Them

May All Your Wishes Come True: A Study of Wishes and How to Recognize Them May All Your Wishes Come True: A Study of Wishes and How to Recognize Them Andrew B. Goldberg, Nathanael Fillmore, David Andrzejewski, Zhiting Xu, Bryan Gibson & Xiaojin Zhu Computer Sciences Department

More information

Efficacy of the Extended Principal Orthogonal Decomposition Method on DNA Microarray Data in Cancer Detection

Efficacy of the Extended Principal Orthogonal Decomposition Method on DNA Microarray Data in Cancer Detection 202 4th International onference on Bioinformatics and Biomedical Technology IPBEE vol.29 (202) (202) IASIT Press, Singapore Efficacy of the Extended Principal Orthogonal Decomposition on DA Microarray

More information

Object Detectors Emerge in Deep Scene CNNs

Object Detectors Emerge in Deep Scene CNNs Object Detectors Emerge in Deep Scene CNNs Bolei Zhou, Aditya Khosla, Agata Lapedriza, Aude Oliva, Antonio Torralba Presented By: Collin McCarthy Goal: Understand how objects are represented in CNNs Are

More information

Putting Context into. Vision. September 15, Derek Hoiem

Putting Context into. Vision. September 15, Derek Hoiem Putting Context into Vision Derek Hoiem September 15, 2004 Questions to Answer What is context? How is context used in human vision? How is context currently used in computer vision? Conclusions Context

More information

Action Recognition. Computer Vision Jia-Bin Huang, Virginia Tech. Many slides from D. Hoiem

Action Recognition. Computer Vision Jia-Bin Huang, Virginia Tech. Many slides from D. Hoiem Action Recognition Computer Vision Jia-Bin Huang, Virginia Tech Many slides from D. Hoiem This section: advanced topics Convolutional neural networks in vision Action recognition Vision and Language 3D

More information

POC Brain Tumor Segmentation. vlife Use Case

POC Brain Tumor Segmentation. vlife Use Case Brain Tumor Segmentation vlife Use Case 1 Automatic Brain Tumor Segmentation using CNN Background Brain tumor segmentation seeks to separate healthy tissue from tumorous regions such as the advancing tumor,

More information

Video Saliency Detection via Dynamic Consistent Spatio- Temporal Attention Modelling

Video Saliency Detection via Dynamic Consistent Spatio- Temporal Attention Modelling AAAI -13 July 16, 2013 Video Saliency Detection via Dynamic Consistent Spatio- Temporal Attention Modelling Sheng-hua ZHONG 1, Yan LIU 1, Feifei REN 1,2, Jinghuan ZHANG 2, Tongwei REN 3 1 Department of

More information

Learning Spatiotemporal Gaps between Where We Look and What We Focus on

Learning Spatiotemporal Gaps between Where We Look and What We Focus on Express Paper Learning Spatiotemporal Gaps between Where We Look and What We Focus on Ryo Yonetani 1,a) Hiroaki Kawashima 1,b) Takashi Matsuyama 1,c) Received: March 11, 2013, Accepted: April 24, 2013,

More information

Large-scale Histopathology Image Analysis for Colon Cancer on Azure

Large-scale Histopathology Image Analysis for Colon Cancer on Azure Large-scale Histopathology Image Analysis for Colon Cancer on Azure Yan Xu 1, 2 Tao Mo 2 Teng Gao 2 Maode Lai 4 Zhuowen Tu 2,3 Eric I-Chao Chang 2 1 Beihang University; 2 Microsoft Research Asia; 3 UCSD;

More information

Automated Volumetric Cardiac Ultrasound Analysis

Automated Volumetric Cardiac Ultrasound Analysis Whitepaper Automated Volumetric Cardiac Ultrasound Analysis ACUSON SC2000 Volume Imaging Ultrasound System Bogdan Georgescu, Ph.D. Siemens Corporate Research Princeton, New Jersey USA Answers for life.

More information

B657: Final Project Report Holistically-Nested Edge Detection

B657: Final Project Report Holistically-Nested Edge Detection B657: Final roject Report Holistically-Nested Edge Detection Mingze Xu & Hanfei Mei May 4, 2016 Abstract Holistically-Nested Edge Detection (HED), which is a novel edge detection method based on fully

More information

Computational Cognitive Science

Computational Cognitive Science Computational Cognitive Science Lecture 19: Contextual Guidance of Attention Chris Lucas (Slides adapted from Frank Keller s) School of Informatics University of Edinburgh clucas2@inf.ed.ac.uk 20 November

More information

Improving the Interpretability of DEMUD on Image Data Sets

Improving the Interpretability of DEMUD on Image Data Sets Improving the Interpretability of DEMUD on Image Data Sets Jake Lee, Jet Propulsion Laboratory, California Institute of Technology & Columbia University, CS 19 Intern under Kiri Wagstaff Summer 2018 Government

More information

Domain Generalization and Adaptation using Low Rank Exemplar Classifiers

Domain Generalization and Adaptation using Low Rank Exemplar Classifiers Domain Generalization and Adaptation using Low Rank Exemplar Classifiers 报告人 : 李文 苏黎世联邦理工学院计算机视觉实验室 李文 苏黎世联邦理工学院 9/20/2017 1 Outline Problems Domain Adaptation and Domain Generalization Low Rank Exemplar

More information

Detection of Cognitive States from fmri data using Machine Learning Techniques

Detection of Cognitive States from fmri data using Machine Learning Techniques Detection of Cognitive States from fmri data using Machine Learning Techniques Vishwajeet Singh, K.P. Miyapuram, Raju S. Bapi* University of Hyderabad Computational Intelligence Lab, Department of Computer

More information

UNDERSTANDING THE EMOTIONS BEHIND SOCIAL IMAGES: INFERRING WITH USER DEMOGRAPHICS

UNDERSTANDING THE EMOTIONS BEHIND SOCIAL IMAGES: INFERRING WITH USER DEMOGRAPHICS UNDERSTANDING THE EMOTIONS BEHIND SOCIAL IMAGES: INFERRING WITH USER DEMOGRAPHICS Boya Wu 1,2,3, Jia Jia 1,2,3, Yang Yang 1, Peijun Zhao 1,2,3, Jie Tang 1 1 Department of Computer Science and Technology,

More information

Heterogeneous Data Mining for Brain Disorder Identification. Bokai Cao 04/07/2015

Heterogeneous Data Mining for Brain Disorder Identification. Bokai Cao 04/07/2015 Heterogeneous Data Mining for Brain Disorder Identification Bokai Cao 04/07/2015 Outline Introduction Tensor Imaging Analysis Brain Network Analysis Davidson et al. Network discovery via constrained tensor

More information

ITERATIVELY TRAINING CLASSIFIERS FOR CIRCULATING TUMOR CELL DETECTION

ITERATIVELY TRAINING CLASSIFIERS FOR CIRCULATING TUMOR CELL DETECTION ITERATIVELY TRAINING CLASSIFIERS FOR CIRCULATING TUMOR CELL DETECTION Yunxiang Mao 1, Zhaozheng Yin 1, Joseph M. Schober 2 1 Missouri University of Science and Technology 2 Southern Illinois University

More information

Personalized Travel Recommendation by Mining People Attributes from Community-Contributed Photos

Personalized Travel Recommendation by Mining People Attributes from Community-Contributed Photos Personalized Travel Recommendation by Mining People Attributes from Community-Contributed Photos An-Jung Cheng, Yan-Ying Chen, Yen-Ta Huang, Winston H. Hsu and Hong-Yuan Mark Liao Dept. of Computer Science

More information

Jia Jia Tsinghua University 26/09/2017

Jia Jia Tsinghua University 26/09/2017 Jia Jia jjia@tsinghua.edu.cn Tsinghua University 26/09/2017 Stage 1: Online detection of mental health problems Stress Detection via Harvesting Social Media Detecting Stress Based on Social Interactions

More information

Fine-Grained Image Classification Using Color Exemplar Classifiers

Fine-Grained Image Classification Using Color Exemplar Classifiers Fine-Grained Image Classification Using Color Exemplar Classifiers Chunjie Zhang 1, Wei Xiong 1, Jing Liu 2, Yifan Zhang 2, Chao Liang 3, and Qingming Huang 1,4 1 School of Computer and Control Engineering,

More information

Using Information From the Target Language to Improve Crosslingual Text Classification

Using Information From the Target Language to Improve Crosslingual Text Classification Using Information From the Target Language to Improve Crosslingual Text Classification Gabriela Ramírez 1, Manuel Montes 1, Luis Villaseñor 1, David Pinto 2 and Thamar Solorio 3 1 Laboratory of Language

More information

Hierarchical Convolutional Features for Visual Tracking

Hierarchical Convolutional Features for Visual Tracking Hierarchical Convolutional Features for Visual Tracking Chao Ma Jia-Bin Huang Xiaokang Yang Ming-Husan Yang SJTU UIUC SJTU UC Merced ICCV 2015 Background Given the initial state (position and scale), estimate

More information

Fine-Grained Image Classification Using Color Exemplar Classifiers

Fine-Grained Image Classification Using Color Exemplar Classifiers Fine-Grained Image Classification Using Color Exemplar Classifiers Chunjie Zhang 1, Wei Xiong 1, Jing Liu 2, Yifan Zhang 2, Chao Liang 3, Qingming Huang 1, 4 1 School of Computer and Control Engineering,

More information

Spatial Cognition for Mobile Robots: A Hierarchical Probabilistic Concept- Oriented Representation of Space

Spatial Cognition for Mobile Robots: A Hierarchical Probabilistic Concept- Oriented Representation of Space Spatial Cognition for Mobile Robots: A Hierarchical Probabilistic Concept- Oriented Representation of Space Shrihari Vasudevan Advisor: Prof. Dr. Roland Siegwart Autonomous Systems Lab, ETH Zurich, Switzerland.

More information

Medical Image Analysis

Medical Image Analysis Medical Image Analysis 1 Co-trained convolutional neural networks for automated detection of prostate cancer in multiparametric MRI, 2017, Medical Image Analysis 2 Graph-based prostate extraction in t2-weighted

More information

Improved Intelligent Classification Technique Based On Support Vector Machines

Improved Intelligent Classification Technique Based On Support Vector Machines Improved Intelligent Classification Technique Based On Support Vector Machines V.Vani Asst.Professor,Department of Computer Science,JJ College of Arts and Science,Pudukkottai. Abstract:An abnormal growth

More information

Does daily travel pattern disclose people s preference?

Does daily travel pattern disclose people s preference? Proceedings of the 51 st Hawaii International Conference on System Sciences 2018 Does daily travel pattern disclose people s preference? Mingxin Gan * Donlinks School of Economics and Management, University

More information

EECS 433 Statistical Pattern Recognition

EECS 433 Statistical Pattern Recognition EECS 433 Statistical Pattern Recognition Ying Wu Electrical Engineering and Computer Science Northwestern University Evanston, IL 60208 http://www.eecs.northwestern.edu/~yingwu 1 / 19 Outline What is Pattern

More information

Reader s Emotion Prediction Based on Partitioned Latent Dirichlet Allocation Model

Reader s Emotion Prediction Based on Partitioned Latent Dirichlet Allocation Model Reader s Emotion Prediction Based on Partitioned Latent Dirichlet Allocation Model Ruifeng Xu, Chengtian Zou, Jun Xu Key Laboratory of Network Oriented Intelligent Computation, Shenzhen Graduate School,

More information

AClass: A Simple, Online Probabilistic Classifier. Vikash K. Mansinghka Computational Cognitive Science Group MIT BCS/CSAIL

AClass: A Simple, Online Probabilistic Classifier. Vikash K. Mansinghka Computational Cognitive Science Group MIT BCS/CSAIL AClass: A Simple, Online Probabilistic Classifier Vikash K. Mansinghka Computational Cognitive Science Group MIT BCS/CSAIL AClass: A Simple, Online Probabilistic Classifier or How I learned to stop worrying

More information

A Comparison of Collaborative Filtering Methods for Medication Reconciliation

A Comparison of Collaborative Filtering Methods for Medication Reconciliation A Comparison of Collaborative Filtering Methods for Medication Reconciliation Huanian Zheng, Rema Padman, Daniel B. Neill The H. John Heinz III College, Carnegie Mellon University, Pittsburgh, PA, 15213,

More information

Rating prediction on Amazon Fine Foods Reviews

Rating prediction on Amazon Fine Foods Reviews Rating prediction on Amazon Fine Foods Reviews Chen Zheng University of California,San Diego chz022@ucsd.edu Ye Zhang University of California,San Diego yez033@ucsd.edu Yikun Huang University of California,San

More information

Realization of Visual Representation Task on a Humanoid Robot

Realization of Visual Representation Task on a Humanoid Robot Istanbul Technical University, Robot Intelligence Course Realization of Visual Representation Task on a Humanoid Robot Emeç Erçelik May 31, 2016 1 Introduction It is thought that human brain uses a distributed

More information

Asthma Surveillance Using Social Media Data

Asthma Surveillance Using Social Media Data Asthma Surveillance Using Social Media Data Wenli Zhang 1, Sudha Ram 1, Mark Burkart 2, Max Williams 2, and Yolande Pengetnze 2 University of Arizona 1, PCCI-Parkland Center for Clinical Innovation 2 {wenlizhang,

More information

FEATURE EXTRACTION USING GAZE OF PARTICIPANTS FOR CLASSIFYING GENDER OF PEDESTRIANS IN IMAGES

FEATURE EXTRACTION USING GAZE OF PARTICIPANTS FOR CLASSIFYING GENDER OF PEDESTRIANS IN IMAGES FEATURE EXTRACTION USING GAZE OF PARTICIPANTS FOR CLASSIFYING GENDER OF PEDESTRIANS IN IMAGES Riku Matsumoto, Hiroki Yoshimura, Masashi Nishiyama, and Yoshio Iwai Department of Information and Electronics,

More information

Colon cancer subtypes from gene expression data

Colon cancer subtypes from gene expression data Colon cancer subtypes from gene expression data Nathan Cunningham Giuseppe Di Benedetto Sherman Ip Leon Law Module 6: Applied Statistics 26th February 2016 Aim Replicate findings of Felipe De Sousa et

More information

Automated Tessellated Fundus Detection in Color Fundus Images

Automated Tessellated Fundus Detection in Color Fundus Images University of Iowa Iowa Research Online Proceedings of the Ophthalmic Medical Image Analysis International Workshop 2016 Proceedings Oct 21st, 2016 Automated Tessellated Fundus Detection in Color Fundus

More information

Event Classification and Relationship Labeling in Affiliation Networks

Event Classification and Relationship Labeling in Affiliation Networks Event Classification and Relationship Labeling in Affiliation Networks Abstract Many domains are best described as an affiliation network in which there are entities such as actors, events and organizations

More information

A micropower support vector machine based seizure detection architecture for embedded medical devices

A micropower support vector machine based seizure detection architecture for embedded medical devices A micropower support vector machine based seizure detection architecture for embedded medical devices The MIT Faculty has made this article openly available. Please share how this access benefits you.

More information

Design of Palm Acupuncture Points Indicator

Design of Palm Acupuncture Points Indicator Design of Palm Acupuncture Points Indicator Wen-Yuan Chen, Shih-Yen Huang and Jian-Shie Lin Abstract The acupuncture points are given acupuncture or acupressure so to stimulate the meridians on each corresponding

More information

Semantic Pattern Transformation

Semantic Pattern Transformation Semantic Pattern Transformation IKNOW 2013 Peter Teufl, Herbert Leitold, Reinhard Posch peter.teufl@iaik.tugraz.at Our Background Topics Mobile device security Cloud security Security consulting for public

More information

Chapter 1. Introduction

Chapter 1. Introduction Chapter 1 Introduction 1.1 Motivation and Goals The increasing availability and decreasing cost of high-throughput (HT) technologies coupled with the availability of computational tools and data form a

More information

Mike Davies Director, Neuromorphic Computing Lab Intel Labs

Mike Davies Director, Neuromorphic Computing Lab Intel Labs Mike Davies Director, Neuromorphic Computing Lab Intel Labs Loihi at a Glance Key Properties Integrated Memory + Compute Neuromorphic Architecture 128 neuromorphic cores supporting up to 128k neurons and

More information

Confluence: Conformity Influence in Large Social Networks

Confluence: Conformity Influence in Large Social Networks Confluence: Conformity Influence in Large Social Networks Jie Tang *, Sen Wu *, and Jimeng Sun + * Tsinghua University + IBM TJ Watson Research Center 1 Conformity Conformity is the act of matching attitudes,

More information

DEEP LEARNING BASED VISION-TO-LANGUAGE APPLICATIONS: CAPTIONING OF PHOTO STREAMS, VIDEOS, AND ONLINE POSTS

DEEP LEARNING BASED VISION-TO-LANGUAGE APPLICATIONS: CAPTIONING OF PHOTO STREAMS, VIDEOS, AND ONLINE POSTS SEOUL Oct.7, 2016 DEEP LEARNING BASED VISION-TO-LANGUAGE APPLICATIONS: CAPTIONING OF PHOTO STREAMS, VIDEOS, AND ONLINE POSTS Gunhee Kim Computer Science and Engineering Seoul National University October

More information

I. INTRODUCTION III. OVERALL DESIGN

I. INTRODUCTION III. OVERALL DESIGN Inherent Selection Of Tuberculosis Using Graph Cut Segmentation V.N.Ilakkiya 1, Dr.P.Raviraj 2 1 PG Scholar, Department of computer science, Kalaignar Karunanidhi Institute of Technology, Coimbatore, Tamil

More information

ABSTRACT I. INTRODUCTION. Mohd Thousif Ahemad TSKC Faculty Nagarjuna Govt. College(A) Nalgonda, Telangana, India

ABSTRACT I. INTRODUCTION. Mohd Thousif Ahemad TSKC Faculty Nagarjuna Govt. College(A) Nalgonda, Telangana, India International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume 3 Issue 1 ISSN : 2456-3307 Data Mining Techniques to Predict Cancer Diseases

More information

Cervix Cancer Classification using Colposcopy Images by Deep Learning Method

Cervix Cancer Classification using Colposcopy Images by Deep Learning Method Cervix Cancer Classification using Colposcopy Images by Deep Learning Method Vasudha, Ajay Mittal, Mamta Juneja University Institute of Engineering and Technology (UIET), Panjab University, Chandigarh,

More information

1. INTRODUCTION. Vision based Multi-feature HGR Algorithms for HCI using ISL Page 1

1. INTRODUCTION. Vision based Multi-feature HGR Algorithms for HCI using ISL Page 1 1. INTRODUCTION Sign language interpretation is one of the HCI applications where hand gesture plays important role for communication. This chapter discusses sign language interpretation system with present

More information

Hybrid HMM and HCRF model for sequence classification

Hybrid HMM and HCRF model for sequence classification Hybrid HMM and HCRF model for sequence classification Y. Soullard and T. Artières University Pierre and Marie Curie - LIP6 4 place Jussieu 75005 Paris - France Abstract. We propose a hybrid model combining

More information

Rumor Detection on Twitter with Tree-structured Recursive Neural Networks

Rumor Detection on Twitter with Tree-structured Recursive Neural Networks 1 Rumor Detection on Twitter with Tree-structured Recursive Neural Networks Jing Ma 1, Wei Gao 2, Kam-Fai Wong 1,3 1 The Chinese University of Hong Kong 2 Victoria University of Wellington, New Zealand

More information

Scenes Categorization based on Appears Objects Probability

Scenes Categorization based on Appears Objects Probability 2016 IEEE 6th International Conference on System Engineering and Technology (ICSET) Oktober 3-4, 2016 Bandung Indonesia Scenes Categorization based on Appears Objects Probability Marzuki 1, Egi Muhamad

More information

Informative Gene Selection for Leukemia Cancer Using Weighted K-Means Clustering

Informative Gene Selection for Leukemia Cancer Using Weighted K-Means Clustering IOSR Journal of Pharmacy and Biological Sciences (IOSR-JPBS) e-issn: 2278-3008, p-issn:2319-7676. Volume 9, Issue 4 Ver. V (Jul -Aug. 2014), PP 12-16 Informative Gene Selection for Leukemia Cancer Using

More information

BREAST CANCER EPIDEMIOLOGY MODEL:

BREAST CANCER EPIDEMIOLOGY MODEL: BREAST CANCER EPIDEMIOLOGY MODEL: Calibrating Simulations via Optimization Michael C. Ferris, Geng Deng, Dennis G. Fryback, Vipat Kuruchittham University of Wisconsin 1 University of Wisconsin Breast Cancer

More information

Development of Soft-Computing techniques capable of diagnosing Alzheimer s Disease in its pre-clinical stage combining MRI and FDG-PET images.

Development of Soft-Computing techniques capable of diagnosing Alzheimer s Disease in its pre-clinical stage combining MRI and FDG-PET images. Development of Soft-Computing techniques capable of diagnosing Alzheimer s Disease in its pre-clinical stage combining MRI and FDG-PET images. Olga Valenzuela, Francisco Ortuño, Belen San-Roman, Victor

More information

Figure 1: MRI Scanning [2]

Figure 1: MRI Scanning [2] A Deep Belief Network Based Brain Tumor Detection in MRI Images Thahseen P 1, Anish Kumar B 2 1 MEA Engineering College, State Highway 39, Nellikunnu-Vengoor, Perinthalmanna, Malappuram, Kerala 2 Assistant

More information

A NOVEL CLASSIFICATION MODEL FOR ANALYSIS OF A CRIME USING NAÏVE BYES AND KNN IN DATA MINING

A NOVEL CLASSIFICATION MODEL FOR ANALYSIS OF A CRIME USING NAÏVE BYES AND KNN IN DATA MINING A NOVEL CLASSIFICATION MODEL FOR ANALYSIS OF A CRIME USING NAÏVE BYES AND KNN IN DATA MINING SHIVRAJ SINGH DEOPA 1, ABHISHEK KUMAR 2, KUNEEK GUPTA 3 Dr. SHASHI KANT SINGH 4 Galgotias college of engineering

More information

Analyzing Spammers Social Networks for Fun and Profit

Analyzing Spammers Social Networks for Fun and Profit Chao Yang Robert Harkreader Jialong Zhang Seungwon Shin Guofei Gu Texas A&M University Analyzing Spammers Social Networks for Fun and Profit A Case Study of Cyber Criminal Ecosystem on Twitter Presentation:

More information

What Helps Where And Why? Semantic Relatedness for Knowledge Transfer

What Helps Where And Why? Semantic Relatedness for Knowledge Transfer What Helps Where And Why? Semantic Relatedness for Knowledge Transfer Marcus Rohrbach 1,2 Michael Stark 1,2 György Szarvas 1 Iryna Gurevych 1 Bernt Schiele 1,2 1 Department of Computer Science, TU Darmstadt

More information

Convolutional Neural Networks (CNN)

Convolutional Neural Networks (CNN) Convolutional Neural Networks (CNN) Algorithm and Some Applications in Computer Vision Luo Hengliang Institute of Automation June 10, 2014 Luo Hengliang (Institute of Automation) Convolutional Neural Networks

More information

ECG Beat Recognition using Principal Components Analysis and Artificial Neural Network

ECG Beat Recognition using Principal Components Analysis and Artificial Neural Network International Journal of Electronics Engineering, 3 (1), 2011, pp. 55 58 ECG Beat Recognition using Principal Components Analysis and Artificial Neural Network Amitabh Sharma 1, and Tanushree Sharma 2

More information

FUNNEL: Automatic Mining of Spatially Coevolving Epidemics

FUNNEL: Automatic Mining of Spatially Coevolving Epidemics FUNNEL: Automatic Mining of Spatially Coevolving Epidemics By Yasuo Matsubara, Yasushi Sakurai, Willem G. van Panhuis, and Christos Faloutsos SIGKDD 2014 Presented by Sarunya Pumma This presentation has

More information

Categorizing Events using Spatio-Temporal and User Features from Flickr

Categorizing Events using Spatio-Temporal and User Features from Flickr Categorizing Events using Spatio-Temporal and User Features from Flickr Steven Van Canneyt a,, Steven Schockaert b, Bart Dhoedt a a Ghent University - iminds, Gaston Crommenlaan 8, Ghent, Belgium b Cardiff

More information

Predicting Seizures in Intracranial EEG Recordings

Predicting Seizures in Intracranial EEG Recordings Sining Ma, Jiawei Zhu sma87@stanford.edu, jiaweiz@stanford.edu Abstract If seizure forecasting systems could reliably identify periods of increased probability of seizure occurrence, patients who suffer

More information