paper-with-me

Papers

Triplet Feature Fusion for Equipment Anomaly Prediction : An Open-Source Methodology Using Small Foundation Models

2026-02-16 · Takato Yasuno arxiv

Predicting equipment anomalies before they escalate into failures is a critical challenge in industrial facility management. Existing approaches rely either on hand-crafted threshold rules, which lack generalizability, or on large neural models that are impractical for on-site, air-gapped deployments. We present an industrial methodology that resolves this tension by combining open-source small foundation models into a unified 1,116-dimensional Triplet Feature Fusion pipeline. This pipeline integrates: (1) statistical features (x in $R^{28}$) derived from 90-day sensor histories, (2) time-series embeddings (y in $R^{64}$) from a LoRA-adapted IBM Granite TinyTimeMixer (TTM, 133K parameters), and (3) multilingual text embeddings (z in $R^{1024}$) extracted from Japanese equipment master records via multilingual-e5-large. The concatenated triplet h = [x; y; z] is processed by a LightGBM classifier (< 3 MB) trained to predict anomalies at 30-, 60-, and 90-day horizons. All components use permissive open-source licenses (Apache 2.0 / MIT). The inference-time pipeline runs entirely on CPU in under 2 ms, enabling edge deployment on co-located hardware without cloud dependency. On a dataset of 64 HVAC units comprising 67,045 samples, the triplet model achieves Precision = 0.992, F1 = 0.958, and ROC-AUC = 0.998 at the 30-day horizon. Crucially, it reduces the False Positive Rate from 0.6 percent (baseline) to 0.1 percent - an 83 percent reduction attributable to equipment-type conditioning via text embedding z. Cluster analysis reveals that the embeddings align time-series signatures with distinct fault archetypes, explaining how compact multilingual representations improve discrimination without explicit categorical encoding.

📄 PDF Abstract BibTeX arXiv:2602.15089

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Improved YOLOv7x-Based Defect Detection Algorithm for Power Equipment

2025-02-25 · Jin Hou, Hao Tang

The normal operation of power equipment plays a critical role in the power system, making anomaly detection for power equipment highly significant. This paper proposes an improved YOLOv7x-based anomaly detection algorith…

Anomaly DetectionDefect Detection

IEC3D-AD: A 3D Dataset of Industrial Equipment Components for Unsupervised Point Cloud Anomaly Detection

2025-11-05 · Bingyang Guo, Hongjie Li, Ruiyun Yu, Hanzhe Liang 외 arxiv

3D anomaly detection (3D-AD) plays a critical role in industrial manufacturing, particularly in ensuring the reliability and safety of core equipment components. Although existing 3D datasets like Real3D-AD and MVTec 3D-…

3D Anomaly Detection

Rendezvous in Time: An Attention-based Temporal Fusion approach for Surgical Triplet Recognition

2022-11-30 · Saurav Sharma, Chinedu Innocent Nwoye, Didier Mutter, Nicolas Padoy

One of the recent advances in surgical AI is the recognition of surgical activities as triplets of (instrument, verb, target). Albeit providing detailed information for computer-assisted intervention, current triplet rec…

Action Triplet RecognitionTriplet

Anomaly Triplet-Net: Progress Recognition Model Using Deep Metric Learning Considering Occlusion for Manual Assembly Work

2025-01-07 · Takumi Kitsukawa, Kazuma Miura, Shigeki Yumoto, Sarthak Pathak 외

In this paper, a progress recognition method consider occlusion using deep metric learning is proposed to visualize the product assembly process in a factory. First, the target assembly product is detected from images ac…

Metric Learningobject-detectionObject DetectionTriplet

Minimal-Configuration Anomaly Detection for IIoT Sensors

2021-10-08 · Clemens Heistracher, Anahid Jalali, Axel Suendermann, Sebastian Meixner 외

The increasing deployment of low-cost IoT sensor platforms in industry boosts the demand for anomaly detection solutions that fulfill two key requirements: minimal configuration effort and easy transferability across equ…

Anomaly DetectionFeature Engineering