paper-with-me

홈 › Papers

All You Need Is Synthetic Task Augmentation

2025-05-15 · Guillaume Godin

Injecting rule-based models like Random Forests into differentiable neural network frameworks remains an open challenge in machine learning. Recent advancements have demonstrated that pretrained models can generate efficient molecular embeddings. However, these approaches often require extensive pretraining and additional techniques, such as incorporating posterior probabilities, to boost performance. In our study, we propose a novel strategy that jointly trains a single Graph Transformer neural network on both sparse multitask molecular property experimental targets and synthetic targets derived from XGBoost models trained on Osmordred molecular descriptors. These synthetic tasks serve as independent auxiliary tasks. Our results show consistent and significant performance improvement across all 19 molecular property prediction tasks. For 16 out of 19 targets, the multitask Graph Transformer outperforms the XGBoost single-task learner. This demonstrates that synthetic task augmentation is an effective method for enhancing neural model performance in multitask molecular property prediction without the need for feature injection or pretraining.

📄 PDF Abstract BibTeX arXiv:2505.10120

Code (0)

등록된 구현이 없습니다.

Tasks

AllMolecular Property PredictionProperty Prediction

Methods 이 논문이 사용한 방법론

Attention 설명 없음
LapEigen 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Laplacian PE Laplacian eigenvectors represent a natural generalization of the…
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Graph Transformer 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Exploring the Equivalence of Closed-Set Generative and Real Data Augmentation in Image Classification

2025-08-13 · Haowen Wang, Guowei Zhang, Xiang Zhang, Zeyuan Chen 외 arxiv

In this paper, we address a key scientific problem in machine learning: Given a training set for an image classification task, can we train a generative model on this dataset to enhance the classification performance? (i…

Image ClassificationData Augmentation

Online Data Augmentation for Forecasting with Deep Learning

2024-04-25 · Vitor Cerqueira, Moisés Santos, Luis Roque, Yassine Baghoussi 외

Deep learning approaches are increasingly used to tackle forecasting tasks involving datasets with multiple univariate time series. A key factor in the successful application of these methods is a large enough training s…

Data AugmentationDeep LearningSynthetic Data GenerationTime Series

The Coverage Illusion: From Pre-retrieval Routing Failure to Post-retrieval Cascades in a Production RAG System

2026-05-26 · Zafar Hussain, Kristoffer Nielbo arxiv

In modern RAG pipelines, query augmentation methods such as HyDE and query expansion are applied to every query, resulting in substantial LLM inference costs and increased end-to-end latency. The empirical justification …

MixDiff: Mixing Natural and Synthetic Images for Robust Self-Supervised Representations

2024-06-18 · Reza Akbarian Bafghi, Nidhin Harilal, Claire Monteleoni, Maziar Raissi

This paper introduces MixDiff, a new self-supervised learning (SSL) pre-training framework that combines real and synthetic images. Unlike traditional SSL methods that predominantly use real images, MixDiff uses a varian…

Image ClassificationSelf-Supervised Learning

UtilGen: Utility-Centric Generative Data Augmentation with Dual-Level Task Adaptation

2025-10-28 · Jiyu Guo, Shuo Yang, Yiming Huang, Yancheng Long 외 arxiv

Data augmentation using generative models has emerged as a powerful paradigm for enhancing performance in computer vision tasks. However, most existing augmentation approaches primarily focus on optimizing intrinsic data…

Data Augmentation