Basit öğe kaydını göster

dc.contributor.advisorAteş, Hasan Fehmien_US
dc.contributor.authorSünetci, Sercanen_US
dc.contributor.otherIşık Üniversitesi, Fen Bilimleri Enstitüsü, Elektronik Mühendisliği Yüksek Lisans Programıen_US
dc.date.accessioned2018-09-03T12:27:05Z
dc.date.available2018-09-03T12:27:05Z
dc.date.issued2017-12-14
dc.identifier.citationSünetci, S. (2017). Evaluation of feature selection and encoding methods fpr superpixel image parsing. İstanbul: Işık Üniversitesi Fen Bilimleri Enstitüsü.en_US
dc.identifier.urihttps://hdl.handle.net/11729/1319
dc.descriptionText in English ; Abstract: English and Turkishen_US
dc.descriptionIncludes bibliographical references (leaves 52-55)en_US
dc.descriptionxii, 56 leavesen_US
dc.description.abstractThis thesis is about image parsing which is one of the important problems in computer vision. The goal of image parsing is segmentation of object and labeling of each object. Recently, a popular way of image segmentation and classifcation is superpixels. Image is segmented into visually logical small regions by using superpixel algorithm and then, superpixels are parsed into diferent classes. Classifcation performance is signifcantly afected by the properties of superpixel algorithm and parametric settings. SuperParsing is one of the superpixel-based image parsing algorithm and provides a succesful nonparametric solution for image segmentation and classifcation problem without any need for classifer training. SuperParsing labels each superpixel based on feature matching between the superpixel and a subset of the training superpixels. The training subset is determined by global matching between the test image and the training set. For superpixel matching the method makes use of a rich set of superpixel features. Class conditional log-likelihood is computed based on these matched features. The main objective of this thesis is to show improvements in labeling accuracy percentage by using feature encoding and selection methods, including learned features from Convolutional Neural Network (CNN) models. We perform two different encoding methods to selected features of superpixels and show that feature encoding improves parsing accuracy. The applied feature encoding methods are locality-constrained linear encoding (LLC) and kernel codebook encoding (KCB). LLC encoding method gives us 2:6% improvement on per-pixel accuracy for SIFT Flow dataset and 6:8% improvement on per-pixel accuracy for 19-class LabelMe dataset. KCB encoding method gives us 3:6% improvement on per-pixel accuracy for SIFT Flow dataset and 6:2% improvement on per-pixel accuracy for 19-class LabelMe dataset. All these results are overall improvement which are computed over original SuperParsing. Most recent studies about image segmentation and classifcation use CNN tiioi improve their accuracy percentage. Features extracted from pre-trained networks, which are trained on large image databases, can be used in addition to handcrafted features in image segmentation. Last layer of these CNN models give the best features for classifcation. We test learned CNN features together with KCB or LLC encoding methods. We use CNN features both for global matching and superpixel matching. These tests give us 7:3% overall improvement over originalSuperParsing on SIFT Flow dataset and 10:3% overall improvement over original SuperParsing on 19-class LabelMe dataset.en_US
dc.description.abstractBu tez, bilgisayarla görünün önemli problemlerinden olan görüntü ayrıştırma ile ilgilidir. Görüntü ayrıştırmanın amacı nesnenin bölütlenmesi ve her bir nesnenin etiketlenmesidir.Son zamanlarda imge bölütleme ve sınıflandırmanın popüler yolu süperpiksellerdir. Görüntü, süperpiksel algoritması kullanılarak görsel olarak küçük mantıksal bölgelere bölünür. Daha sonra süperpikseller farklı sınıflara ayrılır. Sınıflandırma performansı süperpiksel algoritmasının özelliklerinden ve parametre ayarlardan önemli ölçüde etkilenmektedir. SuperParsing, süperpiksel tabanlı bir görüntü ayrıştırma algoritmasıdır. Bu algoritma herhangi bir sınıflandırıcıya ihtiyaç duymadan başarılı bir parametrik olmayan çözüm sağlar. SuperParsing her bir süperpikseli süperpiksel ve eğitim süperpiksellerinin altkümesi arasındaki öznitelik eşlemesine bağlı olarak etiketler. Bu eğitim altkümesi test görüntüsü ve eğitim kümesi arasındaki global eşleme tarafından belirlenir. Bu yöntem süperpiksel eşleme için süperpiksel özelliklerinin zengin bir kümesini kullanır. Koşullu sınıf olabilirliği bu eşlenmiş özniteliklere bağlı olarak hesaplanır. Bu tezin temel amacı Evrişimsel Sinir Ağı (ESA) modellerinden öğrenilmiş öznitelikleri içeren öznitelik kodlama ve seçim yöntemleri kullanılarak etiketleme doğruluğu yüzdesindeki gelişmeleri göstermektir. Süperpiksellerin seçilmiş özniteliklerine iki farklı kodlama yöntemi uyguluyoruz ve öznitelik kodlamanın ayrıştırma doğruluğunu geliştirdiğini gösteriyoruz. Yerellik-Kısıtlı Doğrusal (YDK) ve Kernel Kod-tablosu (KKT) gibi öznitelik kodlama yöntemleri uygulanmıştır. YDK kodlama yöntemi SIFT Flow veri kümesinde %2.6 ve 19 sınıflı LabelMe veri kümesinde ise %6.8 artış sağlamıştır. KKT kodlama yöntemi SIFT Flow veri kümesinde %3.6 ve 19 sınıflı LabelMe veri kümesinde ise %6.2 artış sağlamıştır. Tüm bu sonuçlar orijinal SuperParsing üzerinden hesaplanan toplam kazançtır. Son zamanlardaki görüntü bölütleme ve sınıflandırma çalışmaların çoğunluğu doğruluk yüzdelerini geliştirmek için ESA kullanır. Görüntü bölütlemede büyük görüntü veri tabanlarında eğitilmiş olan ön eğitimli ağlardan çıkartılan öznitelikler el yapımı özniteliklere ek olarak kullanılabilir. Bu ESA modellerinin son katmanları sınıflandırma için en iyi öznitelikleri verir. Öğrenilmiş ESA özniteliklerini KKT veya YDK kodlama yöntemleri ile birlikte test ettik. ESA özniteliklerini hem global eşleme hem de süperpiksel eşleme için kullandık. Bu testler orijinal SuperParsing üzerine SIFT Flow veri kümesinde %7.3 ve 19 sınıflı LabelMe veri kümesinde ise %10.3 toplam kazanç sağlamıştır.en_US
dc.description.tableofcontentsIntroductionen_US
dc.description.tableofcontentsSuperpixelsen_US
dc.description.tableofcontentsNeural Networken_US
dc.description.tableofcontentsFeature Encodingen_US
dc.description.tableofcontentsRelated Worken_US
dc.description.tableofcontentsOrganization of Thesisen_US
dc.description.tableofcontentsSuper Parsing Algorithmen_US
dc.description.tableofcontentsSuperpixelsen_US
dc.description.tableofcontentsRetrieval Seten_US
dc.description.tableofcontentsLocal Superpixel Labelingen_US
dc.description.tableofcontentsFeature Encoding Methodsen_US
dc.description.tableofcontentsKernel Codebook Encodingen_US
dc.description.tableofcontentsLocality-Constrained Linear Encodingen_US
dc.description.tableofcontentsModifications of Feature Encodingen_US
dc.description.tableofcontentsConvolutional Neural Networksen_US
dc.description.tableofcontentsOverviewen_US
dc.description.tableofcontentsConvNet Layersen_US
dc.description.tableofcontentsConvolutional Layeren_US
dc.description.tableofcontentsPooling Layeren_US
dc.description.tableofcontentsFully-Connected Layeren_US
dc.description.tableofcontentsFeature Extraction using ConvNetsen_US
dc.description.tableofcontentsModifications of CNNen_US
dc.description.tableofcontentsExperimental Worken_US
dc.description.tableofcontentsSIFT Flow Dataseten_US
dc.description.tableofcontentsExperiments with LLCen_US
dc.description.tableofcontentsExperiments with KCBen_US
dc.description.tableofcontentsExperiments with CNNen_US
dc.description.tableofcontents19-Class LabelMe Dataseten_US
dc.description.tableofcontentsExperiments with LLCen_US
dc.description.tableofcontentsExperiments with KCBen_US
dc.description.tableofcontentsExperiments with CNNen_US
dc.description.tableofcontentsConclusionen_US
dc.language.isoengen_US
dc.publisherIşık Üniversitesien_US
dc.rightsinfo:eu-repo/semantics/openAccessen_US
dc.rightsAttribution-NonCommercial-NoDerivs 3.0 United States*
dc.rights.urihttp://creativecommons.org/licenses/by-nc-nd/3.0/us/*
dc.subjectCnn modelsen_US
dc.subjectFeature encodingen_US
dc.subjectImage classificationsen_US
dc.subjectImage parsingen_US
dc.subjectImage segmentationen_US
dc.subjectCnn modellerien_US
dc.subjectİmge ayrıştırmaen_US
dc.subjectİmge bölütlemeen_US
dc.subjectİmge sınıflandırmasıen_US
dc.subjectÖznitelik kodlamasıen_US
dc.subject.lccTA1638 .S86 2017
dc.subject.lcshImage segmentation.en_US
dc.subject.lcshDigital images—Deconvolution.en_US
dc.titleEvaluation of feature selection and encoding methods fpr superpixel image parsingen_US
dc.title.alternativeSüperpiksel imge ayrıştırması için öznitelik seçimi ve kodlama yöntemlerinin değerlendirilmesien_US
dc.typemasterThesisen_US
dc.contributor.departmentIşık Üniversitesi, Fen Bilimleri Enstitüsü, Elektronik Mühendisliği Yüksek Lisans Programıen_US
dc.relation.publicationcategoryTezen_US
dc.contributor.institutionauthorSünetci, Sercanen_US


Bu öğenin dosyaları:

Thumbnail

Bu öğe aşağıdaki koleksiyon(lar)da görünmektedir.

Basit öğe kaydını göster

info:eu-repo/semantics/openAccess
Aksi belirtilmediği sürece bu öğenin lisansı: info:eu-repo/semantics/openAccess