Yep, however rather than using one large autoregressive model over the entire image, the fractal generative model takes a divide-and-conquer approach. In other words, the model recursively divides the image into patches, and embeds them to form the input
sequence for a
@askalphaxiv
-
Fractal Generative Model Uses Divide-and-Conquer Approach
By
–
-

Fractal Generative Models: Recursive Architecture for Image Generation
By
–
What if generative models could build themselves recursively like fractals? Presenting Fractal Generative Models High quality pixel-by-pixel image generation Efficient modeling of high-dimensional data
Scalable fractal-like architecture Check out the images below -

VideoJAM: Joint Appearance-Motion Representations for Video Generation
By
–
JAM: Joint Appearance-Motion Representations for Enhanced Motion Generation in Models VideoJAM introduces a framework that improves motion coherence in video generation by learning a joint appearance-motion representation. This framework uses a modified training
-

Radiant Foam: Real-Time Differentiable Ray Tracing Technique
By
–
Radiant Foam: Real-Time Differentiable Ray Tracing Radiant Foam introduces a real-time differentiable ray tracing technique using a volumetric mesh to model light transport, offering speed and quality similar to 3D Gaussian Splatting (3DGS) without requiring special hardware.
-

Flow Q-Learning: Offline RL with Flow-Matching Policies
By
–
Flow Q-Learning Flow Q-Learning (FQL) is an offline reinforcement learning (RL) method that uses flow-matching policies to model complex action distributions. It avoids the challenges of iterative action generation by training an expressive one-step policy with RL, which
-

LIMO: Mathematical Reasoning Emerges From Few Examples
By
–
LIMO: Less is More for Reasoning LIMO challenges the belief that complex reasoning requires vast datasets, showing that mathematical reasoning abilities can emerge with just a few examples. It achieves high accuracy on benchmarks with only 817 training samples. Problem:
-

Long Chain-of-Thought Reasoning Emergence in LLMs
By
–
Demystifying Long Chain-of-Thought Reasoning in LLMs This paper investigates the emergence of long chain-of-thought (CoT) reasoning in LLMs, focusing on factors that enable structured reasoning strategies like backtracking and error correction. It analyzes the role of supervised
-

Inference-Time Compute Improves Adversarial Robustness
By
–
Trading Inference-Time Compute for Adversarial Robustness This paper explores how increasing inference-time compute improves the adversarial robustness of reasoning models (OpenAI o1-preview and o1-mini) without adversarial training. Problem: Adversarial attacks remain a major
-

DeepRAG: Adaptive Retrieval for Large Language Models
By
–
DeepRAG: Thinking to Retrieval Step by Step for Large Language Models DeepRAG enhances retrieval-augmented generation (RAG) by modeling reasoning as a Markov Decision Process (MDP), enabling adaptive retrieval and improving answer accuracy. Problem: LLMs struggle with factual
-

AlphaGeometry2 Surpasses IMO Gold Medalists in Geometry
By
–
Gold-medalist Performance in Solving Olympiad Geometry with AlphaGeometry2 AlphaGeometry2 (AG2) surpasses IMO gold medalists in solving Olympiad geometry problems by expanding its problem domain, enhancing symbolic reasoning, and integrating a stronger language model. Problem: