5 Repos
Techniques for generating new content by learning patterns from a single source example.
Distinguishing note: No candidates matched; this is a specific machine learning-adjacent synthesis technique.
Explore 5 awesome GitHub repositories matching artificial intelligence & ml · Example-Based Synthesis. Refine with filters or upvote what's useful.
WaveFunctionCollapse is a procedural generation engine that creates complex, non-repeating patterns by treating spatial arrangement as a constraint satisfaction problem. It functions as a stochastic solver that derives output structures from a single input example, ensuring that every element placed within a grid satisfies specific adjacency requirements relative to its neighbors. The system distinguishes itself by using an entropy-driven approach to grid collapse, where it iteratively selects the cell with the fewest remaining possibilities to trigger a cascade of logical updates. By decompo
Creates complex visual patterns by iteratively collapsing grids based on adjacency constraints from input examples.
Latent Diffusion is a framework for high-resolution image synthesis that performs the denoising process within a compressed latent space. It uses variational autoencoders to encode images into a lower-dimensional representation, reducing the computational cost of noise prediction compared to operating on raw pixels. The project enables text-to-image generation by integrating natural language descriptions through cross-attention conditioning. It also supports image inpainting and restoration, filling masked or missing image areas with generated content, and example-based synthesis using retrie
Implements example-based synthesis to create new visuals based on retrieved image patterns.
Oumi is a comprehensive large language model development platform designed for synthesizing data, fine-tuning models, and running performance evaluations. It serves as a unified environment for the entire model lifecycle, encompassing a training and fine-tuning suite, an evaluation framework, and tools for synthetic data generation and model distillation. The platform is distinguished by its iterative, failure-driven synthesis approach, which analyzes model weaknesses during evaluation to generate targeted training data. It utilizes an LLM-based judge framework to programmatically score respo
Produces targeted training examples based on identified model errors and evaluation failure modes.
Clarity-upscaler ist ein KI-Tool zur Bildskalierung und -verbesserung, das Deep-Learning-Modelle nutzt, um die Bildauflösung zu erhöhen und visuelle Details wiederherzustellen. Es fungiert als Inference-Engine für Super-Resolution, die neuronale Netze einsetzt, um fehlende Pixel vorherzusagen und hochfrequente Details aus niedrig aufgelösten Quellen zu synthetisieren. Das Projekt wird als programmierbare API bereitgestellt, die die Integration automatisierter, hochauflösender Bildverarbeitung und Schärfung in externe Anwendungen und Workflows ermöglicht. Diese Schnittstelle erlaubt das programmatische Hochskalieren von Bildern zur Erstellung hochauflösender Assets. Das System bietet Funktionen zur automatisierten Bildverbesserung, entfernt Rauschen und verbessert die Klarheit, um schärfere Versionen qualitativ minderwertiger Bilder zu erzeugen. Es bewältigt diese Aufgaben durch eine entkoppelte Client-Server-Architektur, die die rechenintensive Machine-Learning-Inferenz verwaltet.
Generates synthetic textures and edges based on learned patterns to increase perceived resolution in low-quality inputs.
Dieses Projekt ist ein standardisierter Satz von Abstraktions- und Reasoning-Problemen, die darauf ausgelegt sind, die Fähigkeit von KI-Modellen zum Erlernen neuer Regeln zu benchmarken. Es fungiert als Test für fluide Intelligenz und als Reasoning-Benchmark, der eine Sammlung von grid-basierten Puzzles und ein Programmsynthese-Dataset nutzt, um zu evaluieren, wie Agenten Algorithmen aus Beispielen generieren. Das Projekt konzentriert sich auf die Messung allgemeiner fluider Intelligenz und der Kapazität für Zero-Shot-Generalisierung, wobei getestet wird, ob ein System erlernte Logik auf ungesehene Probleme anwenden kann, ohne sich auf aufgabenspezifisches Training zu verlassen. Es bietet ein Framework für die Forschung zu abstraktem Reasoning, das speziell die Programmsynthese und die Fähigkeit von Modellen evaluiert, latente Muster für neuartige Grid-Transformationen zu entdecken. Das System integriert eine grid-basierte Domänenrepräsentation und einen kombinatorischen Suchraum geometrischer und topologischer Operationen. Es enthält eine Human-in-the-Loop-Schnittstelle, die die manuelle Konstruktion von Ausgabe-Grids ermöglicht, um Ground Truth für Validierung und Benchmarking zu definieren.
Derives general transformation rules by learning patterns from a small set of input-output examples.