<?xml version="1.0" encoding="iso-8859-1"?><rss version="2.0"><channel><title>Latest NICTA Publications </title><link>http://www.nicta.com.au/research/research_publications/rss</link><description>A listing of the most recently updated research papers published by NICTA’s researchers</description><item><title> 	Performance and scalability evaluation of the Castalia Wireless Sensor Network simulator </title><description> 	&lt;p&gt;Authors: Dimosthenis Pediaditakis, Yuri Tselishchev, Athanassios Boulis&lt;/p&gt;&lt;p&gt;Abstract: Castalia is an open-source simulator for wireless sensor networks and body area networks which is widely used in the academic and research community. This paper presents a basic evaluation study of Castalia, reporting computation time and memory usage for a variety of scenarios/benchmarks. Moreover, key parameters, such as network size, simulation time, fraction of mobile nodes are varied to reveal Castaliaâ€™s scalability potential. We discuss our results and explain counterintuitive findings in performance. The results and their explanation can be used by Castalia users as a guide to determine the limits they can push their simulations, as well as to make parameter choices that trade-off accuracy for performance. They also provide an indication of Castaliaâ€™s performance capabilities to potential users.&lt;/p&gt;&lt;i&gt;&lt;span class="search_pub_title"&gt;3rd International ICST Conference on Simulation Tools and Techniques (SIMUTools2010)&lt;/span&gt;-&lt;span class="search_pub_data"&gt;March 2010&lt;/span&gt;&lt;/i&gt;&lt;br /&gt; </description><link> 	http://nicta.com.au/research/research_publications/show?id=3295</link><pubDate>Mon, 15 Mar 2010 00:00:00 +0000 </pubDate><guid>http://nicta.com.au/research/research_publications/show?id=3295 </guid></item><item><title> 	Refinement in the formal verification of seL4 </title><description> 	&lt;p&gt;Authors: Gerwin Klein, Thomas Sewell, Simon Winwood&lt;/p&gt;&lt;p&gt;Abstract: We present an overview of the different refinement frameworks used in theL4.verified project to formally prove the functional correctnes ofthe seL4 microkernel. The verification is conducted in theinteractive theorem prover Isabelle/HOL and proceeds in two large refinementsteps: one proof between two monadic, functional specificationsin HOL and one proof between such a monadic specification and a C program.To connect these proofs into one overall theorem, we map both refinementstatements into a common overall framework.&lt;/p&gt;&lt;i&gt;&lt;span class="search_pub_title"&gt;Design and Verification of Microprocessor Systems for High-Assurance Applications&lt;/span&gt;-&lt;span class="search_pub_data"&gt;March 2010&lt;/span&gt;&lt;/i&gt;&lt;br /&gt; </description><link> 	http://nicta.com.au/research/research_publications/show?id=3087</link><pubDate>Sat, 13 Mar 2010 00:00:00 +0000 </pubDate><guid>http://nicta.com.au/research/research_publications/show?id=3087 </guid></item><item><title> 	An Inclusion Theorem for Defeasible Logic </title><description> 	&lt;p&gt;Authors: David Billington, Grigoris Antoniou, Guido Governatori, Michael Maher&lt;/p&gt;&lt;p&gt;Abstract: Defeasible reasoning is a computationally simple nonmonotonic reasoning approach that has attracted significant theoretical and practical attention.  It comprises a family of logics that capture different intuitions, among them ambiguity propagation versus ambiguity blocking, and the adoption or rejection of team defeat.  This paper provides a compact presentation of the defeasible logic variants, and derives an Inclusion Theorem which shows that different notions of provability in defeasible logic form a chain of levels of proof, while they al exhibit a basic coherence property.&lt;/p&gt;&lt;i&gt;&lt;span class="search_pub_title"&gt;ACM Transactions on Computational Logic&lt;/span&gt;&lt;/i&gt;&lt;br /&gt; </description><link> 	http://nicta.com.au/research/research_publications/show?id=1276</link><pubDate>Fri, 12 Mar 2010 00:00:00 +0000 </pubDate><guid>http://nicta.com.au/research/research_publications/show?id=1276 </guid></item><item><title> 	Towards an Architectural Viewpoint for Systems of Software Intensive Systems </title><description> 	&lt;p&gt;Authors: John Brondum, Liming Zhu&lt;/p&gt;&lt;p&gt;Abstract: An important part of architectural knowledge is the capture of the environment and external system relationships through contextual viewpoints[35]. However, the semantic definitions of software relationships[29][23][26] do not adequately capture inter-system level relationships[6], and offers no guidance on implicit or indirect relationships[35]. Yet the architect is tasked with the very responsibility of defining external relationships[11] leaving him/her either unaware of critical relationships or, toâ€™roll their ownâ€™ based on aggregations of code-level call/use structures. This leads to critical
gaps in the architectural documentation and communication problems within Systems of Software intensive Systems (S3) environments - if undetected can cause serious problems for development projects[3]. S3 environments may also restrict the sharing of architectural knowledge due to either legal or contractual constraints, or contain an overwhelming amount of documentation due to size and number of involved systems - either scenario further adds to the challenge of identifying and describing therelationships.

This paper presents a novel and light-weight S3 Architectural Viewpoint consisting of 1) an extensible taxonomy of system level relationships, 2) with a systematic, repeatable technique to detect both immediate and linked system level relationships. The goal is an architectural approach for the sharing and analysis of architectural knowledge relating to software system relationships in an S3 or ecosystem environment. The research is on-going and developed through the mining of existing software ecosystems and industry S3 architectures. Validation will be performed through casestudies from industry collaborations.&lt;/p&gt;&lt;i&gt;&lt;span class="search_pub_title"&gt;SHARK at ICSE 2010&lt;/span&gt;-&lt;span class="search_pub_data"&gt;May 2010&lt;/span&gt;&lt;/i&gt;&lt;br /&gt; </description><link> 	http://nicta.com.au/research/research_publications/show?id=3593</link><pubDate>Fri, 12 Mar 2010 00:00:00 +0000 </pubDate><guid>http://nicta.com.au/research/research_publications/show?id=3593 </guid></item><item><title> 	Software Architecture for Systems of Software Intensive Systems (S3): The Concepts and Detection of Inter-System Relationships </title><description> 	&lt;p&gt;Authors: John Brondum&lt;/p&gt;&lt;p&gt;Abstract: Key to software architecture is the description of relationshipsbetween software components [10] supported by commonlyunderstood semantic definitions [9][8]. However, thedefinitions do not adequately capture the inter-system levelsoftware relationships. This leaves software architects eitherunaware of critical relationships or, toâ€™roll their ownâ€™ based
on aggregations of code-level call/use structures. This leads
to critical gaps in the architectural description and communication
problems within distributed development environments
- as poorly understood relationships can inadvertently
propagate changes and break systeminteroperability
[2]. The solution requires a description of new system level
relationships and a new systematic, repeatable technique to
detect both immediate and linked system level relationships.
The solution will be developed through the mining of existing
software ecosystemsand industry systems of softwareintensive systems (S3) architectures. Validation will be performedthrough case studies from industry collaborations.&lt;/p&gt;&lt;i&gt;&lt;span class="search_pub_title"&gt;Doctoral Symposium at ACM/IEEE 32nd International Conference on Sofware Engineering (ICSE 2010)&lt;/span&gt;-&lt;span class="search_pub_data"&gt;May 2010&lt;/span&gt;&lt;/i&gt;&lt;br /&gt; </description><link> 	http://nicta.com.au/research/research_publications/show?id=3594</link><pubDate>Fri, 12 Mar 2010 00:00:00 +0000 </pubDate><guid>http://nicta.com.au/research/research_publications/show?id=3594 </guid></item><item><title> 	OMF: A Control and Management Framework for Networking Testbeds </title><description> 	&lt;p&gt;Authors: Thierry Rakotoarivelo, Max Ott, Guillaume Jourjon, Ivan Seskar&lt;/p&gt;&lt;p&gt;Abstract: Networking testbeds are playing an increasingly important role in the development of new communication technologies. Testbeds are traditionally built for a particular project or to study a specific technology. An alternative approach is to federate existing testbeds to a) cater for experimenter needs which cannot be fulfilled by a single testbed, and b) provide a wider variety of environmental settings at different scales. These heterogenous settings allow the study of new approaches in environments similar to what one finds in the real world. This paper presents OMF, a control, measurement, and management framework for testbeds. It describes through some examples the versatility of OMF's current architecture and gives directions for federation of testbeds through OMF. In addition, this paper introduces a comprehensive experiment description language that allows an experimenter to describe resource requirements and their configurations, as well as experiment orchestration. Researchers would thus be able to reproduce their experiment on the same testbed or in a different environment with little changes. Along with the efficient support for large scale experiments, the use of testbeds and support for repeatable experiments will allow the networking field to build a culture of cross verification and therefore strengthen its scientific approach.-----      This work was first accepted for publication and presented at the SOSP Workshop on Real Overlays and Distributed Systems (ROADS '09). It was then selected with other papers from SOSP Workshops to be re-published in the December 2009 issue of ACM Operating Systems Review journal (http://www.sigops.org/osr.html).&lt;/p&gt;&lt;i&gt;&lt;span class="search_pub_title"&gt;ACM Operating Systems Review (OSR)&lt;/span&gt;-&lt;span class="search_pub_data"&gt;December 2009&lt;/span&gt;&lt;/i&gt;&lt;br /&gt; </description><link> 	http://nicta.com.au/research/research_publications/show?id=3605</link><pubDate>Fri, 12 Mar 2010 00:00:00 +0000 </pubDate><guid>http://nicta.com.au/research/research_publications/show?id=3605 </guid></item><item><title> 	How Do Agents Comply with Norms? </title><description> 	&lt;p&gt;Authors: Guido Governatori, Antonino Rotolo&lt;/p&gt;&lt;p&gt;Abstract: The import of the notion of institution in the design of MASsrequires to develop formal and efficient methods for modeling theinteraction between agents' behaviour and normative systems. Thispaper discusses how to check whether agents' behaviour complieswith the rules regulating them. The key point of our approach isthat compliance is a relationship between two sets ofspecifications: the specifications for executing a process and thespecifications regulating it. We propose a formalism fordescribing both the semantics of normative specifications and thesemantics of compliance checking procedures.&lt;/p&gt;&lt;i&gt;&lt;span class="search_pub_title"&gt;2nd Workshop on Logics for Intelligent Agents and Multi-Agent Systems (WLIAMAS 2009)&lt;/span&gt;-&lt;span class="search_pub_data"&gt;15 September 2009&lt;/span&gt;&lt;/i&gt;&lt;br /&gt; </description><link> 	http://nicta.com.au/research/research_publications/show?id=2300</link><pubDate>Thu, 11 Mar 2010 00:00:00 +0000 </pubDate><guid>http://nicta.com.au/research/research_publications/show?id=2300 </guid></item><item><title> 	Probability representation and statistical models in phylogenetic trees. </title><description> 	&lt;p&gt;Authors: J.F. Weng, I. Mareels, D. Thomas&lt;/p&gt;&lt;i&gt;&lt;span class="search_pub_title"&gt;Evolution- The Experience&lt;/span&gt;-&lt;span class="search_pub_data"&gt;February 2009&lt;/span&gt;&lt;/i&gt;&lt;br /&gt; </description><link> 	http://nicta.com.au/research/research_publications/show?id=2033</link><pubDate>Tue, 09 Mar 2010 00:00:00 +0000 </pubDate><guid>http://nicta.com.au/research/research_publications/show?id=2033 </guid></item><item><title> 	Repetition-Based Compression of Large DNA Datasets. </title><description> 	&lt;p&gt;Authors: S. Kuruppu, B. Beresford-Smith, T. Conway, J. Zobel&lt;/p&gt;&lt;i&gt;&lt;span class="search_pub_title"&gt;ausbiotech2009&lt;/span&gt;-&lt;span class="search_pub_data"&gt;December  2009&lt;/span&gt;&lt;/i&gt;&lt;br /&gt; </description><link> 	http://nicta.com.au/research/research_publications/show?id=3537</link><pubDate>Tue, 09 Mar 2010 00:00:00 +0000 </pubDate><guid>http://nicta.com.au/research/research_publications/show?id=3537 </guid></item><item><title> 	Reference-Free Validation of Short Read Data </title><description> 	&lt;p&gt;Authors: J. Schroder, J. Bailey, T. Conway, J. Zobel&lt;/p&gt;&lt;i&gt;&lt;span class="search_pub_title"&gt;NICTA&lt;/span&gt;-&lt;span class="search_pub_data"&gt;March 2010&lt;/span&gt;&lt;/i&gt;&lt;br /&gt; </description><link> 	http://nicta.com.au/research/research_publications/show?id=3693</link><pubDate>Tue, 09 Mar 2010 00:00:00 +0000 </pubDate><guid>http://nicta.com.au/research/research_publications/show?id=3693 </guid></item><item><title> 	Relative Lempel-Ziv Parsing for Storing and Accessing Similar Genomes. </title><description> 	&lt;p&gt;Authors: S. Kuruppu, S. Puglisi, J. Zobel&lt;/p&gt;&lt;p&gt;Abstract: This report is a description of the relative LZ-based compression algorithm RLZ that compresses a set of similar sequences against a selected reference sequence in a space efficient manner while providing fast access to the sequence collection.&lt;/p&gt;&lt;i&gt;&lt;span class="search_pub_title"&gt;NICTA&lt;/span&gt;-&lt;span class="search_pub_data"&gt;December 2009&lt;/span&gt;&lt;/i&gt;&lt;br /&gt; </description><link> 	http://nicta.com.au/research/research_publications/show?id=3700</link><pubDate>Tue, 09 Mar 2010 00:00:00 +0000 </pubDate><guid>http://nicta.com.au/research/research_publications/show?id=3700 </guid></item><item><title> 	Exploring Classification Techniques in Speech based Cognitive Load Monitoring </title><description> 	&lt;p&gt;Authors: Bo Yin, Natalie Ruiz, Fang Chen, Eliathamby  Ambikairajah&lt;/p&gt;&lt;p&gt;Abstract: The ability to monitor cognitive load level in real time is extremely useful for preventing fatal operating errors or improving the efficiency of task execution. In top of the success of our previously proposed speech based cognitive load monitoring system, we explored alternative classification techniques in this paper, including simple linear kernel Support Vector Machine (SVM), hybrid SVM-GMM which accepts the likelihood scores from GMM as inputs for SVM, and a fusion approach which integrates GMM, SVM and SVM-GMM systems together. All systems are evaluated on the data collected from two different tasksâ€“ a reading comprehension and a Stroop test based task. SVM-GMM based system achieves the highest performance on both tasks and improves the accuracy of three cognitive load levels classification from 71.1% to 75.6% and 77.5% to 88.2%, respectively.&lt;/p&gt;&lt;i&gt;&lt;span class="search_pub_title"&gt;InterSpeech&lt;/span&gt;-&lt;span class="search_pub_data"&gt;September 2008&lt;/span&gt;&lt;/i&gt;&lt;br /&gt; </description><link> 	http://nicta.com.au/research/research_publications/show?id=786</link><pubDate>Mon, 08 Mar 2010 00:00:00 +0000 </pubDate><guid>http://nicta.com.au/research/research_publications/show?id=786 </guid></item><item><title> 	Introducing FM based Feature to Hierarchical Language Identification </title><description> 	&lt;p&gt;Authors: Bo Yin, Tharmarajah Thiruvaran, Eliathamby  Ambikairajah, Fang Chen&lt;/p&gt;&lt;p&gt;Abstract: Although relatively neglected in auditory analysis, phase information plays an important role in human auditory intelligibility. This paper investigates a Frequency Modulation (FM) based feature and its contribution to a Language Identification (LID) system, using Hierarchical LID framework. FM components represent the phase information of a given signal in an AM-FM model. In this paper, we extract a FM-based feature using a technique which produces consistent and continuous FM components, and build a LID system on this feature with GMM based modeling. The performance is improved by combining this system with existing MFCC, Prosody based systems and a PRLM system. Comparing to the baseline system without integrating a FM-based system, the proposed Hierarchical LID system shows improvements. Additionally, the proposed system outperforms the GMM fusion-based system integrating the same four primary systems, showing that Hierarchical LID framework is more effective in integrating additional features.&lt;/p&gt;&lt;i&gt;&lt;span class="search_pub_title"&gt;InterSpeech&lt;/span&gt;-&lt;span class="search_pub_data"&gt;September 2008&lt;/span&gt;&lt;/i&gt;&lt;br /&gt; </description><link> 	http://nicta.com.au/research/research_publications/show?id=787</link><pubDate>Mon, 08 Mar 2010 00:00:00 +0000 </pubDate><guid>http://nicta.com.au/research/research_publications/show?id=787 </guid></item><item><title> 	Developing a Smart Camera for Road Traffic Surveillance </title><description> 	&lt;p&gt;Authors: Bei Na Wei, Yu Shi, Getian Ye, Jie Xu&lt;/p&gt;&lt;p&gt;Abstract: This paper discussesin details a hardware implementation of a real-time object tracking algorithm based Harris keypoint detection technique. VHDL design using an FPGA development platform is the development environment. Preliminary results have shown promising real-time performance and tracking accuracy. The targeted application is a smart camera for road traffic flow analysis.&lt;/p&gt;&lt;i&gt;&lt;span class="search_pub_title"&gt;International Workshop on Multimedia Signal Processing&lt;/span&gt;-&lt;span class="search_pub_data"&gt;October 2008&lt;/span&gt;&lt;/i&gt;&lt;br /&gt; </description><link> 	http://nicta.com.au/research/research_publications/show?id=1294</link><pubDate>Mon, 08 Mar 2010 00:00:00 +0000 </pubDate><guid>http://nicta.com.au/research/research_publications/show?id=1294 </guid></item><item><title> 	Think before you talk: An empirical study of Relationship between Speech pauses and Cognitive load </title><description> 	&lt;p&gt;Authors: M. Asif Khawaja, Natalie Ruiz, Fang Chen&lt;/p&gt;&lt;p&gt;Abstract: Measuring a userâ€™s level of cognitive load while they are interacting with the system could offer another dimension to the development of adaptable user interfaces. High levels of cognitive load affect performance and efficiency. However, current methods of measuring cognitive load are physically intrusive and interrupt the task flow. Certain speech features have been shown to change under high levels of load and are good candidates for cognitive load indices for usability evaluation and automatic adaptation of an interface or work environment. A speech-based dual-task user study is presented in which we explore the behaviour of speech pause features in natural speech. The experiment yielded new results confirming that speech pauses are useful indicators of high load versus low load speech. We report an increase in the percentage of time spent pausing from low load to high load tasks. We interpret these results within the framework of Baddeleyâ€™s modal model of working memory and detail how such a measure could be utilized in the cognitive load measurement.&lt;/p&gt;&lt;i&gt;&lt;span class="search_pub_title"&gt;OzCHI 2008&lt;/span&gt;-&lt;span class="search_pub_data"&gt;December 2008&lt;/span&gt;&lt;/i&gt;&lt;br /&gt; </description><link> 	http://nicta.com.au/research/research_publications/show?id=1393</link><pubDate>Mon, 08 Mar 2010 00:00:00 +0000 </pubDate><guid>http://nicta.com.au/research/research_publications/show?id=1393 </guid></item><item><title> 	An Efficient Unification-based Multimodal Language Processor for Multimodal Input Fusion </title><description> 	&lt;p&gt;Authors: Fang Chen, Yong Sun&lt;/p&gt;&lt;p&gt;Abstract: Multimodal User Interaction technology aims at building natural and intuitive interfaces allowing a user to interact with computer in a way similar to human-to-human communication, for example, through speech and gestures. As a critical component in a multimodal user interface, Multimodal Input Fusion explores ways to effectively derive the combined semantic interpretation of user inputs through multiple modalities. Based on state of art review on multimodal input fusion approaches, this chapter presents a novel approach to multimodal input fusion based on speech and gesture; or speech and eye tracking. It can also be applied for other input modalities and extended to more than 2 modalities. It is the first time that a powerful combinational categorical grammar is adopted in multimodal input fusion. The effectiveness of the approach has been validated through user experiments, which indicated a low polynomial computational complexity while parsing versatile multimodal input patterns. It is very useful for mobile context. Future trends in multimodal input fusion will be discussed at the end of this chapter.&lt;/p&gt;&lt;i&gt;&lt;span class="search_pub_title"&gt;Handbook of Research on Multimodal Human Computer Interaction and Pervasive Services: Evolutionary Techniques for Improving Accessibility&lt;/span&gt;-&lt;span class="search_pub_data"&gt;May 2009&lt;/span&gt;&lt;/i&gt;&lt;br /&gt; </description><link> 	http://nicta.com.au/research/research_publications/show?id=1394</link><pubDate>Mon, 08 Mar 2010 00:00:00 +0000 </pubDate><guid>http://nicta.com.au/research/research_publications/show?id=1394 </guid></item><item><title> 	VOICED/UNVOICED PATTERN-BASED DURATION MODELING FOR LANGUAGE IDENTIFICATION </title><description> 	&lt;p&gt;Authors: Bo Yin, Eliathamby Ambikairajah, Fang Chen&lt;/p&gt;&lt;p&gt;Abstract: As a major prosodic feature, duration-based features have been explored in related areas but the existing approaches require manually annotated corpus to train the segmentation models, which may be cost and time-consuming. In this paper, a novel duration modeling approach is proposed, in which the segmentation is implemented by using articulatory feature like voicing status. A pair of connected unvoiced and voiced segments is considered as the unit, and the duration of each segment is normalized for each utterance and then quantized into 20 discrete ranges. The ranges of units are later considered as symbol sequences and are modeled by n-gram model, to capture the temporal pattern, which is hypothesized to be different in different languages. The experiments based on the NIST LRE 2005 tasks show a relative 19.7% EER improvement by introducing the proposed duration modeling-based system into a fusion system containing two GMM-UBM based acoustic systems using MFCC and pitch+intensity features.&lt;/p&gt;&lt;i&gt;&lt;span class="search_pub_title"&gt;ICASSP&lt;/span&gt;-&lt;span class="search_pub_data"&gt;April 2009&lt;/span&gt;&lt;/i&gt;&lt;br /&gt; </description><link> 	http://nicta.com.au/research/research_publications/show?id=1434</link><pubDate>Mon, 08 Mar 2010 00:00:00 +0000 </pubDate><guid>http://nicta.com.au/research/research_publications/show?id=1434 </guid></item><item><title> 	Language-dependent Contribution Measuring and Weighting for Combining Likelihood Scores in Language Identification Systems </title><description> 	&lt;p&gt;Authors: Bo Yin, Eliathamby Ambikairajah, Fang Chen&lt;/p&gt;&lt;p&gt;Abstract: Developing a fusion-based system is one of the key research issues in modern Language Identification (LID) systems. In this paper we investigate existing fusion techniques for LID systems and propose an alternative solution.By directly utilizing language-dependent contribution information, a novel Language-Dependent Weighting approach is introduced and implemented. We investigate various contribution measures, including LID performances, likelihood ratios, and Kullback-Leibler divergence. These measures are conducted from either development datasets or class models. The advantage of using language-dependent weighting over language-independent weighting is illustrated using a Language-Dependent Contribution Map. Both the OGI and CallFriend databases show a very similar contribution pattern which is related to language characteristics. Experiments on the NIST LRE 2003 task and OGI database demonstrate that the proposed fusion technique outperforms other recent fusion techniques when the amount of available development data is limited. In particular, the system based on Kullback-Leibler divergence achieved the best performance while eliminating the need for development data&lt;/p&gt;&lt;i&gt;&lt;span class="search_pub_title"&gt;Journal of Signal Processing Systems&lt;/span&gt;&lt;/i&gt;&lt;br /&gt; </description><link> 	http://nicta.com.au/research/research_publications/show?id=1435</link><pubDate>Mon, 08 Mar 2010 00:00:00 +0000 </pubDate><guid>http://nicta.com.au/research/research_publications/show?id=1435 </guid></item><item><title> 	Skipping Spare Information in Multimodal Inputs during Multimodal Input Fusion </title><description> 	&lt;p&gt;Authors: Yong Sun, Yu Shi, Fang Chen, Vera Chung&lt;/p&gt;&lt;p&gt;Abstract: In a multimodal interface, a user can use multiple modalities, such as speech, gesture, and eye gaze etc., to communicate with a system. As a critical component in a multimodal interface, multimodal input fusion explores the ways to effectively interpret the combined semantic interpretation of userâ€™s multimodal inputs. Although multimodal inputs may contain spare information, few multimodal input fusion approaches have tackled this issue. This paper proposes a novel multimodal input fusion approach to flexibly skip spare information in multimodal inputs and derive semantic interpretation ofthem. The experiment confirms that the proposed approach makes human-computer interaction more natural and smooth.&lt;/p&gt;&lt;i&gt;&lt;span class="search_pub_title"&gt;IUI 2009&lt;/span&gt;-&lt;span class="search_pub_data"&gt;2 2009&lt;/span&gt;&lt;/i&gt;&lt;br /&gt; </description><link> 	http://nicta.com.au/research/research_publications/show?id=1483</link><pubDate>Mon, 08 Mar 2010 00:00:00 +0000 </pubDate><guid>http://nicta.com.au/research/research_publications/show?id=1483 </guid></item><item><title> 	Building a Practical Multimodal Interface with a Multimodal Fusion Module </title><description> 	&lt;p&gt;Authors: Yong Sun, Yu Shi, Fang Chen, Vera Chung&lt;/p&gt;&lt;p&gt;Abstract: See uploaded file&lt;/p&gt;&lt;i&gt;&lt;span class="search_pub_title"&gt;HCII 2009&lt;/span&gt;-&lt;span class="search_pub_data"&gt;7 2009&lt;/span&gt;&lt;/i&gt;&lt;br /&gt; </description><link> 	http://nicta.com.au/research/research_publications/show?id=1484</link><pubDate>Mon, 08 Mar 2010 00:00:00 +0000 </pubDate><guid>http://nicta.com.au/research/research_publications/show?id=1484 </guid></item></channel></rss>