Modeling Images Using Transformed Indian Buffet Processes KE ZHAI

Total Page:16

File Type:pdf, Size:1020Kb

Modeling Images Using Transformed Indian Buffet Processes KE ZHAI Modeling Images using Transformed Indian Buffet Processes Yuening Huy [email protected] Ke Zhai y [email protected] Department of Computer Science, University of Maryland, College Park, MD USA Sinead Williamson [email protected] Department of Machine Learning, Carnegie Mellon University, Pittsburgh, PA USA Jordan Boyd-Graber [email protected] iSchool and UMIACS, University of Maryland, College Park, MD USA Abstract explain the ball’s every position, it will devote less attention Latent feature models are attractive for image to other aspects of the image and will be unable to generalize modeling, since images generally contain mul- across the ball’s path. Instead, we would like some proper- tiple objects. However, many latent feature ties of a feature, e.g., shape, to be shared across data points models ignore that objects can appear at dif- but properties, e.g., location, to be observation-specific. ferent locations or require pre-segmentation of Models that generalize across images to discover images. While the transformed Indian buffet transformation-invariant features have many applications. process (tIBP) provides a method for modeling Image tracking, for instance, discovers mislaid bags or ille- transformation-invariant features in unsegmented gally stopped cars. Image reconstruction restores partially binary images, its current form is inappropriate corrupted images. Movie compression recognizes recurring for real images because of its computational cost image patches and caches them across frames. and modeling assumptions. We combine the tIBP with likelihoods appropriate for real images and We argue that latent feature models of images should: develop an efficient inference, using the cross- • Discover features needed to model data and add addi- correlation between images and features, that is tional features to model new data. theoretically and empirically faster than existing • Generalize across transformations so features can inference techniques. Our method discovers rea- have different locations, scales, and orientations. sonable components and achieve effective image • Handle properties of real images such as occlusion. reconstruction in natural images. A nonparametric model that comes close to our goals is the noisy-OR transformed Indian buffet process (NO-tIBP, 1. Introduction Austerweil & Griffiths, 2010); however, its likelihood model is inappropriate for real images. Existing unsupervised mod- Latent feature models assume data are generated by combin- els that handle realistic likelihoods (Jojic & Frey, 2001; ing latent features shared across the dataset and aim to learn Titsias & Williams, 2006) are parametric and cannot dis- this latent structure in an unsupervised manner. Such mod- cover new features. In Section2, we further describe these els typically assume all properties of a feature are common and other models that meet some, but not all, of our criteria. to all data points—i.e., each feature appears in exactly the same way across all observations. This is often a reasonable In Section3, we propose models that fulfill these proper- assumption. For example, microarray data are designed so ties by combining realistic likelihoods with nonparametric each cell consistently corresponds to a specific condition. frameworks. In Section4, we introduce novel inference algorithms that dramatically improve inference for trans- This does not hold for images. Consider a collection of im- formed IBPs in larger datasets (Section5). In Section6, we ages of a rolling ball. If a model must create new features to show that our models can discover features and model data th better than existing models. We discuss relationships with Appearing in Proceedings of the 29 International Conference on Machine Learning, Edinburgh, Scotland, UK, 2012. Copyright other nonparametric models and extensions in Section7. 2012 by the author(s)/owner(s). y indicates equal contributions. Modeling Images using Transformed Indian Buffet Processes from location to location or where a person may be in either ak the foreground or background. Na¨ıve models would learn different features for each location a car appears in; a more znk appropriate model would learn that each observation is in rnk fact a transformation of a common feature. ! The transformed IBP (tIBP, Austerweil & Griffiths, 2010) extends the IBP to accommodate data with varying locations. s n;k In the tIBP, each column of an IBP-distributed matrix Z is (as before) associated with a feature. In addition, each non- xn zero element of Z is associated with a transformation rnk. (a) IBP (b) LG-tIBP (c) M-tIBP Transforming the features and combining them according to a likelihood model produces observations. In the original Figure 1. Generative process of the linear Gaussian IBP (IBP), the tIBP paper, features were generated and combined using linear Gaussian tIBP (LG-tIBP) and the masked tIBP (M-tIBP). noisy-OR (Wood et al., 2006); we refer to this model as the All models share features ak across the dataset, and observation- noisy-OR tIBP (NO-tIBP), which allows the same feature specific indicators znk determine which features contribute to a to appear in different locations, scales, and orientations. data point xn. In the tIBP models, transformations rnk change where features appear in the observation. In the IBP and LG-tIBP, 2.3. Likelihoods for Latent Feature Image Models features are combined additively. In the M-tIBP, only one feature contributes to each pixel of a final image. Together, a global In addition to the noisy-OR, another likelihood that has ordering ! over features and a local binary mask sn;k determine been used with the IBP is a linear Gaussian model, which which feature is responsible for the appearance of a given pixel. assumes images are generated via a linear superposition of features (Griffiths & Ghahramani, 2005). Each IBP row se- 2. Background lects a subset of features and generates an observation by ad- ditively superimposing these features and adding Gaussian In this section, we review the Indian buffet process and how noise. This is demonstrated in Figure 1(a). This model can its extension, the transformed IBP, models simple images. be extended by adding weights to the non-zero elements of We then describe likelihood models for images. These mod- the IBP-distributed matrix (Knowles & Ghahramani, 2007) els are a prelude to the models we introduce in Section3. and incorporating a spiky noise model (Zhou et al., 2011) appropriate for corrupted images. 2.1. The Indian Buffet Process If we want to model images where features can occlude The Indian buffet process (IBP, Griffiths & Ghahramani, each other, linear Gaussian models are inappropriate. In 2005) is a distribution over binary matrices with exchange- the vision community, images are often represented via able rows and infinitely many columns. This can define overlapping layers (Wang & Adelson, 1994), including in a nonparametric latent feature model with an unbounded generative probabilistic models (Jojic & Frey, 2001; Titsias number of features. This often matches our intuitions. We & Williams, 2006). In these “sprite” models, features are do not know how many latent features we expect to find Gaussian-distributed, and an ordering is defined over a set in our data; neither do we expect to see all possible latent of features. In each image, every active feature has a trans- features in a given dataset. formation (as in the tIBP) and a binary mask for each pixel. Given the feature order, the image is generated by taking To use the IBP to model data, we must select a likelihood the value, at each pixel, of the uppermost unmasked feature. model that determines the form of features corresponding to columns of Z and how the subset of features selected This model is appealing. It is an intuitive occlusion model; by a row of Z combine to generate a data point.1 Many features have a consistent ordering; and only the topmost likelihoods have been proposed for the IBP, several of which feature is visible. However, this likelihood model has only are appropriate for modeling images. been used for parametric feature sets and on data where the number of features is known a priori. 2.2. The Transformed IBP Most IBP-based latent feature models assume a feature is 3. Modeling Real-valued Images identical in every data point in which it appears. This pre- While the NO-tIBP likelihood model is incompatible with cludes image modeling, where (for example) a car moves real images, it provides a foundation for nonparametric 1 th models with transformed features. In this section, we use We follow the convention that zn is the n row of a matrix th Z, and znk is the k element of the vector zn. the tIBP to build models that combine nonparametric feature Modeling Images using Transformed Indian Buffet Processes models with more useful and realistic likelihood functions The generative process can be described as follows. For for real images. each image n and feature k, define an auxiliary variable M , the visibility indicator, We begin by providing a general representation for the trans- n;k formed IBP with an arbitrary likelihood. 8 r−1 (d) >1 if argmax ! z s n;j = k > j j n;j n;j d < 1. Sample a binary matrix Z ∼ IBP(α), determining the M = r−1 (d) (2) n;k and s n;k > 0 features (columns) present in observations (rows). > n;k :> 2. For k 2 N, sample a feature φk ∼ p(φ). 0 otherwise. 3. For each image n 2 f1;:::;Ng M d 1 k • For k 2 N, sample a transformation rnk ∼ p(r). The visibility indicator n;k, is when feature is the • Sample an image xn ∼ p(xjΦ; zn; rn). uppermost unmasked feature at pixel d in image n. The image and feature likelihoods for the M-tIBP are The distribution over transformations p(r), the feature likeli- a ∼N (0; σ2I) hood p(φ), and the image likelihood p(xjΦ; z ; r ) can be k a n n d defined in various ways.
Recommended publications
  • Mr. LDA: a Flexible Large Scale Topic Modeling Package Using Variational Inference in Mapreduce
    Ke Zhai, Jordan Boyd-Graber, Nima Asadi, and Mohamad Alkhouja. Mr. LDA: A Flexible Large Scale Topic Modeling Package using Variational Inference in MapReduce. ACM International Conference on World Wide Web, 2012, 10 pages. @inproceedings{Zhai:Boyd-Graber:Asadi:Alkhouja-2012, Author = {Ke Zhai and Jordan Boyd-Graber and Nima Asadi and Mohamad Alkhouja}, Url = {docs/mrlda.pdf}, Booktitle = {ACM International Conference on World Wide Web}, Title = {{Mr. LDA}: A Flexible Large Scale Topic Modeling Package using Variational Inference in MapReduce}, Year = {2012}, Location = {Lyon, France}, } Links: • Code [http://mrlda.cc] • Slides [http://cs.colorado.edu/~jbg/docs/2012_www_slides.pdf] Downloaded from http://cs.colorado.edu/~jbg/docs/mrlda.pdf 1 Mr. LDA: A Flexible Large Scale Topic Modeling Package using Variational Inference in MapReduce Ke Zhai Jordan Boyd-Graber Nima Asadi Computer Science iSchool and UMIACS Computer Science University of Maryland University of Maryland University of Maryland College Park, MD, USA College Park, MD, USA College Park, MD, USA [email protected] [email protected] [email protected] Mohamad Alkhouja iSchool University of Maryland College Park, MD, USA [email protected] ABSTRACT In addition to being noisy, data from the web are big. The MapRe- Latent Dirichlet Allocation (LDA) is a popular topic modeling tech- duce framework for large-scale data processing [8] is simple to learn nique for exploring document collections. Because of the increasing but flexible enough to be broadly applicable. Designed at Google prevalence of large datasets, there is a need to improve the scal- and open-sourced by Yahoo, Hadoop MapReduce is one of the ability of inference for LDA.
    [Show full text]
  • Pimsleur Mandarin Course I Vocabulary 对不起: Dui(4) Bu(4) Qi(3)
    Pimsleur Mandarin Course I vocabulary 对不起 : dui(4) bu(4) qi(3) excuse me; beg your pardon 请 : qing(3) please (polite) 问 : wen(4) ask; 你 : ni(3) you; yourself 会 : hui(4) can 说 : shuo(1) speak; talk 英文 : ying(1) wen(2) English(language) 不会 : bu(4) hui(4) be unable; can not 我 : wo(3) I; myself 一点儿 : yi(1) dian(3) er(2) a little bit 美国人 : mei(3) guo(2) ren(2) American(person); American(people) 是 : shi(4) be 你好 ni(2) hao(3) how are you 普通话 : pu(3) tong(1) hua(4) Mandarin (common language) 不好 : bu(4) hao(3) not good 很好 : hen(3) hao(3) very good 谢谢 : xie(4) xie(4) thank you 人 : ren(2) person; 可是 : ke(3) shi(4) but; however 请问 : qing(3) wen(4) one should like to ask 路 : lu(4) road 学院 : xue(2) yuan(4) college; 在 : zai(4) at; exist 哪儿 : na(3) er(2) where 那儿 na(4) er(2) there 街 : jie(1) street 这儿 : zhe(4) er(2) here 明白 : ming(2) bai(2) understand 什么 : shen(2) me what 中国人 : zhong(1) guo(2) ren(2) Chinese(person); Chinese(people) 想 : xiang(3) consider; want to 吃 : chi(1) eat 东西 : dong(1) xi(1) thing; creature 也 : ye(3) also 喝 : he(1) drink 去 : qu(4) go 时候 : shi(2) hou(4) (a point in) time 现在 : xian(4) zai(4) now 一会儿 : yi(1) hui(4) er(2) a little while 不 : bu(4) not; no 咖啡: ka(1) fei(1) coffee 小姐 : xiao(3) jie(3) miss; young lady 王 wang(2) a surname; king 茶 : cha(2) tea 两杯 : liang(3) bei(1) two cups of 要 : yao(4) want; ask for 做 : zuo(4) do; make 午饭 : wu(3) fan(4) lunch 一起 : yi(1) qi(3) together 北京 : bei(3) jing(1) Beijing; Peking 饭店 : fan(4) dian(4) hotel; restaurant 点钟 : dian(3) zhong(1) o'clock 几 : ji(1) how many; several 几点钟? ji(1) dian(3) zhong(1) what time? 八 : ba(1) eight 啤酒 : pi(2) jiu(3) beer 九 : jiu(3) understand 一 : yi(1) one 二 : er(4) two 三 : san(1) three 四 : si(4) four 五 : wu(3) five 六 : liu(4) six 七 : qi(1) seven 八 : ba(1) eight 九 : jiu(3) nine 十 : shi(2) ten 不行: bu(4) xing(2) won't do; be not good 那么 : na(3) me in that way; so 跟...一起 : gen(1)...yi(1) qi(3) with ..
    [Show full text]
  • Last Name First Name/Middle Name Course Award Course 2 Award 2 Graduation
    Last Name First Name/Middle Name Course Award Course 2 Award 2 Graduation A/L Krishnan Thiinash Bachelor of Information Technology March 2015 A/L Selvaraju Theeban Raju Bachelor of Commerce January 2015 A/P Balan Durgarani Bachelor of Commerce with Distinction March 2015 A/P Rajaram Koushalya Priya Bachelor of Commerce March 2015 Hiba Mohsin Mohammed Master of Health Leadership and Aal-Yaseen Hussein Management July 2015 Aamer Muhammad Master of Quality Management September 2015 Abbas Hanaa Safy Seyam Master of Business Administration with Distinction March 2015 Abbasi Muhammad Hamza Master of International Business March 2015 Abdallah AlMustafa Hussein Saad Elsayed Bachelor of Commerce March 2015 Abdallah Asma Samir Lutfi Master of Strategic Marketing September 2015 Abdallah Moh'd Jawdat Abdel Rahman Master of International Business July 2015 AbdelAaty Mosa Amany Abdelkader Saad Master of Media and Communications with Distinction March 2015 Abdel-Karim Mervat Graduate Diploma in TESOL July 2015 Abdelmalik Mark Maher Abdelmesseh Bachelor of Commerce March 2015 Master of Strategic Human Resource Abdelrahman Abdo Mohammed Talat Abdelziz Management September 2015 Graduate Certificate in Health and Abdel-Sayed Mario Physical Education July 2015 Sherif Ahmed Fathy AbdRabou Abdelmohsen Master of Strategic Marketing September 2015 Abdul Hakeem Siti Fatimah Binte Bachelor of Science January 2015 Abdul Haq Shaddad Yousef Ibrahim Master of Strategic Marketing March 2015 Abdul Rahman Al Jabier Bachelor of Engineering Honours Class II, Division 1
    [Show full text]
  • KANZA NAMES by CLAN As Collected by James Owen Dorsey, 1889-1890
    TION NA O N F T IG H E E R K E A V W O S KANZA KANZA NAMES BY CLAN As Collected by James Owen Dorsey, 1889-1890 For use with The Kanza Clan Book See www.kawnation.com/langhome.html for more details The Kanza Alphabet a aæ b c ch d áli (chair) ólaæge (hat) wabóski (bread) cedóæga (buffalo) wachíæ (dancer) do ská (potato) a in pasta a in pasta, but nasal b in bread t j in hot jam, ch in anchovy ch in cheese d in dip ATION N OF GN T I H E E R E K V A O W e S g gh h i iæ KANZA Kaáæze (Kaw) shóæhiæga (dog) wanáæghe (ghost) cihóba (spoon) ni (water) máæhiæ (knife) e in spaghetti g in greens breathy g, like gargling h in hominy i in pizza i in pizza, but nasal j k kh k' l m jégheyiæ (drum) ke (turtle) wakhózu (corn) k'óse (die) ilóægahiæga (cat) maæ (arrow) j in jam k g in look good, k in skim k in kale k in skim, caught in throat l in lettuce m in mayonnaise n o oæ p ph p' zháæni (sugar) ókiloxla (shirt) hoæbé (shoe) mokáæ pa (pepper) óphaæ (elk) wanáæp'iæ (necklace) n in nachos o in taco o in taco, but nasal p b in sop bun, p in spud p in pancake p in spud, caught in throat s sh t t' ts' u síæga (squirrel) shóæge (horse) ta (deer) náæxahu t'oxa (camel) wéts'a (snake) niskúwe (salt) cross ee in feed s in salsa sh in shrimp t d in hot dog, t in steam t in steam, caught in throat ts in grits, caught in throat with oo in food w x y z zh ' wasábe (black bear) xuyá (eagle) yáphoyiæge (fly) bazéni (milk) zháæ (tree) we'áæhaæ (boiling pot) w in watermelon rough h, like clearing throat y in yams z in zinfandel j in soup-du-jour or au-jus pause in uh-oh 9 1 16 GENTES (or clans, called Táæmaæ Okipa) AND SUBGENTES phaæ Maæyíæka Ó I 1.
    [Show full text]
  • 1 Contemporary Ethnic Identity of Muslim Descendants Along The
    1 Contemporary Ethnic Identity Of Muslim Descendants Along the Chinese Maritime Silk Route Dru C Gladney Anthropology Department University of South Carolina U.S.A At the end of five day's journey, you arrive at the noble-and handsome city of Zaitun [Quanzhoui] which has a port on the sea-coast celebrated for the resort of shipping, loaded with merchandise, that is afterwards distributed through every part of the province .... It is indeed impossible to convey an idea of the concourse of merchants and the accumulation of goods, in this which is held to be one of the largest and most commodious ports in the world. Marco Polo In February 1940, representatives from the China Muslim National Salvation society in Beijing came to the fabled maritime Silk Road city of Quanzhou, Fujian, known to Marco Polo as Zaitun, in order to interview the members of a lineage surnamed "Ding" who resided then and now in Chendai Township, Jinjiang County. In response to a question on his ethnic background, Mr. Ding Deqian answered: "We are Muslims [Huijiao reo], our ancestors were Muslims" (Zhang 1940:1). It was not until 1979, however, that these Muslims became minzu, an ethnic nationality. After attempting to convince the State for years that they belonged to the Hui nationality, they were eventually accepted. The story of the late recognition of the members of the Ding lineage in Chendai Town and the resurgence of their ethnoreligious identity as Hui and as Muslims is a fascinating reminder that there still exist remnants of the ancient connections between Quanzhou and the Western Regions, the origin points of the Silk Road.
    [Show full text]
  • Surnames in Bureau of Catholic Indian
    RAYNOR MEMORIAL LIBRARIES Montana (MT): Boxes 13-19 (4,928 entries from 11 of 11 schools) New Mexico (NM): Boxes 19-22 (1,603 entries from 6 of 8 schools) North Dakota (ND): Boxes 22-23 (521 entries from 4 of 4 schools) Oklahoma (OK): Boxes 23-26 (3,061 entries from 19 of 20 schools) Oregon (OR): Box 26 (90 entries from 2 of - schools) South Dakota (SD): Boxes 26-29 (2,917 entries from Bureau of Catholic Indian Missions Records 4 of 4 schools) Series 2-1 School Records Washington (WA): Boxes 30-31 (1,251 entries from 5 of - schools) SURNAME MASTER INDEX Wisconsin (WI): Boxes 31-37 (2,365 entries from 8 Over 25,000 surname entries from the BCIM series 2-1 school of 8 schools) attendance records in 15 states, 1890s-1970s Wyoming (WY): Boxes 37-38 (361 entries from 1 of Last updated April 1, 2015 1 school) INTRODUCTION|A|B|C|D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R|S|T|U| Tribes/ Ethnic Groups V|W|X|Y|Z Library of Congress subject headings supplemented by terms from Ethnologue (an online global language database) plus “Unidentified” and “Non-Native.” INTRODUCTION This alphabetized list of surnames includes all Achomawi (5 entries); used for = Pitt River; related spelling vartiations, the tribes/ethnicities noted, the states broad term also used = California where the schools were located, and box numbers of the Acoma (16 entries); related broad term also used = original records. Each entry provides a distinct surname Pueblo variation with one associated tribe/ethnicity, state, and box Apache (464 entries) number, which is repeated as needed for surname Arapaho (281 entries); used for = Arapahoe combinations with multiple spelling variations, ethnic Arikara (18 entries) associations and/or box numbers.
    [Show full text]
  • CJK NACO Searching
    1/13/2017 CJK NACO Searching Prepared by Ryan Finnerty and Shi Deng, UC San Diego Library With assistance by Hideyuki Morimoto, Columbia University Libraries Thanks to Erica Chang (Univ. of Hawai’i) and Sarah Byun (LC) for providing Korean examples and search tips. NACO Searching: Purpose & Outlines • Keep the database clean by searching before contributing • Discuss why searching is important with CJK examples • To prevent duplicate NARs • To prevent conflict in authorized access points and variant access points • To gather information from existing bibliographic records • To identify existing records that may need to be evaluated and re‐coded for RDA • To identify bibliographic records that may need BFM • Searching tips in Connexion 2 1 1/13/2017 Why Search? To Prevent Duplicate NARs • Duplicates are normally created by inefficient searching and the 24‐ hour upload gap in the Name authority file. • Before creating a name authority record: 1. Search the OCLC authority file for the authorized access point, including variant forms of the access point. 2. In addition, search WorldCat for bibliographic records that contain the authorized access point or variant forms. • If you put your record in a save file, remember to search again if more than 24 hours have passed. • If you encounter duplicate records in the authority file, be sure to notify your NACO Coordinator so the records can be reported to LC. 3 Duplicate NARs for Personal Names (1) • 24 hours rule: If you put your record in a save file, remember to search again if more than 24 hours have passed. Entered: May 16, 2016 Entered: May 10, 2016 010 no2016066120 010 n 2016025569 046 ǂf 1983 ǂ2 edtf 046 ǂf 1983 ǂ2 edtf 1001 Tanaka, Yūsuke, ǂd 1983‐ 1001 Tanaka, Yūsuke, ǂd 1983‐ 4001 田中祐輔, ǂd 1983‐ 4001 田中祐輔, ǂd 1983‐ 670 Gendai Chūgoku no Nihongo kyōikushi, 2015: 670 Gendai Chūgoku no Nihongo kyōikushi, 2015: ǂbt.p.
    [Show full text]
  • Tianyao Huo 2004 Mowry Road, Rm 2236-4, Gainesville, FL 32608
    Tianyao Huo 2004 Mowry Road, Rm 2236-4, Gainesville, FL 32608. Phone: (614) 271-3504 Email: [email protected] Education 09/2016-present Ph.D. Student, Department of Health Outcomes and Policy, University of Florida 01/2009-08/2011 M.A.S. in Statistics, Department of Statistics, The Ohio State University, United States. GPA: 3.7 09/2004-12/2007 M. S. in Human Nutrition, Department of Human Nutrition, The Ohio State University, United States. GPA: 3.66 09/1998-07/2002 B.S. in Biology, Department of Biology, Nanjing University, China. Percentage: 82.4/100, Major percentage: 87.1/100 Academic Experience Statistical Research Coordinator 3, College of Medicine, University of Florida 10/2011-present Job responsibilities: Design and manage data file systems from multiple research projects that include multiple data sets; Conduct statistical data analyses and participate in interpretation of results; Oversee statistical analyses conducted by graduate student research assistants and staff; Participate in design and implementation of research and evaluation studies; Participate in data collection; and write, in collaboration with faculty and staff, scientific reports, conference papers, and journal articles. Research Associate 1-B/H, College of Medicine, The Ohio State University 03/2008-10/2011 Job responsibilities: Assist Principle Investigator (PI) with research project implementation, data analysis and interpretation of results; participate in carrying out in vitro studies to evaluate drugs containing nano-vehicles; participate in in vivo studies to evaluate their therapeutic efficiency in experimental animals. Assists PI in compiling, organizing and preparing technical data and results for research papers, manuscripts, reports, proposals and/or presentations; perform critical analysis of literature relevant to research undertaken.
    [Show full text]
  • V.Ra: an In-Situ Visual Authoring System for Robot-Iot Task Planning with Augmented Reality
    CHI 2019 Late-Breaking Work CHI 2019, May 4–9, 2019, Glasgow, Scotland, UK V.Ra: An In-Situ Visual Authoring System for Robot-IoT Task Planning with Augmented Reality Yuanzhi Cao Zhuangying Xu Purdue University Purdue University West Lafayette, IN, USA West Lafayette, IN, USA [email protected] [email protected] Fan Li Wentao Zhong Tsinghua University Purdue University Beijing, China West Lafayette, IN, USA [email protected] [email protected] Ke Huo Karthik Ramani Purdue University Purdue University West Lafayette, IN, USA West Lafayette, IN, USA [email protected] [email protected] ABSTRACT Figure 1: V.Ra workflow. Using an AR- We present V.Ra, a visual and spatial programming system for robot-IoT task authoring. In V.Ra, SLAM mobile device, the user first spa- programmable mobile robots serve as binding agents to link the stationary IoTs and perform collab- tially plan the task with the AR interface, orative tasks. We establish an ecosystem that coherently connects the three key elements of robot then place the device onto the mobile ro- bot for execution. Permission to make digital or hard copies of part or all of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. Copyrights for third-party components of this work must be honored. For all other uses, contact the owner/author(s). CHI’19 Extended Abstracts, May 4–9, 2019, Glasgow, Scotland UK © 2019 Copyright held by the owner/author(s).
    [Show full text]
  • Roboticsuwb Iaaa.Pdf
    Autonomous Robotic Exploration and Mapping of Smart Indoor Environments With UWB-IoT Devices Tianyi Wang1∗, Ke Huo1∗, Muzhi Han2, Daniel McArthur1, Ze An1, David Cappeleri1, and Karthik Ramani13 1School of Mechanical Engineering at Purdue University, US fwang3259, khuo, dmcarth, an40, dcappell, [email protected] 2Department of Mechanical Engineering at Tsinghua University, China, [email protected] 3School of Electrical and Computer Engineering at Purdue University, US (by Courtesy) Abstract into the connected network, where they can leverage infor- mation collected from the IoT, and thus gain stronger sit- The emerging simultaneous localization and mapping uational awareness (Simoens, Dragone, and Saffiotti 2018) (SLAM) techniques enable robots with spatial awareness of the physical world. However, such awareness remains at a and spatial intelligence, which is especially useful in explo- geometric level. We propose an approach for quickly con- ration, planning, mapping and interacting with the environ- structing a smart environment with semantic labels to en- ment without relying on AI/vision-based navigation only. hance the robot with spatial intelligence. Essentially, we em- Recent advanced computer vision technologies, such as bed UWB-based distance sensing IoT devices into regular SLAM algorithms and depth sensing, have empowered items and treat the robot as a dynamic node in the IoT net- mobile robots with the ability to self-localize and build work. By leveraging the self-localization from the robot node, we resolve the locations of IoT devices in the SLAM map. maps within indoor environments using on-board sensors We then exploit the semantic knowledge from the IoT to only (Cadena et al. 2016), (Newcombe et al.
    [Show full text]
  • Dean's List Australia
    THE OHIO STATE UNIVERSITY Dean's List SPRING SEMESTER 2020 Australia Data as of June 15, 2020 Sorted by Zip Code, City and Last Name Student Name (Last, First, Middle) City State Zip Fofanah, Osman Ngunnawal 2913 Wilson, Emma Rose Jilakin 6365 THE OHIO STATE UNIVERSITY OSAS - Analysis and Reporting June 15, 2020 Page 1 of 142 THE OHIO STATE UNIVERSITY Dean's List SPRING SEMESTER 2020 Bahamas Data as of June 15, 2020 Sorted by Zip Code, City and Last Name Student Name (Last, First, Middle) City State Zip Campbell, Caronique Leandra Nassau Ferguson, Daniel Nassau SP-61 THE OHIO STATE UNIVERSITY OSAS - Analysis and Reporting June 15, 2020 Page 2 of 142 THE OHIO STATE UNIVERSITY Dean's List SPRING SEMESTER 2020 Belgium Data as of June 15, 2020 Sorted by Zip Code, City and Last Name Student Name (Last, First, Middle) City State Zip Lallemand, Martin Victor D Orp Le Grand 1350 THE OHIO STATE UNIVERSITY OSAS - Analysis and Reporting June 15, 2020 Page 3 of 142 THE OHIO STATE UNIVERSITY Dean's List SPRING SEMESTER 2020 Brazil Data as of June 15, 2020 Sorted by Zip Code, City and Last Name Student Name (Last, First, Middle) City State Zip Rodrigues Franklin, Ana Beatriz Rio De Janeiro 22241 Marotta Gudme, Erik Rio De Janeiro 22460 Paczko Bozko Cecchini, Gabriela Porto Alegre 91340 THE OHIO STATE UNIVERSITY OSAS - Analysis and Reporting June 15, 2020 Page 4 of 142 THE OHIO STATE UNIVERSITY Dean's List SPRING SEMESTER 2020 Canada Data as of June 15, 2020 Sorted by Zip Code, City and Last Name City State Zip Student Name (Last, First, Middle) Beijing
    [Show full text]
  • Inhabiting Literary Beijing on the Eve of the Manchu Conquest
    THE UNIVERSITY OF CHICAGO CITY ON EDGE: INHABITING LITERARY BEIJING ON THE EVE OF THE MANCHU CONQUEST A DISSERTATION SUBMITTED TO THE FACULTY OF THE DIVISION OF THE HUMANITIES IN CANDIDACY FOR THE DEGREE OF DOCTOR OF PHILOSOPHY DEPARTMENT OF EAST ASIAN LANGUAGES AND CIVILIZATIONS BY NAIXI FENG CHICAGO, ILLINOIS DECEMBER 2019 TABLE OF CONTENTS LIST OF FIGURES ....................................................................................................................... iv ACKNOWLEDGEMENTS .............................................................................................................v ABSTRACT ................................................................................................................................. viii 1 A SKETCH OF THE NORTHERN CAPITAL...................................................................1 1.1 The Book ........................................................................................................................4 1.2 The Methodology .........................................................................................................25 1.3 The Structure ................................................................................................................36 2 THE HAUNTED FRONTIER: COMMEMORATING DEATH IN THE ACCOUNTS OF THE STRANGE .................39 2.1 The Nunnery in Honor of the ImperiaL Sister ..............................................................41 2.2 Ant Mounds, a Speaking SkulL, and the Southern ImperiaL Park ................................50
    [Show full text]