Search Results for author: Evangelos E. Papalexakis

Found 38 papers, 9 papers with code

GPT-generated Text Detection: Benchmark Dataset and Tensor-based Detection Method

1 code implementation12 Mar 2024 Zubair Qazi, William Shiao, Evangelos E. Papalexakis

As natural language models like ChatGPT become increasingly prevalent in applications and services, the need for robust and accurate methods to detect their output is of paramount importance.

Text Detection

Towards Aligned Canonical Correlation Analysis: Preliminary Formulation and Proof-of-Concept Results

no code implementations1 Dec 2023 Biqian Cheng, Evangelos E. Papalexakis, Jia Chen

Canonical Correlation Analysis (CCA) has been widely applied to jointly embed multiple views of data in a maximally correlated latent space.

CARL-G: Clustering-Accelerated Representation Learning on Graphs

no code implementations12 Jun 2023 William Shiao, Uday Singh Saini, Yozen Liu, Tong Zhao, Neil Shah, Evangelos E. Papalexakis

CARL-G is adaptable to different clustering methods and CVIs, and we show that with the right choice of clustering method and CVI, CARL-G outperforms node classification baselines on 4/5 datasets with up to a 79x training speedup compared to the best-performing baseline.

Clustering Contrastive Learning +4

Link Prediction with Non-Contrastive Learning

1 code implementation25 Nov 2022 William Shiao, Zhichun Guo, Tong Zhao, Evangelos E. Papalexakis, Yozen Liu, Neil Shah

In this work, we extensively evaluate the performance of existing non-contrastive methods for link prediction in both transductive and inductive settings.

Contrastive Learning Link Prediction +2

FRAPPE: $\underline{\text{F}}$ast $\underline{\text{Ra}}$nk $\underline{\text{App}}$roximation with $\underline{\text{E}}$xplainable Features for Tensors

1 code implementation19 Jun 2022 William Shiao, Evangelos E. Papalexakis

In this work, we propose FRAPPE and Self-FRAPPE: a cheaply supervised and a self-supervised method to estimate the canonical rank of a tensor without ever having to compute the CPD.

Deepfake Representation with Multilinear Regression

no code implementations15 Aug 2021 Sara Abdali, M. Alex O. Vasilescu, Evangelos E. Papalexakis

Generative neural network architectures such as GANs, may be used to generate synthetic instances to compensate for the lack of real data.

Face Swapping regression

Subspace Clustering Based Analysis of Neural Networks

1 code implementation2 Jul 2021 Uday Singh Saini, Pravallika Devineni, Evangelos E. Papalexakis

These experiments reveal that as we go deeper in a network, inputs tend to have an increasing affinity to other inputs of the same class.

Clustering Community Detection

Identifying Misinformation from Website Screenshots

no code implementations15 Feb 2021 Sara Abdali, Rutuja Gurav, Siddharth Menon, Daniel Fonseca, Negin Entezari, Neil Shah, Evangelos E. Papalexakis

To capture this overall look, we take screenshots of news articles served by either misinformative or trustworthy web domains and leverage a tensor decomposition based semi-supervised classification technique.

Image Classification Misinformation +2

KNH: Multi-View Modeling with K-Nearest Hyperplanes Graph for Misinformation Detection

no code implementations15 Feb 2021 Sara Abdali, Neil Shah, Evangelos E. Papalexakis

In this work, we introduce a novel generalization of graphs i. e., K-Nearest Hyperplanes graph (KNH) where the nodes are defined by higher order Euclidean subspaces for multi-view modeling of the nodes.

Misinformation

Analyzing Representations inside Convolutional Neural Networks

no code implementations23 Dec 2020 Uday Singh Saini, Evangelos E. Papalexakis

In this work, we propose a framework to categorize the concepts a network learns based on the way it clusters a set of input examples, clusters neurons based on the examples they activate for, and input features all in the same latent space.

TenFor: A Tensor-Based Tool to Extract Interesting Events from Security Forums

1 code implementation14 Nov 2020 Risul Islam, Md Omar Faruk Rokon, Evangelos E. Papalexakis, Michalis Faloutsos

Our approach and our platform constitute an important step towards detecting activities of interest from a forum in an unsupervised learning fashion in practice.

Clustering

Semi-Supervised Multi-aspect Detection of Misinformation using Hierarchical Joint Decomposition

1 code implementation8 May 2020 Sara Abdali, Neil Shah, Evangelos E. Papalexakis

Distinguishing between misinformation and real information is one of the most challenging problems in today's interconnected world.

Misinformation

Adaptive Granularity in Tensors: A Quest for Interpretable Structure

no code implementations19 Dec 2019 Ravdeep Pasricha, Ekta Gujral, Evangelos E. Papalexakis

Data collected at very frequent intervals is usually extremely sparse and has no structure that is exploitable by modern tensor decomposition algorithms.

Point Processes Tensor Decomposition

The core consistency of a compressed tensor

no code implementations18 Nov 2018 Georgios Tsitsikas, Evangelos E. Papalexakis

Among the most popular methods is a class of algorithms that leverages compression in order to reduce the size of the tensor and potentially parallelize computations.

Tensor Decomposition

Representation Learning by Reconstructing Neighborhoods

no code implementations5 Nov 2018 Chin-Chia Michael Yeh, Yan Zhu, Evangelos E. Papalexakis, Abdullah Mueen, Eamonn Keogh

Since its introduction, unsupervised representation learning has attracted a lot of attention from the research community, as it is demonstrated to be highly effective and easy-to-apply in tasks such as dimension reduction, clustering, visualization, information retrieval, and semi-supervised learning.

Clustering Dimensionality Reduction +4

Webly Supervised Joint Embedding for Cross-Modal Image-Text Retrieval

no code implementations23 Aug 2018 Niluthpol Chowdhury Mithun, Rameswar Panda, Evangelos E. Papalexakis, Amit K. Roy-Chowdhury

Inspired by the recent success of webly supervised learning in deep neural networks, we capitalize on readily-available web images with noisy annotations to learn robust image-text joint representation.

Cross-Modal Retrieval Retrieval +1

OCTen: Online Compression-based Tensor Decomposition

no code implementations3 Jul 2018 Ekta Gujral, Ravdeep Pasricha, Tianxiong Yang, Evangelos E. Papalexakis

Tensor decompositions are powerful tools for large data analytics as they jointly model multiple aspects of data into one framework and enable the discovery of the latent structures and higher-order correlations within the data.

Tensor Decomposition

A Constrained Coupled Matrix-Tensor Factorization for Learning Time-evolving and Emerging Topics

no code implementations30 Jun 2018 Sanaz Bahargam, Evangelos E. Papalexakis

In this paper, we propose a novel time-evolving topic discovery method which, in addition to the extracted topics, is able to identify the evolution of that topic over time, as well as the level of difficulty of that topic, as it is inferred by the level of expertise of its main contributors.

A Peek Into the Hidden Layers of a Convolutional Neural Network Through a Factorization Lens

no code implementations6 Jun 2018 Uday Singh Saini, Evangelos E. Papalexakis

Furthermore, can we characterize a given deep neural network based on it's observed behavior on different inputs?

RECS: Robust Graph Embedding Using Connection Subgraphs

no code implementations3 May 2018 Saba A. Al-Sayouri, Danai Koutra, Evangelos E. Papalexakis, Sarah S. Lam

Representation learning algorithms aim to preserve local and global network structure by identifying node neighborhood notions.

General Classification Graph Embedding +5

t-PINE: Tensor-based Predictable and Interpretable Node Embeddings

no code implementations3 May 2018 Saba A. Al-Sayouri, Ekta Gujral, Danai Koutra, Evangelos E. Papalexakis, Sarah S. Lam

Contrary to baseline methods, which generally learn explicit graph representations by solely using an adjacency matrix, t-PINE avails a multi-view information graph, the adjacency matrix represents the first view, and a nearest neighbor adjacency, computed over the node features, is the second view, in order to learn explicit and implicit node representations, using the Canonical Polyadic (a. k. a.

General Classification Link Prediction +3

Identifying and Alleviating Concept Drift in Streaming Tensor Decomposition

1 code implementation25 Apr 2018 Ravdeep Pasricha, Ekta Gujral, Evangelos E. Papalexakis

In this paper, we define "concept" and "concept drift" in the context of streaming tensor decomposition, as the manifestation of the variability of latent concepts throughout the stream.

Tensor Decomposition

Semi-supervised Content-based Detection of Misinformation via Tensor Embeddings

no code implementations24 Apr 2018 Gisel Bastidas Guacho, Sara Abdali, Neil Shah, Evangelos E. Papalexakis

Most existing works on this topic focus on manual feature extraction and supervised classification models leveraging a large number of labeled (fake or real) articles.

Misinformation Tensor Decomposition

RIPEx: Extracting malicious IP addresses from security forums using cross-forum learning

no code implementations13 Apr 2018 Joobin Gharibshah, Evangelos E. Papalexakis, Michalis Faloutsos

We propose RIPEx, a systematic approach to identify and label IP addresses in security forums by utilizing a cross-forum learning method.

Transfer Learning

COPA: Constrained PARAFAC2 for Sparse & Large Datasets

1 code implementation12 Mar 2018 Ardavan Afshar, Ioakeim Perros, Evangelos E. Papalexakis, Elizabeth Searles, Joyce Ho, Jimeng Sun

To tackle these challenges, we propose a {\it CO}nstrained {\it PA}RAFAC2 (COPA) method, which carefully incorporates optimization constraints such as temporal smoothness, sparsity, and non-negativity in the resulting factors.

Neighbor-encoder

no code implementations ICLR 2018 Chin-Chia Michael Yeh, Yan Zhu, Evangelos E. Papalexakis, Abdullah Mueen, Eamonn Keogh

By reformulating the representation learning problem as a neighbor reconstruction problem, domain knowledge can be easily incorporated with appropriate definition of similarity or distance between objects.

Representation Learning Time Series +1

The Exact Solution to Rank-1 L1-norm TUCKER2 Decomposition

1 code implementation31 Oct 2017 Panos P. Markopoulos, Dimitris G. Chachlakis, Evangelos E. Papalexakis

We study rank-1 {L1-norm-based TUCKER2} (L1-TUCKER2) decomposition of 3-way tensors, treated as a collection of $N$ $D \times M$ matrices that are to be jointly decomposed.

Combinatorial Optimization

Balancing Interpretability and Predictive Accuracy for Unsupervised Tensor Mining

no code implementations4 Sep 2017 Ishmam Zabir, Evangelos E. Papalexakis

Previously, we have proposed an automated tensor mining method which leverages a well-known quality heuristic from the field of Chemometrics, the Core Consistency Diagnostic (CORCONDIA), in order to automatically determine the rank for the PARAFAC decomposition.

Tensor Decomposition

SamBaTen: Sampling-based Batch Incremental Tensor Decomposition

no code implementations3 Sep 2017 Ekta Gujral, Ravdeep Pasricha, Evangelos E. Papalexakis

In this paper we introduce SaMbaTen, a Sampling-based Batch Incremental Tensor Decomposition algorithm, which incrementally maintains the decomposition given new updates to the tensor dataset.

Tensor Decomposition valid

SPARTan: Scalable PARAFAC2 for Large & Sparse Data

no code implementations13 Mar 2017 Ioakeim Perros, Evangelos E. Papalexakis, Fei Wang, Richard Vuduc, Elizabeth Searles, Michael Thompson, Jimeng Sun

For example, when modeling medical features across a set of patients, the number and duration of treatments may vary widely in time, meaning there is no meaningful way to align their clinical records across time points for analysis purposes.

Tensor Decomposition for Signal Processing and Machine Learning

no code implementations6 Jul 2016 Nicholas D. Sidiropoulos, Lieven De Lathauwer, Xiao Fu, Kejun Huang, Evangelos E. Papalexakis, Christos Faloutsos

Tensors or {\em multi-way arrays} are functions of three or more indices $(i, j, k,\cdots)$ -- similar to matrices (two-way arrays), which are functions of two indices $(r, c)$ for (row, column).

BIG-bench Machine Learning Collaborative Filtering +1

Automatic Unsupervised Tensor Mining with Quality Assessment

no code implementations11 Mar 2015 Evangelos E. Papalexakis

A popular tool for unsupervised modelling and mining multi-aspect data is tensor decomposition.

Tensor Decomposition

Cannot find the paper you are looking for? You can Submit a new open access paper.