Master Degree / Yüksek Lisans Tezleri

Permanent URI for this collectionhttps://hdl.handle.net/11147/3008

Browse

Search Results

Now showing 1 - 6 of 6
  • Master Thesis
    Multi-Frame Super-Resolution Without Priors
    (01. Izmir Institute of Technology, 2023) Gülmez, Veli; Özuysal, Mustafa
    There are mainly two types of super-resolution methods: traditional methods and deep learning methods. While traditional methods define closed-form expressions with assumptions, deep learning methods rely on priors learned from data sets. However, both of them have disadvantages such as being too simple and having strong trust in priors. We focus on how to generate a high-resolution image using low-resolution images without priors by utilizing spatial hash encoding. We propose a grid-based super-resolution model using spatial hash encoding to map coordinate information into higher dimensional space. Our aim is to eliminate long training times and not rely on priors from data sets that are not able to cover all real-world scenarios. Therefore, our proposed model is able to do task- specific super-resolution without priors and eliminate potential hallucination effects caused by wrong priors.
  • Master Thesis
    Hierarchical Image Classification With Self-Supervised Vision Transformer Features
    (Izmir Institute of Technology, 2022) Karagüler, Caner; Özuysal, Mustafa
    There are lots of works about image classification and most of them are based on convolutional neural networks (CNN). In image classification, some classes are more difficult to distinguish than others because of non-even visual separability. These difficult classes require domain-specific classifiers but traditional convolutional neural networks are trained as flat N-way classifiers. These flat classifiers can not leverage the hierarchical information of the classes well. To solve this issue, researchers proposed new techniques that embeds class-hierarchy into the convolutional neural networks and most of these techniques exceed existing convolutional neural networks' success rates on large-scale datasets like ImageNet. In this work, we questioned if a hierarchical image classification with self- supervised vision transformer features can exceed hierarchical convolutional neural networks. During this work, we used a hierarchical ETHEC dataset and extract attention features with the help of vision transformers. Using these attention features, we implemented 3 different hierarchical classification approaches and compared the results with CNN alternative of our approaches.
  • Master Thesis
    Vehicle Type Classification With Deep Learning
    (Izmir Institute of Technology, 2020) Yaraş, Neriman; Özuysal, Mustafa
    In this thesis, we studied the vehicle type classification problem from several perspectives. We apply a deep learning technique with different parameters such as image size and the number of images in data sets to the classification of an image as one of the nine vehicle types. After choosing the most appropriate one among trained models, we convert the problem into a hierarchical tree classification problem so that it could be analyzed in three different tree hierarchies. Experiments are performed using three computational methods for calculating possibilities for each of the nine classes that correspond to the leaves of the hierarchical trees. These studies result in a conclusion that 0.762812 average accuracy is obtained when traditional arithmetic mean computation applied on the hierarchical tree with level-2 using the Stanford Dataset by 224 image size on ResNet34 architecture.
  • Master Thesis
    Digital font generation using long short-term memory networks
    (Izmir Institute of Technology, 2019) Temizkan, Onur; Özuysal, Mustafa
    Long Short-Term Memory (LSTM) Networks are powerful models to solve sequential problems in machine learning. Apart from their use on sequence classification, LSTMs are also used for sequence prediction. Predictive features of LSTMs have been used extensively to generate handwriting, music and several other types of sequences. Configuration and training of LSTM networks are relatively more arduous than non-sequential models, especially when input data is complex. In this research, the aim is to train LSTM networks and its different variations, use their generative features on a relatively obscure and complex type of sequences in machine learning; digital fonts. Controlled experiments have been performed to find the effects of different model parameters, input encodings or network architectures on learning font based sequences. All in all, in this document; the procedure of creating a dataset from digital fonts are provided, training strategies are demonstrated and the generative results are discussed.
  • Master Thesis
    Detection of Febrile Illness and Its Monitoring Using Iot Technology
    (Izmir Institute of Technology, 2019) Tamur Kaya, Gamze; Tekin, Hüseyin Cumhur; Özuysal, Mustafa
    Measuring and monitoring body temperature has importance for disease diagnosis. It could also help following the course of the disease. Extensive number of body temperature monitoring applications are designed and developed. These applications could be named as healthcare applications aiming to provide convenience to the users. The Internet of Things technology is popular in healthcare applications by offering remote and real-time monitoring. In this project, a telemedicine platform facilitating the diagnosis and monitoring of febrile illnesses is designed. A user-friendly platform is implemented using software components. Message Queuing Telemetry Transport (MQTT), which is a communication protocol, is used for the communication between devices and monitoring system. A broker is used to transmit measured body temperature data from a device to the cloud server. The performance of the broker is evaluated with thousands of generated data packets. It is showed that the platform can handle data requests with a high throughput, i.e, up to 40000 packets/s. The monitoring system is designed as an interactive user interface. For this purpose, Telegram is adapted to the requirements of the platform by using an open-source library of Telegram BOT API. Hence, a user is able to access the measurement results and also control the measurements using instant messaging via Telegram interface. Moreover, this proposed platform could eliminate the use of separate healthcare applications for different diseases by using just a single instant messaging program for all different applications.
  • Master Thesis
    Keypoint Detection and Description on Image Curves
    (Izmir Institute of Technology, 2017) Köksal, Ali; Özuysal, Mustafa
    Image curves are one of the choices for representing interest points which also provide discriminative information about images. Boundary of regions and contour of shapes are real-time instances of image curves. In this thesis, we propose two approaches for keypoint detection and description on image curves. To extract keypoints on image curves, we compute the extrema curvature of region boundaries. This mechanism improves repeatability of keypoints on 3D data. For the description of image curves, shape contours are used. This is similar to approaches that describe the features based on shapes and image gradients. Unlike these approaches, we combine spatial and directional information of tangent directions to extract a feature vector that leads to improved matching and recognition on several standard computer vision tasks such as character and object recognition.