ThinkLLM
ModelsCapabilitiesUse CasesBenchmarksPapersGlossary
ModelsCapabilitiesUse CasesBenchmarksPapersGlossary
AboutPrivacyTermsRSS

ThinkLLM

Spot an error in our data? Let us know.

Papers

Recent AI research papers with accessible summaries. Updated daily from arXiv, summarized for developers who don't read papers regularly.

2067 papers32 this month12 topics
AllEvaluation 47Reasoning 30Training 29Efficiency 23Agents 22Applications 20Data 19Safety 17Architecture 16Alignment 11Multimodal 11scaling 3

Aug 17 – Aug 23(4)

Pandora's AI Model Routing Box: Efficient Allocation with Costly Value Estimation

Aug 20, 2026

Adam Fisch, Shubhendu Trivedi, Fantine Huot et al.

Use value-of-information theory to decide when to invest in expensive model quality estimates before routing—this cuts estimation costs dramatically while maintaining routing accuracy.

This paper solves the problem of efficiently routing queries to the best AI model in a system with multiple specialists. The key challenge: estimating which model will perform best costs money (slow but accurate estimators vs. fast but noisy ones).

efficiencyagentsarchitecture

Lévy Attention: Single-Pass Predictive Uncertainty for Continuous-Time Attention

Aug 19, 2026

Sotirios P. Chatzis, Loukas Papadoulas

Lévy Attention replaces softmax with a probabilistic formulation that automatically outputs calibrated uncertainty estimates alongside predictions—no extra parameters or passes needed, making it practical for high-stakes applications like patient risk ranking.

This paper introduces Lévy Attention, a new attention mechanism for time series that predicts both values and uncertainty in a single pass. Instead of using softmax, it formulates attention as a stochastic integral over a Poisson random measure, which naturally captures prediction confidence through two signals: disagreement (value spread) and evidence (compatibility mass).

Aug 10 – Aug 16(18)

Marionette: Predicting World States, Rendering Geometry, Painting Appearance

Aug 14, 2026

Zian Meng, Zhen Li, Chuanhao Li et al.

Separating explicit world state from appearance synthesis in video generation improves long-horizon consistency and enables direct control over predicted behavior without retraining the observation model.

Marionette is a world model for interactive games that separates world state prediction from appearance synthesis. Instead of directly generating pixels, it predicts explicit 3D skeletal poses and trajectories, uses a fixed geometric renderer to compute occlusion and geometry, then synthesizes realistic appearance on top. This makes long-horizon predictions more stable and controllable.

architecturereasoningagents

RecipeNet: A Hierarchical Transformer for Recipe Data

Aug 14, 2026

Pin-Yen Huang, Sachin Chhabra, Prasanth Sai Gouripeddi et al.

Hierarchical structure matters: representing recipes as nested sequences of structured steps, rather than flattened tables, lets models learn procedural dependencies and field interactions that improve performance on real-world synthesis and manufacturing tasks.

RecipeNet is a hierarchical Transformer model designed to learn from recipe data—ordered sequences of steps with structured fields—used in materials science, pharmaceuticals, and manufacturing. Unlike traditional tabular methods that flatten this data, RecipeNet captures both field interactions within steps and dependencies across steps, achieving better performance on recipe-based tasks.

Aug 3 – Aug 9(10)

MirrorWorld: Taming Video Diffusion Models for Mirror Reflection Generation

Aug 7, 2026

Youjun Zhao, Alex Warren, Gary K. L. Tam et al.

Mirror reflection generation requires modeling two distinct challenges—semantic consistency (what reflects) and geometric accuracy (how it's arranged)—which can be addressed by distilling relational knowledge and learning spatial transformations.

MirrorWorld tackles the problem of generating realistic mirror reflections in videos by teaching diffusion models to understand what scene content should appear in mirrors and how it should be spatially arranged. The method uses semantic guidance from visual foundation models and geometric transformation learning to ensure reflections are consistent with their surroundings.

architecturemultimodaltraining

PsychoAgent: An Affect-Sensitive Cognitive Architecture for Conflict-Aware Memory in LLM Agents

Aug 7, 2026

Mohammad Amanlou, Parham Abed Azad, Farbod Davoodi et al.

Emotional significance and unresolved conflicts should shape what memories an AI agent retrieves, not just semantic similarity—this improves handling of complex, emotionally-laden scenarios.

PsychoAgent is a memory system for AI agents that mimics how humans remember—not just by topic relevance, but by emotional importance and unresolved conflicts. It separates factual and emotional memories, then uses an emotional filter to surface conflict-critical information when needed, showing better retrieval of conflict-relevant memories than standard similarity-based approaches.

Jul 27 – Aug 2(8)

Graph Neural Network Force Fields for Spin Dynamics in Metallic Magnets

Jul 30, 2026

Ali Rayat, Yunhao Fan, Gia-Wei Chern

GNNs can replace expensive electronic calculations for simulating spin dynamics in magnets by learning effective magnetic force fields, similar to how machine-learned potentials work for atomic systems.

Researchers developed a graph neural network framework that learns to predict magnetic forces in metallic magnets directly from electronic calculations. This approach eliminates expensive repeated electronic simulations during time evolution, enabling fast and accurate predictions of spin dynamics across different magnetic structures.

architectureefficiencyapplications

MANTA: Multi-Agent Network Topology Adaptation for Self-Evolving Multi-Agent Systems

Jul 30, 2026

Mao-xun Huang, Jerry Wang, Yi-Cheng Lai et al.

Multi-agent systems can improve performance by dynamically adapting their internal communication structure at inference time, rather than relying on static pre-designed topologies.

MANTA is a framework that lets multi-agent AI systems automatically reorganize how they communicate and work together during execution. Instead of fixing agent roles and communication patterns upfront, MANTA monitors how agents collaborate and adjusts the team structure in real-time when needed—changing who talks to whom, agent responsibilities, and validation steps.

Jul 20 – Jul 26(11)

SM4RT: Learning Structured Motion Geometry for 4D Reconstruction

Jul 24, 2026

Shing Ho J. Lin, Wenzhao Zheng, Dong Zhuo et al.

By treating motion as structured rigid-body transformations rather than independent point displacements, SM4RT achieves better 4D reconstruction while being more computationally efficient and physically grounded.

SM4RT is a new AI model that reconstructs 3D scenes and understands how objects move from video. Unlike methods that track individual points separately, SM4RT recognizes that real objects move as rigid bodies following physics laws.

architecturemultimodalreasoning

Quantum Spectral Model: Data Reuploading with Input-Conditioned Frequency Support

Jul 24, 2026

Peiyong Wang, Udaya Parampalli, Casey R. Myers

Quantum machine learning models can be more effective when their internal structure matches the mathematical properties of input data—specifically, by using spectral decomposition to encode matrices rather than treating all coordinates equally.

This paper introduces Quantum Spectral Models (QSMs), a new approach to quantum machine learning that encodes matrix-valued inputs by constructing data-encoding operations directly from the input's spectral properties (eigenvalues and eigenvectors).

Jul 13 – Jul 19(14)

A Blueprint for Equilibrium-Based Differentiable Continuous-Variable Thermodynamic Computing

Jul 17, 2026

Owen Lockwood, Jérémy Béjanin, Joost Bus et al.

Thermodynamic computing using physical stochastic processes could dramatically reduce energy consumption for ML workloads by replacing digital computation with hardware-native probabilistic sampling.

This paper proposes a new hardware architecture for machine learning that uses thermodynamic processes (specifically Langevin dynamics) to perform computations more efficiently. Instead of traditional digital circuits, the approach uses stochastic analog superconducting circuits driven by thermal noise to build energy-based models.

efficiencyarchitecturetraining

SceneBind: Binding What and Where Across Vision, Audio and Language

Jul 16, 2026

Mingfei Chen, Zijun Cui, Ruoke Zhang et al.

By pairing semantic understanding with explicit 3D spatial modeling in a unified representation, SceneBind enables cross-modal scene understanding and retrieval that works across vision, audio, and language without requiring task-specific training.

SceneBind is a multimodal AI system that understands scenes by combining what things are (semantics) with where they are (3D spatial location) across vision, audio, and language. Unlike existing systems that focus mainly on identifying objects, SceneBind explicitly models spatial relationships and uncertainty, enabling better scene retrieval and object localization across different modalities.

Jul 6 – Jul 12(11)

Agora: Enhancing LLM Agent Reasoning Via Auction-Based Task Allocation

Jul 10, 2026

Kaiji Zhou, Ales Leonardis, Yue Feng

Using auction-based task allocation instead of simple routing can improve LLM agent reasoning by directing tasks to genuinely capable models rather than overconfident ones, with tunable cost-quality tradeoffs.

Agora is a framework that uses auction mechanisms to dynamically assign reasoning tasks to the best expert models and tools. Instead of routing tasks based on simple matching, it lets models bid based on their actual competence, ensuring critical reasoning steps go to the most capable solver while balancing cost and quality.

agentsreasoningarchitecture

ARDY: Autoregressive Diffusion with Hybrid Representation for Interactive Human Motion Generation

Jul 9, 2026

Kaifeng Zhao, Mathis Petrovich, Haotian Zhang et al.

For interactive applications, ARDY trades off some offline generation quality to achieve real-time streaming motion synthesis with flexible text and kinematic control, making it practical for animation tools and robotics where responsiveness matters as much as precision.

ARDY is a real-time motion generation system that creates realistic 3D human animations from text prompts and pose constraints.

Jun 29 – Jul 5(8)

Extreme Adaptive Transformer for Time Series Forecasting

Jul 2, 2026

Sanjeev Shrestha, Hui Liu, Yifan Zhang

When forecasting imbalanced time series with rare but important events, using attention mechanisms that explicitly model extreme patterns outperforms treating all time points uniformly.

This paper introduces Exformer, a Transformer model designed for time series forecasting that explicitly handles rare extreme events. Unlike standard Transformers that treat all data points equally, Exformer uses a specialized attention mechanism with three components—Local, Stride, and Extreme—to capture both normal patterns and critical outliers.

architecturereasoning

Transformer Geometry Observatory TGO-II: Representational Similarity Observatory

Jul 2, 2026

Kaustubh Kapil, Kishor P. Upla

Vision Transformers don't learn by making tokens independent; instead, they increase representational complexity through richer transformations while preserving strong token interactions, which challenges common assumptions about how these models develop.

This paper analyzes how Vision Transformers' internal representations change during training using geometric analysis tools.

architecture

Jun 22 – Jun 28(14)

Bridging Ab Initio Symmetries and Global Nuclear Masses with Interpretable Neural Networks

Jun 26, 2026

Phong Dang, Evander Espinoza, Xiaoliang Wan et al.

Physics-informed neural networks that encode fundamental symmetries can match state-of-the-art predictive performance while providing interpretable insights into which symmetry principles actually matter for nuclear binding—showing that Wigner's SU(4) symmetry carries real predictive power beyo...

This paper uses interpretable neural networks informed by nuclear symmetry principles (Wigner's SU(4) and Elliott's SU(3)) to predict nuclear binding energies across the entire nuclear chart.

architecture

Agentic Hardware Design as Repository-Level Code Evolution

Jun 26, 2026

Cunxi Yu, Chenhui Deng, Nathaniel Pinckney et al.

Hardware design can be automated using agentic AI that evolves code repositories with built-in validation and state management, though current benchmarks don't capture the full complexity of production chip design.

HORIZON is an AI agent framework that automatically designs hardware by treating it as code evolution in a git repository. The system uses a Markdown specification to guide an agent loop that modifies Verilog code, tracks changes through git operations, and validates designs against acceptance criteria.

agents

Jun 15 – Jun 21(2)

How Transparent is DiffusionGemma?

Jun 18, 2026

Joshua Engels, Callum McDougall, Bilal Chughtai et al.

Diffusion language models can achieve similar transparency to autoregressive models by treating denoised token states as interpretable checkpoints, but their ability to change all tokens simultaneously enables novel reasoning patterns that are harder to understand.

This paper investigates whether diffusion-based language models are less interpretable than traditional autoregressive models. By identifying interpretable token bottlenecks between denoising steps, the authors show DiffusionGemma's reasoning can be made nearly as transparent as standard models, though diffusion's parallel token updates create unique interpretability challenges.

architectureevaluation

UNIEGO: Proxies as Mediators for Unified Egocentric Video Representation Learning

Jun 18, 2026

Wenhao Chi, Arkaprava Sinha, Dominick Reilly et al.

Using proxy models as intermediaries between diverse teachers prevents conflicting gradients and enables learning richer egocentric representations from heterogeneous knowledge sources—achieving better results than naive multi-teacher distillation.

This paper introduces UNIEGO, a unified egocentric video encoder trained through a novel multi-teacher distillation framework.

architectureefficiency

Pre-Compiled Pipeline Shards for Distributed LLM Inference on Intel AI PC Fleets

Aug 19, 2026

Tate Berenbaum, Muthaiah Venkatachalam

Pipeline parallelism with pre-compiled shards lets you run 70B models on clusters of consumer AI PCs at interactive speeds by splitting computation across machines and optimizing GPU utilization through careful kernel fusion and speculative decoding.

This paper shows how to run large language models (like Llama 70B) across multiple Intel AI PCs by splitting the model into layers and running each layer on a different machine. Using OpenVINO optimization, speculative decoding, and request interleaving, they achieve near-optimal speed while serving multiple users simultaneously on modest hardware.

efficiencyarchitecturescaling

Proteus: Incremental Memory Activation for Long-Context Sequence Modeling

Aug 17, 2026

Reza Bayat, Ali Behrouz, Vahab Mirrokni et al.

Gradually expanding memory capacity during sequence processing—rather than using static memory—is a simple, cost-free improvement that works across different memory-based architectures and shows larger gains on longer contexts.

This paper introduces Proteus, a technique that improves how neural networks handle long text by gradually expanding memory capacity as more context arrives.

efficiencyarchitecture
architecturedata

Rollplex: Cross-Phase GPU Spatial Sharing for Vision Language Model Post-Training

Aug 14, 2026

Hanfeng Lu, Tianyu Feng, Suyi Li et al.

By overlapping independent computation phases and sharing GPU memory intelligently, you can train vision-language models 1.2–2.2× faster without needing more hardware or changing your RL algorithm.

Rollplex is a GPU runtime that speeds up vision-language model training by overlapping different computational phases.

efficiencytrainingarchitecture

Generating Benchmark Health Data Using a Tabular Diffusion Transformer

Aug 14, 2026

Hao Yan, Lisa Pilgram, Dan Liu et al.

You can now generate realistic synthetic tabular health data from multiple heterogeneous sources by standardizing them statistically first, then using diffusion transformers to learn and reproduce their patterns.

This paper presents a method for generating synthetic health data from multiple different database tables with varying structures. It works in two stages: first converting diverse tables into a standardized statistical format, then using a diffusion transformer to learn patterns and generate new synthetic tables.

dataarchitectureevaluation

LP-NAS: Linear Programming-based Neural Architecture Search

Aug 14, 2026

Abhishek Shukla, Ankur Sinha, Faiz Hamid

By formulating architecture search as a linear program using gradient and curvature information, LP-NAS finds better neural network designs 2-3x faster than standard differentiable NAS methods while achieving higher accuracy.

This paper proposes LP-NAS, a neural architecture search method that uses linear programming to find better network designs faster. Instead of randomly exploring architectures, LP-NAS uses mathematical optimization principles to guide the search, resulting in architectures that generalize better and are found more quickly than existing methods like DARTS.

architecturetrainingefficiency

TabSOM: A tabular-to-image encoding method based on self-organizing maps

Aug 13, 2026

David Chushig-Muzo, María Ángeles Rodríguez de Cara, Eva Milara et al.

Self-organizing maps can encode tabular data more effectively than simpler dimensionality reduction by capturing feature relationships alongside values, improving both predictive performance and model interpretability.

TabSOM converts tabular data into images using self-organizing maps, preserving both feature values and relationships between features. Unlike existing methods that only encode individual feature values, TabSOM captures feature interactions as spatial patterns, enabling vision models to achieve better performance while remaining interpretable.

dataarchitectureevaluation

Sparse Orthogonal Regression Technique: A Spectral Framework for Equation Discovery, Approximation, and Integration

Aug 13, 2026

Sabin Roman, Ljupco Todorovski, Saso Dzeroski

SORT shifts equation discovery from brittle library selection to basis design: by learning sparse coefficients in well-chosen orthogonal bases, it provides a more stable intermediate representation that gracefully degrades under noise and sampling sparsity.

SORT is a machine learning technique that learns compact mathematical representations of dynamical systems from noisy, irregularly sampled data by fitting sparse coefficients in orthogonal basis expansions.

reasoningdataarchitecture

MLLM-Routed Heterogeneous Ensembles for Robust Cross-Dataset Image Classification

Aug 13, 2026

Daniel Perkins, John Squires, Janou Milligan et al.

Instead of training separate models for each domain, you can use an MLLM router to dynamically select which vision backbone handles each image, getting both better generalization and easier updates without retraining.

ARMDIL uses a multimodal language model to intelligently route images to the best-suited vision model (CNNs, self-supervised learners, or vision-language models) within an ensemble.

multimodalarchitectureevaluation

Symmetry-Breaking De Novo Crystal Generation via Markovian Jump Diffusion

Aug 13, 2026

Van Khoa Nguyen, Alexandros Kalousis

By reversing the physics concept of spontaneous symmetry breaking, this diffusion model generates complete crystal structures with proper global symmetries—a significant improvement over methods that only generate partial specifications.

This paper proposes a new method for generating crystal structures by using a diffusion-based model that starts from low-symmetry configurations and gradually breaks symmetries to create complete crystal specifications.

architectureapplications

Algebraic Decomposition Theory for Transformer Length Generalization

Aug 13, 2026

Andy Yang, Blerta Veseli, Corentin Barloy et al.

Transformers' ability to generalize to longer sequences depends on specific algebraic properties of the language being learned—properties that classical finite algebra misses but can be captured by extending decomposition theory to infinite groups.

This paper characterizes which regular languages transformers can generalize to longer sequences than they've seen during training. The authors develop new algebraic theory extending classical decomposition methods to handle transformers' unbounded counting abilities, providing a polynomial-time algorithm to predict length generalization on any regular language.

reasoningarchitectureevaluation

Enhancing Virtual Agents through SLMs and Edge-Computing: An Exploratory Evaluation of Think and Memory Processes

Aug 13, 2026

Aimilios Hadjiliasi, Louis Nisiotis

Small language models can efficiently run agent cognition (thinking and memory) on edge devices like Jetson boards, enabling virtual agents to operate independently in real-time without cloud latency.

This paper explores how small language models (SLMs) running on edge devices can power the cognitive processes of virtual agents in immersive worlds.

agentsefficiencyarchitecture

Jointly Predicting Courses and Grades Using a Transformer-Based Model

Aug 13, 2026

Paul Savala

Predicting course enrollment alongside grades significantly improves academic performance forecasting—jointly modeling what students take and how they'll perform is more accurate than predicting grades alone.

This paper presents TRACE, a transformer-based model that jointly predicts which courses students will take and their grades in those courses for upcoming semesters. Unlike traditional approaches that treat student history as a simple sequence, TRACE captures how courses taken concurrently within a semester affect performance, reducing prediction error by nearly 50% compared to grade-only models.

applicationsarchitectureevaluation

AVA-Encoder: Towards Agent-Native Video Representation Learning

Aug 12, 2026

Chuyue Li, Jinpeng Yu, Haozhe Wang et al.

Agents can now learn from and generate high-quality videos by working with structured knowledge graph representations instead of raw pixels, improving video generation quality by 20.7% over existing methods.

AVA-Encoder learns video representations as knowledge graphs that agents can reason about and edit. It converts videos into structured text and asset layers, then reconstructs videos from these representations. A natural-language feedback loop optimizes the encoding, enabling agents to work with cinematic-quality videos more effectively.

multimodalagentsarchitecture

A Neighborhood Attention Transformer Network for Enhanced 3D Segmentation of the Left Anterior Descending Artery

Aug 12, 2026

Rafi Ibn Sultan, Chengyin Li, Yiannos Demetriou et al.

Combining neighborhood attention mechanisms with uncertainty-weighted loss functions enables accurate segmentation of tiny, low-contrast anatomical structures even with limited training data—a practical approach for clinical imaging tasks where manual annotation is expensive and ambiguous.

This paper presents NA-UNETR, a transformer-based deep learning model for segmenting the Left Anterior Descending artery in CT scans.

architectureefficiency

A Quantum Roadmap for Softmax Attention: Exact Born-Rule Analogs for Softmax Attention on the Probability Simplex

Aug 11, 2026

Eric A. F. Reinhardt, Adam J. Hauser

Softmax attention has an exact quantum mechanical interpretation where attention scores become measurement statistics and the softmax function emerges naturally from quantum probability rules, opening a path to quantum implementations of transformers.

This paper shows how softmax attention in transformers can be exactly implemented using quantum computing. The researchers map each component of attention—from computing scores to aggregating values—to quantum operations like measurements and rotations. They prove this works mathematically and verify the core logic in formal proof software.

architecturereasoning

sLTN: Structural Logic Tensor Networks

Aug 11, 2026

Davide Rinaldi, Luciano Serafini

If you're building neurosymbolic systems that need to reason about ordered or connected data, sLTN lets you write logical rules about structure (like "event A happens before event B") and train them end-to-end with neural networks.

sLTN extends Logic Tensor Networks to handle structured data like sequences and graphs by treating structural dimensions (time steps, positions, nodes) as first-class elements in the logical language. This lets you express temporal and relational constraints directly in logic while keeping everything differentiable for neural learning.

reasoningarchitecture

GENCO - A Unified Neural Solver Embedded in a Development Framework for Steady-State Grid Analysis

Aug 10, 2026

Alban Puech, Matteo Mazzonelli, Tamara R. Govindasamy et al.

Neural networks can solve critical power grid problems 30-85x faster than traditional solvers while staying physically consistent—opening the door to AI-powered grid analysis at scale.

GENCO is a neural network solver that handles power flow, optimal power flow, and state estimation for electrical grids in a single unified model. It matches or beats classical solvers like Newton-Raphson and IPOPT in speed and accuracy while maintaining physical consistency, and comes with an open-source framework and large datasets for reproducible research.

applicationsarchitectureevaluation

ArchAgent v2: A Case Study with the Data Prefetching Championship

Aug 10, 2026

Abraham Gonzalez, Raghav Gupta, Akanksha Jain et al.

Agentic AI can discover better microarchitecture designs than humans by breaking large search spaces into manageable pieces and embedding hardware constraints directly into the optimization loop.

ArchAgent v2 automatically designs data prefetching policies for computer processors using evolutionary search, beating hand-designed solutions in a competition. It introduces cascaded evolution (optimizing cache levels sequentially) and hardware-realizability feedback to handle the massive design space, achieving 3.8% performance improvement over baseline.

agentsarchitecture
agentsreasoningarchitecture

Timestep-Conditioned Transformers for Global Weather Forecasting

Aug 6, 2026

Sam Levang, Fran Bartolic, Ty Dickinson et al.

You can now configure forecast timesteps after training instead of before, letting one model handle both detailed short-range and stable long-range weather predictions without retraining.

GEM-3 is a weather forecasting model that solves a key problem: existing models must choose between short timesteps (detailed but error-prone) or long timesteps (stable but missing short-term details). This model lets you pick the timestep at inference time with a single trained model, and training on mixed timesteps makes forecasts more stable across longer periods.

architectureefficiencyreasoning

PRISM: Distribution-Gated Flow Matching for Controllable Unpaired Image Translation

Aug 6, 2026

Elad Yoshai, Natan T. Shaked

Per-feature gating based on distribution distance enables better control in unpaired image translation, letting you preserve important structures while achieving realistic style changes without retraining.

PRISM is a new method for changing images from one style to another (like turning day photos into night) without paired training examples. Instead of using a single global control value, it learns a per-feature gate based on how far each image feature is from the target style, allowing precise control over what changes and what stays the same.

architectureapplicationstraining

Predicting Brain Morphometry with MT-GNN: Mesh Evolution in Continuous Time with Graph-Based Metric Tensor Embeddings

Aug 5, 2026

Hao Ding, Daniel Semchin, Paul M. Thompson et al.

Predicting a surface's intrinsic geometric properties (metric tensors) in continuous time, rather than directly predicting vertex positions or embeddings, produces more accurate and geometrically valid brain structure forecasts for clinical applications.

This paper presents MT-GNN, a graph neural network that predicts how brain structures will change over time by learning their intrinsic geometry (metric tensors) rather than directly predicting shape. Given a patient's past brain scans, the model forecasts the mathematical properties that define a surface's shape at future timepoints, then reconstructs the actual 3D surface.

architecture

Chained Recursive Language Models for Multi-Iteration Reasoning

Aug 5, 2026

Purbesh Mitra, Sennur Ulukus

Breaking complex reasoning into multiple fresh inference passes with shared artifacts lets LLMs catch and correct mistakes earlier, improving accuracy on multi-step tasks like counting, ordering, and multi-hop reasoning.

This paper proposes Chained Recursive Language Models (Chained RLM), a system where an LLM is called multiple times in sequence to solve complex reasoning tasks. Instead of trying to do everything in one long response, each call gets the original problem plus a summary of previous work, allowing the model to inspect and fix earlier mistakes before moving forward.

reasoningarchitecture

Representational separation between unitary and channel quantum generative models via shared classical randomness at shallow depth

Aug 5, 2026

Arunava Majumder, Marius Krumm, Hendrik Poulsen Nautrup et al.

Shallow quantum generative models become strictly more powerful when augmented with classical randomness—a weak resource that enables long-range correlations impossible for unitary-only circuits at fixed depth.

This paper proves that adding shared classical randomness to shallow quantum circuits can generate probability distributions that require much deeper purely quantum circuits to replicate. The authors show this separation is achievable with simple local operations controlled by a single random bit, and demonstrate how measurement-based quantum computation naturally implements this approach.

architecturescalingreasoning

ParVL: Parallel Scaling and Expandable Compute Allocation for Multimodal LLMs

Aug 4, 2026

Yang Yang, Qinyu Zhao, Mouxiang Chen et al.

By sharing backbone parameters across parallel branches with task-specific computation allocation, you can improve multimodal model performance without increasing model size or inference latency.

ParVL introduces a framework for scaling multimodal AI models by running multiple parallel vision and language processing branches that share the same core parameters. Instead of making models bigger or slower, it reuses existing components more efficiently and lets different tasks use different amounts of vision vs.

architectureefficiencymultimodal

Agogic: Performance-Timed Music Tokens for LLM-Native Text-to-Symbolic-Music Generation

Aug 4, 2026

Junhao Chen, Mingjin Chen, Jingjia Mao et al.

Music tokenization design is more important than model size for text-to-music generation—a small model with the right token representation outperforms massive models with poor representations, challenging the field's scaling assumptions.

This paper investigates how music tokenization—the way music is converted into discrete symbols for language models—affects text-to-music generation quality. By fixing model size, data, and training approach while swapping only the tokenization scheme, researchers found that representation choice matters far more than model scale.

architecturedataevaluation

When Attention Goes Blind: Numerical Failure in ALiBi Positional Encodings

Aug 4, 2026

Christopher Schröder, Lukas Gienapp, Ferdinand Schlatt et al.

ALiBi positional encoding silently fails on long sequences due to numerical precision issues, degrading retrieval performance; using log-scaled distances instead of linear scaling provides the most reliable fix.

This paper discovers that ALiBi positional encoding—a popular method for handling long sequences in transformers—has a critical flaw: its linear bias scaling causes floating-point underflow, making many attention weights zero and blinding attention heads. The authors analyze this problem, test fixes, and show it hurts token retrieval tasks while barely affecting standard benchmarks.

architectureefficiencyevaluation
agentsreasoningarchitecture

What to Remove, What to Preserve: Dual-Ambiguity Rectification for All-in-One Image Restoration

Jul 30, 2026

Cencen Liu, Wen Yin, Dongyang Zhang et al.

Separating degradation information from scene content using orthogonal feature subspaces significantly improves all-in-one image restoration quality, achieving state-of-the-art results across multiple degradation types.

This paper tackles all-in-one image restoration—fixing multiple types of image damage (blur, noise, rain, etc.) in one model. The key problem is that existing methods mix degradation information with image content in a shared space, causing confusion.

architectureevaluation

Graph Neural Multilevel Preconditioners for Iterative Solvers

Jul 30, 2026

Zechen Zhang, Rui Peng Li, Yousef Saad

GNNs can learn better preconditioners for sparse linear systems by adopting classical multigrid hierarchies as structural priors, but multilevel structure doesn't always outperform simpler single-level learned approaches—the tradeoff depends on the problem type.

This paper proposes Graph Neural Multilevel Preconditioners (GMP), which combines classical algebraic multigrid structure with graph neural networks to speed up solving large sparse linear systems. The method learns how to smooth, restrict, and interpolate data across multiple levels while maintaining compatibility with standard iterative solvers, tested on over 800 real sparse matrices.

architectureefficiencyreasoning

Spend Experts Where You Are Unsure: Confidence-Adaptive Routing for Mixture-of-Experts LoRA

Jul 28, 2026

Tom Saliencro, Rohan Desai, Priya Nair et al.

You can route tokens to variable numbers of experts based on per-token confidence signals from the router itself, improving efficiency and performance without adding parameters or complexity.

This paper proposes CARE, a smarter way to route tokens through expert networks in fine-tuned language models. Instead of sending every token to the same fixed number of experts, CARE uses the model's own uncertainty signals to decide how many experts each token needs—easy tokens get fewer experts, hard tokens get more.

efficiencytrainingarchitecture

MDTransformer: A Hardware-Software Co-Design of Mode-Division Photonic Transformer Accelerator with Inverse-Designed Coherent Crossbar

Jul 28, 2026

Solomon Micheal Serunjogi, Rachmad Vidya Wicaksana Putra, Ayat Taha et al.

Using spatial modes instead of wavelengths in photonic accelerators enables simpler, more efficient transformer inference with a single laser source and no spectral filtering, making photonic acceleration more practical for real-world deployment.

MDTransformer is a photonic hardware accelerator for transformer models that uses spatial light modes instead of wavelengths to perform matrix operations.

efficiencyarchitectureevaluation

Parallel Decoding Distillation for Fast Image and Video Generation

Jul 28, 2026

Neta Shaul, Chao Liu, Arash Vahdat et al.

PDD enables fast video/image generation (4-8 steps instead of 50+) with simpler training than current methods, while actually improving output diversity—making it practical for scaling generative models to production.

This paper introduces Parallel Decoding Distillation (PDD), a method to speed up image and video generation from diffusion models by predicting multiple denoising steps at once instead of one at a time.

efficiencytrainingarchitecture

Co-Learning for Missing Arbitrary Modalities in Multi-modal Classification

Jul 27, 2026

Francisco Mena, Dino Ienco, Roberto Interdonato et al.

Co-learning between modalities is more robust than fusion-based approaches when dealing with unpredictable missing modalities at inference time, with different strategies optimal for mild versus extreme missing conditions.

This paper tackles multi-modal classification when some data sources are unavailable at inference time—a common real-world problem from sensor failures or privacy constraints. Instead of designing better fusion methods, the authors use co-learning where modalities teach each other.

multimodaltrainingarchitecture
architecture

3D-Aware VLMs with Implicit and Explicit Geometries

Jul 23, 2026

Wenhao Li, Xueying Jiang, Quanhao Qian et al.

VLMs can be made 3D-aware by injecting learned geometric representations from video, enabling strong performance on spatial reasoning tasks while remaining RGB-only—no special 3D sensors or data needed.

This paper enhances vision-language models to better understand 3D spatial information by adding two types of geometric representations learned from RGB videos: implicit geometry tokens that capture high-level 3D structure, and explicit geometry tokens that encode detailed geometric details.

multimodalarchitecture

Expanding Flow Maps

Jul 23, 2026

Sophia Tang, Pranam Chatterjee

EFMs enable flow-based models to generate variable-length outputs by decomposing generation into expandable state spaces, making output size a learnable parameter rather than a fixed constraint.

This paper introduces Expanding Generative Flows (EFlows) and Expanding Flow Maps (EFMs), a new framework for flow-based generative models that can generate outputs of varying sizes.

architecture

GraphVid: Interactive Graph-Controllable Video Generation

Jul 23, 2026

Vedant Shah, Onkar Susladkar, Tushar Prakash et al.

Using structured graphs to represent object relationships provides a more scalable and precise way to control video generation than trajectory drawing or text prompts, especially for complex multi-object scenes.

GraphVid enables precise control over multi-object interactions in video generation by using structured interaction graphs instead of text or pixel-level motion inputs. The method outperforms existing motion-control approaches while using less training data, and the authors release GraphVid-Bench, a new dataset with relational annotations for interaction-aware video generation.

multimodalapplicationsarchitecture

Graph Learning on Ensembles of Cyclic Peptides: An Investigation of Molecular Ensemble Modeling

Jul 23, 2026

Aaron Feller, Kris Deibler, Maxim Secor

Modeling molecules as conformational ensembles rather than single structures substantially improves property prediction—pretraining on ensemble data is critical, as the model fails from scratch but reaches strong performance when pretrained.

This paper introduces EnsembleEGNN, a neural network model that predicts molecular properties by learning from multiple 3D structures (conformations) of cyclic peptides simultaneously, rather than just one.

architecturemultimodal

PG-KINN: A Physics-Informed Petrov-Galerkin Kolmogorov-Arnold Network for Solving Forward and Inverse PDEs

Jul 22, 2026

Amirhossein Sadr, Nima Soltani, Vahideh Moghtadaiee et al.

By pairing KANs with Petrov-Galerkin weak formulations instead of strong-form residuals, you get better numerical stability, lower computational cost, and broader applicability to real physics problems—without sacrificing accuracy.

This paper introduces PG-KINN, a physics-informed neural network that combines Kolmogorov-Arnold Networks (KANs) with a Petrov-Galerkin mathematical formulation to solve differential equations.

architecturereasoning

Appearance Pointers -- Multimodal Region Control of Diffusion Transformers

Jul 21, 2026

Rahul Sajnani, Yulia Gryaditskaya, Radomír Měch et al.

Appearance pointers provide a modality-agnostic way to add regional control to existing Diffusion Transformers, letting you specify exactly where text descriptions or image references should apply in the generated output without expensive retraining.

This paper introduces appearance pointers, a new technique for controlling where and how text and image inputs influence image generation in Diffusion Transformers.

multimodalarchitectureapplications

Fundamental limits of distributed multiclass classification from simple binary decisions

Jul 21, 2026

Ioannis Papageorgiou, Srinivas Nomula, Ayalvadi Ganesh et al.

Combining O(log K) binary classifiers to solve K-class problems has fundamental limits that depend on data dimensionality and noise—understanding these limits helps design efficient distributed classification systems.

This paper studies how to build a multiclass classifier by combining many simple binary classifiers in a distributed way. The authors analyze the fundamental performance limits when using hyperplane-based binary classifiers on Gaussian data, deriving theoretical bounds across different scenarios and validating them with experiments.

evaluationarchitecture

ROMS-IMLE: A Minimalist Approach to Competitive Single-Step Generative Modelling

Jul 21, 2026

Chirag Vashist, Ke Li

Single-step generative models can match multi-step diffusion models' quality without gradual transformations—simplicity in training objectives and architecture doesn't sacrifice performance.

This paper challenges the assumption that gradual noise-to-data transformations are necessary for good generative models. The authors build a minimalist single-step generative model using Implicit Maximum Likelihood Estimation (IMLE) and a simple convolutional network, achieving competitive results (FID 2.56 on ImageNet 256) without iterative denoising or transformers.

trainingefficiencyarchitecture

Riemannian Deep Learning:Modules, Networks, and Geometries

Jul 21, 2026

Chen Ziheng

You can now build neural networks on curved spaces using reusable, theoretically-grounded components instead of ad-hoc manifold-specific solutions, with practical efficiency improvements for important geometric representations.

This thesis develops a unified framework for building deep neural networks that work with data on curved mathematical spaces (manifolds) rather than flat Euclidean space.

architecturetrainingefficiency
multimodalarchitectureevaluation

T^2MLR: Transformer with Temporal Middle-Layer Recurrence

Jul 16, 2026

Ziyang Cai, Xingyu Zhu, Yihe Dong et al.

Adding recurrence to just 20% of a transformer's middle layers—rather than all layers—can improve reasoning ability with minimal inference cost, and this works even when retrofitted onto already-trained models.

This paper introduces T²MLR, a technique that adds recurrent connections to transformer models by caching middle-layer representations and feeding them back into earlier layers during decoding.

architecturereasoningefficiency

Scaling Behavior Foundation Model for Humanoid Robots

Jul 16, 2026

Weishuai Zeng, Kangning Yin, Xiaojie Niu et al.

Scaling humanoid robot control effectively requires coordinating learning paradigm, data diversity, and model architecture—not just increasing scale. The motion-tracking formulation and Humanoid Transformer enable structured behavioral learning that generalizes across diverse tasks.

This paper presents a scaling recipe for Behavior Foundation Models applied to humanoid robot control. The key innovation is coordinating three components: a motion-tracking learning paradigm that treats control as reproducing whole-body behaviors, strategic balance between on-policy data collection and motion diversity, and a new Humanoid Transformer architecture.

architecturetraining

NIFA: Nonlinear IMC enhanced FPGA for efficient ML inference

Jul 16, 2026

Jiajun Hu, Ruthwik Reddy Sunketa, Lei Zhao et al.

Replacing ADCs with analog content-addressable memories in FPGA-integrated IMC blocks enables efficient inference on Transformer models by natively supporting nonlinear operations and dynamic matrix multiplication, not just static-weight computation.

This paper proposes NIFA, an FPGA architecture that integrates analog in-memory computing (IMC) blocks with analog content-addressable memories (ACAMs) to accelerate deep learning inference.

efficiencyarchitecture

Learning in Infinitesimal Non-Compositional Sketches

Jul 16, 2026

Sridhar Mahadevan

Machine learning can be understood as searching for stable points where infinitesimal changes preserve compositional structure—a perspective that unifies deep learning, LLMs, and RL under a single categorical framework.

This paper proposes LINCS, a categorical framework that reformulates machine learning as a problem of fixing compositional failures in abstract mathematical structures called sketches.

reasoningarchitecture

Towards Hierarchical Structure Understanding of Newspaper Images

Jul 16, 2026

William Mocaër, Solène Tarride, Thomas Constum et al.

Tiramisu demonstrates that explicitly modeling document hierarchy through tiered transformer attention can outperform traditional bottom-up pipelines for understanding complex newspaper layouts, offering a scalable alternative for historical document digitization.

This paper tackles understanding complex newspaper layouts by proposing two approaches: a modular pipeline combining existing models (YOLO, LayoutReader) for layout detection and reading order, and Tiramisu, a novel transformer architecture that hierarchically processes newspaper structure end-to-end.

architectureevaluation

Multi-Expert Routing for Multi-Domain Low-Resource OCR: A Manchu Case Study

Jul 15, 2026

Zhan Chen, Jiqiao Ma, Chih-wen Kuo

You can build effective multi-domain systems for low-resource languages by reusing intermediate checkpoints as specialists and routing based on visual style, rather than training separate models from scratch for each domain.

This paper tackles historical Manchu text recognition across multiple visual styles (regular script, running script, palace memorials) with limited training data. The authors build a multi-expert system that reuses fine-tuned model checkpoints as domain specialists and uses a lightweight image classifier to route pages to the appropriate expert.

efficiencyarchitectureevaluation

Transforming Rank: How Architecture Navigates the Spectral Pathologies of Depth

Jul 15, 2026

Katie Everett

Architecture design for deep networks is fundamentally about balancing rank preservation (keeping information flowing), ensemble-like behavior (layers staying independent), and parameter efficiency—skip connections and normalization placement control this tradeoff by managing how much gradient ...

This paper reveals how Transformer architecture components preserve information flow across deep networks by maintaining mathematical rank. Skip connections and layer normalization prevent rank collapse—where information gets squeezed into fewer dimensions—by routing gradients around lossy operations.

architecturetrainingscaling

The Seriality Gap in Video Diffusion Models

Jul 14, 2026

Jorge Diaz Chao, Konpat Preechakul, Yuxi Liu et al.

Video diffusion models lack scalable serial computation for sequential reasoning tasks—denoising steps don't add computational depth beyond the backbone network, making them structurally limited for physics simulation and causal prediction.

Video diffusion models struggle with tasks requiring sequential reasoning, like predicting multi-ball collisions. Researchers show this 'seriality gap' stems from the models' inability to scale serial computation as causal chains grow longer, even with more denoising steps. Autoregressive and deeper architectures help, but standard bidirectional diffusion hits a fundamental limit.

reasoningarchitectureevaluation

PalmClaw: A Native On-Device Agent Framework for Mobile Phones

Jul 14, 2026

Hongru Cai, Yongqi Li, Ran Wei et al.

Running agents natively on mobile devices with direct access to device capabilities (via structured APIs) is 11.5% more successful and 95% faster than GUI-based automation approaches.

PalmClaw is a framework that runs AI agents directly on mobile phones, letting them control device features like contacts, calendar, and sensors through structured tool calls instead of simulating screen taps. This approach is faster and more reliable than existing mobile agents that interact through GUI actions.

agentsapplicationsarchitecture

Audio-Native Speech Recognition with a Frozen Discrete-Diffusion Language Model

Jul 14, 2026

Harsha Vardhan Khurdula, Abhinav Kumar Singh, Yoeven D Khemlani et al.

Parallel decoding via discrete diffusion is viable for speech recognition and can match autoregressive performance while being faster and more efficient, using only 0.16% trainable parameters on a frozen backbone.

This paper shows that discrete diffusion language models can transcribe speech by refining entire transcripts in parallel rather than generating one token at a time. The authors adapt DiffusionGemma (a 26B model) for speech by freezing most weights and adding a lightweight audio interface, achieving competitive accuracy while transcribing in just eight parallel steps regardless of speech length.

architectureefficiencymultimodal

Input-Aware Dynamic Backdoor Attack Against Quantum Neural Networks

Jul 13, 2026

Junrui Zhang, Zemin Chen, Lusi Li et al.

Quantum Neural Networks can be attacked with input-specific backdoors that are harder to detect than fixed-trigger attacks, and current QNN defenses are insufficient against this threat.

This paper introduces Q-DIBA, the first input-aware dynamic backdoor attack against Quantum Neural Networks. Unlike previous quantum backdoor attacks that use fixed triggers, Q-DIBA generates unique triggers for each input by jointly training a classical trigger generator with the victim QNN.

safetyarchitecture

Transformer-Guided Swarm Intelligence for Frugal Neural Architecture Search

Jul 13, 2026

Romain Amigon

You can now search for efficient neural architectures on a standard consumer GPU by combining RL-trained Transformers with swarm optimization, discovering models 10-100x smaller than standard baselines while maintaining competitive accuracy.

This paper presents a hybrid Neural Architecture Search (NAS) framework combining a Transformer-based reinforcement learning controller with an Artificial Bee Colony algorithm to design efficient deep learning models on consumer GPUs.

architectureefficiencytraining
architecturemultimodalapplications

Workflow as Knowledge: Semantic Persistence for LLM-Mediated Workflows

Jul 9, 2026

Emanuele Quinto, Carlo Andrea Rozzi, Francesco Zanitti

Workflows can be represented as first-class knowledge objects that persist and remain queryable, making it easier to inspect, resume, and audit LLM-based processes—moving beyond treating workflows as black boxes that just produce outputs.

This paper proposes a conceptual model for LLM workflows that treats workflow definitions, instances, and execution traces as persistent knowledge objects. It distinguishes between deterministic computation (derive) and LLM-mediated judgment (infer), enabling workflows to be inspectable, resumable, and reviewable rather than just producing outputs and leaving traces.

agentsarchitecturereasoning

Pose-to-Biomechanics: Bridging 3D Human Pose Estimation and Biomechanical Attribute Prediction

Jul 9, 2026

Ayda Eghbalian, Kevin Desai

You can now add biomechanical analysis (forces, activations, loads) to any existing 3D pose estimator without retraining it, making markerless motion capture useful for rehabilitation, sports, and clinical applications.

This paper introduces BioModule, a lightweight transformer that converts 3D skeletal poses from any pose estimator into biomechanical quantities like joint forces and muscle activation. By aligning Human3.6M video data with biomechanical labels, the authors show how pose estimation errors propagate to biomechanical predictions across seven different pose estimators.

applicationsmultimodalarchitecture

The Key to Going Linear: Analysis-Driven Transformer Linearization

Jul 8, 2026

Anna Kuzina, Paul N. Whatmough, Babak Ehteshami Bejnordi

Linear attention mechanisms can match standard transformer performance if you design the state updates correctly; the paper shows which architectural choices matter most for maintaining accuracy while cutting inference cost.

This paper analyzes why transformer self-attention is expensive and proposes a linearized alternative that reduces computational cost from quadratic to linear. By studying how attention mechanisms work mathematically, the authors identify key design principles—like using delta-style updates and sink tokens—that preserve model quality while dramatically speeding up inference on long documents.

efficiencyarchitecturereasoning

Neural Operator-enabled Topology-informed Evolutionary Strategy for PDE-Constrained Optimization

Jul 8, 2026

Xiangming Huang, Guannan Zhang, Lu Lu et al.

Neural operators can compress high-dimensional design spaces into low-dimensional latent representations that preserve physics-aware structure, making evolutionary optimization practical for inverse design problems that would otherwise be intractable.

This paper combines neural operators with evolutionary optimization to solve inverse design problems for physical systems governed by PDEs. By learning a compact representation of design space topology and coupling it with CMA-ES, the method reduces design dimensionality dramatically while maintaining high performance across different operating conditions.

architecturereasoning

Any-Dimensional Learning by Sampling

Jul 8, 2026

Eitan Levin, Venkat Chandrasekaran

Models trained on small inputs can generalize to larger ones if they're continuous with respect to appropriate sampling operations—the paper provides explicit rates and identifies which sampling strategies (replacement, binning, species sampling) work for different problem types.

This paper develops a unified framework for understanding how machine learning models generalize from small to large inputs of variable sizes (like point clouds or graphs). Using random sampling maps, the authors characterize when models can reliably extrapolate to unseen input sizes and how to compress large inputs while preserving model predictions.

scalingarchitecture

ELSA3D: Elastic Semantic Anchoring for Unified 3D Understanding and Generation

Jul 7, 2026

Tianjiao Yu, Xinzhuo Li, Yifan Shen et al.

By routing text-to-geometry interactions across matched abstraction scales rather than flattening everything into one representation, you can build faster, more accurate 3D models that understand both coarse structure and fine details.

ELSA3D is a unified 3D foundation model that improves how language and 3D geometry interact by using 'anchor tokens' to match text concepts with the right level of geometric detail. Instead of treating all information equally, it routes language features to specific scales of 3D structure, making the model both more efficient and more accurate for generating and understanding 3D objects.

multimodalarchitectureefficiency

Graph Convolutional Attention: A Spectral Perspective on Graph Denoising and Diffusion

Jul 7, 2026

Shervin Khalafi, Igor Krawczuk, Sergio Rozada et al.

Linear attention in graph transformers can only learn averaged denoising filters, but Graph Convolutional Attention leverages spectral information to adapt denoising to each graph's unique structure—improving both performance and inference speed.

This paper explains why standard attention mechanisms struggle with graph denoising and proposes Graph Convolutional Attention (GCA), which uses the graph's spectral properties to denoise more effectively. GCA provably outperforms linear attention and works well in graph diffusion models, offering both theoretical guarantees and practical speedups.

architecturereasoningefficiency

Hierarchical Acoustic-Semantic Modeling: Modality Separation and Semantic Coherence for Full-Duplex SLMs

Jul 7, 2026

Zhenyu Liu, Yunxin Li, Xuanyu Zhang et al.

Modality interference—caused by gradient conflicts between audio and semantic processing—is the root cause of poor full-duplex SLM performance; hierarchical parameter separation solves this while maintaining cross-modality coherence.

This paper identifies and solves a critical problem in full-duplex spoken language models: when audio and text processing share the same neural network layers, they create conflicting gradients that degrade performance.

multimodalarchitecturetraining

The Large Cancer Assistant (LCA): A Model-Agnostic Orchestration Framework for Scalable Clinical Decision Support in Oncology

Jul 7, 2026

Ghassen Marrakchi, Basarab Matei

By separating how patient data flows through a system from how AI models process it, you can build more maintainable clinical AI that adapts to real hospital environments without rewriting core logic.

This paper presents the Large Cancer Assistant (LCA), a flexible orchestration framework that decouples data handling from AI models in cancer diagnosis systems.

applicationsarchitecturesafety
training

Hardware-Enforced Semantic Coordination for Safety-Critical Real-Time Autonomous Systems

Jul 2, 2026

Uwe M. Borghoff, Paolo Bottoni, Remo Pareschi

Hardware-enforced coordination can provide hard safety guarantees for autonomous systems by implementing coordination rules at the FPGA level, separating deterministic interaction management from adaptive AI reasoning.

This paper proposes using FPGAs to enforce safety-critical coordination rules directly in hardware for autonomous systems that combine AI models with real-time control. By moving coordination logic from software to hardware, the system guarantees deterministic timing and verifiable safety constraints while keeping AI reasoning flexible.

safetyagentsarchitecture

The State-Prediction Separation Hypothesis

Jul 1, 2026

Giovanni Monea, Nathan Godey, Kianté Brantley et al.

Splitting Transformer computation into separate streams for token prediction and state maintenance improves both training efficiency and model performance—a simple architectural change with consistent gains across scales.

This paper proposes separating two functions in Transformers: predicting the next token and maintaining state for future predictions. The authors design a dual-stream architecture and show it improves language modeling efficiency and downstream task performance by 2-3% compared to standard Transformers.

architectureefficiencytraining

TiRex-2: Generalizing TiRex to Multivariate Data and Streaming

Jul 1, 2026

Patrick Podest, Marco Pichler, Elias Bürger et al.

TiRex-2 enables efficient streaming multivariate forecasting with constant per-patch inference cost and zero-shot generalization, solving the quadratic complexity problem of Transformer-based time series models.

TiRex-2 is a time series foundation model built on xLSTM that handles multiple variables and streaming data efficiently. Unlike Transformer-based models that slow down with longer sequences, TiRex-2 uses a memory-based recurrent design that processes new data at constant cost, even when variables evolve together and some future values are known in advance.

architectureefficiencyscaling

SemRF: A Semantic Reference Frame for Residual-Stream Dynamics in Language Models

Jun 30, 2026

Jian Gu, Aldeida Aleti, Chunyang Chen et al.

SemRF provides a principled way to track semantic meaning across model layers, enabling researchers to distinguish real computation from measurement drift and connect layer-wise complexity to parameter efficiency.

This paper introduces Semantic Reference Frames (SemRF), a mathematical framework for analyzing how language models process information across layers.

architecture

LeVo 2: Stable and Melodious Song Generation via Hierarchical Representation Modeling and Progressive Post-Training

Jun 29, 2026

Shun Lei, Huaicheng Zhang, Dapeng Wu et al.

For music generation at scale, separating semantic planning (what to generate) from acoustic refinement (how to generate it) and training them sequentially rather than simultaneously improves both coherence and sound quality.

LeVo 2 generates full-length songs by combining language models and diffusion models in a hierarchical approach: first predicting mixed vocal-instrument tokens for overall coherence, then refining each track separately for acoustic detail.

architecturetrainingmultimodal

Beyond 2D Matching: A Unified Single-Stage Framework for Geometry-Aware Cross-View Object Geo-Localization

Jun 29, 2026

Liyao Wang, Ruipu Wu, Haojun Xu et al.

Combining explicit 3D geometry (camera poses, spatial relationships) with visual matching dramatically improves cross-view localization and enables zero-shot transfer between ground and drone views without paired training data.

This paper tackles cross-view object geo-localization—finding a target object in satellite imagery when given a ground or drone photo. The authors introduce a large dataset with 220K+ image pairs and geometric metadata, plus GAGeo, a unified framework that predicts object locations, masks, and camera poses simultaneously using 3D spatial understanding rather than just appearance matching.

multimodalevaluationarchitecture
architecture
applications

DanceOPD: On-Policy Generative Field Distillation

Jun 25, 2026

Wei Zhou, Xiongwei Zhu, Zelin Xu et al.

Multi-task image generation models can be trained more effectively by treating each capability (T2I, local edit, global edit) as a separate velocity field and having the student learn to compose them on its own generated trajectories.

DanceOPD is a training framework that helps image generation models master multiple tasks—text-to-image, local editing, and global editing—without them interfering with each other. It uses a distillation approach where a student model learns from specialized 'capability fields' (velocity fields in flow-matching models), routing each image to the right expert for its task.

trainingarchitecturemultimodal

Autoregressive Boltzmann Generators

Jun 25, 2026

Danyal Rehman, Charlie B. Tan, Yoshua Bengio et al.

Autoregressive models can outperform flow-based approaches for molecular sampling by avoiding invertibility constraints and enabling better scalability—opening a new direction for physics-informed generative modeling.

This paper introduces Autoregressive Boltzmann Generators (ArBG), a new method for efficiently sampling molecular systems at equilibrium. Unlike previous approaches using normalizing flows, ArBG uses autoregressive models to generate molecular configurations faster and more accurately, with a large pre-trained model (Robin) achieving 60% better energy predictions on peptide systems.

trainingarchitectureapplications

Generative Models on Analog Hardware with Dynamics

Jun 25, 2026

Yu-Neng Wang, Sara Achour

Analog hardware can generate images 100x more efficiently than digital systems, but requires rethinking model design to match fixed physics-based dynamics rather than flexible neural networks.

This paper proposes Analog Interaction Systems (AIS), a framework for building generative models on analog hardware like coupled oscillators. The key innovation is bridging the gap between what neural networks can do and what analog physics naturally computes—using time-varying parameters and hidden states to improve expressivity while keeping energy costs 100x lower than digital approaches.

efficiencyarchitecturetraining

Effective Covariance Dynamics in Solvable High-Dimensional GANs

Jun 25, 2026

Andrew Bond, Zafer Doğan

Structured correlations in data can boost learning of weak features in GANs, but excessive correlation destabilizes training—there's a sweet spot determined by learning rates and noise.

This paper analyzes GAN training mathematically by studying how a linear generator learns data structure. The key innovation is handling realistic data with correlated features and class-dependent patterns—not just simple diagonal structure. The authors prove training converges to predictable equations and show that smart use of correlations can help weak features become learnable.

trainingarchitecturescaling

CARVE: Content-Aware Recurrent with Value Efficiency for Chunk-Parallel Linear Attention

Jun 25, 2026

Sayak Dutta

Recurrent models can match Transformer efficiency by making forget gates content-aware (looking at stored memory) rather than memory-blind, enabling a mathematical solver that speeds up training while improving language understanding.

CARVE improves recurrent neural networks by fixing how they decide what to forget. Instead of gates that only see new incoming data, CARVE's gates look at what's already stored in memory before deciding what to erase. This single change fixes three architectural problems, enables faster training, and achieves better performance on language tasks while using less memory than competing approaches.

architectureefficiencytraining

Explaining Temporal Graph Neural Networks via Feature-induced Information Flow

Jun 25, 2026

Ping Xiong, Thomas Schnake, Klaus-Robert Müller et al.

When explaining temporal graph models, you need to track information flowing through event-induced variables—not just embeddings—to capture how long-range dependencies actually work in the network.

This paper develops a new method to explain how Temporal Graph Neural Networks make predictions by tracking information flow through all components, not just embeddings. The approach uses a framework called Normalized Relevance Measure to systematically decompose complex temporal graph models and identify which events and interactions matter most for predictions.

evaluationarchitecture

A Process Harness for Uplifting Legacy Workflows to Agentic BPM: Design and Realization in CUGA FLO

Jun 25, 2026

Fabiana Fournier, Lior Limonad

You can add agentic AI capabilities to existing business processes by wrapping them with policy-governed agents at specific control points, rather than rebuilding the entire system.

This paper introduces a 'process harness'—a layer that adds AI reasoning to existing business workflows without replacing them. It uses three types of AI agents (for tasks, decisions, and flow control) that operate within policy guardrails, letting legacy systems maintain structural control while gaining adaptive intelligence at key decision points.

agentsarchitectureapplications

FLUX3D: High-Fidelity 3D Gaussian Generation with Diffusion-Aligned Sparse Representation

Jun 23, 2026

Haorui Ji, Weizhe Liu, Hongdong Li et al.

To build better image-to-3D systems, focus on using features designed for reconstruction rather than classification, and explicitly align 2D image information with 3D geometry during generation.

FLUX3D generates high-quality 3D Gaussian Splatting models from images by improving how 2D image features are converted into 3D representations and how the generation process aligns 2D and 3D data. It uses specialized techniques to preserve fine visual details that previous methods lost, resulting in better-looking 3D assets.

architecturemultimodal

Real vs. Complex Spectral Bases for Neural Operators: The Role of Green's Function Alignment

Jun 23, 2026

Jason Sulskis, Sathya Ravi

For PDE solvers, choose your spectral basis based on the operator's symmetry: real bases for elliptic PDEs, complex bases for time-dependent ones with phase content.

This paper compares two neural operators for solving PDEs: Fourier Neural Operators (FNO) using complex FFT and Hartley Neural Operators (HNO) using real Hartley transforms. Both are iso-parametric but use different spectral bases.

architecturereasoning

IV-CoT: Implicit Visual Chain-of-Thought for Structure-Aware Text-to-Image Generation

Jun 23, 2026

Zixuan Li, Haokun Lin, Yicheng Xiao et al.

Separating structure planning from appearance rendering in image generation improves prompt following for complex spatial and compositional requirements without needing intermediate outputs.

This paper improves text-to-image generation by separating structural planning from appearance rendering. IV-CoT uses two types of queries—structural and semantic—that work together in a single pass: structural queries create a latent visual plan (like an invisible sketch), then semantic queries render the final image based on that plan.

multimodalarchitecturetraining

Large-Language-Model Discovery of Quantum LDPC Codes through Structured Concept Evolution

Jun 23, 2026

Zidu Liu, Florian Marquardt

LLMs can solve discrete design problems in quantum computing by evolving structured concepts rather than generating solutions from first principles—showing that domain-specific constraints and executable specifications make AI search more effective.

Researchers used large language models paired with structured algebraic rules to automatically discover new quantum error-correcting codes. Instead of designing codes from scratch, the system evolves mathematical specifications and programs that describe code families, finding competitive designs that work better than some existing approaches.

reasoningapplicationsarchitecture

Tapered Language Models

Jun 22, 2026

Reza Bayat, Ali Behrouz, Aaron Courville

You can improve language model efficiency by tapering MLP width across depth—allocating more capacity to early layers and less to later ones—a free performance gain that works across different architectures.

This paper shows that language models waste parameters by allocating them uniformly across layers. The authors propose Tapered Language Models, which gradually reduce the width of MLPs (the largest parameter-consuming components) from early to later layers. Across multiple architectures and scales, this simple change improves performance without extra cost.

architectureefficiencyscaling
multimodal
training
architecture