102 research outputs found
Increased Content Accessibility For Wikis And Blogs
This paper aims to introduce a useful approach on the combined use of template based publishing tools (i.e. for blogs and wikis) and content personalization services. The approach considers that the original developers of web content have limited awareness on accessibility issues, and they are facilitated and guided by the editing interface. The publishing mechanism is responsible for storing web content in a flexible representation, where structured content is separated from the formatting information. Intermediate brokering services (i.e aggregators, mediators or simply the portal software) produce multiple versions of the same content in order to increase content accessibility. Finally, end-users are able to set their preferences on how the content will be presented and get a homogeneous representation of the community content. The different versions may comprise multiple languages, audio and text representations etc and be based on a single version of the original content. The structured nature of content produced by template based tools allows intermediate services to intervene and reproduce the original content in various formats and client tools to filter and present information according to user needs and capabilities. The paper presents the focal points of the suggested approach, details on the underlying architecture and presents the required supporting infrastructure
A Framework for the Quality Assurance of Blended E-Learning Communities
Abstract. E-learning enables learners to decide what to learn, when, how and how fast. In the blended e-learning paradigm, knowledge is delivered using a combination of online and traditional distant education practices. The purpose of this paper is to propose a set of criteria for the evaluation of the educational process in blended e-learning communities. The systematic surveying and evaluation of the various parameters that affect the educational outcome is the primary aim of the quality assurance process. Existing evaluation methods provide general guidelines, which fail to cover the traditional distant education procedures (e.g. educational material, sporadic face-to-face meetings) that accompany e-learning activities. The key reason for the success of a blended e-learning approach is the balance between computer based and face-to-face interactions and the harmonic merge of the two. First, we review the current quality evaluation models for education and focus on the criteria that apply to blended e-learning approaches. Then, we discuss the issues arising from the combination of the two alternatives and propose solutions for improving the quality of the whole process
Distributed maze exploration using multiple agents and optimal goal assignment
Robotic exploration has long captivated researchers aiming to map complex
environments efficiently. Techniques such as potential fields and frontier
exploration have traditionally been employed in this pursuit, primarily
focusing on solitary agents. Recent advancements have shifted towards
optimizing exploration efficiency through multiagent systems. However, many
existing approaches overlook critical real-world factors, such as broadcast
range limitations, communication costs, and coverage overlap. This paper
addresses these gaps by proposing a distributed maze exploration strategy
(CU-LVP) that assumes constrained broadcast ranges and utilizes Voronoi
diagrams for better area partitioning. By adapting traditional multiagent
methods to distributed environments with limited broadcast ranges, this study
evaluates their performance across diverse maze topologies, demonstrating the
efficacy and practical applicability of the proposed method. The code and
experimental results supporting this study are available in the following
repository: https://github.com/manouslinard/multiagent-exploration/.Comment: 11 pages, 9 figure
Sampling Strategies for Mitigating Bias in Face Synthesis Methods
Synthetically generated images can be used to create media content or to
complement datasets for training image analysis models. Several methods have
recently been proposed for the synthesis of high-fidelity face images; however,
the potential biases introduced by such methods have not been sufficiently
addressed. This paper examines the bias introduced by the widely popular
StyleGAN2 generative model trained on the Flickr Faces HQ dataset and proposes
two sampling strategies to balance the representation of selected attributes in
the generated face images. We focus on two protected attributes, gender and
age, and reveal that biases arise in the distribution of randomly sampled
images against very young and very old age groups, as well as against female
faces. These biases are also assessed for different image quality levels based
on the GIQA score. To mitigate bias, we propose two alternative methods for
sampling on selected lines or spheres of the latent space to increase the
number of generated samples from the under-represented classes. The
experimental results show a decrease in bias against underrepresented groups
and a more uniform distribution of the protected features at different levels
of image quality.Comment: Accepted to the BIAS 2023 ECML-PKDD Worksho
Real-time recommendations for energy-efficient appliance usage in households
According to several studies, the most influencing factor in a household\u27s energy consumption is user behavior. Changing user behavior to improve energy usage leads to efficient energy consumption, saving money for the consumer and being more friendly for the environment. In this work we propose a framework that aims at assisting households in improving their energy usage by providing real-time recommendations for efficient appliance use. The framework allows for the creation of household-specific and appliance-specific energy consumption profiles by analyzing appliance usage patterns. Based on the household profile and the actual electricity use, real-time recommendations notify users on the appliances that can be switched off in order to reduce consumption. For instance, if a consumer forgets their A/C on at a time that it is usually off (e.g., when there is no one at home), the system will detect this as an outlier and notify the consumer. In the ideal scenario, a household has a smart meter monitoring system installed, that records energy consumption at the appliance level. This is also reflected in the datasets available for evaluating such systems. However, in the general case, the household may only have one main meter reading. In this case, non-intrusive load monitoring (NILM) techniques, which monitor a house\u27s energy consumption using only one meter, and data mining algorithms that disaggregate the consumption into appliance level, can be employed. In this paper, we propose an end-to-end solution to this problem, starting with the energy disaggregation process, and the creation of user profiles that are then fed to the pattern mining and recommendation process, that through an intuitive UI allows users to further refine their energy consumption preferences and set goals. We employ the UK-DALE (UK Domestic Appliance-Level Electricity) dataset for our experimental evaluations and the proof-of-concept implementation. The results show that the proposed framework accurately captures the energy consumption profiles of each household and thus the generated recommendations are matching the actual household energy habits and can help reduce their energy consumption by 2–17%
Multimodal Explainable Artificial Intelligence: A Comprehensive Review of Methodological Advances and Future Research Directions
The current study focuses on systematically analyzing the recent advances in
the field of Multimodal eXplainable Artificial Intelligence (MXAI). In
particular, the relevant primary prediction tasks and publicly available
datasets are initially described. Subsequently, a structured presentation of
the MXAI methods of the literature is provided, taking into account the
following criteria: a) The number of the involved modalities, b) The stage at
which explanations are produced, and c) The type of the adopted methodology
(i.e. mathematical formalism). Then, the metrics used for MXAI evaluation are
discussed. Finally, a comprehensive analysis of current challenges and future
research directions is provided.Comment: 26 pages, 11 figure
- …