- Fabian Bohnert, Ingrid Zukerman, and Junaidy Laures:
"GECKOmmender: Personalised Theme and Tour Recommendations for Museums".
In Proceedings of the 20th International Conference on User Modeling, Adaptation, and Personalization (UMAP-12),
Montreal, Canada, 2012. To appear.
[abstract +/-]
We present GECKOmmender, a mobile system for personalised theme
and tour recommendations in museums, based on a digital site-map representation.
Star ratings provided by visitors for seen exhibits are used to predict
ratings for unvisited exhibits. The predicted ratings in turn form the basis for
recommendations. These recommendations are presented in one of three display
modes: StarMap – stars on the site map, HeatMa – colours from green to red
that indicate the interestingness of exhibits (from interesting to not interesting
respectively), and TourPlan – directed personalised tours through the museum.
GECKOmmender was evaluated in a field study at Melbourne Museum (Melbourne,
Australia). Our results show that (1) most participants enjoyed GECKOmmender,
(2)GECKOmmender’s recommendations often reflected the participants’
personal interests, and (3) HeatMap was the most popular display mode.
- Fabian Bohnert, Ingrid Zukerman, and David W. Albrecht:
"Realistic Simulation of Museum Visitors’ Movements as a Tool for Assessing Sensor-Based User Models".
In Proceedings of the 20th International Conference on User Modeling, Adaptation, and Personalization (UMAP-12),
Montreal, Canada, 2012. To appear.
[abstract +/-]
We present a realistic simulation framework to examine the impact
of sensor noise on the performance of user models in the museum domain. Our
contributions are (1) models to simulate noisy visit trajectories as time-stamped
sequences of (x, y) positional coordinates which reflect walking and hovering
behaviour; (2) a discriminative inference model that distinguishes between hovering
and walking on the basis of (simulated) noisy sensor observations; (3) a
model that infers viewed exhibits from hovering coordinates; and (4) a model
that predicts the next exhibit on the basis of inferred (rather than known) viewed
exhibits. Our staged evaluation assesses the effect of these models (in combination
with sensor noise) on inferential and predictive performance, thus shedding
light on the reliability attributed to inferences drawn from sensor observations.
- Melanie Larizza, Ingrid Zukerman, Fabian Bohnert, R. Andrew Russell, Lucy Busija, David W. Albrecht, and Gwyn Rees:
"Studies to Determine User Requirements Regarding In-Home Monitoring Systems".
In Proceedings of the 20th International Conference on User Modeling, Adaptation, and Personalization (UMAP-12),
Montreal, Canada, 2012. To appear.
[abstract +/-]
The ageing of the world population is leading to an increased number
of elderly people remaining in their homes, requiring different levels of care. MIA
is a user-centric project aimed at monitoring elderly people in order to help them
remain safely in their homes, where the design of the system is informed by the
requirements of the stakeholders. In this paper, we present the results of two user
studies that ascertain the views of elderly people and their informal carers regarding
the acceptability and benefits of in-home monitoring technologies: (1) concept
mapping coupled with brainstorming sessions, and (2) questionnaires. We
then discuss how these requirements affect the design of our monitoring system.
- Yanir Seroussi, Fabian Bohnert, and Ingrid Zukerman:
"Authorship Attribution with Author-aware Topic Models".
In Proceedings of the 50th Annual Meeting of the Association for Computational Linguistics (ACL-12),
Jeju, South Korea, 2012. To appear.
[abstract +/-]
Authorship attribution deals with identifying the authors of anonymous texts.
Building on our earlier finding that the Latent Dirichlet Allocation (LDA)
topic model can be used to improve authorship attribution accuracy, we show
that employing a previously-suggested Author-Topic (AT) model outperforms LDA
when applied to scenarios with many authors. In addition, we define a model
that combines LDA and AT by representing authors and documents over two disjoint
topic sets, and show that our model outperforms LDA, AT and support vector
machines on datasets with many authors.
- Timothy Baldwin, Patrick Ye, Fabian Bohnert, and Ingrid Zukerman:
"In Situ Text Summarisation for Museum Visitors".
In Proceedings of the 25th Pacific Asia Conference on Language, Information and Computation (PACLIC-11),
pages 372–381, Singapore, 2011.
[abstract +/-]
[pdf]
This paper presents an experiment on in situ summarisation in a museum context.
We implement a range of standard summarisation algorithms, and use them to
generate summaries for individual exhibit areas in a museum, intended for in
situ delivery to a museum visitor on a mobile device. Personalisation is
relative to a visitor’s preference for summary length, the visitor’s relative
interest in a given exhibit topic, as well as (optionally) the summary history.
We find that the best-performing summarisation strategy is the Centroid algorithm,
and that content diversification and customisation of summary length have a
significant impact on user ratings of summary quality.
- Yanir Seroussi, Ingrid Zukerman, and Fabian Bohnert:
"Authorship Attribution with Latent Dirichlet Allocation".
In Proceedings of the 15th International Conference on Computational Natural Language Learning (CoNLL-11),
pages 181–189, Portland, OR, USA, 2011.
[abstract +/-]
[pdf]
The problem of authorship attribution – attributing texts to their
original authors – has been an active research area since the end
of the 19th century, attracting increased interest in the last decade.
Most of the work on authorship attribution focuses on scenarios with
only a few candidate authors, but recently considered cases with tens to
thousands of candidate authors were found to be much more challenging. In
this paper, we propose ways of employing Latent Dirichlet Allocation in
authorship attribution. We show that our approach yields state-of-the-art
performance for both a few and many candidate authors, in cases where
these authors wrote enough texts to be modelled effectively.
- Yanir Seroussi, Fabian Bohnert, and Ingrid Zukerman:
"Personalised Rating Prediction for New Users Using Latent Factor Models".
In Proceedings of the 22nd International ACM Conference on Hypertext and Hypermedia (HT-11),
pages 47–56, Eindhoven, The Netherlands, 2011.
[abstract +/-]
In recent years, personalised recommendations have gained importance in helping
users deal with the abundance of information available online. Personalised recommendations
are often based on rating predictions, and thus accurate rating prediction is essential
for the generation of useful recommendations. Recently, rating prediction algorithms
that are based on matrix factorisation have become increasingly popular, due to their
high accuracy and scalability. However, these algorithms still deliver inaccurate rating
predictions for new users, who submitted only a few ratings.
In this paper, we address the new user problem by introducing several extensions to the
basic matrix factorisation algorithm, which take user attributes into account when generating
rating predictions. We consider both demographic attributes, explicitly supplied by users,
and attributes inferred from user-generated texts. Our results show that employing our
text-based user attributes yields personalised rating predictions that are more accurate
than our baselines, while not requiring users to explicitly supply any information about
themselves and their preferences.
- Fabian Bohnert and Ingrid Zukerman:
"A User- and Item-Aware Weighting Scheme for Combining Predictive User Models".
In Proceedings of the 18th International Conference on User Modeling, Adaptation, and Personalization (UMAP-10),
pages 99–110, Waikoloa, HI, USA, 2010.
[abstract +/-]
[bibtex]
Hybridising user models can improve predictive accuracy. However, research
on linearly combining predictive user models (e.g., used in recommender
systems) has often made the implicit assumption that the individual models
perform uniformly across the user and item space, using static model weights
when computing a weighted average of the predictions of the individual
models. This paper proposes a weighting scheme which combines user- and
item-specific weight vectors to compute user- and item-aware model weights.
The proposed hybridisation approach adaptively estimates online the model
parameters that are specific to a target user as information about this
user becomes available. Hence, it is particularly well-suited for domains
where little or no information regarding the target user's preferences or
interests is available at the time of offline model training. The proposed
weighting scheme is evaluated by applying it to a real-world scenario from
the museum domain. Our results show that in our domain, our hybridisation
approach attains a higher predictive accuracy than the individual component
models. Additionally, our approach outperforms a non-adaptive hybrid model
that uses static model weights.
- Fabian Bohnert and Ingrid Zukerman:
"Personalised Pathway Prediction".
In Proceedings of the 18th International Conference on User Modeling, Adaptation, and Personalization (UMAP-10),
pages 363–368, Waikoloa, HI, USA, 2010.
[abstract +/-]
[bibtex]
This paper proposes a personalised frequency-based model for predicting a
user's pathway through a physical space, based on non-intrusive observations
of users' previous movements. Specifically, our approach estimates a user's
transition probabilities between discrete locations utilising personalised
transition frequency counts, which in turn are estimated from the movements
of other similar users. Our evaluation with a real-world dataset from the
museum domain shows that our approach performs at least as well as a
non-personalised frequency-based baseline, while attaining a higher
predictive accuracy than a model based on the spatial layout of the
physical museum space.
- Yanir Seroussi, Ingrid Zukerman, and Fabian Bohnert:
"Collaborative Inference of Sentiments from Texts".
In Proceedings of the 18th International Conference on User Modeling, Adaptation, and Personalization (UMAP-10),
pages 195–206, Waikoloa, HI, USA, 2010.
[abstract +/-]
[bibtex]
Sentiment analysis deals with inferring people's sentiments and opinions
from texts. An important aspect of sentiment analysis is polarity classification,
which consists of inferring a document's polarity – the overall sentiment
conveyed by the text – in the form of a numerical rating. In contrast to existing
approaches to polarity classification, we propose to take the authors of the
documents into account. Specifically, we present a nearest-neighbour collaborative
approach that utilises novel models of user similarity. Our evaluation shows
that our approach improves on state-of-the-art performance, and yields insights
regarding datasets for which such an improvement is achievable.
- Fabian Bohnert and Ingrid Zukerman:
"Using Keyword-Based Approaches to Adaptively Predict Interest in Museum Exhibits".
In Proceedings of the 22nd Australasian Joint Conference on Artificial Intelligence (AI-09),
pages 656–665, Melbourne, VIC, Australia, 2009.
[abstract +/-]
[bibtex]
Advances in mobile computing and user modelling have enabled technologies
that help museum visitors select personally interesting exhibits to view.
This is done by generating personalised exhibit recommendations on the basis of
non-intrusive observations of visitors' behaviour in the physical museum space.
We describe a simple methodology for manually annotating museum exhibits
with bags of keywords (viewed as item features), and present two personalised
keyword-based models for predicting a visitor's viewing times of unseen exhibits
from his/her viewing times at visited exhibits (viewing time is indicative of interest).
Our models were evaluated with a real-world dataset of visitor pathways
collected by tracking visitors in a museum. Both models achieve a higher predictive
accuracy than a non-personalised baseline, and perform at least as well as a
nearest-neighbour collaborative filter.
- Fabian Bohnert, Daniel F. Schmidt, and Ingrid Zukerman:
"Spatial Processes for Recommender Systems".
In Proceedings of the 21st International Joint Conference on Artificial Intelligence (IJCAI-09),
pages 2022–2027, Pasadena, CA, USA, 2009.
[abstract +/-]
[abstract]
[pdf]
[pdf]
[bibtex]
Spatial processes are typically used to analyse and predict geographic data. This paper adapts such
models to predicting a user's interests (i.e., implicit item ratings) within a recommender system in
the museum domain. We present the theoretical framework for a model based on Gaussian spatial processes,
and discuss efficient algorithms for parameter estimation. Our model was evaluated with a real-world
dataset collected by tracking visitors in a museum, attaining a higher predictive accuracy than
state-of-the-art collaborative filters.
- Fabian Bohnert and Ingrid Zukerman:
"Non-Intrusive Personalisation of the Museum Experience".
In Proceedings of the 17th International Conference on User Modeling, Adaptation, and Personalization (UMAP-09),
pages 197–209, Trento, Italy, 2009. Best Student Paper Award.
[abstract +/-]
[pdf]
[bibtex]
The vast amount of information presented in museums is often overwhelming to a visitor, making it difficult
to select personally interesting exhibits. Advances in mobile computing and user modelling have made possible
technology that can assist a visitor in this selection process. Such a technology can (1) utilise non-intrusive
observations of a visitor's behaviour in the physical space to learn a model of his/her interests, and (2)
generate personalised exhibit recommendations based on interest predictions. Due to the physicality of the
domain, datasets of visitors' behaviour (i.e., visitor pathways) are difficult to obtain prior to deploying
mobile technology in a museum. However, they are necessary to assess different modelling techniques. This paper
reports on a methodology that we used to conduct a manual data collection, and describes the dataset we obtained.
We also present two collaborative models for predicting a visitor's viewing times of unseen exhibits from his/her
viewing times at visited exhibits (viewing time is indicative of interest), and evaluate our models with the
dataset we collected. Both models achieve a higher predictive accuracy than a non-personalised baseline.
- Fabian Bohnert, Ingrid Zukerman, Shlomo Berkovsky, Timothy Baldwin, and Liz Sonenberg:
"Using Collaborative Models to Adaptively Predict Visitor Locations in Museums".
In Proceedings of the Fifth International Conference on Adaptive Hypermedia and Adaptive Web-Based Systems (AH-08),
pages 42–51, Hanover, Germany, 2008.
[abstract +/-]
[bibtex]
The vast amounts of information presented in museums can be overwhelming to a visitor, whose receptivity
and time are typically limited. Hence, s/he might have difficulties selecting interesting exhibits to
view within the available time. Mobile, context-aware guides offer the opportunity to improve a visitor's
experience by recommending exhibits of interest, and personalising the delivered content. The first step
in this recommendation process is the accurate prediction of a visitor's activities and preferences. In
this paper, we present two adaptive collaborative models for predicting a visitor's next locations in a
museum, and an ensemble model that combines their predictions. Our experimental results from a study using
a small dataset of museum visits are encouraging, with the ensemble model yielding the best performance
overall.
- Fabian Bohnert and Ingrid Zukerman:
"Using Viewing Time for Theme Prediction in Cultural Heritage Spaces".
In Proceedings of the 20th Australasian Joint Conference on Artificial Intelligence (AI-07),
pages 367–376, Gold Coast, QLD, Australia, 2007.
[abstract +/-]
[bibtex]
Visitors to cultural heritage sites are often overwhelmed by the information available in the space they are
exploring. The challenge is to find items of relevance in the limited time available. Mobile computer systems
can provide guidance and point to relevant information by identifying and recommending content that matches
a user's interests. In this paper we infer implicit ratings from observed viewing times, and outline a
collaborative user modelling approach to predict a user's interests and expected viewing times. We make
predictions about viewing themes (item sets) taking into account the visitor's time limit. Our model based
on relative interests with imputed ratings yielded the best performance.
- Fabian Bohnert, Ingrid Zukerman, David W. Albrecht, and Timothy Baldwin:
"Modelling and Predicting Movements of Museum Visitors: A Simulation Framework for Assessing the Impact of Sensor Noise on Model Performance".
In Proceedings of the Ninth Workshop on Intelligent Techniques for Web Personalization and Recommender Systems (ITWP-11),
held in conjunction with the 22nd International Joint Conference on Artificial Intelligence (IJCAI-11),
pages 49–56, Barcelona, Spain, 2011.
[abstract +/-]
[pdf]
We present a simulation framework to examine the impact of sensor noise on the performance
of user models in the museum domain. Our contributions are: (1) models to simulate noisy
visit trajectories as time-stamped sequences of (x, y) positional coordinates which reflect
walking and hovering behaviour; (2) a discriminative inference model that distinguishes
between hovering and walking on the basis of (simulated) noisy sensor observations; (3) a
model that infers viewed exhibits from hovering coordinates; and (4) a model that predicts
the next exhibit on the basis of inferred (rather than known) viewed exhibits. Our staged
evaluation assesses the effect of these models (in combination with sensor noise) on
inferential and predictive performance, thus shedding light on the reliability attributed
to inferences drawn from sensor observations.
- Fabian Bohnert:
"Personalising the Museum Experience".
In Proceedings of the 2010 Workshop on Pervasive User Modeling and Personalization (PUMP-10),
held in conjunction with the 18th International Conference on User Modeling, Adaptation, and Personalization (UMAP-10),
pages 33–36, Waikoloa, HI, USA, 2010.
[abstract +/-]
[pdf]
[bibtex]
Visitors to physical museums are often overwhelmed by the vast amount of information available in the
space they are exploring, making it difficult to select personally interesting content. In contrast
to visits to online museum collections, the selection process is complicated by the facts that (1) it
takes time for people to move between exhibits; and (2) exhibitions may be arranged in a way that does
not reflect visitors' personal interests, meaning that the interesting exhibits may be scattered
throughout the museum. Recent advances in mobile technology and user modelling have enabled
computer-based systems that can assist visitors in selecting interesting content. Additionally, such
systems can provide visitors with personalised information about exhibits while they are exploring
the museum. This paper categorises state-of-the-art technology for personalising visitors' experiences
in museums, and discusses current challenges for enabling personalised visitor-support systems.
- Fabian Bohnert, Ingrid Zukerman, and Daniel F. Schmidt:
"Using Gaussian Spatial Processes to Model and Predict Interests in Museum Exhibits".
In Proceedings of the Seventh Workshop on Intelligent Techniques for Web Personalization and Recommender Systems (ITWP-09),
held in conjunction with the 21st International Joint Conference on Artificial Intelligence (IJCAI-09),
pages 13–19, Pasadena, CA, USA, 2009.
[abstract +/-]
[pdf]
[pdf]
[bibtex]
This paper adapts models from the area of spatial statistics to the task of predicting a user's interests
(i.e., implicit item ratings) within a recommender system in the museum domain. We develop a model based
on Gaussian spatial processes, and discuss two ways of computing item-to-item distances in the museum
setting. Our model was evaluated with a real-world dataset collected by tracking visitors in a museum.
Overall, our model attains a higher predictive accuracy than nearest-neighbour collaborative filters.
In addition, the model variant using physical distances outperforms that using distances computed from
item-to-item similarities.
- Fabian Bohnert and Ingrid Zukerman:
"A Computer-Supported Methodology for Recording and Visualising Visitor Behaviour in Museums".
In Adjunct Proceedings of the 17th International Conference on User Modeling, Adaptation, and Personalization (UMAP-09),
pages 115–120, Trento, Italy, 2009.
[abstract +/-]
[pdf]
[pdf]
[bibtex]
Developing user modelling and personalisation techniques for museums requires datasets about visitor behaviour
in the physical museum space (i.e., visitor pathways). Advancing traditional paper-based tracking techniques,
this demonstration presents a computer-supported methodology for (1) observationally recording visitors'
time-annotated pathways in physical museums, and (2) post-collection processing and visualising the gathered
data. Our methodology was used to collect and post-process a dataset of more than 170 pathways of visitors to
Melbourne Museum (Melbourne, Australia). In this paper, we report on our data collection and the lessons learnt
from it.
- Karl Grieser, Timothy Baldwin, Fabian Bohnert, and Liz Sonenberg:
"Using Collaboratively Constructed Document Collections to Simulate Real-World Object Comparisons".
In Proceedings of the 13th Australasian Document Computing Symposium (ADCS-08),
pages 73–76, Hobart, TAS, Australia, 2008.
[abstract +/-]
[pdf]
[bibtex]
While the layout of a museum exhibition is largely prescribed by the curator, visitors to museums view connections
between exhibits in ways unique to themselves. With the assistance of a large-scale survey of museum visitors we
identify that the view taken by museum visitors of a collection of exhibits can be represented by similarity over
documents associated with each exhibit. We show that even when using a basic document similarity measure there is
a correlation between document similarity and visitors' judgements of relatedness of exhibits aligned to these
documents.
- Fabian Bohnert:
"Adaptive User Modelling and Recommendation in Constrained Physical Environments".
In Proceedings of the Fifth International Conference on Adaptive Hypermedia and Adaptive Web-Based Systems (AH-08),
pages 378–383, Hanover, Germany, 2008.
[abstract +/-]
[bibtex]
Visitors to physical educational environments, such as museums, are often overwhelmed by the information
available in the space they are exploring. They are confronted with the challenge of finding personally
interesting items to view in the available time. Electronic mobile guides can provide guidance and point
to relevant information by identifying and recommending items that match a visitor's interests. However,
recommendation generation in physical spaces has challenges of its own. Factors such as the spatial
layout of the environment and suggested order of item access must be taken into account, as they constrain
the recommendation process. This research investigates adaptive user modelling and personalisation
approaches that consider such and other constraints.
- Fabian Bohnert:
"Constraint-Aware User Modelling and Personalisation in Physical Environments".
In Adjunct Proceedings of the Sixth International Conference on Pervasive Computing (Pervasive-08),
pages 167–172, Sydney, NSW, Australia, 2008.
[abstract +/-]
[pdf]
[pdf]
[bibtex]
The vast amounts of information presented in physical educational spaces such as museums are often
overwhelming to a visitor, whose receptivity and time are typically limited. Hence, s/he might have
difficulties selecting the personally interesting items to view within the available time. Mobile
electronic guides can support a visitor in this selection process by identifying and recommending items
that match his/her interests. However, recommendation generation in physical spaces has challenges
of its own. Factors such as the spatial layout of the environment and suggested order of item access
must be taken into account, as they constrain the recommendation process. This research investigates
adaptive user modelling and personalisation approaches that consider such and other constraints.
- Yanir Seroussi, Fabian Bohnert, and Ingrid Zukerman:
"Authorship Attribution with Author-aware Topic Models".
Technical report 2012/268, Faculty of Information Technology, Monash University, Clayton, VIC 3800, Australia,
2012.
[abstract +/-]
[abstract]
[pdf]
Authorship attribution deals with identifying the authors of anonymous texts.
Recently, we found that the Latent Dirichlet Allocation (LDA) topic model can
be used to improve authorship attribution accuracy. We build on this finding
and show that employing a previously-suggested Author-Topic (AT) model outperforms
LDA when applied to scenarios with many authors. In addition, we define a model
that combines LDA and AT by representing authors and documents over two disjoint
topic sets, and show that our model outperforms LDA, AT and support vector machines
on datasets with two to 19,320 authors.
- Yanir Seroussi, Ingrid Zukerman, and Fabian Bohnert:
"Authorship Attribution with Latent Dirichlet Allocation",
Technical report 2011/262, Faculty of Information Technology, Monash University, Clayton, VIC 3800, Australia,
2011.
[abstract +/-]
[abstract]
[pdf]
[bibtex]
The problem of authorship attribution – attributing texts to their
original authors – has been an active research area since the end
of the 19th century, attracting increased interest in the last decade.
Most of the work on authorship attribution focuses on scenarios with
only a few candidate authors, but recently considered cases with tens to
thousands of candidate authors were found to be much more challenging. In
this report, we propose ways of employing Latent Dirichlet Allocation in
authorship attribution. We show that our approach yields state-of-the-art
performance for both a few and many candidate authors, in cases where
these authors wrote enough texts to be modelled effectively.
- Yanir Seroussi, Ingrid Zukerman, and Fabian Bohnert:
"A User-Based Approach to Multi-Way Polarity Classification",
Technical report 2010/253, Faculty of Information Technology, Monash University, Clayton, VIC 3800, Australia,
2010.
[abstract +/-]
[abstract]
[pdf]
[bibtex]
Sentiment analysis deals with inferring people’s sentiments and opinions from texts.
An important aspect of sentiment analysis is polarity classification, which consists
of inferring a document’s polarity – the overall sentiment conveyed by the text
– in the form of a numerical rating. In contrast to existing approaches to
polarity classification, we propose to take the authors of the documents into account.
Specifically, we present a nearest-neighbour collaborative approach that utilises
novel models of user similarity. Our evaluation shows that our approach improves on
state-of-the-art performance in terms of classification error and runtime, and yields
insights regarding datasets for which such an improvement is achievable.
- Fabian Bohnert, Daniel F. Schmidt, and Ingrid Zukerman:
"Spatial Processes for Recommender Systems",
Technical report 2009/238, Faculty of Information Technology, Monash University, Clayton, VIC 3800, Australia,
2009.
[abstract +/-]
[abstract]
[pdf]
[bibtex]
Spatial processes are typically used to analyse and predict geographic data. This paper adapts such models to
the prediction of a user's interests or item ratings in recommender systems. We present the theoretical
framework for a model based on Gaussian spatial processes, and discuss efficient algorithms for parameter
estimation. Our model was evaluated with simulated data and a real-world dataset collected by tracking visitors
in a museum, and achieves a higher predictive accuracy than a non-personalised baseline. Additionally, in the
real-world scenario, the model attains a higher predictive accuracy than state-of-the-art collaborative filters.
- Fabian Bohnert:
"Constraint-Aware User Modelling and Recommendation in Physical Environments such as Museums".
Abstract presented at the HCSNet Workshop on Embodied Interaction in Mobile, Physical and Virtual Environments,
Sydney, NSW, Australia, 2008.
[abstract +/-]
[abstract]
[bibtex]
Visitors to physical educational environments, such as museums, galleries or zoos, are often overwhelmed by the
information available in the space they are exploring. Typically being limited in receptivity and time, they
are confronted with the challenge of finding and selecting the personally interesting items to view within the
available time. A personal human guide could support a visitor in this selection process, but the provision of
personal guides is generally not possible. Advances in mobile technologies and user modelling point towards an
alternative solution: personalised electronic handheld guides.
Personalised electronic handheld guides can provide guidance and support a visitor in the process of selecting
suitable items by identifying and recommending items that match his/her interests. Additionally, they have the
potential to infer these interests by tracking a visitor's behaviour within the environment. However,
recommendation generation from non-intrusive observations of a visitor's behaviour in a physical space has
challenges of its own. For example, as items have informational dependencies suggesting a certain order of
access, careful thought is usually put into placing the items into the physical space to enable a coherent
experience. Hence, a visitor's behaviour is influenced by both the suggested order of item access and the
spatial layout of the environment, and consequently, these factors must be considered when modelling a visitor's
interests from non-intrusive observations of his/her movements through the space. They must also be taken into
account when generating and delivering recommendations. Therefore, the overall personalisation process is
constrained by such factors. This research investigates adaptive user modelling and recommendation approaches
that consider such and other constraints.
- Fabian Bohnert:
"Adaptive User Modelling and Recommendation in Constrained Physical Environments".
Poster presented at the Monash 2008 Research Month Poster Exhibition (18/08/2008 - 04/09/2008),
also displayed at the Monash e-Research Centre 2008 e-XPO Exhibition (19/08/2008 - 25/08/2008),
Melbourne, VIC, Australia, 2008. Outstanding Poster Award.
[abstract +/-]
[jpg]
[bibtex]
Visitors to physical educational environments, such as museums, are often overwhelmed by the information
available in the space they are exploring. They are confronted with the challenge of finding the
personally interesting items to view within the available time. Mobile electronic guides can provide
guidance and point to relevant information by identifying and recommending items that match a visitor's
interests. However, recommendation generation from non-intrusive observations of a visitor's behaviour
in physical spaces has challenges of its own. Factors such as the spatial layout of the environment and
suggested order of item access must be taken into account, as they constrain the recommendation process.
This research investigates adaptive user modelling and personalisation approaches that consider such and
other constraints.
- Fabian Bohnert and Ingrid Zukerman:
"The Kubadji Project: Adaptive User Modelling and Personalisation for Improving the Museum Experience".
Abstract presented at the Joint HCSNet-EII Workshop on Interactive and Ubiquitous Information Access,
Sydney, NSW, Australia, 2008.
[abstract +/-]
[bibtex]
Museums offer vast amounts of information, but a visitor's receptivity and time are typically limited
— confronting the visitor with the challenge of selecting the (subjectively) interesting content
to view within the available time. A personal human guide could support the visitor in this selection
process, but the provision of personal guides is generally impractical. Advances in mobile, context-aware
technologies and user modelling point towards an alternative solution: personalised electronic handheld
guides. They offer the opportunity to improve a visitor's experience by recommending items of interest,
and personalising the delivered content.
However, user modelling and recommendation generation in physical museum spaces have challenges of their
own. For instance, factors such as the spatial layout of the environment and suggested order of item access
must be taken into account, as they constrain the recommendation process. The Kubadji project
(http://www.kubadji.org/) is investigating user
modelling and personalisation approaches that consider such and other constraints. Additionally, in order
to deliver personalised content for items of interest, user modelling and personalisation techniques are
combined with natural language processing techniques.
In summary, the Kubadji project researches user modelling and language technologies to support the creation
of personalised electronic handheld guides for museums. Key processes under investigation are (1) the
inference of a visitor's interests from non-intrusive observations of his/her behaviour in the physical
museum space, (2) the recommendation of items of interest, and (3) the personalisation of the content
delivered for these items via the handheld device.
- Fabian Bohnert, Ingrid Zukerman, Shlomo Berkovsky, Timothy Baldwin, and Liz Sonenberg:
"Using Interest and Transition Models to Predict Visitor Locations in Museums",
Technical report 2008/219, Faculty of Information Technology, Monash University, Clayton, VIC 3800, Australia,
2008.
[abstract +/-]
[abstract]
[pdf]
[bibtex]
Museums offer vast amounts of information, but a visitor's receptivity and time are typically limited —
providing the visitor with the challenge of selecting the (subjectively) interesting exhibits to view within
the time available. Mobile, context-aware computer systems offer the opportunity to improve a visitor's
experience by recommending exhibits of interest, and personalising the delivered content. A first step in
this process is the prediction of a visitor's activities and interests. In this paper we study non-intrusive,
adaptive user modelling techniques that include consideration of the physical constraints of the exhibition
layout. We present two collaborative models for predicting a visitor's locations in a museum, and an ensemble
model that combines their predictions. These models were trained and tested on a small dataset of museum
visits. Our results are encouraging, with the ensemble model yielding the best performance overall.
- Fabian Bohnert:
"Einsatz von Collaborative Filtering zur Datenprognose",
Seminararbeit, Fakultät für Mathematik und Wirtschaftswissenschaften, Universität Ulm, Germany,
2004.
[pdf]
[pdf]
[slides]
[slides]
[bibtex]
- Fabian Bohnert and Dieter Kiesenbauer:
"Elementare Bildverarbeitungsoperationen",
Seminararbeit, Fakultät für Mathematik und Wirtschaftswissenschaften, Universität Ulm, Germany,
2003.
[slides]
[slides1]
[slides2]
[slides3]
[bibtex]