28 research outputs found

    Risultato di valorizzazione applicativa: progettazione e realizzazione di un prototipo di sensore wireless per il monitoraggio di carichi elettrici in ambiente Smart Building

    Get PDF
    Oggetto del presente lavoro è stata la progettazione e realizzazione di un prototipo di sensore wireless a basso costo per il monitoraggio di carichi elettrici in ambiente Smart Building, capace di inviare dati ad un sistema remoto (ad esempio un EMS) mediante una comune connessione WiFi. L’attività si inquadra nell’ambito di una collaborazione scientifica tra l’Istituto di Studi sui Sistemi Intelligenti per l’Automazione (ISSIA) del Consiglio Nazionale delle Ricerche (CNR) e il Dipartimento di Matematica e Informatica (DMI) dell’Università degli Studi di Palermo (UNIPA). Il prototipo è stato realizzato interfacciando opportunamente alcuni dispositivi hardware commerciali, aggiungendo gli opportuni circuiti per il condizionamento dei segnali da acquisire e scrivendo il codice per l’implementazione del firmware del sensore wireless (per l’invio dei dati) e del client remoto (per la ricezione dei dati)

    Ground-Based measurements of the 2014-2015 holuhraun volcanic cloud (Iceland)

    Get PDF
    The 2014-2015 Bárðarbunga fissure eruption at Holuhraun in central Iceland was distinguished by the high emission of gases, in total 9.6 Mt SO2, with almost no tephra. This work collates all ground-based measurements of this extraordinary eruption cloud made under particularly challenging conditions: remote location, optically dense cloud with high SO2 column amounts, low UV intensity, frequent clouds and precipitation, an extensive and hot lava field, developing ramparts, and high-latitude winter conditions. Semi-continuous measurements of SO2 flux with three scanning DOAS instruments were augmented by car traverses along the ring-road and along the lava. The ratios of other gases/SO2 were measured by OP-FTIR, MultiGAS, and filter packs. Ratios of SO2/HCl = 30-110 and SO2/HF = 30-130 show a halogen-poor eruption cloud. Scientists on-site reported extremely minor tephra production during the eruption. OPC and filter packs showed low particle concentrations similar to non-eruption cloud conditions. Three weather radars detected a droplet-rich eruption cloud. Top of eruption cloud heights of 0.3-5.5 km agl were measured with ground-and aircraft-based visual observations, web camera and NicAIR II infrared images, triangulation of scanning DOAS instruments, and the location of SO2 peaks measured by DOAS traverses. Cloud height and emission rate measurements were critical for initializing gas dispersal simulations for hazard forecasting

    Dynamic Decision Boundary for One-class Classifiers applied to non-uniformly Sampled Data

    No full text
    A typical issue in Pattern Recognition is the nonuniformly sampled data, which modifies the general performance and capability of machine learning algorithms to make accurate predictions. Generally, the data is considered non-uniformly sampled when in a specific area of data space, they are not enough, leading us to misclassification problems. This issue cut down the goal of the one-class classifiers decreasing their performance. In this paper, we propose a one-class classifier based on the minimum spanning tree with a dynamic decision boundary (OCdmst) to make good prediction also in the case we have non-uniformly sampled data. To prove the effectiveness and robustness of our approach we compare with the most recent one-class classifier reaching the state-of-the-art in most of them. The code and all results are available online https://gitlab.com/artelabsuper/ocdmst

    Is one teacher model enough to transfer knowledge to a student model?

    No full text
    Nowadays, the transfer learning technique can be successfully applied in the deep learning field through techniques that fine-tune the CNN\u2019s starting point so it may learn over a huge dataset such as ImageNet and continue to learn on a fixed dataset to achieve better performance. In this paper, we designed a transfer learning methodology that combines the learned features of different teachers to a student network in an end-to-end model, improving the performance of the student network in classification tasks over different datasets. In addition to this, we tried to answer the following questions which are in any case directly related to the transfer learning problem addressed here. Is it possible to improve the performance of a small neural network by using the knowledge gained from a more powerful neural network? Can a deep neural network outperform the teacher using transfer learning? Experimental results suggest that neural networks can transfer their learning to student networks using our proposed architecture, designed to bring to light a new interesting approach for transfer learning techniques. Finally, we provide details of the code and the experimental settings

    OCmst: One-class novelty detection using convolutional neural network and minimum spanning trees

    No full text
    We present a novel model called One Class Minimum Spanning Tree (OCmst) for novelty detection problem that uses a Convolutional Neural Network (CNN) as deep feature extractor and graph-based model based on Minimum Spanning Tree (MST). In a novelty detection scenario, the training data is no polluted by outliers (abnormal class) and the goal is to recognize if a test instance belongs to the normal class or the abnormal class. Our approach uses the deep features from CNN to feed a pair of MSTs built starting from each test instance. To cut down the computational time we use a parameter \u3b3 to specify the size of the MST's starting to the neighbours from the test instance. To prove the effectiveness of the proposed approach we conducted experiments on two publicly available datasets, well-known in literature and we achieved the state-of-the-art results on the CIFAR10 dataset

    Combining optimization methods using an adaptive meta optimizer

    No full text
    Optimization methods are of great importance for the efficient training of neural networks. There are many articles in the literature that propose particular variants of existing optimizers. In our article, we propose the use of the combination of two very different optimizers that, when used simultaneously, can exceed the performance of the single optimizers in very different problems. We propose a new optimizer called ATMO (AdapTive Meta Optimizers), which integrates two different optimizers simultaneously weighing the contributions of both. Rather than trying to improve each single one, we leverage both at the same time, as a meta-optimizer, by taking the best of both. We have conducted several experiments on the classification of images and text documents, using various types of deep neural models, and we have demonstrated through experiments that the proposed ATMO produces better performance than the single optimizers

    Sentinel 2 time series analysis with 3d feature pyramid network and time domain class activation intervals for crop mapping

    No full text
    In this paper, we provide an innovative contribution in the research domain dedicated to crop mapping by exploiting the of Sentinel-2 satellite images time series, with the specific aim to extract information on \u201cwhere and when\u201d crops are grown. The final goal is to set up a workflow able to reliably identify (classify) the different crops that are grown in a given area by exploiting an end-to-end (3+2)D convolutional neural network (CNN) for semantic segmentation. The method also has the ambition to provide information, at pixel level, regarding the period in which a given crop is cultivated during the season. To this end, we propose a solution called Class Activation Interval (CAI) which allows us to interpret, for each pixel, the reasoning made by CNN in the classification determining in which time interval, of the input time series, the class is likely to be present or not. Our experiments, using a public domain dataset, show that the approach is able to accurately detect crop classes with an overall accuracy of about 93% and that the network can detect discriminatory time intervals in which crop is cultivated. These results have twofold importance: (i) demonstrate the ability of the network to correctly interpret the investigated physical process (i.e., bare soil condition, plant growth, senescence and harvesting according to specific cultivated variety) and (ii) provide further information to the end-user (e.g., the presence of crops and its temporal dynamics)

    Learning to Navigate in the Gaussian Mixture Surface

    No full text
    In the last years, deep learning models have achieved remarkable generalization capability on computer vision tasks, obtaining excellent results in fine-grained classification problems. Sophisticated approaches based-on discriminative feature learning via patches have been proposed in the literature, boosting the model performances and achieving the state-of-the-art over well-known datasets. Cross-Entropy (CE) loss function is commonly used to enhance the discriminative power of the deep learned features, encouraging the separability between the classes. However, observing the activation map generated by these models in the hidden layer, we realize that many image regions with low discriminative content have a high activation response and this could lead to misclassifications. To address this problem, we propose a loss function called Gaussian Mixture Centers (GMC) loss, leveraging on the idea that data follow multiple unimodal distributions. We aim to reduce variances considering many centers per class, using the information from the hidden layers of a deep model, and decreasing the high response from the unnecessary areas of images detected along the baselines. Using jointly CE and GMC loss, we improve the learning generalization model overcoming the performance of the baselines in several use cases. We show the effectiveness of our approach by carrying out experiments over CUB-200-2011, FGVC-Aircraft, Stanford-Dogs benchmarks, and considering the most recent Convolutional Neural Network (CNN)

    A Classification Methodology Based on Subspace Graphs Learning

    No full text
    In this paper, we propose a design methodology for one-class classifiers using an ensemble-of-classifiers approach. The objective is to select the best structures created during the training phase using an ensemble of spanning trees. It takes the best classifier, partitioning the area near a pattern into \u3b3\u3b3-2 sub-spaces and combining all possible spanning trees that can be created starting from \u3b3 nodes. The proposed method leverages on a supervised classification methodology and the concept of minimum distance. We evaluate our approach on well-known benchmark datasets and results obtained demonstrate that it achieves comparable and, in many cases, state-of-the-art results. Moreover, it obtains good performance even with unbalanced datasets
    corecore