scispace - formally typeset
Search or ask a question
Author

Colin Elkin

Other affiliations: University of Toledo
Bio: Colin Elkin is an academic researcher from Purdue University. The author has contributed to research in topics: Wireless sensor network & Workload. The author has an hindex of 4, co-authored 12 publications receiving 183 citations. Previous affiliations of Colin Elkin include University of Toledo.

Papers
More filters
Journal ArticleDOI
TL;DR: A narrative literature review examines the numerous developments and breakthroughs in the U-net architecture and provides observations on recent trends, and discusses the many innovations that have advanced in deep learning and how these tools facilitate U-nets.
Abstract: U-net is an image segmentation technique developed primarily for image segmentation tasks. These traits provide U-net with a high utility within the medical imaging community and have resulted in extensive adoption of U-net as the primary tool for segmentation tasks in medical imaging. The success of U-net is evident in its widespread use in nearly all major image modalities, from CT scans and MRI to X-rays and microscopy. Furthermore, while U-net is largely a segmentation tool, there have been instances of the use of U-net in other applications. Given that U-net’s potential is still increasing, this narrative literature review examines the numerous developments and breakthroughs in the U-net architecture and provides observations on recent trends. We also discuss the many innovations that have advanced in deep learning and discuss how these tools facilitate U-net. In addition, we review the different image modalities and application areas that have been enhanced by U-net.

425 citations

Journal ArticleDOI
TL;DR: The main goal in this paper is to present the state-of-the-art research results and approaches proposed for localization in WSNs by considering a wide variety of factors and categorizing them in terms of data processing, routing, algorithms, etc.

145 citations

Journal ArticleDOI
01 Jan 2017
TL;DR: A data fusion technique aimed at achieving highly accurate localization in a wireless sensor network with low computational cost is proposed by fusing multiple types of sensor measurement data including received signal strength and angle of arrival.
Abstract: This paper proposes a data fusion technique aimed at achieving highly accurate localization in a wireless sensor network with low computational cost. This is accomplished by fusing multiple types of sensor measurement data including received signal strength and angle of arrival. The proposed method incorporates a powerful data fusion technique, one that has never before been used in low cost localization of a stationary node, known as Dempster-Shafer Evidence Theory. Many useful functions of this theory, including sampling, aggregation, and plausibility, are integrated into the localization method. From there, the algorithm determines whether a set of given measurements belong to a particular county. Motivated by the flexible nature of Dempster-Shafer Theory, a multitude of network setups and combinations of available measurement features are tested to verify the performance of the proposed method. Performance of the proposed approach is evaluated using numerical results obtained from extensive simulations. When compared with the results of existing approaches in similarly constructed scenarios, the proposed localization technique achieves up to 98% accuracy in less than a tenth of the run-time required under presently established algorithms.

27 citations

Journal ArticleDOI
TL;DR: In this article, the authors present a review of the use of deep learning for medical hyperspectral imaging analysis and discuss the current and future challenges pertaining to this discipline and the possible efforts to overcome such trials.
Abstract: Deep learning algorithms have seen acute growth of interest in their applications throughout several fields of interest in the last decade, with medical hyperspectral imaging being a particularly promising domain. So far, to the best of our knowledge, there is no review paper that discusses the implementation of deep learning for medical hyperspectral imaging, which is what this work aims to accomplish by examining publications that currently utilize deep learning to perform effective analysis of medical hyperspectral imagery. This paper discusses deep learning concepts that are relevant and applicable to medical hyperspectral imaging analysis, several of which have been implemented since the boom in deep learning. This will comprise of reviewing the use of deep learning for classification, segmentation, and detection in order to investigate the analysis of medical hyperspectral imaging. Lastly, we discuss the current and future challenges pertaining to this discipline and the possible efforts to overcome such trials.

23 citations

Proceedings ArticleDOI
01 Dec 2018
TL;DR: This paper proposes a system to predict skill level and workload for aircraft pilots using machine learning algorithms, which uses the pilot's heart rate variability and flight control data, including pilot inputs such as throttle and aileron, and flight sensor data such as latitude and longitude.
Abstract: An emerging topic in human-computer interaction research involves optimal collaboration between humans and machines to achieve a particular goal. One approach to such a goal involves sliding-scale autonomy, in which a machine dynamically adjusts between different levels of autonomy based on a variety of measurements. In this paper, we propose a system to predict skill level and workload for aircraft pilots using machine learning algorithms. Our proposed system uses the pilot's heart rate variability and flight control data, including pilot inputs such as throttle and aileron, and flight sensor data such as latitude and longitude. We conduct a user study on 15 pilots, each flying the same 5 pre-defined routes on a flight simulator. Our results indicate that the flight control data alone are sufficient to provide a near-perfect classification of a pilot's skill level into expert or novice. On the other hand, predicting mental workload is much more difficult, and a combination of flight control and heart rate data is required to obtain an accurate estimate of mental workload. Our findings provide the first step towards a sliding-scale autonomous system for aviation.

9 citations


Cited by
More filters
Journal ArticleDOI
TL;DR: Machine learning addresses many of the same research questions as the fields of statistics, data mining, and psychology, but with differences of emphasis.
Abstract: Machine Learning is the study of methods for programming computers to learn. Computers are applied to a wide range of tasks, and for most of these it is relatively easy for programmers to design and implement the necessary software. However, there are many tasks for which this is difficult or impossible. These can be divided into four general categories. First, there are problems for which there exist no human experts. For example, in modern automated manufacturing facilities, there is a need to predict machine failures before they occur by analyzing sensor readings. Because the machines are new, there are no human experts who can be interviewed by a programmer to provide the knowledge necessary to build a computer system. A machine learning system can study recorded data and subsequent machine failures and learn prediction rules. Second, there are problems where human experts exist, but where they are unable to explain their expertise. This is the case in many perceptual tasks, such as speech recognition, hand-writing recognition, and natural language understanding. Virtually all humans exhibit expert-level abilities on these tasks, but none of them can describe the detailed steps that they follow as they perform them. Fortunately, humans can provide machines with examples of the inputs and correct outputs for these tasks, so machine learning algorithms can learn to map the inputs to the outputs. Third, there are problems where phenomena are changing rapidly. In finance, for example, people would like to predict the future behavior of the stock market, of consumer purchases, or of exchange rates. These behaviors change frequently, so that even if a programmer could construct a good predictive computer program, it would need to be rewritten frequently. A learning program can relieve the programmer of this burden by constantly modifying and tuning a set of learned prediction rules. Fourth, there are applications that need to be customized for each computer user separately. Consider, for example, a program to filter unwanted electronic mail messages. Different users will need different filters. It is unreasonable to expect each user to program his or her own rules, and it is infeasible to provide every user with a software engineer to keep the rules up-to-date. A machine learning system can learn which mail messages the user rejects and maintain the filtering rules automatically. Machine learning addresses many of the same research questions as the fields of statistics, data mining, and psychology, but with differences of emphasis. Statistics focuses on understanding the phenomena that have generated the data, often with the goal of testing different hypotheses about those phenomena. Data mining seeks to find patterns in the data that are understandable by people. Psychological studies of human learning aspire to understand the mechanisms underlying the various learning behaviors exhibited by people (concept learning, skill acquisition, strategy change, etc.).

13,246 citations

Christopher M. Bishop1
01 Jan 2006
TL;DR: Probability distributions of linear models for regression and classification are given in this article, along with a discussion of combining models and combining models in the context of machine learning and classification.
Abstract: Probability Distributions.- Linear Models for Regression.- Linear Models for Classification.- Neural Networks.- Kernel Methods.- Sparse Kernel Machines.- Graphical Models.- Mixture Models and EM.- Approximate Inference.- Sampling Methods.- Continuous Latent Variables.- Sequential Data.- Combining Models.

10,141 citations

Journal ArticleDOI
TL;DR: This paper surveys different measurement techniques and strategies for range based and range free localization with an emphasis on the latter and discusses different localization-based applications, where the estimation of the location information is crucial.
Abstract: Localization is an important aspect in the field of wireless sensor networks (WSNs) that has developed significant research interest among academia and research community. Wireless sensor network is formed by a large number of tiny, low energy, limited processing capability and low-cost sensors that communicate with each other in ad-hoc fashion. The task of determining physical coordinates of sensor nodes in WSNs is known as localization or positioning and is a key factor in today’s communication systems to estimate the place of origin of events. As the requirement of the positioning accuracy for different applications varies, different localization methods are used in different applications and there are several challenges in some special scenarios such as forest fire detection. In this paper, we survey different measurement techniques and strategies for range based and range free localization with an emphasis on the latter. Further, we discuss different localization-based applications, where the estimation of the location information is crucial. Finally, a comprehensive discussion of the challenges such as accuracy, cost, complexity, and scalability are given.

166 citations

Journal ArticleDOI
17 Oct 2019-Sensors
TL;DR: This paper provides an introduction to IPS and the different technologies, techniques, and some methods commonly employed and serves as a guide for the reader to easily find further details on each technology used in IPS.
Abstract: An accurate and reliable Indoor Positioning System (IPS) applicable to most indoor scenarios has been sought for many years. The number of technologies, techniques, and approaches in general used in IPS proposals is remarkable. Such diversity, coupled with the lack of strict and verifiable evaluations, leads to difficulties for appreciating the true value of most proposals. This paper provides a meta-review that performed a comprehensive compilation of 62 survey papers in the area of indoor positioning. The paper provides the reader with an introduction to IPS and the different technologies, techniques, and some methods commonly employed. The introduction is supported by consensus found in the selected surveys and referenced using them. Thus, the meta-review allows the reader to inspect the IPS current state at a glance and serve as a guide for the reader to easily find further details on each technology used in IPS. The analyses of the meta-review contributed with insights on the abundance and academic significance of published IPS proposals using the criterion of the number of citations. Moreover, 75 works are identified as relevant works in the research topic from a selection of about 4000 works cited in the analyzed surveys.

163 citations