paper-with-me

Papers

When Rule Violations Are Rare: Chimera Training for Logical Anomaly Detection

2026-05-25 · Alejandro Ascarate, Leo Lebrat, Rodrigo Santa Cruz, Clinton Fookes, Olivier Salvado arxiv

Many practical anomalies are not merely rare inputs, but violations of semantic constraints: objects co-occur in structured ways, actions imply preconditions, and events satisfy temporal or relational regularities. We study anomaly detection in this setting, where constraints are given as logical rules over learned visual concepts, but real rule violations are rare or absent during training. We propose a neural rule evaluator that compiles each constraint into a directed acyclic graph and learns feature-aware subtree MLP gates for its internal logical operators. Each gate maps child features and edge-level negations to a parent representation and a rule-satisfaction probability, with intermediate supervision obtained from exact Boolean propagation over ground-truth concept labels. The key difficulty is that same-image training data often provide insufficient coverage of informative truth configurations and also allow shortcut solutions. To address this, we introduce chimera training: an operand-level counterfactual construction at the feature level. Instead of mixing input images, we concatenate subtree features from different samples; each operand keeps the hard truth label of the sample it came from, and the chimera target is obtained by applying the node's logical operator to those inherited labels. This supplies supervised logical counterexamples without requiring real anomalous images. Across CLEVRER, OpenImages, and VidOR, the resulting evaluator improves rule-level anomaly AUROC over independent-events and same-image semantic-training baselines, especially for compositional and relational rules. The method yields both scalar anomaly scores and rule-level attributions.

📄 PDF Abstract BibTeX arXiv:2605.26171

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly Detection

Similar Papers 제목 키워드 기반

Chimera: Harnessing Multi-Agent LLMs for Automatic Insider Threat Simulation

2025-08-11 · Jiongchi Yu, Xiaofei Xie, Qiang Hu, Yuhan Ma 외 arxiv

Insider threats pose a persistent and critical security risk, yet are notoriously difficult to detect in complex enterprise environments, where malicious actions are often hidden within seemingly benign user behaviors. A…

Beyond Prompt Engineering: Neuro-Symbolic-Causal Architecture for Robust Multi-Objective AI Agents

2025-10-27 · Gokturk Aytug Akarlar arxiv

Large language models show promise as autonomous decision-making agents, yet their deployment in high-stakes domains remains fraught with risk. Without architectural safeguards, LLM agents exhibit catastrophic brittlenes…

Prompt EngineeringCausal Inference

Adaptive Splitting of Reusable Temporal Monitors for Rare Traffic Violations

2024-03-13 · Craig Innes, Subramanian Ramamoorthy

Autonomous Vehicles (AVs) are often tested in simulation to estimate the probability they will violate safety specifications. Two common issues arise when using existing techniques to produce this estimation: If violatio…

Autonomous Vehicles

Interarea Oscillations & Chimera in Power Systems

2019-11-23

This paper proposes a novel second order mathematical model in the Kuramoto framework to simulate and study low frequency oscillations in power systems. This model facilitates better understanding of the complex dynamics…

Chimera: Efficiently Training Large-Scale Neural Networks with Bidirectional Pipelines

2021-07-14 · Shigang Li, Torsten Hoefler

Training large deep learning models at scale is very challenging. This paper proposes Chimera, a novel pipeline parallelism scheme which combines bidirectional pipelines for efficiently training large-scale models. Chime…

GPUScheduling