Skip to main content
arXiv is now an independent nonprofit! Learn more

Showing 1–20 of 20 results for author: Kagal, L

Searching in archive cs. Search in all archives.
.
  1. arXiv:2606.19464  [pdf, ps, other

    cs.AI cs.MA

    Deontic Policies for Runtime Governance of Agentic AI Systems

    Authors: Anupam Joshi, Tim Finin, Karuna Pande Joshi, Lalana Kagal

    Abstract: Autonomous agentic AI systems driven by Large Language Models (LLMs) introduce a new class of security, privacy, and compliance challenges: an agent that can invoke tools, manipulate data, install software, and coordinate with peer agents across organizational boundaries must be constrained not just by authentication and access control, but by the full structure of enterprise governance. This incl… ▽ More

    Submitted 17 June, 2026; originally announced June 2026.

    Comments: 10 pages, 1 figure. To be published in the 2026 IEEE Symposium on Agentic Services which is part of the IEEE Conference on Web Services

  2. arXiv:2604.22783  [pdf, ps, other

    cs.LG cs.AI

    Parameter Efficiency Is Not Memory Efficiency: Rethinking Fine-Tuning for On-Device LLM Adaptation

    Authors: Irene Tenison, Stella Ahn, Miriam Kim, Ebtisam Alshehri, Lalana Kagal

    Abstract: Parameter-Efficient Fine-Tuning (PEFT) has become the standard for adapting large language models (LLMs). In this work we challenge the wide-spread assumption that parameter efficiency equates memory efficiency and on-device adaptability. We show that this is not true - while methods like LoRA and IA3 significantly reduce trainable parameters, they remain bound by intermediate tensors that scale l… ▽ More

    Submitted 3 April, 2026; originally announced April 2026.

  3. arXiv:2603.07343  [pdf, ps, other

    cs.LG cs.AI

    Learning Concept Bottleneck Models from Mechanistic Explanations

    Authors: Antonio De Santis, Schrasing Tong, Marco Brambilla, Lalana Kagal

    Abstract: Concept Bottleneck Models (CBMs) aim for ante-hoc interpretability by learning a bottleneck layer that predicts interpretable concepts before the decision. State-of-the-art approaches typically select which concepts to learn via human specification, open knowledge graphs, prompting an LLM, or using general CLIP concepts. However, concepts defined a-priori may not have sufficient predictive power f… ▽ More

    Submitted 7 March, 2026; originally announced March 2026.

    Comments: ICLR 2026

  4. arXiv:2603.05899  [pdf, ps, other

    cs.CV cs.LG

    Mitigating Bias in Concept Bottleneck Models for Fair and Interpretable Image Classification

    Authors: Schrasing Tong, Antoine Salaun, Vincent Yuan, Annabel Adeyeri, Lalana Kagal

    Abstract: Ensuring fairness in image classification prevents models from perpetuating and amplifying bias. Concept bottleneck models (CBMs) map images to high-level, human-interpretable concepts before making predictions via a sparse, one-layer classifier. This structure enhances interpretability and, in theory, supports fairness by masking sensitive attribute proxies such as facial features. However, CBM c… ▽ More

    Submitted 5 March, 2026; originally announced March 2026.

  5. arXiv:2603.05889  [pdf, ps, other

    cs.HC cs.CY

    Measuring Perceptions of Fairness in AI Systems: The Effects of Infra-marginality

    Authors: Schrasing Tong, Minseok Jung, Ilaria Liccardi, Lalana Kagal

    Abstract: Differences in data distributions between demographic groups, known as the problem of infra-marginality, complicate how people evaluate fairness in machine learning models. We present a user study with 85 participants in a hypothetical medical decision-making scenario to examine two treatments: group-specific model performance and training data availability. Our results show that participants did… ▽ More

    Submitted 5 March, 2026; originally announced March 2026.

  6. arXiv:2602.04536  [pdf, ps, other

    cs.LG

    Forget to Generalize: Iterative Adaptation for Generalization in Federated Learning

    Authors: Abdulrahman Alotaibi, Irene Tenison, Miriam Kim, Isaac Lee, Lalana Kagal

    Abstract: The Web is naturally heterogeneous with user devices, geographic regions, browsing patterns, and contexts all leading to highly diverse, unique datasets. Federated Learning (FL) is an important paradigm for the Web because it enables privacy-preserving, collaborative machine learning across diverse user devices, web services and clients without needing to centralize sensitive data. However, its pe… ▽ More

    Submitted 4 February, 2026; originally announced February 2026.

  7. arXiv:2512.20794  [pdf, ps, other

    cs.CL

    Investigating Model Editing for Unlearning in Large Language Models

    Authors: Shariqah Hossain, Lalana Kagal

    Abstract: Machine unlearning aims to remove unwanted information from a model, but many methods are inefficient for LLMs with large numbers of parameters or fail to fully remove the intended information without degrading performance on knowledge that should be retained. Model editing algorithms solve a similar problem of changing information in models, but they focus on redirecting inputs to a new target ra… ▽ More

    Submitted 23 December, 2025; originally announced December 2025.

  8. arXiv:2510.03165  [pdf, ps, other

    cs.LG

    FTTE: Enabling Federated and Resource-Constrained Deep Edge Intelligence

    Authors: Irene Tenison, Anna Murphy, Charles Beauville, Lalana Kagal

    Abstract: Federated learning (FL) enables collaborative model training across distributed devices while preserving data privacy, but deployment on resource-constrained edge nodes remains challenging due to limited memory, energy, and communication bandwidth. Traditional synchronous and asynchronous FL approaches further suffer from straggler induced delays and slow convergence in heterogeneous, large scale… ▽ More

    Submitted 23 March, 2026; v1 submitted 3 October, 2025; originally announced October 2025.

    Comments: Accepted to IJCNN 2026

  9. arXiv:2412.01711  [pdf, ps, other

    cs.CL

    Towards Resource Efficient and Interpretable Bias Mitigation in Large Language Models

    Authors: Schrasing Tong, Eliott Zemour, Jessica Lu, Rawisara Lohanimit, Lalana Kagal

    Abstract: Although large language models (LLMs) have demonstrated their effectiveness in a wide range of applications, they have also been observed to perpetuate unwanted biases present in the training data, potentially leading to harm for marginalized communities. In this paper, we mitigate bias by leveraging small biased and anti-biased expert models to obtain a debiasing signal that is added to the LLM o… ▽ More

    Submitted 5 March, 2026; v1 submitted 2 December, 2024; originally announced December 2024.

    Comments: 38th Conference on Neural Information Processing Systems (NeurIPS 2024) Safe Generative AI Workshop. Updated results in V2

  10. arXiv:2106.05468  [pdf, other

    cs.LG

    Multi-VFL: A Vertical Federated Learning System for Multiple Data and Label Owners

    Authors: Vaikkunth Mugunthan, Pawan Goyal, Lalana Kagal

    Abstract: Vertical Federated Learning (VFL) refers to the collaborative training of a model on a dataset where the features of the dataset are split among multiple data owners, while label information is owned by a single data owner. In this paper, we propose a novel method, Multi Vertical Federated Learning (Multi-VFL), to train VFL models when there are multiple data and label owners. Our approach is the… ▽ More

    Submitted 16 June, 2021; v1 submitted 9 June, 2021; originally announced June 2021.

  11. arXiv:2103.09876  [pdf, other

    cs.LG cs.CV cs.DC

    Bias-Free FedGAN: A Federated Approach to Generate Bias-Free Datasets

    Authors: Vaikkunth Mugunthan, Vignesh Gokul, Lalana Kagal, Shlomo Dubnov

    Abstract: Federated Generative Adversarial Network (FedGAN) is a communication-efficient approach to train a GAN across distributed clients without clients having to share their sensitive training data. In this paper, we experimentally show that FedGAN generates biased data points under non-independent-and-identically-distributed (non-iid) settings. Also, we propose Bias-Free FedGAN, an approach to generate… ▽ More

    Submitted 15 April, 2021; v1 submitted 17 March, 2021; originally announced March 2021.

  12. arXiv:2012.05463  [pdf, other

    cs.CV cs.LG

    Investigating Bias in Image Classification using Model Explanations

    Authors: Schrasing Tong, Lalana Kagal

    Abstract: We evaluated whether model explanations could efficiently detect bias in image classification by highlighting discriminating features, thereby removing the reliance on sensitive attributes for fairness calculations. To this end, we formulated important characteristics for bias detection and observed how explanations change as the degree of bias in models change. The paper identifies strengths and… ▽ More

    Submitted 10 December, 2020; originally announced December 2020.

  13. arXiv:2010.11398  [pdf, other

    cs.LG cs.CV

    DPD-InfoGAN: Differentially Private Distributed InfoGAN

    Authors: Vaikkunth Mugunthan, Vignesh Gokul, Lalana Kagal, Shlomo Dubnov

    Abstract: Generative Adversarial Networks (GANs) are deep learning architectures capable of generating synthetic datasets. Despite producing high-quality synthetic images, the default GAN has no control over the kinds of images it generates. The Information Maximizing GAN (InfoGAN) is a variant of the default GAN that introduces feature-control variables that are automatically learned by the framework, henc… ▽ More

    Submitted 22 March, 2021; v1 submitted 21 October, 2020; originally announced October 2020.

  14. arXiv:2007.03856  [pdf, other

    cs.LG cs.CR stat.ML

    BlockFLow: An Accountable and Privacy-Preserving Solution for Federated Learning

    Authors: Vaikkunth Mugunthan, Ravi Rahman, Lalana Kagal

    Abstract: Federated learning enables the development of a machine learning model among collaborating agents without requiring them to share their underlying data. However, malicious agents who train on random data, or worse, on datasets with the result classes inverted, can weaken the combined model. BlockFLow is an accountable federated learning system that is fully decentralized and privacy-preserving. It… ▽ More

    Submitted 7 July, 2020; originally announced July 2020.

  15. arXiv:2002.08423  [pdf, other

    cs.LG cs.CR cs.DC stat.ML

    PrivacyFL: A simulator for privacy-preserving and secure federated learning

    Authors: Vaikkunth Mugunthan, Anton Peraire-Bueno, Lalana Kagal

    Abstract: Federated learning is a technique that enables distributed clients to collaboratively learn a shared machine learning model while keeping their training data localized. This reduces data privacy risks, however, privacy concerns still exist since it is possible to leak information about the training dataset from the trained model's weights or parameters. Setting up a federated learning environment,… ▽ More

    Submitted 7 July, 2020; v1 submitted 19 February, 2020; originally announced February 2020.

  16. Dark Patterns after the GDPR: Scraping Consent Pop-ups and Demonstrating their Influence

    Authors: Midas Nouwens, Ilaria Liccardi, Michael Veale, David Karger, Lalana Kagal

    Abstract: New consent management platforms (CMPs) have been introduced to the web to conform with the EU's General Data Protection Regulation, particularly its requirements for consent when companies collect and process users' personal data. This work analyses how the most prevalent CMP designs affect people's consent choices. We scraped the designs of the five most popular CMPs on the top 10,000 websites i… ▽ More

    Submitted 8 January, 2020; originally announced January 2020.

    Comments: 13 pages, 3 figures. To appear in the Proceedings of CHI '20 CHI Conference on Human Factors in Computing Systems, April 25--30, 2020, Honolulu, HI, USA

  17. arXiv:1806.00069  [pdf, ps, other

    cs.AI cs.LG stat.ML

    Explaining Explanations: An Overview of Interpretability of Machine Learning

    Authors: Leilani H. Gilpin, David Bau, Ben Z. Yuan, Ayesha Bajwa, Michael Specter, Lalana Kagal

    Abstract: There has recently been a surge of work in explanatory artificial intelligence (XAI). This research area tackles the important problem that complex machines and algorithms often cannot provide insights into their behavior and thought processes. XAI allows users and parts of the internal system to be more transparent, providing explanations of their decisions in some level of detail. These explanat… ▽ More

    Submitted 3 February, 2019; v1 submitted 31 May, 2018; originally announced June 2018.

    Comments: The 5th IEEE International Conference on Data Science and Advanced Analytics (DSAA 2018). [Research Track]

  18. arXiv:1804.10645  [pdf, other

    cs.CY cs.CR

    Enforceable Data Sharing Agreements Using Smart Contracts

    Authors: Kevin Liu, Harsh Desai, Lalana Kagal, Murat Kantarcioglu

    Abstract: As more and more data is collected for various reasons, the sharing of such data becomes paramount to increasing its value. Many applications ranging from smart cities to personalized health care require individuals and organizations to share data at an unprecedented scale. Data sharing is crucial in today's world, but due to privacy reasons, security concerns and regulation issues, the conditions… ▽ More

    Submitted 27 April, 2018; originally announced April 2018.

    Comments: 8 pages

  19. arXiv:1611.04967  [pdf, other

    cs.LG stat.ML

    Iterative Orthogonal Feature Projection for Diagnosing Bias in Black-Box Models

    Authors: Julius Adebayo, Lalana Kagal

    Abstract: Predictive models are increasingly deployed for the purpose of determining access to services such as credit, insurance, and employment. Despite potential gains in productivity and efficiency, several potential problems have yet to be addressed, particularly the potential for unintentional discrimination. We present an iterative procedure, based on orthogonal projection of input attributes, for en… ▽ More

    Submitted 15 November, 2016; originally announced November 2016.

  20. arXiv:0711.1533  [pdf, ps, other

    cs.NI

    N3Logic: A Logical Framework For the World Wide Web

    Authors: Tim Berners-Lee, Dan Connolly, Lalana Kagal, Yosi Scharf, Jim Hendler

    Abstract: The Semantic Web drives towards the use of the Web for interacting with logically interconnected data. Through knowledge models such as Resource Description Framework (RDF), the Semantic Web provides a unifying representation of richly structured data. Adding logic to the Web implies the use of rules to make inferences, choose courses of action, and answer questions. This logic must be powerful… ▽ More

    Submitted 9 November, 2007; originally announced November 2007.

    Comments: To appear in Theory and Practice of Logic Programming (TPLP)