An open API service indexing awesome lists of open source software.

https://github.com/sleepymalc/pseudo-non-linear

Official implementation of the paper "Pseudo-Non-Linear Data Augmentation via Energy Minimization"
https://github.com/sleepymalc/pseudo-non-linear

data-augmentation energy-model information-geometry

Last synced: about 2 months ago
JSON representation

Official implementation of the paper "Pseudo-Non-Linear Data Augmentation via Energy Minimization"

Awesome Lists containing this project

README

        

# Pseudo-Non-Linear Data Augmentation

This is the official implementation of [Pseudo-Non-Linear Data Augmentation via Energy Minimization](https://arxiv.org/abs/2410.00718).

![image](https://github.com/user-attachments/assets/49aea781-f462-4c4e-86bd-06b7cf0fb786)

## Setup Guide

In order to use this framework, you need to have a working installation of Python 3.11 or newer.

## Quick Start

## Citations

If you find this repository valuable, please give it a star! Got any questions or feedback? Feel free to open an issue. Using this in your work? Please reference us using the provided citation:

```bibtex
@misc{hu2024pseudononlinear,
author = {Pingbang Hu and Mahito Sugiyama},
title = {Pseudo-Non-Linear Data Augmentation via Energy Minimization},
archiveprefix = {arXiv},
eprint = {2410.00718},
primaryclass = {cs.LG},
url = {https://arxiv.org/abs/2410.00718},
year = {2024}
}
```