paper-with-me

Papers

Logic Rules Meet Deep Learning: A Novel Approach for Ship Type Classification

2021-11-01 · Manolis Pitsikalis, Thanh-Toan Do, Alexei Lisitsa, Shan Luo

The shipping industry is an important component of the global trade and economy, however in order to ensure law compliance and safety it needs to be monitored. In this paper, we present a novel Ship Type classification model that combines vessel transmitted data from the Automatic Identification System, with vessel imagery. The main components of our approach are the Faster R-CNN Deep Neural Network and a Neuro-Fuzzy system with IF-THEN rules. We evaluate our model using real world data and showcase the advantages of this combination while also compare it with other methods. Results show that our model can increase prediction scores by up to 15.4\% when compared with the next best model we considered, while also maintaining a level of explainability as opposed to common black box approaches.

📄 PDF Abstract BibTeX arXiv:2111.01042

Code (1)

manospits/WeiRules 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

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…
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…
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$…
RoIPool 설명 없음
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…

Similar Papers 제목 키워드 기반

An optimized fuzzy logic model for proactive maintenance

2022-12-24 · Abdelouadoud Kerarmi, Assia Kamal-idrissi, Amal El Fallah Seghrouchni

Fuzzy logic has been proposed in previous studies for machine diagnosis, to overcome different drawbacks of the traditional diagnostic approaches used. Among these approaches Failure Mode and Effect Critical Analysis met…

Diagnosticmodel

MARC: Mining Association Rules from datasets by using Clustering models

2021-07-14 · Shadi Al Shehabi, Abdullatif Baba

Association rules are useful to discover relationships, which are mostly hidden, between the different items in large datasets. Symbolic models are the principal tools to extract association rules. This basic technique i…

Clustering

Chain of Logic: Rule-Based Reasoning with Large Language Models

2024-02-16 · Sergio Servantez, Joe Barrow, Kristian Hammond, Rajiv Jain

Rule-based reasoning, a fundamental type of legal reasoning, enables us to draw conclusions by accurately applying a rule to a set of facts. We explore causal language models as rule-based reasoners, specifically with re…

Legal Reasoning

Extension of the Blackboard Architecture with Common Properties and Generic Rules

2023-06-07 · Jonathan Rivard, Jeremy Straub

The Blackboard Architecture provides a mechanism for embodying data, decision making and actuation. Its versatility has been demonstrated across a wide number of application areas. However, it lacks the capability to dir…

Decision Making

Introduction and Assessment of the Addition of Links and Containers to the Blackboard Architecture

2023-06-07 · Jordan Milbrath, Jeremy Straub

The Blackboard Architecture provides a mechanism for storing data and logic and using it to make decisions that impact the application environment that the Blackboard Architecture network models. While rule-fact-action n…