Informacja

Drogi użytkowniku, aplikacja do prawidłowego działania wymaga obsługi JavaScript. Proszę włącz obsługę JavaScript w Twojej przeglądarce.

Wyszukujesz frazę "Grochowski, Michał" wg kryterium: Autor


Tytuł:
Analiza sceny przy użyciu głębokich sieci neuronowych typu YOLO
Scene analysis using YOLO neural network
Autorzy:
Mikołajczyk, Mateusz
Kwasigroch, Arkadiusz
Grochowski, Michał
Tematy:
sztuczne sieci neuronowe
detekcja obiektów
przetwarzanie obrazu
uczenie głębokie
artificial neural networks
object detection
image processing
deep learning
Pokaż więcej
Wydawca:
Politechnika Gdańska. Wydział Elektrotechniki i Automatyki
Powiązania:
https://bibliotekanauki.pl/articles/267008.pdf  Link otwiera się w nowym oknie
Opis:
W artykule opisany został problem analizy sceny na obrazach oraz sekwencjach video. Zadanie analizy sceny polega na detekcji, lokalizacji i klasyfikacji obiektów znajdujących się na obrazach. Zaimplementowany system wykorzystuje głęboką sieć neuronową, której struktura oparta została na architekturze YOLO (You Only Look Once). Niskie zapotrzebowania obliczeniowe wybranej architektury pozwala na wykonywanie detekcji w czasie rzeczywistym z zadowalającą dokładnością. W pracy przeprowadzono również badania nad doborem odpowiedniego optymalizatora wykorzystywanego w procesie uczenia. Jako przykładową aplikację wybrano analizę ruchu ulicznego w której skład wchodzi wykrywanie i lokalizacja obiektów takich jak m.in. samochody, motocykle czy sygnalizacja świetlna. Systemy tego typu mogą być wykorzystywane w wszelkiego typu systemach analizy wizyjnej otoczenia np. w pojazdach autonomicznych, systemach automatycznej analizy video z kamer przemysłowych, systemach dozoru czy analizy zdjęć satelitarnych.
The paper describes the problem of scene analysis in images and video sequences. The task of scene analysis is to detect, locate and classify objects in images. As an example of an application, traffic analysis was chosen, which includes the detection and location of objects such as cars, motorcycles or traffic lights. The implemented system uses a deep neural network, whose structure is based on the YOLO (You Only Look Once) architecture. Low computing requirements of the chosen architecture allows performing real-time detection with satisfactory accuracy. The work also included a study on the selection of an appropriate optimizer used in the learning process. The program correctly detects objects with a large surface area, allowing the system to be used in traffic analysis. The work also showed that using the ADAM algorithm allowed significantly shorten the training time of the neural network. Systems of this type can be used in many types of video analysis systems such as autonomous vehicles, automatic video analysis systems with CCTV cameras, surveillance systems or satellite image analysis.
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Towards explainable classifiers using the counterfactual approach : global explanations for discovering bias in data
Autorzy:
Mikołajczyk, Agnieszka
Grochowski, Michał
Kwasigroch, Arkadiusz
Tematy:
explainable classifiers
counterfactual approach
bias detection
Pokaż więcej
Wydawca:
Społeczna Akademia Nauk w Łodzi. Polskie Towarzystwo Sieci Neuronowych
Powiązania:
https://bibliotekanauki.pl/articles/2031144.pdf  Link otwiera się w nowym oknie
Opis:
The paper proposes summarized attribution-based post-hoc explanations for the detection and identification of bias in data. A global explanation is proposed, and a step-by-step framework on how to detect and test bias is introduced. Since removing unwanted bias is often a complicated and tremendous task, it is automatically inserted, instead. Then, the bias is evaluated with the proposed counterfactual approach. The obtained results are validated on a sample skin lesion dataset. Using the proposed method, a number of possible bias-causing artifacts are successfully identified and confirmed in dermoscopy images. In particular, it is confirmed that black frames have a strong influence on Convolutional Neural Network’s prediction: 22% of them changed the prediction from benign to malignant.
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Diagnosis of malignant melanoma by neural network ensemble-based system utilising hand-crafted skin lesion features
Autorzy:
Grochowski, Michał
Mikołajczyk, Agnieszka
Kwasigroch, Arkadiusz
Tematy:
decision support
diagnostics
image processing
artificial neural networks
ensemble of neural networks
melanoma malignant
Pokaż więcej
Wydawca:
Polska Akademia Nauk. Czytelnia Czasopism PAN
Powiązania:
https://bibliotekanauki.pl/articles/221391.pdf  Link otwiera się w nowym oknie
Opis:
Malignant melanomas are the most deadly type of skin cancer, yet detected early have high chances of successful treatment. In the last twenty years, the interest in automatic recognition and classification of melanoma dynamically increased, partly because of appearing public datasets with dermatoscopic images of skin lesions. Automated computer-aided skin cancer detection in dermatoscopic images is a very challenging task due to uneven sizes of datasets, huge intra-class variation with small interclass variation, and the existence of many artifacts in the images. One of the most recognized methods of melanoma diagnosis is the ABCD method. In the paper, we propose an extended version of this method and an intelligent decision support system based on neural networks that uses its results in the form of hand-crafted features. Automatic determination of the skin features with the ABCD method is difficult due to the large diversity of images of various quality, the existence of hair, different markers and other obstacles. Therefore, it was necessary to apply advanced methods of pre-processing the images. The proposed system is an ensemble of ten neural networks working in parallel, and one network using their results to generate a final decision. This system structure enables to increase the efficiency of its operation by several percentage points compared with asingle neural network. The proposed system is trained on over 5000 and tested afterwards on 200 skin moles. The presented system can be used as a decision support system for primary care physicians, as a system capable of self-examination of the skin with a dermatoscope and also as an important tool to improve biopsy decision making.
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Selected technical issues of deep neural networks for image classification purposes
Autorzy:
Grochowski, Michał
Kwasigroch, A.
Mikołajczyk, A.
Tematy:
deep neural network
deep learning
image classification
batch normalization
transfer learning
dropout
sieć neuronowa
klasyfikacja obrazów
normalizacja
transfer nauki
uczenie głębokie
Pokaż więcej
Wydawca:
Polska Akademia Nauk. Czytelnia Czasopism PAN
Powiązania:
https://bibliotekanauki.pl/articles/200871.pdf  Link otwiera się w nowym oknie
Opis:
In recent years, deep learning and especially deep neural networks (DNN) have obtained amazing performance on a variety of problems, in particular in classification or pattern recognition. Among many kinds of DNNs, the convolutional neural networks (CNN) are most commonly used. However, due to their complexity, there are many problems related but not limited to optimizing network parameters, avoiding overfitting and ensuring good generalization abilities. Therefore, a number of methods have been proposed by the researchers to deal with these problems. In this paper, we present the results of applying different, recently developed methods to improve deep neural network training and operating. We decided to focus on the most popular CNN structures, namely on VGG based neural networks: VGG16, VGG11 and proposed by us VGG8. The tests were conducted on a real and very important problem of skin cancer detection. A publicly available dataset of skin lesions was used as a benchmark. We analyzed the influence of applying: dropout, batch normalization, model ensembling, and transfer learning. Moreover, the influence of the type of activation function was checked. In order to increase the objectivity of the results, each of the tested models was trained 6 times and their results were averaged. In addition, in order to mitigate the impact of the selection of learning, test and validation sets, k-fold validation was applied.
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
XV Krajowa Konferencja Automatyki : Warszawa, 27-30 czerwca 2005. t. 3 * Zastosowania techniczne - Część B Energetyka, systemy hydrauliczne * Miękko przełączane sterowanie predykcyjne w zastosowaniu do systemów ściekowych
Książka = Book ; KS/3/2005/R16P07
Autorzy:
Wang, Jingsong. Autor
Deinrych, Piotr. Autor
Grochowski, Michał. Autor
Brdyś, Mieczysław. Autor
Duzinkiewicz, Kazimierz. Autor
Wydawca:
Instytut Badań Systemowych. Polska Akademia Nauk
Systems Research Institute. Polish Academy of Sciences
Powiązania:
Książka = Book
Opis:
Nie zawsze jest możliwe sterowanie układami czy systemami przy pomocy jednej uniwersalnej strategii sterowania pozwalającej na efektywne sterowanie w pełnym zakresie warunków operacyjnych. Istnieje wówczas potrzeba stosowania dwóch lub większej liczby układów sterowania w zależności od stanu układu bądź postawionych przed nim celów. To implikuje konieczność znalezienia mechanizmu umożliwiającego ich przełączanie. Nie zawsze jest korzystne lub możliwe robienie tego w sposób nagły. Alternatywą jest płynna zmiana układów regulacji - miękkie przełączanie. W niniejszym artykule przedstawiono dwie metody syntezy optymalizującego sterowania predykcyjnego z mechanizmem miękkiego przełączania układów regulacji. Ich efektywność pokazano na przykładzie sterowania testowym układem liniowym drugiego rzędu oraz modelem rzeczywistego systemu oczyszczania ścieków w Kartuzach.
[4], 221-226 pages ; 21 cm
Bibliography p. 226
Bibliografia s. 226
[4], 221-226 stron ; 21 cm
Dostawca treści:
RCIN - Repozytorium Cyfrowe Instytutów Naukowych
Książka
Tytuł:
Machine learning system for automated blood smear analysis
Autorzy:
Grochowski, Michał
Wąsowicz, Michał
Mikołajczyk, Agnieszka
Ficek, Mateusz
Kulka, Marek
Wróbel, Maciej S.
Jędrzejewska-Szczerska, Małgorzata
Tematy:
optical microscopy
blood cells
biophotonics
image analysis
classification
eigenfaces
neural networks
decision support
nanodiamonds
bioimaging
Pokaż więcej
Wydawca:
Polska Akademia Nauk. Czytelnia Czasopism PAN
Powiązania:
https://bibliotekanauki.pl/articles/220750.pdf  Link otwiera się w nowym oknie
Opis:
In this paper the authors propose a decision support system for automatic blood smear analysis based onmicroscopic images. The images are pre-processed in order to remove irrelevant elements and to enhancethe most important ones – the healthy blood cells (erythrocytes) and the pathologic ones (echinocytes). The separated blood cells are analysed in terms of their most important features by the eigenfaces method. The features are the basis for designing the neural network classifier, learned to distinguish between erythrocytes and echinocytes. As the result, the proposed system is able to analyse the smear blood images in a fully automatic way and to deliver information on the number and statistics of the red blood cells, both healthy and pathologic. The system was examined in two case studies, involving the canine and human blood, and then consulted with the experienced medicine specialists. The accuracy of classification of red blood cells into erythrocytes and echinocytes reaches 96%.
Dostawca treści:
Biblioteka Nauki
Artykuł

Ta witryna wykorzystuje pliki cookies do przechowywania informacji na Twoim komputerze. Pliki cookies stosujemy w celu świadczenia usług na najwyższym poziomie, w tym w sposób dostosowany do indywidualnych potrzeb. Korzystanie z witryny bez zmiany ustawień dotyczących cookies oznacza, że będą one zamieszczane w Twoim komputerze. W każdym momencie możesz dokonać zmiany ustawień dotyczących cookies