Quantcast

New Algorithm Could Reduce Complexity Of Big Data

Whenever a scientific experiment is conducted, the results are turned into numbers, often producing huge datasets. In order to reduce the size of the data, computer programmers use algorithms that can find and extract the principal features that represent the most salient statistical properties. But many such algorithms cannot be applied directly to these large volumes of data.

Reza Oftadeh, doctoral student in the Department of Computer Science and Engineering at Texas A&M University, advised by Dylan Shell, faculty in the department, developed an algorithm applicable to large datasets that can directly order features from most salient to least.

“There are many ad hoc ways to extract these features using machine learning algorithms, but we now have a fully rigorous theoretical proof that our model can find and extract these prominent features from the data simultaneously, doing so in one pass of the algorithm,” Oftadeh said.

Their paper describing the research was published in the proceedings from the 2020 International Conference on Machine Learning.

A subfield of machine learning deals with component analysis, the problem of identifying and extracting a raw dataset’s features to help reduce its dimensionality. Once identified, the features are used to make annotated samples of the data for further analysis or other machine learning tasks such as classification, clustering, visualization and modeling based on those features.

The work to find or develop these types of algorithms has been going on for the past century, but what sets this era apart from the others is the existence of big data, which can contain many millions of sample points with tens of thousands of attributes. Analyzing these massive datasets is a complicated, time-consuming process for human programmers, so artificial neural networks (ANNs) have come to the forefront in recent years.

As one of the main tools of machine learning, ANNs are computational models that are designed to simulate how the human brain analyzes and processes information. They are typically made of dozens to millions of artificial neurons, called units, arranged in a series of layers that it uses to make sense of the information it’s given. ANNs can be used in various ways, but they are most commonly used to identify the unique features that best represent the data and classify them into different categories based on that information.

“There are many ANNs that work very well, and we use them every day on our phones and computers,” Oftadeh said. “For example, applications like Alexa, Siri and Google Translate utilize ANNs that are trained to recognize what different speech patterns, accents and voices are saying.”

But not all features are equally significant, and they can be placed in order from most to least important. Previous approaches use a specific type of ANN called an autoencoder to extract them, but they cannot tell exactly where the features are located or which are more important than the others.

“For example, if you have hundreds of thousands of dimensions and want to find only 1,000 of the most prominent and order those 1,000, it is theoretically possible to do but not feasible in practice because the model would have to be run repeatedly on the dataset 1,000 times,” Oftadeh said.

To make a more intelligent algorithm, the researchers propose adding a new cost function to the network that provides the exact location of the features directly ordered by their relative importance. Once incorporated, their method results in a more efficient processing that can be fed bigger datasets to perform classic data analysis.

Currently, the algorithm can only be applied to one-dimensional data samples, but the team is interested in extending their algorithm’s abilities to handle even more complex structured data.

The next step of their work is to generalize their method in a way that provides a unified framework to produce other machine learning methods that can find the underlying structure of a dataset and/or extract its features by setting a small number of specifications.

Other contributors to this research include Jiayi Shen, doctoral student in the computer science and engineering department, and Zhangyang “Atlas” Wang, assistant professor in the electrical and computer engineering department at The University of Texas at Austin. Also instrumental in identifying the research problem, and guiding Oftadeh, was Boris Hanin, assistant professor in the department of mathematics at Princeton University.

This research was funded by the National Science Foundation and U.S. Army Research Office Young Investigator Award.




The material in this press release comes from the originating research organization. Content may be edited for style and length. Want more? Sign up for our daily email.