IRSPAS 2016

Permanent URI for this collectionhttp://repository.kln.ac.lk/handle/123456789/15651

Browse

Search Results

Now showing 1 - 2 of 2
  • Thumbnail Image
    Item
    Detection of cyber bullying on social media networks
    (Faculty of Science, University of Kelaniya, Sri Lanka, 2016) Priyangika. S.; Jayalal, S.
    Social Media is becoming an integral part of people’s daily lives today. It is an effective way of sharing one’s life experiences, special occasions, achievements and other events with their friends and family. Although it is a fruitful way to communicate with groups, some people find themselves being insulted or offended by others who are involved in certain post or conversations. These insulations can be based on racism, using profanity or any other vulgar or lewd language. This cyber bullying needs to be monitored and controlled by the social media site owners since it will highly effect on the number and safety of the active site membership. Currently, there is no automated process of identifying offensive comments by the social network site itself. It can be only diagnosed by humans after reading the comments, flagging or reporting them to the owner of the site or blocking the offender. Considering the massive big data set generated in social media daily, automatically detection of offensive statements is required to reduce insulation effectively. For this purpose, text classification approach can be applied where a given text will be categorized as insulting or not, through learning from a pre-learned model. In order to develop the model, data was collected from the popular data repository site named www.kaggle.com. The dataset consists of comments posted on Facebook and Twitter. Firstly the dataset was divided into training data set and test data set. Then the collected data was preprocessed by removing the unwanted strings, correcting words and eliminating duplicate data fields. In the next step, features or keywords were extracted which are qualified to distinguish a statement as ‘insulting’ using N-grams model and counting methods. Feature selection is done using Chi- Squared test and finally apply classification algorithms for separating insulting comments and non-insulting comments from a dataset given. Machine learning algorithms such as Support Vector Machines (SVM), Naïve Bayes, Logistic Regression and Random Forest are used for this. Out of the classification algorithms, SVM is to be performed better than other algorithms since this is a two-class classification problem and a comment is to be classified only into two separate classes which are ‘insulting’ and ‘neutral’. With an exact separation of a given comment into ‘insulting’ and ‘neutral’ category, cyberbullying happening through offensive comments posted on social media sites can be detected.
  • Thumbnail Image
    Item
    WatchDog: An Advanced Surveillance System
    (Faculty of Science, University of Kelaniya, Sri Lanka, 2016) Ganepola, G.A.U.E.; Wijayasiriwardhane, T.K.
    Surveillance systems have become an integral part of the business world today due to the intensive care given to ensure the security of properties with a considerable monetary value. As a result, Closed-Circuit Television (CCTV) cameras are widely used in organizations. However, these systems have added an additional complexity to the user’s day-to-day work due to considerations like footage review and storage. The most common solution to this problem is incorporation of intelligence and automation to these systems. Typically, image processing and machine learning concepts are employed to implement such surveillance systems. However, the currently available advanced surveillance systems are not affordable for small and medium enterprises. The most widely used freely available advanced surveillance systems only detect motion. On the other hand, the systems that can identify the presence of people and even recognize them cost a considerable amount that does not fit into the budget of most, small scale businesses. Further, the most of the available free surveillance systems have not been designed in a way to achieve both storage efficiency and giving feedback on footages. In fact, most of them do record the footage 24x7. To address all those issues, in this paper, we present “WatchDog”, an advanced surveillance system that is implemented as a 100% free and open source product with features like detection of human presence, storage efficiency mode where the footage is stored only when there is a human in the frame, feedback and reporting facilities and recognizing people in the footage. The system detects people, and only those frames are recorded in high quality while rest of the video is saved in low quality to achieve storage efficiency. Using facial feature recognition, the system can predict factors such as gender and age of people in the footage. At the end of each day, the system produces a report with detailed information. This report would be a great relief from the user’s point of view since it drastically reduces the time to review the footages when required. Viola Jones algorithm, Haar features, Integral image, Adaboost and Cascading concepts are used for Human detections and facial feature recognition in this system. Our aim of this research is to answer the 3 major problems in surveillance systems such as affordability, storage efficiency and intelligence all at once.