<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns="http://www.w3.org/2005/Atom">
<title>Computer Engineering</title>
<link href="http://dspace.epoka.edu.al/handle/1/1662" rel="alternate"/>
<subtitle/>
<id>http://dspace.epoka.edu.al/handle/1/1662</id>
<updated>2026-04-20T09:34:51Z</updated>
<dc:date>2026-04-20T09:34:51Z</dc:date>
<entry>
<title>MICROSCOPIC IMAGE CELL COUNTING USING CONVOLUTIONAL  NEURAL NETWORKS</title>
<link href="http://dspace.epoka.edu.al/handle/1/2469" rel="alternate"/>
<author>
<name>Tare, Aleks</name>
</author>
<id>http://dspace.epoka.edu.al/handle/1/2469</id>
<updated>2025-01-24T12:23:21Z</updated>
<published>2020-07-13T00:00:00Z</published>
<summary type="text">MICROSCOPIC IMAGE CELL COUNTING USING CONVOLUTIONAL  NEURAL NETWORKS
Tare, Aleks
As the field of automation is moving forward at ever-faster rates, cell counting and&#13;
classification is an omnipresent yet repetitive task that would benefit greatly from this&#13;
field. The counting of contiguous cells in a specific area could provide crucial&#13;
contribution to work done in clinical trials. Cell counting, sadly, is most often&#13;
conducted manually by humans and can be time and resource consuming.&#13;
Due to cells touching each other, a non-uniform background, shape and size variations&#13;
of cells, and different techniques of image acquisition, the task becomes even more&#13;
difficult. In this paper we describe a convolutional neural network approach, using a&#13;
Faster-RCNN architecture later also combined with a U-Net neural network, for cell&#13;
counting and possibly segmentation in a raw microscopic picture.
</summary>
<dc:date>2020-07-13T00:00:00Z</dc:date>
</entry>
<entry>
<title>FRACTAL IMAGE COMPRESSION USING NEURAL NETWORKS</title>
<link href="http://dspace.epoka.edu.al/handle/1/2468" rel="alternate"/>
<author>
<name>Lisi, Aldo</name>
</author>
<id>http://dspace.epoka.edu.al/handle/1/2468</id>
<updated>2025-01-24T12:21:41Z</updated>
<published>2020-07-21T00:00:00Z</published>
<summary type="text">FRACTAL IMAGE COMPRESSION USING NEURAL NETWORKS
Lisi, Aldo
Image compression is an interesting field in image analysis that has been around for&#13;
quite a long time now. This field simply aims to reduce the image size and to maintain a good level of their reconstructed image. In the image compression field there have been a lot of techniques about reducing the image size and reconstructing it as close as the original one. Some of those techniques are quite old now and they are still being used. The main problems in image compression field and those techniques is the encoding and decoding time. Meanwhile the compression ratio is quite impressive even for RGB images. One of those techniques is compressing images using fractals. Here we are going to see fractal image compression based on techniques related to calculating partial distance between domain and range blocks and neural network for feature selection.
</summary>
<dc:date>2020-07-21T00:00:00Z</dc:date>
</entry>
<entry>
<title>CELL DETECTION USING DEEP LEARNING AND HAND-CRAFTED FEATURES</title>
<link href="http://dspace.epoka.edu.al/handle/1/2467" rel="alternate"/>
<author>
<name>Panci, Ina</name>
</author>
<id>http://dspace.epoka.edu.al/handle/1/2467</id>
<updated>2025-01-24T12:18:50Z</updated>
<published>2020-07-13T00:00:00Z</published>
<summary type="text">CELL DETECTION USING DEEP LEARNING AND HAND-CRAFTED FEATURES
Panci, Ina
With the Artificial Intelligence becoming more and more powerful in time, there is&#13;
a growing interest about scientists focusing in providing answers in the field of medical&#13;
image analysis. The importance of using AI in the medical field is of great significance for&#13;
many reasons. Robust algorithms are able to help physicians in processing large amounts&#13;
of data, assisting in providing diagnosis and mitigating human error while reducing time&#13;
and cost. This is especially applicable in the case of cell image analysis. Considering the&#13;
complexity of cells as entities, which derives from their shape and form, it can be quite&#13;
challenging to detect them in different settings that they are placed. An automated process&#13;
on cell detection will be very beneficiary for anatomopathologists. In this work, there is&#13;
cell detection performed, using the state-of-the-art deep learning object detection model,&#13;
Faster R-CNN and trained on hand-crafted features such as Local Binary Patterns. The&#13;
dataset used portrayed several challenges that most microscopy images hold, which&#13;
required histogram and template matching for preprocessing. With cell detection&#13;
performed, we also count the cells in an image by nuclei localization. There were several&#13;
experiments conducted that achieve up to 56% mAP.
</summary>
<dc:date>2020-07-13T00:00:00Z</dc:date>
</entry>
<entry>
<title>A REVIEW THREAT OBJECT DETECTION IN X -RAY IMAGES USING SSD,  R-FCN AND FASTER R -CNN</title>
<link href="http://dspace.epoka.edu.al/handle/1/2466" rel="alternate"/>
<author>
<name>Koçi, Jola</name>
</author>
<id>http://dspace.epoka.edu.al/handle/1/2466</id>
<updated>2025-01-24T12:16:46Z</updated>
<published>2020-07-23T00:00:00Z</published>
<summary type="text">A REVIEW THREAT OBJECT DETECTION IN X -RAY IMAGES USING SSD,  R-FCN AND FASTER R -CNN
Koçi, Jola
Baggage inspection for threat objects using X-ray images is a priority task&#13;
that is in charge of making the risk of crime and terrorist attacks more reducible.&#13;
Nowadays, the checking of baggage is based on a semi-automated system that consists&#13;
of both human and also image detection. The main purpose of this thesis is to make the&#13;
automatisation system more reliable. This task is mainly dependent on object&#13;
detection models and algorithms. However, another part of this problem is mainly&#13;
prone to the lack of the data. Furthermore, obtaining an X-ray image dataset with many&#13;
types of threat objects is quite difficult. This is why this thesis is composed of two&#13;
main parts: data stimulation and object detecting approaches. On the first part, due to&#13;
the lack of data, an older dataset containing only four classes of threat objects are used&#13;
as a base for the new objects to be stimulated into. In total, the newly simulated dataset&#13;
contains seven types of threat objects consisting of: handguns, razor-blades, knife,&#13;
shuriken, battery, wires and mortar. After generating the new data, they are processed&#13;
and augmented by applying random types of rotations, flippings, zoomings etc. Once&#13;
the images are processed, they are passed into transfer learning. Transfer learning&#13;
consists of using predefined models for training. The models that are taken into&#13;
consideration are: Single Shot Detector, Regions Fully Convolutional Network (R-&#13;
FCN) and Faster R-CNN. These models are used by applying different techniques of&#13;
feature extraction, such as: Inception-v2, MobileNet-v2 and ResNet101. Combining&#13;
the object detection models and object detection architectures in total the images are&#13;
trained and tested in five different approaches. In conclusion, the best detection was achieved by the combination of Faster-RCNN detection model and ResNet101 feature&#13;
extractor by 87.58% ± 0.75 accuracy.
</summary>
<dc:date>2020-07-23T00:00:00Z</dc:date>
</entry>
</feed>
