27 research outputs found
3D Camouflaging Object using RGB-D Sensors
This paper proposes a new optical camouflage system that uses RGB-D cameras,
for acquiring point cloud of background scene, and tracking observers eyes.
This system enables a user to conceal an object located behind a display that
surrounded by 3D objects. If we considered here the tracked point of observer s
eyes is a light source, the system will work on estimating shadow shape of the
display device that falls on the objects in background. The system uses the 3d
observer s eyes and the locations of display corners to predict their shadow
points which have nearest neighbors in the constructed point cloud of
background scene.Comment: 6 pages, 12 figures, 2017 IEEE International Conference on SM
PKCAM: Previous Knowledge Channel Attention Module
Recently, attention mechanisms have been explored with ConvNets, both across
the spatial and channel dimensions. However, from our knowledge, all the
existing methods devote the attention modules to capture local interactions
from a uni-scale. In this paper, we propose a Previous Knowledge Channel
Attention Module(PKCAM), that captures channel-wise relations across different
layers to model the global context. Our proposed module PKCAM is easily
integrated into any feed-forward CNN architectures and trained in an end-to-end
fashion with a negligible footprint due to its lightweight property. We
validate our novel architecture through extensive experiments on image
classification and object detection tasks with different backbones. Our
experiments show consistent improvements in performances against their
counterparts. Our code is published at https://github.com/eslambakr/EMCA
BotCap: Machine Learning Approach for Botnet Detection Based on Statistical Features
In this paper, we describe a detailed approach to develop a botnet detection system using machine learning (ML)techniques. Detecting botnet member hosts, or identifying botnet traffic has been the main subject of manyresearch efforts. This research aims to overcome two serious limitations of current botnet detection systems:First, the need for Deep Packet Inspection-DPI and the need to collect traffic from several infected hosts. Toachieve that, we have analyzed several botware samples of known botnets. Based on this analysis, we haveidentified a set of statistical features that may help to distinguish between benign and botnet malicious traffic.Then, we have carried several machine learning experiments in order to test the suitability of ML techniques andalso to pick a minimal subset of the identified features that provide best detection. We have implemented ourapproach in a tool called BotCap whose test results showed its proven ability to detect individually infected hostsin a local network
A multi-layered approach for Arabic text diacritization
Text diacritization is a critical task which plays an important role for improving the performance of many NLP tasks for languages that include diacritics in their orthographies. In this paper, we handle the problem of Arabic text diacritization such that our system diacritize input Arabic sequence of words both morphologically and syntactically. The operation of the system is divided into three layers: the first layer uses HMM for the morphological diacritization of previously seen words, the second layer uses an external morphological analyzer for the morphological diacritization of OOV words, and the third layer uses CRF for the syntactic diacritization of all words. To evaluate the performance of the system, we used the benchmark LDC Arabic Treebank Part 3 datasets used by the state-of-the-art systems. The proposed system achieved a morphological WER of 4.3%, and a syntactic WER of 9.4%
Deep learning framework with confused sub-set resolution architecture for automatic arabic diacritization
[abstract not available
A Holistic Technique for an Arabic OCR System
Analytical based approaches in Optical Character Recognition (OCR) systems can endure a significant amount of segmentation errors, especially when dealing with cursive languages such as the Arabic language with frequent overlapping between characters. Holistic based approaches that consider whole words as single units were introduced as an effective approach to avoid such segmentation errors. Still the main challenge for these approaches is their computation complexity, especially when dealing with large vocabulary applications. In this paper, we introduce a computationally efficient, holistic Arabic OCR system. A lexicon reduction approach based on clustering similar shaped words is used to reduce recognition time. Using global word level Discrete Cosine Transform (DCT) based features in combination with local block based features, our proposed approach managed to generalize for new font sizes that were not included in the training data. Evaluation results for the approach using different test sets from modern and historical Arabic books are promising compared with state of art Arabic OCR systems