paper-with-me

Papers

Material Classification using Neural Networks

2017-10-17 · Anca Sticlaru

The recognition and classification of the diversity of materials that exist in the environment around us are a key visual competence that computer vision systems focus on in recent years. Understanding the identification of materials in distinct images involves a deep process that has made usage of the recent progress in neural networks which has brought the potential to train architectures to extract features for this challenging task. This project uses state-of-the-art Convolutional Neural Network (CNN) techniques and Support Vector Machine (SVM) classifiers in order to classify materials and analyze the results. Building on various widely used material databases collected, a selection of CNN architectures is evaluated to understand which is the best approach to extract features in order to achieve outstanding results for the task. The results gathered over four material datasets and nine CNNs outline that the best overall performance of a CNN using a linear SVM can achieve up to ~92.5% mean average precision, while applying a new relevant direction in computer vision, transfer learning. By limiting the amount of information extracted from the layer before the last fully connected layer, transfer learning aims at analyzing the contribution of shading information and reflectance to identify which main characteristics decide the material category the image belongs to. In addition to the main topic of my project, the evaluation of the nine different CNN architectures, it is questioned if, by using the transfer learning instead of extracting the information from the last convolutional layer, the total accuracy of the system created improves. The results of the comparison emphasize the fact that the accuracy and performance of the system improve, especially in the datasets which consist of a large number of images.

📄 PDF Abstract BibTeX arXiv:1710.06854

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationMaterial ClassificationTransfer Learning

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Learning Discriminative Illumination and Filters for Raw Material Classification with Optimal Projections of Bidirectional Texture Functions

2013-06-01 · CVPR 2013 6 · Chao Liu, Geifei Yang, Jinwei Gu

We present a computational imaging method for raw material classification using features of Bidirectional Texture Functions (BTF). Texture is an intrinsic feature for many materials, such as wood, fabric, and granite. At…

ClassificationGeneral ClassificationMaterial Classification

Transfer Learning for Material Classification using Convolutional Networks

2016-09-20 · Patrick Wieschollek, Hendrik P. A. Lensch

Material classification in natural settings is a challenge due to complex interplay of geometry, reflectance properties, and illumination. Previous work on material classification relies strongly on hand-engineered featu…

ClassificationDescriptiveGeneral ClassificationMaterial Classification+3

Space Object Identification and Classification from Hyperspectral Material Analysis

2023-08-14 · Massimiliano Vasile, Lewis Walker, Andrew Campbell, Simao Marto 외

This paper presents a data processing pipeline designed to extract information from the hyperspectral signature of unknown space objects. The methodology proposed in this paper determines the material composition of spac…

ClassificationMaterial ClassificationObject

Evaluating Deep Convolutional Neural Networks for Material Classification

2017-03-12 · Grigorios Kalliatakis, Georgios Stamatiadis, Shoaib Ehsan, Ales Leonardis 외

Determining the material category of a surface from an image is a demanding task in perception that is drawing increasing attention. Following the recent remarkable results achieved for image classification and object de…

ClassificationGeneral Classificationimage-classificationImage Classification+3

Towards a Safer and Sustainable Manufacturing Process: Material classification in Laser Cutting Using Deep Learning

2025-11-20 · Mohamed Abdallah Salem, Hamdy Ahmed Ashur, Ahmed Elshinnawy arxiv

Laser cutting is a widely adopted technology in material processing across various industries, but it generates a significant amount of dust, smoke, and aerosols during operation, posing a risk to both the environment an…