• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 1860
  • 57
  • 54
  • 38
  • 37
  • 37
  • 19
  • 13
  • 11
  • 7
  • 4
  • 4
  • 2
  • 2
  • 1
  • Tagged with
  • 2691
  • 2691
  • 1111
  • 964
  • 835
  • 611
  • 580
  • 492
  • 491
  • 467
  • 442
  • 439
  • 415
  • 412
  • 379
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
71

A Study of Transformer Models for Emotion Classification in Informal Text

Esperanca, Alvaro Soares de Boa 12 1900 (has links)
Indiana University-Purdue University Indianapolis (IUPUI) / Textual emotion classification is a task in affective AI that branches from sentiment analysis and focuses on identifying emotions expressed in a given text excerpt. It has a wide variety of applications that improve human-computer interactions, particularly to empower computers to understand subjective human language better. Significant research has been done on this task, but very little of that research leverages one of the most emotion-bearing symbols we have used in modern communication: Emojis. In this thesis, we propose several transformer-based models for emotion classification that processes emojis as input tokens and leverages pretrained models and uses them , a model that processes Emojis as textual inputs and leverages DeepMoji to generate affective feature vectors used as reference when aggregating different modalities of text encoding. To evaluate ReferEmo, we experimented on the SemEval 2018 and GoEmotions datasets, two benchmark datasets for emotion classification, and achieved competitive performance compared to state-of-the-art models tested on these datasets. Notably, our model performs better on the underrepresented classes of each dataset.
72

Feature Detection from Mobile LiDAR Using Deep Learning

Liu, Xian 12 March 2019 (has links)
No description available.
73

Pretraining Deep Learning Models for Natural Language Understanding

Shao, Han 18 May 2020 (has links)
No description available.
74

Enabling Trimap-Free Image Matting via Multitask Learning

LI, CHENGQI January 2021 (has links)
Trimap-free natural image matting problem is an important computer vision task in which we extract foreground objects from given images without extra trimap input. Compared with trimap-based matting algorithms, trimap-free algorithms are easier to make false detection when the foreground object is not well defined. To solve the problem, we design a novel structure (SegMatting) to handle foreground segmentation and alpha matte prediction simultaneously, which is able to produce high-quality mattes based on RGB inputs alone. This entangled structure enables information exchange between the binary segmentation task and the alpha matte prediction task interactively, and we further design a hybrid loss to adaptively balance two tasks during the multitask learning process. Additionally, we adopt a salient object detection dataset to pretrain our network so that we could obtain a more accurate foreground segment before our training process. Experiments indicate that the proposed SegMatting qualitatively and quantitatively outperforms most previous trimap-free models with a significant margin, while remains competitive among trimap-based methods. / Thesis / Master of Science in Electrical and Computer Engineering (MSECE)
75

Deep adaptive anomaly detection using an active learning framework

Sekyi, Emmanuel 18 April 2023 (has links) (PDF)
Anomaly detection is the process of finding unusual events in a given dataset. Anomaly detection is often performed on datasets with a fixed set of predefined features. As a result of this, if the normal features bear a close resemblance to the anomalous features, most anomaly detection algorithms exhibit poor performance. This work seeks to answer the question, can we deform these features so as to make the anomalies standout and hence improve the anomaly detection outcome? We employ a Deep Learning and an Active Learning framework to learn features for anomaly detection. In Active Learning, an Oracle (usually a domain expert) labels a small amount of data over a series of training rounds. The deep neural network is trained after each round to incorporate the feedback from the Oracle into the model. Results on the MNIST, CIFAR-10 and Galaxy Zoo datasets show that our algorithm, Ahunt, significantly outperforms other anomaly detection algorithms used on a fixed, static, set of features. Ahunt can therefore overcome a poor choice of features that happen to be suboptimal for detecting anomalies in the data, learning more appropriate features. We also explore the role of the loss function and Active Learning query strategy, showing these are important, especially when there is a significant variation in the anomalies.
76

Deep Learning -Based Anomaly Detection System for Guarding Internet of Things Devices

Azumah, Sylvia w. 05 October 2021 (has links)
No description available.
77

Investigation of Subsurface Systems of Polygonal Fractures

Zhu, Weiwei 11 1900 (has links)
Fractures are ubiquitous in the subsurface, and they provide dominant pathways for fluid flow in low permeability formations. Therefore, fractures usually play an essential role in many engineering fields, such as hydrology, waste disposal, geothermal reservoir and petroleum reservoir exploitation. Since fractures are invisible and have variable sizes from micrometers to kilometers, there is limited knowledge of their structure. We aim to deepen the understanding of fracture networks in the subsurface from their topological structures, hydraulic connectivity and characteristics at different scales. We adopt the discrete fracture network method and develop an efficient C++ code, HatchFrac, to make in-depth investigations possible. We start from generating stochastic fracture networks by constraining fracture geometries with different stochastic distributions. We apply percolation theory to investigate the global connectivity of fracture networks. We find that commonly adopted percolation parameters are unsuitable for the characterization of the percolation state of complex fracture networks. We implement the concept of global efficiency to quantify the impact of fracture geometries on the connectivity of fracture networks. Furthermore, we constrain the fracture networks with geological data and geomechanics principles. We investigate the correlation of fracture intensities with different dimensionality and find that it is not feasible to obtain correct 3D intensity parameters from 1D or 2D samples. We utilize a deep-learning technique and propose a pixel-based detection algorithm to automatically interpret fractures from raw outcrop images. Interpreted fracture maps provide abundant resources to investigate fracture intensities, lengths,orientations, and generations. For large scale faults, we develop a method to generate fault segments from a rough fault trace on a seismic map. Accurate fault geometries have significant impacts on damage zones and fault-related flow problems. For small scale fractures, we consider the impact of fracture sealing on the percolation state of orthogonal fracture networks. We emphasize the importance of non-critically stressed and partially sealed fractures, which are usually neglected because usually they are nonconductive. However, with significant stress perturbations, those noncritically stressed and partially sealed fractures can also contribute to the production by enlarging the stimulated reservoir volume.
78

Fully Convolutional Networks (FCNs) for Medical Image Segmentation

Zhewei, Wang January 2020 (has links)
No description available.
79

Strawberry Detection Under Various Harvestation Stages

Fitter, Yavisht 01 March 2019 (has links) (PDF)
This paper analyzes three techniques attempting to detect strawberries at various stages in its growth cycle. Histogram of Oriented Gradients (HOG), Local Binary Patterns (LBP) and Convolutional Neural Networks (CNN) were implemented on a limited custom-built dataset. The methodologies were compared in terms of accuracy and computational efficiency. Computational efficiency is defined in terms of image resolution as testing on a smaller dimensional image is much quicker than larger dimensions. The CNN based implementation obtained the best results with an 88% accuracy at the highest level of efficiency as well (600x800). LBP generated moderate results with a 74% detection accuracy at an inefficient rate (5000x4000). Finally, HOG’s results were inconclusive as it performed poorly early on, generating too many misclassifications.
80

Deformable 3D Brain MRI Registration with Deep Learning / Deformerbar 3D MRI-registrering med djupinlärning

Joos, Louis January 2019 (has links)
Traditional deformable registration methods have achieved impressive performances but are computationally time-consuming since they have to optimize an objective function for each new pair of images. Very recently some learning-based approaches have been proposed to enable fast registration by learning to estimate the spatial transformation parameters directly from the input images. Here we present a method for 3D fast pairwise registration of brain MR images. We model the deformation function with B-splines and learn the optimal control points using a U-Net like CNN architecture. An inverse-consistency loss has been used to enforce diffeomorphicity of the deformation. The proposed algorithm does not require supervised information such as segmented labels but some can be used to help the registration process. We also implemented several strategies to account for the multi-resolution nature of the problem. The method has been evaluated on MICCAI 2012 brain MRI datasets, and evaluated on both similarity and invertibility of the computed transformation.

Page generated in 0.3454 seconds