John A. Miller 0001

dblp:m/JohnAMiller · DBLP profile ↗
← Back
17ranked-venue papers in the field
2as first author
1since 2021 · last 2024
0009-0003-8145-1849ORCID · verified

Domains — venue-derived; a paper can count in several

Big Data, Cloud & Distributed Data Systems · 8Knowledge Engineering, Semantic Web & Information Systems · 4 (1 first)Database Systems & Data Management · 2Business Process & Enterprise Data · 2 (1 first)Data Mining & Knowledge Discovery · 1
YearPublicationVenuePosition
2024 LLM4cast: Repurposed LLM for Viral Disease Forecasting
abstract
Viral diseases have had a significant impact on millions of people worldwide. Utilizing time series forecasting methods allows for the estimation of cases, facilitating the control of disease spread and the allocation of necessary resources in medical facilities. Traditional estimation methods use model per dataset methodology where a model is trained only on a single dataset for a disease. However, foundation models including large language models have shown improved results by training on multiple datasets before being applied to a target dataset. Following this strategy, we aim to train a time series model using multiple datasets from diverse domains and viral diseases. We utilize a pretrained large language model and adapt it for estimating Influenza-Like Illness. We propose a novel network architecture called LLM4cast that encodes the input patches through a bidirectional encoder for rich embedding extraction and passes the encoded patches to a pretrained TinyLlama for fine-tuning. The output from TinyLlama is then flattened and projected to estimate the probable cases. The framework is trained in two stages. In the first stage, we train using time series data from diverse domains with 2.56M timesteps. The second stage involves training using domain specific time series data about viral diseases. The trained network is used in the evaluation of disease cases. The results demonstrate significant improvement in the accuracy of forecasts for foundation models compared to state-of-the-art models trained from scratch.
Farah Saeed, Mohammed Aldosari, Ismailcem Budak Arpinar, John A. Miller 0001
IEEE Big Data4
2020 Gaussian Function On Response Surface Estimation
abstract
We propose a new framework for 2-D interpreting (features and samples) black-box machine learning models via a metamodeling technique, by which we study the output and input relationships of the underlying machine learning model. The metamodel can be estimated from data generated via a trained complex model by running the computer experiment on samples of data in the region of interest. We utilize a Gaussian process as a surrogate to capture the response surface of a complex model, in which we incorporate two parts in the process: interpolated values that are modeled by a stationary Gaussian process Z governed by a prior covariance function, and a mean function μ that captures the known trends in the underlying model. The optimization procedure for the variable importance parameter θ is to maximize the likelihood function. This θ corresponds to the correlation of individual variables with the target response. There is no need for any pre-assumed models since it depends on empirical observations. Experiments demonstrate the potential of the interpretable model through quantitative assessment of the predicted samples.
Mohammadhossein Toutiaee, John A. Miller 0001
IEEE BigData2
2019 Knowledge and Situation-Aware Vehicle Traffic Forecasting
abstract
The deep learning revolution, driven especially by incredible achievements in image recognition technology, encourages a predominately data-driven approach to machine learning and data science techniques. However, the emphasis on statistical inference from big data sources alone has diminished the role of existing knowledge and well-established theory. For example, vehicle traffic patterns are highly regular on a weekly period but can deviate unexpectedly in certain situations such as inclement weather, accidents, road work, etc. A purely datadriven approach would simply ask the model to handle all the different situations, while knowledge and situation-aware systems will take advantage of existing knowledge to help guide the machine learning process. This work aims to illustrate how knowledge and situational awareness can help data scientists to build more effective models in the field of vehicle traffic forecasting. The special circumstances considered here include holidays, special weather conditions, accidents, and location awareness that facilitates transfer learning. In addition, we present a novel modeling technique, Quadratic Extreme Learning Machine, that generally improves upon the standard Extreme Learning Machine model while remaining relatively efficient. The Quadratic Extreme Learning Machine can be potentially used as an alternative to Neural Networks, which generally entails higher computational costs.
Hao Peng 0007, Nicholas Klepp, Mohammadhossein Toutiaee, Ismailcem Budak Arpinar, John A. Miller 0001
IEEE BigData5
2019 Breast Cancer Classification using Deep Transfer Learning on Structured Healthcare Data
abstract
Efforts to improve early identification of aggressive high grade breast cancers, which pose the greatest risk to patient health if not detected early, are hindered by the rarity of these events. To address this problem, we proposed an accurate and efficient deep transfer learning method to handle the imbalanced data problem that is prominent in breast cancer data. In contrast to existing approaches based primarily on large image databases, we focused on structured data, which has not been commonly used for deep transfer learning. We used a number of publicly available breast cancer data sets to generate a "pre-trained" model and transfer learned concepts to predict high grade malignant tumors in patients diagnosed with breast cancer at Mayo Clinic. We compared our results with state-of-the-art techniques for addressing the problem of imbalanced learning and confirmed the superiority of the proposed method. To further demonstrate the ability of the proposed method to handle different degrees of class imbalance, a series of experiments were performed on publicly available breast cancer data under simulated class imbalanced settings. Based on the experimental results, we concluded that the proposed deep transfer learning on structured data can be used as an efficient method to handle imbalanced class problems in clinical research.
Akram Farhadi, David Chen 0003, Rozalina G. McCoy, Christopher Scott, John A. Miller 0001, Celine M. Vachon, Che Ngufor
DSAA5
2018 Mining massive hierarchical data using a scalable probabilistic graphical model
Khalifeh AlJadda, Mohammed Korayem, Camilo Ortiz, Trey Grainger, John A. Miller 0001, Khaled Rasheed, Krys J. Kochut, Hao Peng 0007, William S. York, René Ranzinger, Melody P. Porterfield
Inf. Sci.5
2017 Using meta-learning for model type selection in predictive big data analytics
abstract
One of the biggest challenges for today's data scientists is to be able to make an informed decision among an exhaustive number of different modeling techniques. As no single algorithm can perform optimally in all cases, the context for the modeling task including the dataset characteristics plays an unsurprisingly important role in deciding which modeling algorithm to choose. In our previous work, we have presented an ontology-based automated model-selection system extending the Scala-based SCALATION data framework. In this study, we present a meta-learning based model-selection system and provide an evaluation of the system.
Mustafa V. Nural, Hao Peng 0007, John A. Miller 0001
IEEE BigData3
2016 A big data platform integrating compressed linear algebra with columnar databases
abstract
Key foundational components of Big Data frameworks include efficient large-scale storage and high-performance linear algebra. This paper discusses efficient implementations that utilize compression techniques inspired by columnar relational databases for improving space and time profiles for vector and matrix operations. In addition, linear algebra operations are integrated with columnar relational algebra operations both in dense and compressed forms. For several of the operations substantial speedups are obtained by operating directly on the compressed relations, vectors and matrices. Advantages of mixing and matching relational and linear algebra operations are also pointed out. Both serial and parallel implementations are provided in the ScalaTion Big Data Analytics Framework.
Vishnu Gowda Harish, Vinay Kumar Bingi, John A. Miller 0001
IEEE BigData3
2014 PGMHD: A scalable probabilistic graphical model for massive hierarchical data problems
abstract
In the big data era, scalability has become a crucial requirement for any useful computational model. Probabilistic graphical models are very useful for mining and discovering data insights, but they are not scalable enough to be suitable for big data problems. Bayesian Networks particularly demonstrate this limitation when their data is represented using few random variables with a massive set of outcome values for each of them. With hierarchical data - data that is arranged in a treelike structure with several levels - one would expect to see hundreds of thousands or millions of values distributed over even just a small number of levels. When modeling this kind of hierarchical data across large data sets, Bayesian networks become unsuitable for representing the probability distributions for the following reasons: i) each level represents a single random variable with hundreds of thousands of values, ii) the number of levels is usually small, so there are also few random variables, and iii) the structure of the network is predefined since the dependency is modeled top-down from each parent to each of its child nodes. In this paper we propose a scalable probabilistic graphical model to overcome these limitations for massive hierarchical data. We believe the proposed model will lead to an easily-scalable, more readable, and expressive implementation for problems that require probabilistic-based solutions for massive amounts of hierarchical data. We successfully applied this model to solve two different challenging probabilistic-based problems on massive hierarchical data sets for different domains, namely, bioinformatics and latent semantic discovery over search logs.
Khalifeh AlJadda, Mohammed Korayem, Camilo Ortiz, Trey Grainger, John A. Miller 0001, William S. York
IEEE BigData5
2014 Effective caching techniques for accelerating pattern matching queries
abstract
Using caching techniques to improve response time of queries is a proven approach in many contexts. However, it is not well explored for subgraph pattern matching queries, mainly because of subtleties enforced by traditional pattern matching models. Indeed, efficient caching can greatly impact the query answering performance for massive graphs in any query engine whether it is centralized or distributed. This paper investigates the capabilities of the newly introduced pattern matching models in graph simulation family for this purpose. We propose a novel caching technique, and show how the results of a query can be used to answer the new similar queries according to the similarity measure that is introduced. Using large real-world graphs, we experimentally verify the efficiency of the proposed technique in answering subgraph pattern matching queries.
Arash Fard, Satya Manda, Lakshmish Ramaswamy, John A. Miller 0001
IEEE BigData4
2013 A distributed vertex-centric approach for pattern matching in massive graphs
abstract
Graph pattern matching is fundamentally important to many applications such as analyzing hyper-links in the World Wide Web, mining associations in online social networks, and substructure search in biochemistry. Most existing graph pattern matching algorithms are highly computation intensive, and do not scale to extremely large graphs that characterize many emerging applications. In recent years, graph processing frameworks such as Pregel have sought to harness shared nothing clusters for processing massive graphs through a vertex-centric, Bulk Synchronous Parallel (BSP) programming model. However, developing scalable and efficient BSP-based algorithms for pattern matching is very challenging because this problem does not naturally align with a vertex-centric programming paradigm. This paper presents novel distributed algorithms based on the vertex-centric programming paradigm for a set of pattern matching models, namely, graph simulation, dual simulation and strong simulation. Our algorithms are fine-tuned to consider the challenges of pattern matching on massive data graphs. Furthermore, we introduce a new pattern matching model, called strict simulation, which outperforms strong simulation in terms of scalability while preserving its important properties. We investigate potential performance bottlenecks and propose several techniques to mitigate them. This paper also presents an extensive set of experiments involving massive graphs (millions of vertices and billions of edges) to study the effects of various parameters on the scalability and performance of the proposed algorithms. The results demonstrate that our techniques are highly effective in alleviating performance bottlenecks and yield significant scalability benefits.
Arash Fard, M. Usman Nisar, Lakshmish Ramaswamy, John A. Miller 0001, Matthew Saltz
IEEE BigData4
2004 Quality of service for workflows and web service processes
Jorge Cardoso 0001, Amit P. Sheth, John A. Miller 0001, Jonathan P. Arnold, Krys J. Kochut
J. Web Semant.3
2003 IntelliGEN: A Distributed Workflow System for Discovering Protein-Protein Interactions
Krys J. Kochut, Jonathan P. Arnold, Amit P. Sheth, John A. Miller 0001, Eileen T. Kraemer, Ismailcem Budak Arpinar, Jorge Cardoso 0001
Distributed Parallel Databases4
2002 Authorization and Access Control of Application Data in Workflow Systems
Shengli Wu 0001, Amit P. Sheth, John A. Miller 0001, Zongwei Luo
J. Intell. Inf. Syst.3
1999 A Multilevel Secure Workflow Management System
Myong H. Kang, Judith N. Froscher, Amit P. Sheth, Krys J. Kochut, John A. Miller 0001
CAiSE5
1998 WebWork: METEOR2's Web-Based Workflow Management System
John A. Miller 0001, Devanand Palaniswami, Amit P. Sheth, Krys J. Kochut
J. Intell. Inf. Syst.1
1997 Perspectives in Modeling: Simulation, Database, and Workflow
John A. Miller 0001, Amit P. Sheth, Krys J. Kochut
Conceptual Modeling1
1996 Supporting State-Wide Immunisation Tracking Using Multi-Paradigm Workflow Technology
Amit P. Sheth, Krys J. Kochut, John A. Miller 0001, Devashish Worah, Chenye Lin, Devanand Palaniswami, John Lynch, Ivan Shevchenko
VLDB3