paper-with-me

홈 › Papers

GAN-based Tabular Data Generator for Constructing Synopsis in Approximate Query Processing: Challenges and Solutions

2022-12-18 · Mohammadali Fallahian, Mohsen Dorodchi, Kyle Kreth

In data-driven systems, data exploration is imperative for making real-time decisions. However, big data is stored in massive databases that are difficult to retrieve. Approximate Query Processing (AQP) is a technique for providing approximate answers to aggregate queries based on a summary of the data (synopsis) that closely replicates the behavior of the actual data, which can be useful where an approximate answer to the queries would be acceptable in a fraction of the real execution time. This study explores the novel utilization of Generative Adversarial Networks (GANs) in the generation of tabular data that can be employed in AQP for synopsis construction. We thoroughly investigate the unique challenges posed by the synopsis construction process, including maintaining data distribution characteristics, handling bounded continuous and categorical data, and preserving semantic relationships and then introduce the advancement of tabular GAN architectures that overcome these challenges. Furthermore, we propose and validate a suite of statistical metrics tailored for assessing the reliability of the GAN-generated synopses. Our findings demonstrate that advanced GAN variations exhibit a promising capacity to generate high-fidelity synopses, potentially transforming the efficiency and effectiveness of AQP in data-driven systems.

📄 PDF Abstract BibTeX arXiv:2212.09015

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Making

Similar Papers 제목 키워드 기반

Video Synopsis Generation Using Spatio-Temporal Groups

2017-09-15 · A. Ahmed, D. P. Dogra, S. Kar, R. Patnaik 외

Millions of surveillance cameras operate at 24x7 generating huge amount of visual data for processing. However, retrieval of important activities from such a large data can be time consuming. Thus, researchers are workin…

ClusteringRetrievalVideo Synopsis

Conditional Gradients for the Approximately Vanishing Ideal

2022-02-07 · Elias Wirth, Sebastian Pokutta

The vanishing ideal of a set of points $X\subseteq \mathbb{R}^n$ is the set of polynomials that evaluate to $0$ over all points $\mathbf{x} \in X$ and admits an efficient representation by a finite set of polynomials cal…

Moving Object Based Collision-Free Video Synopsis

2023-09-17 · Anton Jeran Ratnarajah, Sahani Goonetilleke, Dumindu Tissera, Kapilan Balagopalan 외

Video synopsis, summarizing a video to generate a shorter video by exploiting the spatial and temporal redundancies, is important for surveillance and archiving. Existing trajectory-based video synopsis algorithms will n…

ObjectVideo Synopsis

A Low-Computational Video Synopsis Framework with a Standard Dataset

2024-09-08 · Ramtin Malekpour, M. Mehrdad Morsali, Hoda Mohammadzade

Video synopsis is an efficient method for condensing surveillance videos. This technique begins with the detection and tracking of objects, followed by the creation of object tubes. These tubes consist of sequences, each…

Objectobject-detectionObject DetectionObject Tracking+1

How Well Does Your Tabular Generator Learn the Structure of Tabular Data?

2025-03-12 · Xiangjian Jiang, Nikola Simidjievski, Mateja Jamnik

Heterogeneous tabular data poses unique challenges in generative modelling due to its fundamentally different underlying data structure compared to homogeneous modalities, such as images and text. Although previous resea…