paper-with-me

홈 › Papers

Synthetic sampling from small datasets: A modified mega-trend diffusion approach using k-nearest neighbors

2021-11-14 · Knowledge-Based Systems 2021 11 · Jayanth Sivakumar, Karthik Ramamurthy, Menaka Radhakrishnan, Daehan Won

Data generation techniques are one of the emerging trends in machine learning in the last decade. Despite huge data availability, small datasets are still an issue to tackle for decision-making purposes. Synthetic data generation is a promising alternative for the small dataset problem. In addition, previous methodologies address the data generation for only one of the tasks: supervised or unsupervised. A modified Mega-Trend Diffusion (MTD) approach, k-Nearest Neighbor Mega-Trend Diffusion (kNNMTD), is proposed in this research to address these challenges. The method identifies the closest subsamples using the k-Nearest Neighbors (kNN) algorithm and applies MTD to the subsample neighbors to estimate the domain ranges. The proposed methodology provides the functionality to generate data for any data-driven tasks. kNNMTD is compared with baseline MTD, CTGAN, and synthetic minority oversampling technique (SMOTE) for classification tasks as well as against SMOTE for regression (SmoteR) for regression tasks. The proposed method is validated using some of the benchmark datasets as well as the simulated datasets along with a case study. Pairwise correlation difference (PCD) is used to compare the similarity between real and synthetic datasets. kNNMTD outperforms baseline MTD and CTGAN on all the datasets and shows the statistical significance of the proposed methodology. Some of the benchmark datasets show low average PCD values as well as the statistical differences against SMOTE and SmoteR using kNNMTD. In the case study, kNNMTD generates data with the lowest PCD values compared to the other methods for both classification (1.2077) and ordinal regression (1.6017) tasks.

📄 PDF Abstract BibTeX

Code (1)

jsivaku1/kNNMTD

Tasks

Decision MakingregressionSynthetic Data Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
SMOTE Perhaps the most widely used approach to synthesizing new examples is called the Synthetic Minority Oversampling Technique, or SMOTE for short. This technique was described by…

Similar Papers 제목 키워드 기반

Confident Pseudo-labeled Diffusion Augmentation for Canine Cardiomegaly Detection

2025-01-13 · Shiman Zhang, Lakshmikar Reddy Polamreddy, Youshan Zhang

Canine cardiomegaly, marked by an enlarged heart, poses serious health risks if undetected, requiring accurate diagnostic methods. Current detection models often rely on small, poorly annotated datasets and struggle to g…

Diagnostic

MegaChat: A Synthetic Persian Q&A Dataset for High-Quality Sales Chatbot Evaluation

2025-11-28 · Mahdi Rahmani, AmirHossein Saffari, Reyhane Rahmani arxiv

Small and medium-sized enterprises (SMEs) in Iran increasingly leverage Telegram for sales, where real-time engagement is essential for conversion. However, developing AI-driven chatbots for this purpose requires large, …

Question GenerationAnswer Generation

Pathological MRI Segmentation by Synthetic Pathological Data Generation in Fetuses and Neonates

2025-01-31 · Misha P. T Kaandorp, Damola Agbelese, Hosna Asma-ull, Hyun-Gi Kim 외

Developing new methods for the automated analysis of clinical fetal and neonatal MRI data is limited by the scarcity of annotated pathological datasets and privacy concerns that often restrict data sharing, hindering the…

Data AugmentationDiagnosticMRI segmentationSegmentation

MegaDepth: Learning Single-View Depth Prediction from Internet Photos

2018-04-02 · CVPR 2018 6 · Zhengqi Li, Noah Snavely

Single-view depth prediction is a fundamental problem in computer vision. Recently, deep learning methods have led to significant progress, but such methods are limited by the available training data. Current datasets ba…

Depth EstimationDepth PredictionPredictionSemantic Segmentation

Matrix Completion from Non-Uniformly Sampled Entries

2018-06-27 · Yuanyu Wan, Jin-Feng Yi, Lijun Zhang

In this paper, we consider matrix completion from non-uniformly sampled entries including fully observed and partially observed columns. Specifically, we assume that a small number of columns are randomly selected and fu…

Matrix Completion