Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Donn Morrison is active.

Publication


Featured researches published by Donn Morrison.


content based multimedia indexing | 2008

Semantic clustering of images using patterns of relevance feedback

Donn Morrison; Stéphane Marchand-Maillet; Eric Bruno

User-supplied data such as browsing logs, click-through data, and relevance feedback judgements are an important source of knowledge during semantic indexing of documents such as images and video. Low-level indexing and abstraction methods are limited in the manner with which semantic data can be dealt. In this paper and in the context of this semantic data, we apply latent semantic analysis on two forms of user-supplied data, real-world and artificially generated relevance feedback judgements in order to examine the validity of using artificially generated interaction data for the study of semantic image clustering.


knowledge discovery and data mining | 2009

TagCaptcha: annotating images with CAPTCHAs

Donn Morrison; Stéphane Marchand-Maillet; Eric Bruno

Image retrieval has long been plagued by limitations on automatic methods because they cannot reliably extract semantic data from low-level features. The result is that users must formulate awkward and inefficient queries in terms these systems can understand. Humans, on the other hand, have the ability to quickly and accurately summarise visual data. This dichotomy, named the semantic gap, is a fundamental problem in image retrieval. We aim to narrow the semantic gap in a typical retrieval scenario by motivating users to provide semantic image annotations. We propose a system of collecting image annotations based on the need for human verification on the web. Similar in principle to work by von Ahn et al. [2, 3], the idea is to exploit the requirement of users to pass tests in order to incrementally annotate images.


field programmable logic and applications | 2015

Hybrid breadth-first search on a single-chip FPGA-CPU heterogeneous platform

Yaman Umuroglu; Donn Morrison; Magnus Jahre

Large and sparse small-world graphs are ubiquitous across many scientific domains from bioinformatics to computer science. As these graphs grow in scale, traversal algorithms such as breadth-first search (BFS), fundamental to many graph processing applications and metrics, become more costly to compute. The cause is attributed to poor temporal and spatial locality due to the inherently irregular memory access patterns of these algorithms. A large body of research has targeted accelerating and parallelizing BFS on a variety of computing platforms, including hybrid CPU-GPU approaches for exploiting the small-world property. In the same spirit, we show how a single-die FPGA-CPU heterogeneous device can be used to leverage the varying degree of parallelism in small-world graphs. Additionally, we demonstrate how dense rather than sparse treatment of the BFS frontier vector yields simpler memory access patterns for BFS, trading redundant computation for DRAM bandwidth utilization and faster graph exploration. On a range of synthetic small-world graphs, our hybrid approach performs 7.8× better than software-only and 2× better than accelerator-only implementations. We achieve an average traversal speed of 172 MTEPS (millions of traversed edges per second) on the ZedBoard platform, which is more than twice as effective as the best previously published FPGA BFS implementation in terms of traversals per bandwidth.


pacific-asia conference on knowledge discovery and data mining | 2013

Learning Representative Nodes in Social Networks

Ke Sun; Donn Morrison; Eric Bruno; Stéphane Marchand-Maillet

We study the problem of identifying representative users in social networks from an information spreading perspective. While traditional network measures such as node degree and PageRank have been shown to work well for selecting seed users, the resulting nodes often have high neighbour overlap and thus are not optimal in terms of maximising spreading coverage. In this paper we extend a recently proposed statistical learning approach called skeleton learning (SKE) to graph datasets. The idea is to associate each node with a random representative node through Bayesian inference. By doing so, a prior distribution defined over the graph nodes emerges where representatives with high probabilities lie in key positions and are mutually exclusive, reducing neighbour overlap. Evaluation with information diffusion experiments on real scientific collaboration networks shows that seeds selected using SKE are more effective spreaders compared with those selected with traditional ranking algorithms and a state-of-the-art degree discount heuristic.


Computer Communications | 2016

Phantom cascades

Václav Belák; Afra J. Mashhadi; Alessandra Sala; Donn Morrison

Research on information diffusion generally assumes complete knowledge of the underlying network. However, in the presence of factors such as increasing privacy awareness, restrictions on application programming interfaces (APIs) and sampling strategies, this assumption rarely holds in the real world which in turn leads to an underestimation of the size of information cascades. In this work we study the effect of hidden network structure on information diffusion processes. We characterise information cascades through activation paths traversing visible and hidden parts of the network. We quantify diffusion estimation error while varying the amount of hidden structure in five empirical and synthetic network datasets and demonstrate the effect of topological properties on this error. Finally, we suggest practical recommendations for practitioners and propose a model to predict the cascade size with minimal information regarding the underlying network.


Multimedia Tools and Applications | 2013

Topic modelling of clickthrough data in image search

Donn Morrison; Theodora Tsikrika; Vera Hollink; Arjen P. de Vries; Eric Bruno; Stéphane Marchand-Maillet

In this paper we explore the benefits of latent variable modelling of clickthrough data in the domain of image retrieval. Clicks in image search logs are regarded as implicit relevance judgements that express both user intent and important relations between selected documents. We posit that clickthrough data contains hidden topics and can be used to infer a lower dimensional latent space that can be subsequently employed to improve various aspects of the retrieval system. We use a subset of a clickthrough corpus from the image search portal of a news agency to evaluate several popular latent variable models in terms of their ability to model topics underlying queries. We demonstrate that latent variable modelling reveals underlying structure in clickthrough data and our results show that computing document similarities in the latent space improves retrieval effectiveness compared to computing similarities in the original query space. These results are compared with baselines using visual and textual features. We show performance substantially better than the visual baseline, which indicates that content-based image retrieval systems that do not exploit query logs could improve recall and precision by taking this historical data into account.


adaptive multimedia retrieval | 2007

Automatic Image Annotation with Relevance Feedback and Latent Semantic Analysis

Donn Morrison; Stéphane Marchand-Maillet; Eric Bruno

The goal of this paper is to study the image-concept relationship as it pertains to image annotation. We demonstrate how automatic annotation of images can be implemented on partially annotated databases by learning image-concept relationships from positive examples via inter-query learning. Latent semantic analysis (LSA), a method originally designed for text retrieval, is applied to an image/session matrix where relevance feedback examples are collected from a large number of artificial queries (sessions). Singular value decomposition (SVD) is exploited during LSA to propagate image annotations using only relevance feedback information. We will show how SVD can be used to filter a noisy image/session matrix and reconstruct missing values.


conference on multimedia modeling | 2014

Where Is the News Breaking? Towards a Location-Based Event Detection Framework for Journalists

Bahareh Rahmanzadeh Heravi; Donn Morrison; Prashant Khare; Stéphane Marchand-Maillet

The rise of user-generated content (UCG) as a source of information in the journalistic lifecycle is driving the need for automated methods to detect, filter, contextualise and verify citizen reports of breaking news events. In this position paper we outline the technological challenges in incorporating UCG into news reporting and describe our proposed framework for exploiting UGC from social media for location-based event detection and filtering to reduce the workload of journalists covering breaking and ongoing news events. News organisations increasingly rely on manually curated UGC. Manual monitoring, filtering, verification and curation of UGC, however, is a time and effort consuming task, and our proposed framework takes a first step in addressing many of the issues surrounding these processes.


Archive | 2010

Capturing the Semantics of User Interaction: A Review and Case Study

Donn Morrison; Stéphane Marchand-Maillet; Eric Bruno

In many retrieval domains there exists a problematic gap between what computers can describe and what humans are capable of perceiving. This gap is most evident in the indexing of multimedia data such as images, video and sound where the low-level features are too semantically deficient to be of use from a typical users’ perspective. On the other hand, users possess the ability to quickly examine and summarise these documents, even subconsciously. Examples include specifying relevance between a query and results, rating preferences in film databases, purchasing items from online retailers, and even browsing web sites. Data from these interactions, captured and stored in log files, can be interpreted to have semantic meaning, which proves indispensable when used in a collaborative setting where users share similar preferences or goals. In this chapter we summarise techniques for efficiently exploiting user interaction in its many forms for the generation and augmentation of semantic data in large databases. This user interaction can be applied to improve performance in recommender and information retrieval systems. A case study is presented which applies a popular technique, latent semantic analysis, to improve retrieval on an image database.


Multimodal Signal Processing#R##N#Theory and Applications for Human–Computer Interaction | 2010

Interactive Representations of Multimodal Databases

Stéphane Marchand-Maillet; Donn Morrison; Eniko-Melinda Szekely; Eric Bruno

Publisher Summary Most multimedia management frameworks are directed towards search operations. They use query-by-example (QBE) or concept-based query modes to retrieve relevant items within a collection. A number of advances have been made recently in integrating browsing and navigation, either as a complement to these search operations or as investigation tools in themselves. This chapter reviews the construction of such interactive platforms and their potential exploitation for the long-term management of multimedia collections. Multimedia browsing comes as a complement to query-based search. This is valuable, due to the imperfect nature of content understanding and representation, due principally to the so-called semantic gap. Browsing is also interesting to resolve the problem of the users uncertainty in formulating an information need. Browsing is directed towards an objective (information need) and thus, indirectly relates to searching and acts at the document scale. As such, browsing is seen as assistance within similarity-based search systems, where the QBE paradigm is often deficient.

Collaboration


Dive into the Donn Morrison's collaboration.

Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar

Conor Hayes

National University of Ireland

View shared research outputs
Top Co-Authors

Avatar

Mengjiao Wang

National University of Ireland

View shared research outputs
Top Co-Authors

Avatar

Alice Hogan

Digital Enterprise Research Institute

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar

Ian McLoughlin

Digital Enterprise Research Institute

View shared research outputs
Top Co-Authors

Avatar

Prashant Khare

National University of Ireland

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Researchain Logo
Decentralizing Knowledge