paper-with-me

Papers

Vision Language Model for Interpretable and Fine-grained Detection of Safety Compliance in Diverse Workplaces

2024-08-13 · Zhiling Chen, Hanning Chen, Mohsen Imani, Ruimin Chen, Farhad Imani

Workplace accidents due to personal protective equipment (PPE) non-compliance raise serious safety concerns and lead to legal liabilities, financial penalties, and reputational damage. While object detection models have shown the capability to address this issue by identifying safety items, most existing models, such as YOLO, Faster R-CNN, and SSD, are limited in verifying the fine-grained attributes of PPE across diverse workplace scenarios. Vision language models (VLMs) are gaining traction for detection tasks by leveraging the synergy between visual and textual information, offering a promising solution to traditional object detection limitations in PPE recognition. Nonetheless, VLMs face challenges in consistently verifying PPE attributes due to the complexity and variability of workplace environments, requiring them to interpret context-specific language and visual cues simultaneously. We introduce Clip2Safety, an interpretable detection framework for diverse workplace safety compliance, which comprises four main modules: scene recognition, the visual prompt, safety items detection, and fine-grained verification. The scene recognition identifies the current scenario to determine the necessary safety gear. The visual prompt formulates the specific visual prompts needed for the detection process. The safety items detection identifies whether the required safety gear is being worn according to the specified scenario. Lastly, the fine-grained verification assesses whether the worn safety equipment meets the fine-grained attribute requirements. We conduct real-world case studies across six different scenarios. The results show that Clip2Safety not only demonstrates an accuracy improvement over state-of-the-art question-answering based VLMs but also achieves inference times two hundred times faster.

📄 PDF Abstract BibTeX arXiv:2408.07146

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeLanguage ModelingLanguage Modellingobject-detectionObject DetectionQuestion AnsweringScene Recognition

Methods 이 논문이 사용한 방법론

RoIPool 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…
SSD SSD is a single-stage object detection method that discretizes the output space of bounding boxes into a set of default boxes over different aspect ratios and scales per…

Similar Papers 제목 키워드 기반

Unlocking Vision-Language Models for Video Anomaly Detection via Fine-Grained Prompting

2025-10-02 · Shu Zou, Xinyu Tian, Lukas Wesemann, Fabian Waschkowski 외 arxiv

Prompting has emerged as a practical way to adapt frozen vision-language models (VLMs) for video anomaly detection (VAD). Yet, existing prompts are often overly abstract, overlooking the fine-grained human-object interac…

Video Anomaly Detection

Text-guided Fine-Grained Video Anomaly Understanding

2025-11-01 · Jihao Gu, Kun Li, He Wang, Kaan Akşit arxiv

Subtle abnormal events in videos often manifest as weak spatio-temporal cues that are easily overlooked by conventional anomaly detection systems. Existing video anomaly detection approaches typically provide coarse bina…

Video Anomaly DetectionMultimodal Reasoning

Hierarchical Vision-Language Interaction for Facial Action Unit Detection

2026-02-16 · Yong Li, Yi Ren, Yizhe Zhang, Wenhua Zhang 외 arxiv

Facial Action Unit (AU) detection seeks to recognize subtle facial muscle activations as defined by the Facial Action Coding System (FACS). A primary challenge w.r.t AU detection is the effective learning of discriminati…

Facial Action Unit DetectionRepresentation Learning

VoLTA: Vision-Language Transformer with Weakly-Supervised Local-Feature Alignment

2022-10-09 · Shraman Pramanick, Li Jing, Sayan Nag, Jiachen Zhu 외

Vision-language pre-training (VLP) has recently proven highly effective for various uni- and multi-modal downstream applications. However, most existing end-to-end VLP methods use high-resolution image-text box data to p…

object-detectionObject DetectionReferring ExpressionReferring Expression Comprehension

Knowledge-Guided Textual Reasoning for Explainable Video Anomaly Detection via LLMs

2025-10-30 · Hari Lee arxiv

We introduce Text-based Explainable Video Anomaly Detection (TbVAD), a language-driven framework for weakly supervised video anomaly detection that performs anomaly detection and explanation entirely within the textual d…

Video Anomaly Detection