paper-with-me

Papers

Neurosymbolic Conformal Classification

2024-09-20 · Arthur Ledaguenel, Céline Hudelot, Mostepha Khouadjia

The last decades have seen a drastic improvement of Machine Learning (ML), mainly driven by Deep Learning (DL). However, despite the resounding successes of ML in many domains, the impossibility to provide guarantees of conformity and the fragility of ML systems (faced with distribution shifts, adversarial attacks, etc.) have prevented the design of trustworthy AI systems. Several research paths have been investigated to mitigate this fragility and provide some guarantees regarding the behavior of ML systems, among which are neurosymbolic AI and conformal prediction. Neurosymbolic artificial intelligence is a growing field of research aiming to combine neural network learning capabilities with the reasoning abilities of symbolic systems. One of the objective of this hybridization can be to provide theoritical guarantees that the output of the system will comply with some prior knowledge. Conformal prediction is a set of techniques that enable to take into account the uncertainty of ML systems by transforming the unique prediction into a set of predictions, called a confidence set. Interestingly, this comes with statistical guarantees regarding the presence of the true label inside the confidence set. Both approaches are distribution-free and model-agnostic. In this paper, we see how these two approaches can complement one another. We introduce several neurosymbolic conformal prediction techniques and explore their different characteristics (size of confidence sets, computational complexity, etc.).

📄 PDF Abstract BibTeX arXiv:2409.13585

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationConformal PredictionPrediction

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Uncertainty Quantification for Neurosymbolic Programs via Compositional Conformal Prediction

2024-05-24 · Ramya Ramalingam, Sangdon Park, Osbert Bastani

Machine learning has become an effective tool for automatically annotating unstructured data (e.g., images) with structured labels (e.g., object detections). As a result, a new programming paradigm called neurosymbolic p…

Conformal PredictionPredictionUncertainty Quantification

A Complexity Map of Probabilistic Reasoning for Neurosymbolic Classification Techniques

2024-04-12 · Arthur Ledaguenel, Céline Hudelot, Mostepha Khouadjia

Neurosymbolic artificial intelligence is a growing field of research aiming to combine neural network learning capabilities with the reasoning abilities of symbolic systems. Informed multi-label classification is a sub-f…

ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONNavigate

Improving Neural-based Classification with Logical Background Knowledge

2024-02-20 · Arthur Ledaguenel, Céline Hudelot, Mostepha Khouadjia

Neurosymbolic AI is a growing field of research aiming to combine neural networks learning capabilities with the reasoning abilities of symbolic systems. This hybridization can take many shapes. In this paper, we propose…

ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Reliable News or Propagandist News? A Neurosymbolic Model Using Genre, Topic, and Persuasion Techniques to Improve Robustness in Classification

2026-04-02 · Géraud Faye, Benjamin Icard, Morgane Casanova, Guillaume Gadek 외 arxiv

Among news disorders, propagandist news are particularly insidious, because they tend to mix oriented messages with factual reports intended to look like reliable news. To detect propaganda, extant approaches based on La…

conformalClassification: A Conformal Prediction R Package for Classification

2018-04-16 · Niharika Gauraha, Ola Spjuth

The conformalClassification package implements Transductive Conformal Prediction (TCP) and Inductive Conformal Prediction (ICP) for classification problems. Conformal Prediction (CP) is a framework that complements the p…

BIG-bench Machine LearningClassificationConformal PredictionDiagnostic+2