Last 7 Days (July 10 – July 16, 2026)
Driven by next-token prediction, NLP shifted from task-specific models into powerful generalist foundation models. What, then, is the equivalent catalyst needed to achieve a general-purpose model in computer vision? In this paper, we contend that large-scale text-to-video generation serves as a strong pre-training paradigm for computer vision, providing the necessary spatiotemporal priors, vision-language alignment, and scalability required for general visual intelligence. We introduce GenCeption, which leverages a pre-trained video generative diffusion backbone to define a feed-forward perception model, capable of performing various vision tasks steered by text instructions. Empirical results demonstrate that GenCeption achieves state-of-the-art performance across a diverse suite of tasks, including depth, surface normal, and camera pose estimation, expression-referring segmentation, and 3D keypoint prediction, often matching or surpassing specialized models (e.g. DepthAnything3, SAM3, D4RT, VGGT-Omega, Sapiens, David, Genmo, and Lotus-2). Furthermore, the video generative pretrained backbone outperforms alternative pretraining paradigms (e.g., V-JEPA, and Video MAE) under comparable settings. Importantly, GenCeption exhibits preliminary data and model scaling properties along with exceptional data efficiency, where it achieves comparable performance with leading models like D4RT and VGGT-Omega with 7 to 500 less training data. Finally, GenCeption also exhibits intriguing emergent behaviors: a model trained exclusively on synthetic human videos generalizes to real-world footage and out-of-distribution object categories (e.g., animals and robots). These findings suggest that video generation is not merely a synthesis tool, but a foundational path toward generalist vision intelligence for the physical world. Project page: https://genception.github.io
Primary: Not explicitly provided in the paper text. (Inferred from author list: Meta AI, Google DeepMind, University of Oxford)
All Institutions: Not explicitly provided in the paper text. (Inferred from author list: Meta AI, Google DeepMind, University of Oxford)
GenCeption has profound broader implications for the field of computer vision and AI: 1. **Paradigm Shift:** It proposes a significant paradigm shift from specialized, task-specific vision models to unified, generalist foundation models, mirroring the success in NLP. This could fundamentally change how computer vision systems are developed and deployed. 2. **Path to General Visual Intelligence:** By demonstrating that large-scale video generation can serve as a universal pre-training objective, the paper offers a concrete path toward achieving general visual intelligence that understands the 4D physical world, its dynamics, and its language alignment. 3. **Reduced Annotation Burden:** The reliance on synthetic data for training most tasks, coupled with exceptional data efficiency, suggests a future where high-quality, diverse ground truth annotations for real-world videos might be less critical, significantly reducing the cost and effort of developing new vision capabilities. 4. **Emergent Capabilities:** The observed emergent behaviors (sim-to-real, OOD generalization) are highly significant. They suggest that generative models learn rich, transferable representations that encode a deep understanding of the world, potentially leading to more robust and adaptable AI systems. 5. **Ethical Considerations:** As with any powerful general-purpose AI, the potential for misuse (e.g., generating highly realistic but manipulated videos, advanced surveillance) needs careful consideration. The synthetic data generation process itself could also be biased if not carefully curated. This paper presents GenCeption, a unified framework demonstrating that large-scale text-to-video generation serves as a powerful pre-training paradigm for general-purpose vision learning. By repurposing a video diffusion backbone into an efficient feed-forward model, GenCeption achieves state-of-the-art performance across a diverse suite of perception tasks and exhibits compelling emergent behaviors like sim-to-real transfer and out-of-distribution generalization, suggesting a foundational path toward generalist vision intelligence. The work offers a significant conceptual shift for computer vision, moving towards generalist foundation models akin to LLMs, backed by extensive empirical validation and promising implications for future AI development.
The core methodology of GenCeption is to repurpose a large-scale text-to-video generative diffusion model as a general-purpose vision learner. This is a conceptually elegant approach, drawing a direct analogy to the success of next-token prediction in NLP for foundation models. The authors identify three key imperatives for a generalist vision model (Spatio-Temporal Evolution, Vision-Language Alignment, Scalability) and argue that text-to-video generation naturally satisfies all of them. Technically, the adaptation of the diffusion model is clever: 1. **Feed-Forward Reformulation:** Instead of iterative denoising, the model takes a clean input video latent, fixes the conditioning timestep to t=0 (corresponding to the end of the Rectified Flow process), and negates the velocity output. This transforms a slow generative process into an efficient single-step feed-forward perception model, which is crucial for practical applications. 2. **Unified Task Representation:** For dense tasks, all outputs (depth, normals, segmentation, raymaps for camera pose) are mapped to a 3-channel RGB space within [0,1]. This is a highly effective abstraction that allows a single decoder and loss function to handle diverse modalities. For sparse tasks (2D/3D keypoints), learnable tokens are appended to the video latents, decoded by an MLP. This token-based approach is a standard and robust way to handle structured outputs. 3. **Unified Loss Design:** The model is trained solely with an L2 loss, simplifying the multi-task optimization problem. Task-specific nuances (like scale ambiguity in depth) are handled at the data representation level (e.g., median normalization for depth), which is a smart design choice that reduces engineering overhead. 4. **Scalable Synthetic Data:** Recognizing the scarcity of multi-modal video ground truth, the authors propose a synthetic data generation workflow focusing on human-centric videos, covering diverse identities, motions, and backgrounds. This is a practical and scalable solution for pre-training. The methodology is sound, innovative in its application to video generalism, and well-justified by the analogy to LLMs. The design choices prioritize efficiency and architectural simplicity, which are key for foundation models.
The experimental evaluation is exceptionally comprehensive and rigorous, a major strength of the paper. 1. **Breadth of Tasks:** GenCeption is evaluated on a wide array of vision tasks, including dense prediction (surface normal, depth, foreground segmentation, expression-referring open-world segmentation, camera pose estimation) and sparse prediction (3D keypoint estimation). This broad coverage is essential for validating a "general-purpose" claim. 2. **Diverse Benchmarks:** Evaluation is conducted on numerous challenging real-world datasets, including Sintel, Hi4D, KITTI, ETH3D, Goliath, VideoMatte, PhotoMatte 85, PPM-100, RefVOS-DAVIS, MeViS, and EMDB. This ensures robustness across different data distributions and scenarios. 3. **Strong Baselines and SOTA Comparison:** The paper compares GenCeption against a large number of specialized, state-of-the-art models for each task (e.g., DepthAnything3, SAM3, D4RT, VGGT-Omega, Sapiens, David, Genmo, Lotus-2). GenCeption consistently matches or surpasses these specialized models, which is a remarkable achievement for a generalist architecture. 4. **Ablation Studies:** * **Generalist vs. Specialist:** The ablation shows mixed results, with some tasks benefiting from joint training and others (especially 3D keypoints) regressing. This provides valuable insight into the challenges of unifying all task types and the importance of minimal architectural modifications. * **Pretraining Effectiveness:** Comparison with V-JEPA and VideoMAE V2 demonstrates the superiority of the video generative pretraining backbone, suggesting the generative objective itself is key. Training from scratch yields poor performance, confirming the necessity of pre-training. * **Scaling Properties and Data Efficiency:** The model exhibits promising scaling properties with increasing model size and data. Crucially, it achieves comparable performance with leading models using 7x to 500x less training data, highlighting exceptional data efficiency. 5. **Emergent Behaviors:** This is perhaps the most compelling part of the experimental results. * **Sim-to-Real Transfer:** Trained purely on synthetic videos, GenCeption generalizes remarkably well to real-world footage, often producing outputs with finer details than its training data. * **Generalization to OOD Classes:** Trained exclusively on human-centric synthetic data, the model generalizes effectively to unseen object categories like animals and robots. This strongly supports the hypothesis that the generative pre-training learns a robust "world model." The experimental section is thorough, well-structured, and provides strong empirical evidence for the paper's central claims.
The paper provides a good level of detail for reproducibility: * **Base Model:** Specifies the use of WAN 2.1, an open-source and open-weights text-to-video diffusion model. * **Training Details:** Resolution (480x832, 81 frames), FPS (24), batch size (64), hardware (256 v6e TPUs), optimizer (Adam), learning rate (5e-5), training steps (15000), warmup steps (250), and regularization (gradient clipping, gradient dropping) are all specified. * **Data:** Details on the synthetic data generation (RenderPeople, CMU motion capture, Blender) and additional public datasets used (TartanAir, Virtual KITTI, MVS Synth, MeViS, Ref-COCO, YouTube-VOS) are provided. * **Inference Cost:** Detailed inference times and VRAM usage for both 1.3B and 14B models are given. The project page URL is also provided, which often contains code or further details. Overall, the information provided should allow for a high degree of reproducibility.
1. **Generalist Performance for Sparse Tasks:** While generally strong, the ablation study indicates that joint training severely degrades 3D human keypoint estimation. The authors attribute this to the divergence of token-based coordinate regression from continuous pixel-space pre-training and the disruption caused by additional learnable tokens. This suggests that fully unifying all task types, especially those requiring explicit structured outputs, remains a challenge within the current paradigm. 2. **Reliance on Synthetic Data for Most Tasks:** While a strength for scalability and emergent behaviors, the primary reliance on synthetic data for most tasks might introduce biases or limitations in certain real-world scenarios not covered by the synthetic distribution, even with the demonstrated sim-to-real transfer. 3. **Computational Cost:** Although the feed-forward inference is efficient compared to iterative diffusion, the 14B model still requires significant VRAM (42.8GB) and takes 10 seconds for 81 frames, which might be prohibitive for some real-time or resource-constrained applications. 4. **Specific Pre-trained Model:** The results are tied to the WAN 2.1 backbone. While the paper argues for the generality of the *generative pre-training objective*, the specific performance might vary with different base video diffusion models.
GenCeption has profound broader implications for the field of computer vision and AI: 1. **Paradigm Shift:** It proposes a significant paradigm shift from specialized, task-specific vision models to unified, generalist foundation models, mirroring the success in NLP. This could fundamentally change how computer vision systems are developed and deployed. 2. **Path to General Visual Intelligence:** By demonstrating that large-scale video generation can serve as a universal pre-training objective, the paper offers a concrete path toward achieving general visual intelligence that understands the 4D physical world, its dynamics, and its language alignment. 3. **Reduced Annotation Burden:** The reliance on synthetic data for training most tasks, coupled with exceptional data efficiency, suggests a future where high-quality, diverse ground truth annotations for real-world videos might be less critical, significantly reducing the cost and effort of developing new vision capabilities. 4. **Emergent Capabilities:** The observed emergent behaviors (sim-to-real, OOD generalization) are highly significant. They suggest that generative models learn rich, transferable representations that encode a deep understanding of the world, potentially leading to more robust and adaptable AI systems. 5. **Ethical Considerations:** As with any powerful general-purpose AI, the potential for misuse (e.g., generating highly realistic but manipulated videos, advanced surveillance) needs careful consideration. The synthetic data generation process itself could also be biased if not carefully curated. This paper presents GenCeption, a unified framework demonstrating that large-scale text-to-video generation serves as a powerful pre-training paradigm for general-purpose vision learning. By repurposing a video diffusion backbone into an efficient feed-forward model, GenCeption achieves state-of-the-art performance across a diverse suite of perception tasks and exhibits compelling emergent behaviors like sim-to-real transfer and out-of-distribution generalization, suggesting a foundational path toward generalist vision intelligence. The work offers a significant conceptual shift for computer vision, moving towards generalist foundation models akin to LLMs, backed by extensive empirical validation and promising implications for future AI development.
Robotic manipulation is inherently multi-frame: local actions may be simple in an end-effector frame, while transport, upright-object handling, and whole-body coordination are better represented in a base-aligned frame. However, modern diffusion-based visuomotor policies typically commit to a single predefined action frame, forcing one denoiser to model action distributions that are often unnecessarily complex in that frame. We propose Mixture of Frames Policy (MoF), a diffusion policy that performs synchronized action denoising across multiple coordinate frames. MoF maintains a single canonical diffusion state, re-expresses it in several task-relevant frames, applies frame-specialized denoisers, and fuses their noise predictions back in the canonical frame. To make this possible for intermediate noisy diffusion states, we introduce a column-based 6D rotation representation within an SE(3) action parameterization that supports exact, differentiable frame transformations without requiring noisy rotations to lie on the SO(3) manifold. Across nine simulated bimanual manipulation tasks, we show that the best action frame is task-dependent and that MoF improves over oracle frame selection and standard Mixture-of-Experts (MoE) baselines. We further evaluate MoF on two real-world bimanual mobile manipulation tasks, demonstrating that it outperforms all constituent single-frame baselines. Project homepage: https://mofpo.github.io
Primary: Stanford University
All Institutions: Stanford University, Apple, Toyota Research Institute
The paper presents a highly innovative and technically sound approach to improving diffusion-based visuomotor policies by leveraging multi-frame reasoning. The introduction of a column-based 6D rotation representation for exact noisy state transformation is a significant methodological advance. Comprehensive experiments in simulation and on real-world robots demonstrate substantial improvements over strong baselines, including oracle frame selection. The work is well-motivated, rigorously evaluated, and addresses a fundamental limitation in current robotic policy architectures. It is a strong candidate for top-tier publication and will likely influence future research in robotic policy learning.
The paper proposes a novel architecture for diffusion-based visuomotor policies called Mixture of Frames (MoF). The core insight is that robotic manipulation actions are naturally represented in different coordinate frames at different stages of a task (e.g., end-effector for grasping, base for transport). Standard diffusion policies fix a single action frame, forcing the denoiser to model complex, frame-dependent distributions. MoF maintains a single canonical diffusion state but applies frame-specialized denoisers in their respective frames, fusing the noise predictions back into the canonical frame. A critical technical contribution is the introduction of a column-based 6D rotation representation for SE(3) actions. This allows for exact, differentiable frame transformations of *noisy* intermediate states without requiring projection onto the SO(3) manifold, which is non-linear and lossy. This mathematical insight is elegant and solves a significant implementation hurdle for multi-frame reasoning in diffusion policies. The method is generalizable to any diffusion policy and can be implemented as a drop-in replacement or extension.
The evaluation is comprehensive and rigorous. The authors first establish the motivation by showing that action frame choice has a substantial, task-dependent impact on performance in bimanual mobile manipulation, with a 15% gap between the best and worst single frames. They then demonstrate that MoF outperforms oracle frame selection (which knows the best frame per task) and standard Mixture-of-Experts (MoE) baselines that do not operate in multiple action frames. The ablation studies are particularly strong, showing that the proposed column-based representation is essential (orthogonalization leads to collapse in ensemble variants) and that the router effectively switches between frames based on task phase. Real-world experiments on two complex bimanual mobile manipulation tasks (Pouring, Serving) further validate the approach, showing significant improvements over single-frame baselines. The use of simulated benchmarks (BiGym, DexMimicGen) and real-world validation provides a robust evidence base.
The paper provides detailed descriptions of the method, including the specific rotation representation and the fusion mechanism. The project homepage link suggests code availability. The experimental setup is well-described, including dataset sizes, training epochs, and evaluation metrics. The ablation studies provide clear evidence of component contributions. The reliance on standard simulators (BiGym) and real-world hardware (HoMMI) enhances reproducibility.
The method relies on a designer-specified set of candidate frames. While the router learns to weight them, the set must be predefined. The paper acknowledges this and suggests future work on learning or discovering frames. Additionally, the router is supervised via denoising loss, which may not perfectly align with policy performance, though the results suggest it works well in practice. The current experiments focus on smaller diffusion policies; scaling to large VLA models is noted as future work.
This work has significant implications for robotic manipulation, particularly in complex, multi-stage tasks where different coordinate systems are advantageous. By improving the robustness and performance of visuomotor policies, it contributes to the broader goal of autonomous robots capable of operating in unstructured environments. The technical contribution regarding SE(3) transformations is also valuable for the broader machine learning community working with geometric deep learning and diffusion models. The paper presents a highly innovative and technically sound approach to improving diffusion-based visuomotor policies by leveraging multi-frame reasoning. The introduction of a column-based 6D rotation representation for exact noisy state transformation is a significant methodological advance. Comprehensive experiments in simulation and on real-world robots demonstrate substantial improvements over strong baselines, including oracle frame selection. The work is well-motivated, rigorously evaluated, and addresses a fundamental limitation in current robotic policy architectures. It is a strong candidate for top-tier publication and will likely influence future research in robotic policy learning.
Compression is fundamental to intelligence. A model that can represent its training data as a short code has discovered regularities that enable generalization. Large neural networks may learn functions far simpler than their parameter counts suggest, but it is challenging to construct codes that realize this simplicity. Parameter-based methods such as quantization produce code lengths that scale with model size, insensitive to how much information the parameters store. Prequential coding bypasses this issue by compressing the training trajectory, but codes the exact data sequence regardless of how much the model learns, yielding large codes when the data has high entropy. We introduce requential coding, where a teacher model selects training samples drawn from the student's own distribution. The student's code records only these selections, which cost bits only where teacher and student disagree. The resulting code length is independent of parameter count and data entropy, and often orders of magnitude shorter than the prequential counterpart, with an advantage that grows with scale. This compression sheds light on phenomena inaccessible to prior compressors. Holding loss fixed, larger models and ensembles compress to much smaller sizes despite more parameters. Plugged into a PAC-Bayes bound, the requential code yields state-of-the-art generalization guarantees for billion-parameter LLMs, outperforming bounds built on aggressive post-training quantization even granted zero error. The bound tightens with scale in the compute-optimal regime, as models become increasingly compressible relative to dataset size. The same code predicts that models gradually overfit when trained for multiple epochs. It also isolates the learnable information in a dataset from its unpredictable, random content, revealing that lower-entropy text holds far more learnable structure than higher-entropy image data.
Primary: New York University
All Institutions: Carnegie Mellon University, New York University
Requential coding has a profound broader impact on the field of machine learning: 1. **Understanding Generalization**: It provides a rigorous, operational measure of model complexity that directly correlates with generalization performance, especially for large neural networks where traditional measures (like parameter count) are misleading. This is a critical step towards a deeper theoretical understanding of deep learning. 2. **Scaling Laws**: The finding that larger models are more compressible at fixed loss offers crucial insights into the efficiency of scaling, suggesting that larger models indeed learn simpler, more generalizable functions. This can guide future research into model architectures and training paradigms. 3. **PAC-Bayes Bounds**: Achieving state-of-the-art, non-vacuous PAC-Bayes generalization bounds for billion-parameter LLMs is a major theoretical breakthrough, making these bounds relevant for modern large-scale models. 4. **Data Curation and Selection**: The ability to distinguish learnable information from random content in datasets provides a principled metric for data quality and could inform strategies for more effective data curation and selection. 5. **Theoretical Tool**: Requential coding serves as a powerful analytical tool for diagnosing phenomena like overfitting and understanding the information flow during training, opening new avenues for theoretical and empirical investigation in deep learning. Requential coding introduces a novel, highly efficient model compression scheme that significantly advances the understanding of generalization in deep learning by providing a rigorous measure of model complexity independent of parameter count and data entropy. This method yields state-of-the-art PAC-Bayes generalization bounds for billion-parameter LLMs, reveals that larger models are more compressible, and offers new insights into overfitting and the learnable information content of datasets, thus serving as a powerful analytical tool for the field.
The paper introduces "requential coding," a novel and highly efficient method for compressing generative models. It builds upon the principles of prequential coding and relative entropy coding (REC) but addresses their fundamental limitations. Unlike parameter-based methods (e.g., quantization) that scale with model size regardless of information stored, or prequential coding that scales with dataset size and entropy, requential coding decouples code length from both. The core idea is that a "student" model generates candidate training samples from its own distribution, and a stronger "teacher" model selects one of these candidates. The student's code then records only the index of the selected sample, which costs approximately $KL(Q_t\|P_t)$ bits, where $Q_t$ is the teacher and $P_t$ is the student. This effectively distills the teacher's knowledge into the student by efficiently transmitting only the "disagreement" between them. The methodology is rigorously defined, including the encoder and decoder protocols, and a formal bound for the expected code length is derived in the appendix, showing it scales with the cumulative teacher-student KL divergence. Practical improvements like "teacher smoothing" (using an EMA of teacher checkpoints) and "iso-loss projection" (periodically resetting the teacher to the student's performance level) are introduced to further reduce the code length without sacrificing performance. The paper also provides a detailed analysis of the runtime for code length evaluation, encoding, and decoding, acknowledging the computational cost of actual transmission (which can be high due to REC's proposal generation) but emphasizing that evaluation is much more efficient. The use of a universal integer code (Elias delta) for the index ensures the decoder doesn't need prior knowledge of the KL divergence. This is a sophisticated and well-thought-out approach that significantly advances the state of the art in model compression theory.
The experimental evaluation is comprehensive and compelling, demonstrating the power of requential coding across various tasks and scales. 1. **Compression Benchmarking**: Requential coding is benchmarked against prequential coding and idealized 4-bit post-training quantization (PTQ) on autoregressive transformers (100M parameters) trained on OpenWebText, CIFAR-5M, and FineWeb. It achieves one to two orders of magnitude shorter codes than prequential coding, dominating the Pareto frontier of loss vs. code length. The prequential heuristic (a non-rigorous estimate) also falls well above requential coding. 2. **Scaling Insights**: * **Model Size**: Experiments show that larger models (from 10M to 1B parameters) are *more compressible* at a fixed loss, despite having more parameters. This is a crucial finding, as it suggests larger models learn simpler functions relative to their capacity, which parameter-based methods fail to capture. * **Ensembles**: Larger ensembles are also shown to be more compressible, reaching lower loss at a fixed code budget. 3. **Generalization Guarantees (PAC-Bayes Bounds)**: This is a highlight. Plugging the requential code length into a PAC-Bayes bound yields state-of-the-art generalization guarantees for billion-parameter LLMs. These bounds: * Improve with model scale, mirroring the true test loss, for models trained on a fixed amount of data. * Outperform even *idealized lossless 4-bit PTQ bounds* in the compute-optimal scaling regime ($D=20N$), a significant breakthrough as previous non-vacuous bounds for LLMs were based on realistic PTQ. * Tighten with scale, as the code length per parameter decays as a power law, predicting a vanishing generalization gap. 4. **Overfitting Prediction**: The requential code successfully predicts gradual overfitting under data repetition, showing the divergence between training and test loss as the complexity penalty rises. 5. **Learnable Information Content**: The method effectively isolates learnable structure from random information in datasets, revealing that lower-entropy text holds more learnable structure than higher-entropy image data, and distinguishing it from random or trivially repeating strings. This provides a principled way to rank datasets by their "epiplexity." The experiments are well-designed, the results are clearly presented (e.g., Figure 3, 4, 5), and the conclusions drawn are profound, offering new insights into deep learning phenomena that were previously inaccessible to rigorous measurement.
The paper explicitly states that "Code available at https://github.com/shikaiqiu/requential-coding". The methodology is described with sufficient detail, including pseudocode for REC and descriptions of teacher smoothing and iso-loss projection. The appendix provides full experiment details, including how code lengths are computed, datasets used, and per-figure configurations. This commitment to open-sourcing the code and providing detailed experimental setups significantly enhances reproducibility.
The authors acknowledge several limitations: 1. **Lossy Compression of Teacher**: Requential coding provides a lossless compression for the student model, which is a distillation of the teacher. If the goal is to compress a pre-trained model not trained via distillation, it becomes a lossy compression of that original model. 2. **Encoding Runtime**: While code length *evaluation* is efficient, *actually transmitting* a model via requential coding can be prohibitively slow due to the exponential scaling of REC encoding time with KL divergence. The paper primarily presents it as a tool for *evaluation* and *understanding* rather than practical transmission. 3. **Information Forgetting**: The current code length only grows with training steps and doesn't account for information that might be learned early but subsequently forgotten. Leveraging forgotten information could potentially further reduce the code length. 4. **Teacher Optimization**: The choice of teacher sequence is simple, and further gains are expected from optimizing it.
Requential coding has a profound broader impact on the field of machine learning: 1. **Understanding Generalization**: It provides a rigorous, operational measure of model complexity that directly correlates with generalization performance, especially for large neural networks where traditional measures (like parameter count) are misleading. This is a critical step towards a deeper theoretical understanding of deep learning. 2. **Scaling Laws**: The finding that larger models are more compressible at fixed loss offers crucial insights into the efficiency of scaling, suggesting that larger models indeed learn simpler, more generalizable functions. This can guide future research into model architectures and training paradigms. 3. **PAC-Bayes Bounds**: Achieving state-of-the-art, non-vacuous PAC-Bayes generalization bounds for billion-parameter LLMs is a major theoretical breakthrough, making these bounds relevant for modern large-scale models. 4. **Data Curation and Selection**: The ability to distinguish learnable information from random content in datasets provides a principled metric for data quality and could inform strategies for more effective data curation and selection. 5. **Theoretical Tool**: Requential coding serves as a powerful analytical tool for diagnosing phenomena like overfitting and understanding the information flow during training, opening new avenues for theoretical and empirical investigation in deep learning. Requential coding introduces a novel, highly efficient model compression scheme that significantly advances the understanding of generalization in deep learning by providing a rigorous measure of model complexity independent of parameter count and data entropy. This method yields state-of-the-art PAC-Bayes generalization bounds for billion-parameter LLMs, reveals that larger models are more compressible, and offers new insights into overfitting and the learnable information content of datasets, thus serving as a powerful analytical tool for the field.
Automatic speech recognition is dominated by autoregressive decoders that emit one token at a time. We ask whether a discrete diffusion language model can transcribe speech instead, refining a whole transcript in parallel over a small number of denoising steps. We train an audio-native interface for DiffusionGemma, a 26B mixture-of-experts model that generates text by uniform, random-token discrete diffusion rather than the absorbing-mask scheme common to recent diffusion language models. A frozen Whisper encoder supplies acoustic features, a lightweight projector maps them into the model embedding space, and low-rank adapters let the frozen backbone attend to the new modality. About 42M parameters are trained, which is 0.16 percent of the backbone. We find that the natural training objectives fail to ground the audio because their gradient reaches the projector only through attention that has already dismissed it. A connectionist temporal classification loss applied through the frozen output head breaks this deadlock. The resulting model reaches 6.6 percent word error rate on LibriSpeech test-clean, transcribes in roughly eight parallel steps regardless of utterance length, and uses a single adapter trained on six languages, which we evaluate here on English, Hindi, and Mandarin.
Primary: Unknown
All Institutions: Unknown
This paper presents a compelling proof-of-concept for audio-native speech recognition using frozen discrete-diffusion language models, introducing a novel CTC-based grounding mechanism that overcomes gradient vanishing in attention-based adapters. While it does not yet surpass autoregressive baselines, it establishes a new architectural paradigm for parallel speech decoding and provides valuable insights into the training dynamics of frozen multimodal diffusion models.
The paper proposes a novel architecture for Automatic Speech Recognition (ASR) by interfacing a frozen discrete-diffusion language model (DiffusionGemma) with a frozen Whisper encoder via a lightweight projector and LoRA adapters. The core methodological contribution is the identification and resolution of a "grounding deadlock" where standard diffusion and autoregressive losses fail to propagate gradients to the audio projector because the frozen attention mechanism ignores the random audio embeddings. The authors introduce a Connectionist Temporal Classification (CTC) loss applied directly through the frozen output head to break this symmetry, allowing the audio embeddings to become linearly predictive of the transcript. This enables the diffusion decoder to attend to meaningful audio features. The approach is technically sound and creatively applies the "frozen backbone + adapter" paradigm, previously common in vision-language models, to the emerging field of discrete diffusion language models for speech.
The experimental evaluation is rigorous within the constraints of the data budget. The model achieves 6.6% Word Error Rate (WER) on LibriSpeech test-clean, which is a strong result given the extremely limited training data (100 hours of clean LibriSpeech + 219 hours total including multilingual). The paper provides a detailed ablation study identifying the bottleneck as data scale rather than architecture or encoder quality. The parallel decoding speed is demonstrated to be independent of transcript length, converging in ~8 steps. However, the performance trails autoregressive Whisper significantly, and the comparison is not head-to-head on equal footing (different data, different normalizers). The multilingual evaluation is limited to three languages despite training on six, which weakens the claim of robust multilingual capability.
The paper provides sufficient detail for reproduction, including the architecture of the projector, the specific diffusion process (uniform random-token corruption), the loss functions, and the training hyperparameters (AdamW, LR, batch size). The use of open-weight models (DiffusionGemma, Whisper) and standard datasets (LibriSpeech, FLEURS) enhances reproducibility. The specific "scattering" mechanism for injecting audio tokens is described clearly.
The primary limitation is the significant performance gap compared to state-of-the-art autoregressive systems (Whisper). The authors attribute this to data scale, but the model's ability to generalize to out-of-domain or noisy speech is not thoroughly tested beyond LibriSpeech and VoxPopuli. The fixed 30-second window from Whisper limits streaming applications. Additionally, the diffusion decoding introduces repetition artifacts that require post-processing. The reliance on a frozen Whisper encoder means the acoustic front-end is not optimized for the diffusion decoder, potentially capping performance.
This work demonstrates that diffusion language models, typically associated with text generation, can be effectively adapted for speech recognition, offering a parallel decoding alternative to autoregressive models. This could inspire further research into non-autoregressive speech processing and the grounding of frozen multimodal models. The "CTC unlock" technique for grounding frozen models via direct supervision is a generalizable insight that may apply to other modalities or frozen model adaptations. This paper presents a compelling proof-of-concept for audio-native speech recognition using frozen discrete-diffusion language models, introducing a novel CTC-based grounding mechanism that overcomes gradient vanishing in attention-based adapters. While it does not yet surpass autoregressive baselines, it establishes a new architectural paradigm for parallel speech decoding and provides valuable insights into the training dynamics of frozen multimodal diffusion models.
In this paper, we challenge the prevailing view that information dependency (including rote memorization) drives training data exposure to image reconstruction attacks. We show that extensive exposure can persist without rote memorization and is instead caused by a tunable connection to adversarial robustness. We begin by presenting three surprising results: (1) recent defenses that inhibit reconstruction by Model Inversion Attacks (MIAs), which evaluate leakage under an idealized attacker, do not reduce standard measures of information dependency (HSIC); (2) models that maximally memorize their training datasets remain robust to MIA reconstruction; and (3) models trained without seeing 97% of the training pixels, where recent information-theoretic bounds give arbitrarily strong privacy guarantees under standard assumptions, can still be devastatingly reconstructed by MIA. To explain these findings, we provide causal evidence that privacy under MIA arises from what the adversarial examples literature calls ``non-robust'' features (generalizable but imperceptible and unstable features). We further show that recent MIA defenses obtain their privacy improvements by unintentionally shifting models toward such features. To establish this causal relationship, we introduce Anti Adversarial Training (AT-AT), a training regime that intentionally learns non-robust features to obtain both superior reconstruction defense and higher accuracy than state-of-the-art defenses. Our results revise the prevailing understanding of training data exposure and reveal a new privacy-robustness tradeoff.
This paper fundamentally challenges the prevailing information-theoretic understanding of machine learning privacy by demonstrating that adversarial non-robust features, rather than rote memorization, are the primary driver of training data exposure in Model Inversion Attacks. The work is highly significant for the privacy and robustness communities, offering a causal explanation for why standard defenses work and introducing a novel training regime (AT-AT) that leverages this insight to improve both privacy and accuracy. While the findings are surprising and likely to reshape theoretical discussions on the relationship between robustness and privacy, the immediate impact on general ML practitioners is somewhat niche compared to foundational architectural or scaling breakthroughs, placing it in the "strong paper, likely cited widely" category rather than a field-defining landmark.
The key-value (KV) cache has become the dominant memory cost of transformer inference. It grows with batch size, context length, and depth, and at long context it, rather than the model weights, sets the ceiling on throughput. Two families of methods reduce it. Low-rank methods factor two-dimensional slices of the cache, either per-head matrices or cross-layer feature blocks, and quantization methods lower the bit-width of every entry. Neither family exploits the fact that the cache at a layer is naturally a third-order tensor whose three axes, the heads, the tokens, and the features, carry very different amounts of redundancy. We take this tensor view directly. Our method, JoLT, applies a partial Tucker decomposition that compresses only the token and feature axes while leaving the head and layer axes intact, and then restores the energy that truncation discards with a Johnson-Lindenstrauss (JL) rotated low-bit residual. A single Lagrangian dual allocates the Tucker ranks and the residual bit-widths together, per layer group and separately for keys and values, under one byte budget. The result is a near-lossless 2-3x compression: perplexity, GSM8K accuracy, and RULER needle-in-a-haystack retrieval all stay at or within statistical noise of the uncompressed baseline on both a grouped-query-attention model (Mistral-7B-v0.3) and a multi-head-attention model (LLaMA-2-13B). At 2x, JoLT reconstructs the cache to relative Frobenius error 0.009 (K) and 0.006 (V) on both architectures, roughly an order of magnitude below cross-layer SVD and 4-bit quantization. A randomized-SVD variant, FlashJoLT, delivers a 5-13x compression-time speedup at matched quality.
This paper introduces JoLT, a novel KV cache compression method that leverages tensor decomposition and Johnson-Lindenstrauss residual allocation to achieve near-lossless compression with significantly lower reconstruction error than existing low-rank or quantization baselines. The work is technically sound and addresses a critical bottleneck in LLM inference, offering a meaningful engineering advance that balances compression ratio with accuracy preservation, though it operates within the established paradigm of cache optimization rather than introducing a new foundational architecture or training paradigm.
Compression is fundamental to intelligence. A model that can represent its training data as a short code has discovered regularities that enable generalization. Large neural networks may learn functions far simpler than their parameter counts suggest, but it is challenging to construct codes that realize this simplicity. Parameter-based methods such as quantization produce code lengths that scale with model size, insensitive to how much information the parameters store. Prequential coding bypasses this issue by compressing the training trajectory, but codes the exact data sequence regardless of how much the model learns, yielding large codes when the data has high entropy. We introduce requential coding, where a teacher model selects training samples drawn from the student's own distribution. The student's code records only these selections, which cost bits only where teacher and student disagree. The resulting code length is independent of parameter count and data entropy, and often orders of magnitude shorter than the prequential counterpart, with an advantage that grows with scale. This compression sheds light on phenomena inaccessible to prior compressors. Holding loss fixed, larger models and ensembles compress to much smaller sizes despite more parameters. Plugged into a PAC-Bayes bound, the requential code yields state-of-the-art generalization guarantees for billion-parameter LLMs, outperforming bounds built on aggressive post-training quantization even granted zero error. The bound tightens with scale in the compute-optimal regime, as models become increasingly compressible relative to dataset size. The same code predicts that models gradually overfit when trained for multiple epochs. It also isolates the learnable information in a dataset from its unpredictable, random content, revealing that lower-entropy text holds far more learnable structure than higher-entropy image data.
Primary: New York University
All Institutions: Carnegie Mellon University, New York University
Requential coding has a profound broader impact on the field of machine learning: 1. **Understanding Generalization**: It provides a rigorous, operational measure of model complexity that directly correlates with generalization performance, especially for large neural networks where traditional measures (like parameter count) are misleading. This is a critical step towards a deeper theoretical understanding of deep learning. 2. **Scaling Laws**: The finding that larger models are more compressible at fixed loss offers crucial insights into the efficiency of scaling, suggesting that larger models indeed learn simpler, more generalizable functions. This can guide future research into model architectures and training paradigms. 3. **PAC-Bayes Bounds**: Achieving state-of-the-art, non-vacuous PAC-Bayes generalization bounds for billion-parameter LLMs is a major theoretical breakthrough, making these bounds relevant for modern large-scale models. 4. **Data Curation and Selection**: The ability to distinguish learnable information from random content in datasets provides a principled metric for data quality and could inform strategies for more effective data curation and selection. 5. **Theoretical Tool**: Requential coding serves as a powerful analytical tool for diagnosing phenomena like overfitting and understanding the information flow during training, opening new avenues for theoretical and empirical investigation in deep learning. Requential coding introduces a novel, highly efficient model compression scheme that significantly advances the understanding of generalization in deep learning by providing a rigorous measure of model complexity independent of parameter count and data entropy. This method yields state-of-the-art PAC-Bayes generalization bounds for billion-parameter LLMs, reveals that larger models are more compressible, and offers new insights into overfitting and the learnable information content of datasets, thus serving as a powerful analytical tool for the field.
The paper introduces "requential coding," a novel and highly efficient method for compressing generative models. It builds upon the principles of prequential coding and relative entropy coding (REC) but addresses their fundamental limitations. Unlike parameter-based methods (e.g., quantization) that scale with model size regardless of information stored, or prequential coding that scales with dataset size and entropy, requential coding decouples code length from both. The core idea is that a "student" model generates candidate training samples from its own distribution, and a stronger "teacher" model selects one of these candidates. The student's code then records only the index of the selected sample, which costs approximately $KL(Q_t\|P_t)$ bits, where $Q_t$ is the teacher and $P_t$ is the student. This effectively distills the teacher's knowledge into the student by efficiently transmitting only the "disagreement" between them. The methodology is rigorously defined, including the encoder and decoder protocols, and a formal bound for the expected code length is derived in the appendix, showing it scales with the cumulative teacher-student KL divergence. Practical improvements like "teacher smoothing" (using an EMA of teacher checkpoints) and "iso-loss projection" (periodically resetting the teacher to the student's performance level) are introduced to further reduce the code length without sacrificing performance. The paper also provides a detailed analysis of the runtime for code length evaluation, encoding, and decoding, acknowledging the computational cost of actual transmission (which can be high due to REC's proposal generation) but emphasizing that evaluation is much more efficient. The use of a universal integer code (Elias delta) for the index ensures the decoder doesn't need prior knowledge of the KL divergence. This is a sophisticated and well-thought-out approach that significantly advances the state of the art in model compression theory.
The experimental evaluation is comprehensive and compelling, demonstrating the power of requential coding across various tasks and scales. 1. **Compression Benchmarking**: Requential coding is benchmarked against prequential coding and idealized 4-bit post-training quantization (PTQ) on autoregressive transformers (100M parameters) trained on OpenWebText, CIFAR-5M, and FineWeb. It achieves one to two orders of magnitude shorter codes than prequential coding, dominating the Pareto frontier of loss vs. code length. The prequential heuristic (a non-rigorous estimate) also falls well above requential coding. 2. **Scaling Insights**: * **Model Size**: Experiments show that larger models (from 10M to 1B parameters) are *more compressible* at a fixed loss, despite having more parameters. This is a crucial finding, as it suggests larger models learn simpler functions relative to their capacity, which parameter-based methods fail to capture. * **Ensembles**: Larger ensembles are also shown to be more compressible, reaching lower loss at a fixed code budget. 3. **Generalization Guarantees (PAC-Bayes Bounds)**: This is a highlight. Plugging the requential code length into a PAC-Bayes bound yields state-of-the-art generalization guarantees for billion-parameter LLMs. These bounds: * Improve with model scale, mirroring the true test loss, for models trained on a fixed amount of data. * Outperform even *idealized lossless 4-bit PTQ bounds* in the compute-optimal scaling regime ($D=20N$), a significant breakthrough as previous non-vacuous bounds for LLMs were based on realistic PTQ. * Tighten with scale, as the code length per parameter decays as a power law, predicting a vanishing generalization gap. 4. **Overfitting Prediction**: The requential code successfully predicts gradual overfitting under data repetition, showing the divergence between training and test loss as the complexity penalty rises. 5. **Learnable Information Content**: The method effectively isolates learnable structure from random information in datasets, revealing that lower-entropy text holds more learnable structure than higher-entropy image data, and distinguishing it from random or trivially repeating strings. This provides a principled way to rank datasets by their "epiplexity." The experiments are well-designed, the results are clearly presented (e.g., Figure 3, 4, 5), and the conclusions drawn are profound, offering new insights into deep learning phenomena that were previously inaccessible to rigorous measurement.
The paper explicitly states that "Code available at https://github.com/shikaiqiu/requential-coding". The methodology is described with sufficient detail, including pseudocode for REC and descriptions of teacher smoothing and iso-loss projection. The appendix provides full experiment details, including how code lengths are computed, datasets used, and per-figure configurations. This commitment to open-sourcing the code and providing detailed experimental setups significantly enhances reproducibility.
The authors acknowledge several limitations: 1. **Lossy Compression of Teacher**: Requential coding provides a lossless compression for the student model, which is a distillation of the teacher. If the goal is to compress a pre-trained model not trained via distillation, it becomes a lossy compression of that original model. 2. **Encoding Runtime**: While code length *evaluation* is efficient, *actually transmitting* a model via requential coding can be prohibitively slow due to the exponential scaling of REC encoding time with KL divergence. The paper primarily presents it as a tool for *evaluation* and *understanding* rather than practical transmission. 3. **Information Forgetting**: The current code length only grows with training steps and doesn't account for information that might be learned early but subsequently forgotten. Leveraging forgotten information could potentially further reduce the code length. 4. **Teacher Optimization**: The choice of teacher sequence is simple, and further gains are expected from optimizing it.
Requential coding has a profound broader impact on the field of machine learning: 1. **Understanding Generalization**: It provides a rigorous, operational measure of model complexity that directly correlates with generalization performance, especially for large neural networks where traditional measures (like parameter count) are misleading. This is a critical step towards a deeper theoretical understanding of deep learning. 2. **Scaling Laws**: The finding that larger models are more compressible at fixed loss offers crucial insights into the efficiency of scaling, suggesting that larger models indeed learn simpler, more generalizable functions. This can guide future research into model architectures and training paradigms. 3. **PAC-Bayes Bounds**: Achieving state-of-the-art, non-vacuous PAC-Bayes generalization bounds for billion-parameter LLMs is a major theoretical breakthrough, making these bounds relevant for modern large-scale models. 4. **Data Curation and Selection**: The ability to distinguish learnable information from random content in datasets provides a principled metric for data quality and could inform strategies for more effective data curation and selection. 5. **Theoretical Tool**: Requential coding serves as a powerful analytical tool for diagnosing phenomena like overfitting and understanding the information flow during training, opening new avenues for theoretical and empirical investigation in deep learning. Requential coding introduces a novel, highly efficient model compression scheme that significantly advances the understanding of generalization in deep learning by providing a rigorous measure of model complexity independent of parameter count and data entropy. This method yields state-of-the-art PAC-Bayes generalization bounds for billion-parameter LLMs, reveals that larger models are more compressible, and offers new insights into overfitting and the learnable information content of datasets, thus serving as a powerful analytical tool for the field.
We present a theoretical framework to explain the emergence of inductive reasoning abilities in Transformer language models. While previous works on Transformer learning dynamics have so far been mostly tied to specific tasks, we study a generalized class of inductive tasks that unifies several synthetic tasks known in the literature, including in-context n-grams and multi-hop reasoning. In this class, we theoretically prove that the training dynamics of attention models can be confined to a highly interpretable, low-dimensional invariant manifold. On this manifold, the learning dynamics are captured by a handful of interpretable coordinates rather than millions of parameters, making both theoretical and empirical analysis more tractable. Using this framework, we characterize how data statistics govern the competition between in-context and in-weights learning, we study how random initializations determine the `winning' circuit when multiple solutions are possible, and we demonstrate that the coordinate frame associated with the manifold can be used to automatically detect which circuits have been learned in trained models. By casting circuit formation as a low-dimensional dynamical phenomenon, we take a step toward a predictive theory of how Transformers learn.
Primary: unknown
All Institutions: unknown
This work has significant broader impact potential for several areas of machine learning: 1. **Mechanistic Interpretability:** By providing a low-dimensional, interpretable coordinate system for circuit formation, the IMIR framework offers a powerful new tool for understanding the internal mechanisms of Transformers. This could lead to more systematic and granular circuit discovery. 2. **Predictive Theory of Learning:** The paper takes a concrete step towards a "predictive theory of how Transformers learn," which is a grand challenge in AI. Such a theory could enable better model development, debugging, and safety analysis. 3. **Model Design and Optimization:** A deeper understanding of circuit emergence could inform the design of more efficient architectures, training algorithms, and pruning strategies. Identifying and pruning "useless circuits" or describing useful ones with fewer parameters could reduce memory footprint and inference latency. 4. **Accelerating Research:** By allowing training to be constrained to the IMIR or its subsets, the framework could significantly accelerate experimentation and reduce computational demands for studying learning dynamics, making it easier to uncover novel phenomena. 5. **Generalization of Invariant Manifolds:** The success in identifying an invariant manifold for inductive tasks suggests that similar low-dimensional structures might exist for other tasks, opening new avenues for theoretical research into deep learning dynamics. This paper presents a groundbreaking theoretical framework, the Invariant Manifold of Inductive Reasoning (IMIR), that rigorously explains the emergence of inductive abilities in Transformers by confining their learning dynamics to a low-dimensional, interpretable subspace. The work provides a powerful new lens for mechanistic interpretability, offering a predictive theory for how Transformers learn specific reasoning circuits, and empirically demonstrates its utility in understanding circuit competition, data influence, and initialization effects on synthetic tasks.
This paper introduces a highly novel and rigorous theoretical framework, the Invariant Manifold of Inductive Reasoning (IMIR), to explain the emergence of inductive reasoning abilities in Transformers. The core methodological contribution is the theoretical proof that the training dynamics of attention models, when trained on a generalized class of "block-list tasks," can be confined to a low-dimensional invariant manifold. This manifold is constructed using interpretable "selection, writing, and action bases" that represent elementary operations within the Transformer architecture. The block-list task class itself is a valuable generalization, unifying several synthetic tasks like in-context n-grams and multi-hop reasoning. The paper makes several key assumptions (orthonormal centered embeddings, merged key-query parameterization, fixed orthogonal output-value maps, and specific data symmetries like token invariance and independent positional offsets) to achieve tractability. While these assumptions simplify the model (e.g., attention-only Transformers, fixed value projections), they are clearly stated and motivated, and the paper discusses potential extensions. The decomposition of learning dynamics into interpretable coordinates on this manifold is a significant step towards a more predictive and mechanistic understanding of Transformer learning.
The experimental evaluation, while conducted on synthetic block-list tasks rather than large-scale natural language datasets, effectively demonstrates the utility and explanatory power of the IMIR framework. The paper uses the framework to study three puzzling phenomena: 1. **Circuit Competition:** It analyzes the competition between in-context learning (ICL) and in-weights learning (IWL) in a 2-layer, single-head Transformer. The IMIR allows for an additive decomposition of learned weights into interpretable directions, showing how IWL emerges first and suppresses ICL gradients, and how data properties (rare tokens, burstiness) influence this competition. Theorems are provided to quantify these effects. 2. **Role of Initialization:** The framework is applied to understand how random initializations determine which of several possible induction circuits (e.g., using different layer pairs) "wins" in a multi-layer Transformer. The results show sharp phase transitions in initialization space, suggesting complex interactions beyond simple initial weight magnitudes. 3. **Automated Circuit Detection:** The interpretable nature and low dimensionality of the IMIR are leveraged for automated detection of inductive circuits in trained models. By projecting learned parameters onto the IMIR and ablating dimensions, the paper identifies not only the minimal necessary directions but also "aiding" directions that improve performance, a level of granularity often missed by existing methods. The experiments are well-designed to validate the theoretical claims and provide concrete examples of the framework's application. The figures (e.g., fig:icl-vs-iwl, fig:icl-competition, fig:autointerp) clearly illustrate the findings.
The paper provides a strong foundation for reproducibility. The theoretical framework is rigorously defined with formal assumptions, theorems, and proof sketches (with full proofs promised in appendices). The task class is precisely described. For the empirical evaluations, the paper refers to appendices for "full training details in sec:competing-induction-heads-training" and "complete algorithm in sec:autointerp-algo," which suggests that sufficient detail is provided for others to replicate the experiments. The architecture (attention-only Transformer) and training setup (cross-entropy loss, tied unembedding) are standard. The reliance on synthetic tasks also simplifies reproducibility compared to large-scale natural language experiments.
1. **Simplifying Assumptions:** The core theoretical results rely on several strong assumptions, including attention-only Transformers, merged key-query products, and fixed orthogonal output-value maps. While the paper discusses extensions, the full theoretical treatment for standard Transformers with FFNs, LayerNorms, and learnable value projections is not fully presented. 2. **Synthetic Tasks:** The empirical validation is exclusively on synthetic block-list tasks. While appropriate for foundational theoretical work, it remains to be seen how directly the IMIR framework and its specific basis constructions translate to the complexities of real-world natural language tasks and large-scale LLMs. 3. **Attractiveness of IMIR:** The paper proves the IMIR is invariant (trajectories initialized on it remain on it) but does not formally prove it is *attractive* (trajectories initialized off it converge to it), only showing this empirically. 4. **Scope of Inductive Reasoning:** While the "block-list task class" is a good generalization, it still represents a specific type of inductive reasoning. The framework's applicability to other forms of reasoning (e.g., logical deduction, planning) is not explored.
This work has significant broader impact potential for several areas of machine learning: 1. **Mechanistic Interpretability:** By providing a low-dimensional, interpretable coordinate system for circuit formation, the IMIR framework offers a powerful new tool for understanding the internal mechanisms of Transformers. This could lead to more systematic and granular circuit discovery. 2. **Predictive Theory of Learning:** The paper takes a concrete step towards a "predictive theory of how Transformers learn," which is a grand challenge in AI. Such a theory could enable better model development, debugging, and safety analysis. 3. **Model Design and Optimization:** A deeper understanding of circuit emergence could inform the design of more efficient architectures, training algorithms, and pruning strategies. Identifying and pruning "useless circuits" or describing useful ones with fewer parameters could reduce memory footprint and inference latency. 4. **Accelerating Research:** By allowing training to be constrained to the IMIR or its subsets, the framework could significantly accelerate experimentation and reduce computational demands for studying learning dynamics, making it easier to uncover novel phenomena. 5. **Generalization of Invariant Manifolds:** The success in identifying an invariant manifold for inductive tasks suggests that similar low-dimensional structures might exist for other tasks, opening new avenues for theoretical research into deep learning dynamics. This paper presents a groundbreaking theoretical framework, the Invariant Manifold of Inductive Reasoning (IMIR), that rigorously explains the emergence of inductive abilities in Transformers by confining their learning dynamics to a low-dimensional, interpretable subspace. The work provides a powerful new lens for mechanistic interpretability, offering a predictive theory for how Transformers learn specific reasoning circuits, and empirically demonstrates its utility in understanding circuit competition, data influence, and initialization effects on synthetic tasks.
Driven by next-token prediction, NLP shifted from task-specific models into powerful generalist foundation models. What, then, is the equivalent catalyst needed to achieve a general-purpose model in computer vision? In this paper, we contend that large-scale text-to-video generation serves as a strong pre-training paradigm for computer vision, providing the necessary spatiotemporal priors, vision-language alignment, and scalability required for general visual intelligence. We introduce GenCeption, which leverages a pre-trained video generative diffusion backbone to define a feed-forward perception model, capable of performing various vision tasks steered by text instructions. Empirical results demonstrate that GenCeption achieves state-of-the-art performance across a diverse suite of tasks, including depth, surface normal, and camera pose estimation, expression-referring segmentation, and 3D keypoint prediction, often matching or surpassing specialized models (e.g. DepthAnything3, SAM3, D4RT, VGGT-Omega, Sapiens, David, Genmo, and Lotus-2). Furthermore, the video generative pretrained backbone outperforms alternative pretraining paradigms (e.g., V-JEPA, and Video MAE) under comparable settings. Importantly, GenCeption exhibits preliminary data and model scaling properties along with exceptional data efficiency, where it achieves comparable performance with leading models like D4RT and VGGT-Omega with 7 to 500 less training data. Finally, GenCeption also exhibits intriguing emergent behaviors: a model trained exclusively on synthetic human videos generalizes to real-world footage and out-of-distribution object categories (e.g., animals and robots). These findings suggest that video generation is not merely a synthesis tool, but a foundational path toward generalist vision intelligence for the physical world. Project page: https://genception.github.io
Primary: Not explicitly provided in the paper text. (Inferred from author list: Meta AI, Google DeepMind, University of Oxford)
All Institutions: Not explicitly provided in the paper text. (Inferred from author list: Meta AI, Google DeepMind, University of Oxford)
GenCeption has profound broader implications for the field of computer vision and AI: 1. **Paradigm Shift:** It proposes a significant paradigm shift from specialized, task-specific vision models to unified, generalist foundation models, mirroring the success in NLP. This could fundamentally change how computer vision systems are developed and deployed. 2. **Path to General Visual Intelligence:** By demonstrating that large-scale video generation can serve as a universal pre-training objective, the paper offers a concrete path toward achieving general visual intelligence that understands the 4D physical world, its dynamics, and its language alignment. 3. **Reduced Annotation Burden:** The reliance on synthetic data for training most tasks, coupled with exceptional data efficiency, suggests a future where high-quality, diverse ground truth annotations for real-world videos might be less critical, significantly reducing the cost and effort of developing new vision capabilities. 4. **Emergent Capabilities:** The observed emergent behaviors (sim-to-real, OOD generalization) are highly significant. They suggest that generative models learn rich, transferable representations that encode a deep understanding of the world, potentially leading to more robust and adaptable AI systems. 5. **Ethical Considerations:** As with any powerful general-purpose AI, the potential for misuse (e.g., generating highly realistic but manipulated videos, advanced surveillance) needs careful consideration. The synthetic data generation process itself could also be biased if not carefully curated. This paper presents GenCeption, a unified framework demonstrating that large-scale text-to-video generation serves as a powerful pre-training paradigm for general-purpose vision learning. By repurposing a video diffusion backbone into an efficient feed-forward model, GenCeption achieves state-of-the-art performance across a diverse suite of perception tasks and exhibits compelling emergent behaviors like sim-to-real transfer and out-of-distribution generalization, suggesting a foundational path toward generalist vision intelligence. The work offers a significant conceptual shift for computer vision, moving towards generalist foundation models akin to LLMs, backed by extensive empirical validation and promising implications for future AI development.
The core methodology of GenCeption is to repurpose a large-scale text-to-video generative diffusion model as a general-purpose vision learner. This is a conceptually elegant approach, drawing a direct analogy to the success of next-token prediction in NLP for foundation models. The authors identify three key imperatives for a generalist vision model (Spatio-Temporal Evolution, Vision-Language Alignment, Scalability) and argue that text-to-video generation naturally satisfies all of them. Technically, the adaptation of the diffusion model is clever: 1. **Feed-Forward Reformulation:** Instead of iterative denoising, the model takes a clean input video latent, fixes the conditioning timestep to t=0 (corresponding to the end of the Rectified Flow process), and negates the velocity output. This transforms a slow generative process into an efficient single-step feed-forward perception model, which is crucial for practical applications. 2. **Unified Task Representation:** For dense tasks, all outputs (depth, normals, segmentation, raymaps for camera pose) are mapped to a 3-channel RGB space within [0,1]. This is a highly effective abstraction that allows a single decoder and loss function to handle diverse modalities. For sparse tasks (2D/3D keypoints), learnable tokens are appended to the video latents, decoded by an MLP. This token-based approach is a standard and robust way to handle structured outputs. 3. **Unified Loss Design:** The model is trained solely with an L2 loss, simplifying the multi-task optimization problem. Task-specific nuances (like scale ambiguity in depth) are handled at the data representation level (e.g., median normalization for depth), which is a smart design choice that reduces engineering overhead. 4. **Scalable Synthetic Data:** Recognizing the scarcity of multi-modal video ground truth, the authors propose a synthetic data generation workflow focusing on human-centric videos, covering diverse identities, motions, and backgrounds. This is a practical and scalable solution for pre-training. The methodology is sound, innovative in its application to video generalism, and well-justified by the analogy to LLMs. The design choices prioritize efficiency and architectural simplicity, which are key for foundation models.
The experimental evaluation is exceptionally comprehensive and rigorous, a major strength of the paper. 1. **Breadth of Tasks:** GenCeption is evaluated on a wide array of vision tasks, including dense prediction (surface normal, depth, foreground segmentation, expression-referring open-world segmentation, camera pose estimation) and sparse prediction (3D keypoint estimation). This broad coverage is essential for validating a "general-purpose" claim. 2. **Diverse Benchmarks:** Evaluation is conducted on numerous challenging real-world datasets, including Sintel, Hi4D, KITTI, ETH3D, Goliath, VideoMatte, PhotoMatte 85, PPM-100, RefVOS-DAVIS, MeViS, and EMDB. This ensures robustness across different data distributions and scenarios. 3. **Strong Baselines and SOTA Comparison:** The paper compares GenCeption against a large number of specialized, state-of-the-art models for each task (e.g., DepthAnything3, SAM3, D4RT, VGGT-Omega, Sapiens, David, Genmo, Lotus-2). GenCeption consistently matches or surpasses these specialized models, which is a remarkable achievement for a generalist architecture. 4. **Ablation Studies:** * **Generalist vs. Specialist:** The ablation shows mixed results, with some tasks benefiting from joint training and others (especially 3D keypoints) regressing. This provides valuable insight into the challenges of unifying all task types and the importance of minimal architectural modifications. * **Pretraining Effectiveness:** Comparison with V-JEPA and VideoMAE V2 demonstrates the superiority of the video generative pretraining backbone, suggesting the generative objective itself is key. Training from scratch yields poor performance, confirming the necessity of pre-training. * **Scaling Properties and Data Efficiency:** The model exhibits promising scaling properties with increasing model size and data. Crucially, it achieves comparable performance with leading models using 7x to 500x less training data, highlighting exceptional data efficiency. 5. **Emergent Behaviors:** This is perhaps the most compelling part of the experimental results. * **Sim-to-Real Transfer:** Trained purely on synthetic videos, GenCeption generalizes remarkably well to real-world footage, often producing outputs with finer details than its training data. * **Generalization to OOD Classes:** Trained exclusively on human-centric synthetic data, the model generalizes effectively to unseen object categories like animals and robots. This strongly supports the hypothesis that the generative pre-training learns a robust "world model." The experimental section is thorough, well-structured, and provides strong empirical evidence for the paper's central claims.
The paper provides a good level of detail for reproducibility: * **Base Model:** Specifies the use of WAN 2.1, an open-source and open-weights text-to-video diffusion model. * **Training Details:** Resolution (480x832, 81 frames), FPS (24), batch size (64), hardware (256 v6e TPUs), optimizer (Adam), learning rate (5e-5), training steps (15000), warmup steps (250), and regularization (gradient clipping, gradient dropping) are all specified. * **Data:** Details on the synthetic data generation (RenderPeople, CMU motion capture, Blender) and additional public datasets used (TartanAir, Virtual KITTI, MVS Synth, MeViS, Ref-COCO, YouTube-VOS) are provided. * **Inference Cost:** Detailed inference times and VRAM usage for both 1.3B and 14B models are given. The project page URL is also provided, which often contains code or further details. Overall, the information provided should allow for a high degree of reproducibility.
1. **Generalist Performance for Sparse Tasks:** While generally strong, the ablation study indicates that joint training severely degrades 3D human keypoint estimation. The authors attribute this to the divergence of token-based coordinate regression from continuous pixel-space pre-training and the disruption caused by additional learnable tokens. This suggests that fully unifying all task types, especially those requiring explicit structured outputs, remains a challenge within the current paradigm. 2. **Reliance on Synthetic Data for Most Tasks:** While a strength for scalability and emergent behaviors, the primary reliance on synthetic data for most tasks might introduce biases or limitations in certain real-world scenarios not covered by the synthetic distribution, even with the demonstrated sim-to-real transfer. 3. **Computational Cost:** Although the feed-forward inference is efficient compared to iterative diffusion, the 14B model still requires significant VRAM (42.8GB) and takes 10 seconds for 81 frames, which might be prohibitive for some real-time or resource-constrained applications. 4. **Specific Pre-trained Model:** The results are tied to the WAN 2.1 backbone. While the paper argues for the generality of the *generative pre-training objective*, the specific performance might vary with different base video diffusion models.
GenCeption has profound broader implications for the field of computer vision and AI: 1. **Paradigm Shift:** It proposes a significant paradigm shift from specialized, task-specific vision models to unified, generalist foundation models, mirroring the success in NLP. This could fundamentally change how computer vision systems are developed and deployed. 2. **Path to General Visual Intelligence:** By demonstrating that large-scale video generation can serve as a universal pre-training objective, the paper offers a concrete path toward achieving general visual intelligence that understands the 4D physical world, its dynamics, and its language alignment. 3. **Reduced Annotation Burden:** The reliance on synthetic data for training most tasks, coupled with exceptional data efficiency, suggests a future where high-quality, diverse ground truth annotations for real-world videos might be less critical, significantly reducing the cost and effort of developing new vision capabilities. 4. **Emergent Capabilities:** The observed emergent behaviors (sim-to-real, OOD generalization) are highly significant. They suggest that generative models learn rich, transferable representations that encode a deep understanding of the world, potentially leading to more robust and adaptable AI systems. 5. **Ethical Considerations:** As with any powerful general-purpose AI, the potential for misuse (e.g., generating highly realistic but manipulated videos, advanced surveillance) needs careful consideration. The synthetic data generation process itself could also be biased if not carefully curated. This paper presents GenCeption, a unified framework demonstrating that large-scale text-to-video generation serves as a powerful pre-training paradigm for general-purpose vision learning. By repurposing a video diffusion backbone into an efficient feed-forward model, GenCeption achieves state-of-the-art performance across a diverse suite of perception tasks and exhibits compelling emergent behaviors like sim-to-real transfer and out-of-distribution generalization, suggesting a foundational path toward generalist vision intelligence. The work offers a significant conceptual shift for computer vision, moving towards generalist foundation models akin to LLMs, backed by extensive empirical validation and promising implications for future AI development.
We show how an adversarial model trainer can plant backdoors in a large class of deep, feedforward neural networks. These backdoors are statistically undetectable in the white-box setting, meaning that the backdoored and honestly trained models are close in total variation distance, even given the full descriptions of the models (e.g., all of the weights). The backdoor provides access to invariance-based adversarial examples for every input, mapping distant inputs to unusually close outputs. However, without the backdoor, it is provably impossible (under standard cryptographic assumptions) to generate any such adversarial examples in polynomial time. Our theoretical and preliminary empirical findings demonstrate a fundamental power asymmetry between model trainers and model users.
Primary: University of Ottawa
All Institutions: University of Ottawa, Bocconi University, Massachusetts Institute of Technology
This paper provides a groundbreaking theoretical proof that statistically undetectable backdoors can be planted in deep neural networks, establishing a fundamental power asymmetry between trainers and users under standard cryptographic assumptions. The rigorous connection between the Johnson-Lindenstrauss lemma, lattice-based hardness, and statistical indistinguishability offers a novel perspective on the intersection of cryptography and machine learning security, with profound implications for the trustworthiness of outsourced model training.
The paper presents a rigorous theoretical construction for planting "statistically undetectable" backdoors in deep neural networks. The core method involves modifying the distribution of the first layer's weights (a Gaussian projection matrix) via rejection sampling conditioned on the existence of a specific "backdoor" input vector that maps to a small norm. The authors leverage the Johnson-Lindenstrauss lemma and properties of the Symmetric Bounded Perceptron problem to prove that while the backdoored weight distribution is statistically close (in Total Variation Distance) to a truly random Gaussian distribution, the ability to find inputs that collide (map to similar outputs) is exponentially easier for the holder of the backdoor than for any efficient adversary. The methodology is mathematically sophisticated, relying on second-moment analysis of the number of solutions to linear constraints over discrete domains to bound the statistical distance. It successfully bridges computational complexity theory (lattice hardness) with statistical learning theory.
The experimental component is preliminary and illustrative rather than comprehensive. The authors provide a single example on Fashion-MNIST to demonstrate the concept of invariance-based adversarial examples (colliding inputs). The primary validation is theoretical, with proofs provided in the appendix. While the experiments confirm the feasibility of the construction in a low-dimensional setting, they do not scale to large modern architectures or datasets, which is consistent with the paper's focus on theoretical guarantees rather than empirical performance benchmarks. The lack of extensive empirical evaluation on larger models is a limitation for assessing practical exploitability, though not for the theoretical claim.
The paper includes a reproducibility statement and mentions source code in supplementary materials. The mathematical proofs are detailed and self-contained. The construction of the backdoor sampler is algorithmically defined. However, the "preliminary" nature of the experiments and the specific parameter regimes required for the theoretical bounds (often involving high compression ratios or specific discrete input domains) may limit direct reproducibility of the *effect* in standard deep learning pipelines without careful tuning. The theoretical results are reproducible in the sense that they are provable theorems.
The primary limitation is the theoretical nature of the work; it does not demonstrate a break in state-of-the-art models (e.g., ResNet, Transformers) on large-scale datasets. The attack relies on specific architectural constraints (frozen Gaussian first layer, bi-Lipschitz subsequent layers) which, while common in theory, may not perfectly capture all practical training dynamics. Furthermore, the attack requires influence over the randomness generation during training, which is a specific threat model (MLaaS). The "undetectability" is statistical, meaning that with infinite data or computational power, detection is possible, albeit with vanishingly small advantage for efficient algorithms.
This work has significant implications for the trustworthiness of Machine-Learning-as-a-Service (MLaaS) and foundation models. It proves a fundamental power asymmetry: a malicious trainer can embed capabilities (or vulnerabilities) that are statistically invisible to users but computationally exploitable by the trainer. This challenges the assumption that white-box access to model weights allows users to fully verify model integrity. It underscores the critical importance of secure randomness generation and trusted execution environments in the ML supply chain. The dual-use nature (potential for authentication/watermarking vs. malicious backdooring) highlights the need for robust auditing mechanisms. This paper provides a groundbreaking theoretical proof that statistically undetectable backdoors can be planted in deep neural networks, establishing a fundamental power asymmetry between trainers and users under standard cryptographic assumptions. The rigorous connection between the Johnson-Lindenstrauss lemma, lattice-based hardness, and statistical indistinguishability offers a novel perspective on the intersection of cryptography and machine learning security, with profound implications for the trustworthiness of outsourced model training.
Many real-world processes can be represented as compositions of functions along a directed acyclic graph (DAG). In causal modelling, these correspond to the underlying mechanisms; in engineering, to multiple fidelity levels; and in gene-regulatory networks, to transcription factors. These functions are partially observed across the DAG, with noisy and heterogeneously sampled measurements, posing significant challenges for reconstruction, uncertainty propagation, and inference. To tackle these challenges, we place priors over functions and naturally arrive at Deep Gaussian Processes over DAGs. We theoretically study their prior-collapse behaviour, and the effect of graph topology and intermediate observations on the preservation of information. We obtain almost-sure lower bounds on the asymptotic frequency of depths at which the distinction between inputs is preserved, identify broad kernel classes for which these hold, and prove an observation by \cite{dunlop2018} on the role of input connections. We offer a structured variational approximation that retains graph dependencies, preserves compositional uncertainty, and captures the explaining-away behaviour of colliders. Finally, we empirically validate our theoretical results and our methodology, and model a latent-collider DAG, a protein signalling network, and a multi-fidelity heavy-ion collision emulation task, attaining state-of-the-art performance while recovering low-fidelity contributions and yielding interpretability of the simulator hierarchy.
Primary: University of Cambridge (inferred from UKRI grant EP/Y014650/1 and ERC Synergy project OCEAN, typically associated with DAMTP or Statistics Dept at Cambridge)
All Institutions: University of Cambridge, UKRI
The paper introduces a rigorous theoretical and practical framework for Deep Gaussian Processes on Directed Acyclic Graphs, effectively unifying multi-fidelity modeling and causal latent variable models while providing novel variational inference techniques to handle complex posterior dependencies.
The paper proposes Deep Gaussian Processes on Directed Acyclic Graphs (DAG-DGPs), a significant generalization of standard Deep Gaussian Processes (DGPs) which are typically restricted to chain architectures. The core methodological innovation lies in defining GP priors over latent functions at each node of a DAG, allowing for multi-parent dependencies via flexible fusion kernels (additive, product, ANOVA). Crucially, the authors develop a structured variational inference scheme (DAG-SVI) that respects the moralized graph of the DAG to capture "explaining-away" dependencies between co-parents, which mean-field approximations fail to do. They also provide rigorous theoretical analysis on prior collapse, proving that intermediate observations and specific graph topologies (high indegree/outdegree) can prevent the vanishing contrast problem inherent in deep compositions. This is a theoretically sound and methodologically sophisticated extension of Bayesian non-parametrics.
The empirical evaluation is strong and diverse, covering synthetic tasks (latent colliders) and two real-world scientific applications: a protein signaling network (Sachs dataset) and a multi-fidelity heavy-ion collision emulation task. The results demonstrate that DAG-SVI outperforms both mean-field variants and existing multi-fidelity GP baselines (like GMGP) in terms of RMSE and CRPS. The ability to recover low-fidelity contributions via Shapley values in the heavy-ion task adds significant interpretability, which is a key selling point for scientific machine learning. The experiments are well-designed to validate the specific claims about explaining-away and uncertainty propagation.
The paper provides detailed mathematical formulations for the priors, fusion kernels, and variational bounds. The complexity analysis and algorithmic details for sparse Cholesky and Takahashi inversion are included. However, as is common with complex Bayesian models, full reproducibility relies on the specific implementation of the structured variational inference, which is non-trivial. The authors acknowledge the code availability for the heavy-ion data but do not explicitly link a public repository for the DAG-DGP framework itself in the text provided, though the mathematical detail is sufficient for a competent practitioner to implement.
The primary limitation is computational complexity. While sparse approximations are discussed, the cost of maintaining dense covariance structures over cliques in the moralized graph can still be prohibitive for very large or densely connected DAGs. The paper assumes the DAG structure is known or pre-elicited; joint structure learning with the latent functions is noted as future work, which is a significant practical constraint. Additionally, the theoretical bounds are asymptotic and rely on specific kernel classes, limiting their immediate applicability to arbitrary kernel choices without further analysis.
This work has broad implications for causal discovery, multi-fidelity modeling, and systems biology. By providing a unified framework for compositional probabilistic modeling on DAGs, it enables more accurate uncertainty quantification in complex scientific simulations where data is sparse and heterogeneous. The focus on interpretability (recovering low-fidelity contributions) makes it particularly valuable for domains where understanding the mechanism is as important as prediction. The paper introduces a rigorous theoretical and practical framework for Deep Gaussian Processes on Directed Acyclic Graphs, effectively unifying multi-fidelity modeling and causal latent variable models while providing novel variational inference techniques to handle complex posterior dependencies.
Additive activation steering (injecting a scaled residual-stream direction during generation) is calibrated almost entirely in single-turn chat, yet the models it targets are increasingly deployed as tool-using ReAct agents. We present the first systematic chat-to-agent transfer study of additive steering, coupling behavioral measurement with a representation read-out in a matched-information design: the same items rendered as plain chat or as a ReAct tool-use episode, with matched-norm random-direction controls and the transcript re-encoded every turn to exclude KV-cache contamination. Transfer is real but rescaled, and the right description is a dissociation: the injected direction reaches the late layers at near-full strength in every setting and model tested (install-site agent-over-chat ratios 0.83-1.16 across three families), while the behavioral coupling is reset per model and context. On Qwen2.5-7B a refusal bypass vector amplifies in the agent (T = 1.45, CI [1.20, 1.78], N = 300); across a powered uniform-protocol distribution the coupling spans amplification (Gemma-2-9B T = 2.00) to attenuation (Yi-1.5-9B T = 0.43, CI [0.29, 0.60]), with no universal constant and a single clean attenuator against a universal sign. Directional ablation of the same axis does not amplify (T = 0.93, CI including 1) while additive injection amplifies (T = 1.50), a 20.1-point gain difference (CI [13.4, 26.8]) that identifies an additive-specific mechanism. Two pre-registered instruments converge to localize the rescaling to the ReAct format scaffold, before any tool observation, rather than to the observation boundary where a dilution account would predict it. The safety implication is immediate and unpredictable: agentic deployment amplifies steering-based refusal bypass by up to 2.00x on some models while others attenuate, so a deployment cannot assume a given model is safe under additive steering.
Primary: Unknown
All Institutions: Unknown
The safety implications are immediate and profound. The finding that agentic deployment can amplify steering-based refusal bypass by up to 2.00x on some models while attenuating it on others means that chat-calibrated safety evaluations cannot be assumed to transfer to agentic deployments. This unpredictability poses a significant challenge for deploying safe LLM agents. For white-box jailbreaks, additive steering could be strictly more effective against agentic deployments on amplifying models. Conversely, the representational survival result is good news for activation-level safety monitoring, as chat-trained probes might still be effective. However, behavioral control mechanisms calibrated in chat will need recalibration in the deployment context. This work significantly advances our understanding of how LLM internal mechanisms behave in complex, multi-turn agentic settings, highlighting the need for context-aware safety engineering and evaluation. This paper presents the first systematic and highly rigorous study of chat-to-agent transfer for additive activation steering, revealing a critical dissociation where representational steering survives but behavioral coupling is unpredictably rescaled per model and context. Its comprehensive methodology, strong empirical findings, and immediate safety implications make it a significant contribution to the field of LLM safety and interpretability.
The methodology is exceptionally rigorous and well-designed. The paper introduces a "matched-information five-rung ladder" (C0-C4) to systematically vary the deployment wrapper from plain chat to multi-turn ReAct with a real tool, while keeping the harmful instruction byte-identical. This allows for precise isolation of context effects. A setting-invariant parser-based metric is used for behavioral measurement, ensuring comparability across different rungs. Crucially, the paper employs six pre-registered controls: (A) matched-norm random directions to establish direction-specificity, (B) KV-cache recompute to exclude multi-turn degradation mechanisms, (C) capability-matched perturbation to rule out generic residual-stream effects, (D) extraction asymmetry for robustness, (E) phase-restricted injection for localization, and (F) ablation vs. addition to differentiate mechanisms. The use of item-paired bootstrap CIs and pre-registration for every experiment significantly enhances the credibility and scientific rigor of the findings. The "uniform-protocol distribution" across multiple model families further strengthens the generalization claims.
The experimental evaluation is comprehensive and robust, spanning multiple LLM families (Qwen2.5-7B, Llama-3.1-8B, Gemma-2-9B-IT, Yi-1.5-9B, etc.). The headline finding of a "dissociation" is strongly supported: the injected direction survives at near-full or above-chat strength in the late layers (install-site agent-over-chat ratios 0.83-1.16), while the behavioral coupling is reset per model and context. Specific results are striking: refusal bypass amplifies on Qwen2.5-7B (T=1.45) and Gemma-2-9B (T=2.00), while it attenuates on Yi-1.5-9B (T=0.43), demonstrating no universal constant or sign for transfer. The paper rigorously shows that this amplification is specific to the additive mechanism, with a 20.1-point gain difference over directional ablation, which does not amplify. Two pre-registered instruments (nested input-frame ablation and forward-pass phase restriction) converge to localize the behavioral rescaling to the ReAct format scaffold, *before* any tool observation, falsifying a dilution account. The paper also successfully falsifies the output-level baseline-shift account (Bigelow et al., 2025) on refusal induction. The detailed analysis of the "uniform-protocol coupling distribution" across eight families provides a rich empirical landscape of model-specific behaviors.
Reproducibility is a major strength of this paper. Every behavioral experiment was pre-registered, with live/die criteria and verdict-mapping engines committed to a public repository before data collection. Specific SHA revisions for primary model weights are pinned, and additional model runs are logged. Detailed logging of every rollout (prompt, activations, action, observation, parse status, score, seed) is performed. Scripts for reproducing figures and tables, including the coupling estimator and mechanism analyses, are explicitly mentioned as available. The use of greedy decoding ensures deterministic rollouts, with randomness confined to item bootstrapping. This level of transparency and detail in pre-registration and implementation is exemplary.
The paper acknowledges several limitations. Most mechanism experiments are primarily conducted on Qwen2.5-7B, though cross-model replication on Llama-3.1-8B and Gemma-2-9B-IT supports generalization of key findings. The sycophancy attenuation is reported as a point estimate, with its confidence interval spanning 1, meaning it's not statistically significant on its own, though the cross-behavior interaction is. The "no universal sign" claim for coupling distribution is primarily anchored on a single attenuating family (Yi-1.5-9B), which required a finer-ladder pass to measure. Three roster families failed to yield a coupling estimate due to saturation or near-floor/ceiling refusal rates. Finally, the agent evaluation uses a custom deterministic-tool harness, and external validity on benchmarks like tau2-bench or SHADE-Arena is reserved for future work.
The safety implications are immediate and profound. The finding that agentic deployment can amplify steering-based refusal bypass by up to 2.00x on some models while attenuating it on others means that chat-calibrated safety evaluations cannot be assumed to transfer to agentic deployments. This unpredictability poses a significant challenge for deploying safe LLM agents. For white-box jailbreaks, additive steering could be strictly more effective against agentic deployments on amplifying models. Conversely, the representational survival result is good news for activation-level safety monitoring, as chat-trained probes might still be effective. However, behavioral control mechanisms calibrated in chat will need recalibration in the deployment context. This work significantly advances our understanding of how LLM internal mechanisms behave in complex, multi-turn agentic settings, highlighting the need for context-aware safety engineering and evaluation. This paper presents the first systematic and highly rigorous study of chat-to-agent transfer for additive activation steering, revealing a critical dissociation where representational steering survives but behavioral coupling is unpredictably rescaled per model and context. Its comprehensive methodology, strong empirical findings, and immediate safety implications make it a significant contribution to the field of LLM safety and interpretability.
Sparse Mixture-of-Experts (MoE) models have become an important approach for scaling Large Language Models (LLMs), but their inference efficiency depends strongly on expert activation patterns. Speculative decoding (SD) accelerates autoregressive generation by verifying multiple draft tokens in parallel, yet existing draft selection strategies primarily optimize acceptance likelihood. In large-scale MoE models, however, selecting draft tokens also determines the union of experts activated during verification. We observe that confidence-driven SD can introduce \textit{expert scattering}: high-probability draft tokens may route to disjoint experts, increasing expert-weight memory traffic and reducing the speedup from speculation. Motivated by this observation, we revisit draft-tree selection under the non-uniform memory-cost structure of MoE inference. We propose \textsc{EcoSpec}, a cost-aware speculative decoding framework that incorporates predicted marginal expert activation cost into draft selection. With a lightweight expert predictor and a dynamic expert buffer, \textsc{EcoSpec} favors draft paths that preserve high acceptance likelihood while reusing experts already covered by the current verification set, without modifying the target-model verification rule. We evaluate \textsc{EcoSpec} on three large-scale MoE models, including DeepSeek-V3.1 (671B), Qwen3-235B-A22B, and GPT-OSS-120B, across reasoning, coding, question-answering, and dialogue benchmarks. \textsc{EcoSpec} consistently reduces active expert footprints and improves end-to-end decoding speed, achieving up to $1.62\times$ speedup. These results show that accounting for expert activation cost is important for efficient speculative decoding in large-scale MoE models.
This paper introduces EcoSpec, a cost-aware speculative decoding framework that optimizes draft token selection by accounting for expert activation memory traffic in Mixture-of-Experts (MoE) models. The work is significant because it identifies and addresses a specific bottleneck—expert scattering—that limits the efficiency of standard speculative decoding in modern MoE architectures like DeepSeek-V3 and Qwen3. By integrating lightweight expert prediction into the draft tree selection process, it achieves meaningful end-to-end speedups without modifying the target model, offering a practical optimization for the rapidly scaling MoE paradigm. While the contribution is solid and addresses a timely engineering challenge in LLM inference, it remains an optimization layer rather than a fundamental architectural or algorithmic breakthrough, placing it in the upper tier of applied ML research but below the threshold for field-defining significance.
Music creation is fundamentally a process of revision. Yet symbolic music generation remains dominated by paradigms that produce complete sequences from scratch, with limited support for selective modification. Edit-based methods have proven effective for text transformation tasks, but remain largely unexplored for symbolic music. We trace this absence to the representational level: conventional event-based music encodings lack the structural properties required by explicit music editing. In contrast, the BEAT encoding, a beat-grid-anchored representation originally designed for autoregressive generation, possesses structural properties amenable to editing. We propose BeatEdit, the first framework for symbolic music generation based on explicit edit operations, recasting generation as producing new content by editing a draft rather than synthesizing from scratch. BeatEdit comprises three complementary mechanisms along an axis of increasing edit density: per-token sequence tagging for error correction, iterative refinement for accompaniment editing, and tag-then-fill for segment completion. All these mechanisms share a single encoding and pre-trained backbone, achieving higher precision and perceptual quality than autoregressive and diffusion methods across all three tasks, while remaining efficient, with single-pass inference completing in under 100 ms. Cross-encoding evaluation further reveals that encoding design substantially influences editing effectiveness, with notable encoding-method interaction effects. Code is available at https://github.com/Haoyu-Gu/BeatEdit-code
Primary: South China University of Technology
All Institutions: South China University of Technology, Nanjing University
BeatEdit establishes explicit editing as a viable and superior paradigm for symbolic music generation, demonstrating that careful design of the underlying representation is crucial for enabling efficient and high-fidelity content modification. The framework's ability to handle varying edit densities with a single backbone and its significant performance gains over autoregressive and diffusion baselines mark a substantial step forward in the field.
The paper introduces a novel paradigm for symbolic music generation by recasting it as an explicit editing problem, a significant departure from the dominant autoregressive and diffusion approaches. The core methodological contribution is the identification and formalization of three structural requirements (atomic edit units, trivial source-target alignment, and edit locality) that a music representation must satisfy to support explicit editing. The authors propose the BeatEdit framework, which utilizes the BEAT encoding (a beat-grid-anchored representation) to satisfy these requirements. They design three complementary mechanisms along an axis of edit density: per-token sequence tagging for sparse corrections, iterative refinement for accompaniment editing, and tag-then-fill for segment completion. The approach leverages a shared BERT backbone pre-trained on music, demonstrating that the representational choice is as critical as the model architecture. The methodology is rigorous, well-motivated by NLP precedents, and technically sound, with clear adaptations for music-specific challenges like relative pitch cascading.
The experimental evaluation is comprehensive and convincing. The authors evaluate on 192K piano pieces across three tasks (error correction, accompaniment editing, segment completion) using multiple baselines (AR, Diffusion, BERT-CMLM). BeatEdit consistently outperforms baselines in both objective metrics (beat exact match, note F1) and subjective listening tests (MOS). A key strength is the ablation study and cross-encoding analysis, which reveals significant interaction effects between encoding schemes (Absolute/Relative, Separated/Bundled) and editing methods. This provides deep insights into why certain representations work better for editing than others, a finding that is valuable for the broader symbolic music community. The efficiency gains (single-pass inference <100ms) are also empirically validated.
The paper provides detailed descriptions of the encoding schemes, model architectures, and training procedures. The code is made publicly available on GitHub, which significantly enhances reproducibility. The dataset (MuseScore Collection) is publicly accessible. The synthetic perturbation strategy for training is clearly defined. The inclusion of algorithms for encoding/decoding and inference steps further aids reproducibility.
The primary limitation is the reliance on synthetically perturbed data for training and evaluation. While this allows for precise control over task difficulty, it may not fully capture the complexity and nuance of real-world human edits. The paper acknowledges this gap and calls for paired draft-to-final corpora. Additionally, the current evaluation is limited to piano music (dual-voice), although some generalization to multi-instrument data is shown. The assumption of known beat/bar boundaries is also a constraint, though the authors note this can be addressed with external tools.
This work has significant implications for symbolic music generation, offering a new paradigm that aligns more closely with human creative processes (revision and editing). It could lead to more efficient and controllable music generation tools. The insights into representational requirements for editing may also influence the design of future music tokenization schemes. The open-source release promotes further research in this area. BeatEdit establishes explicit editing as a viable and superior paradigm for symbolic music generation, demonstrating that careful design of the underlying representation is crucial for enabling efficient and high-fidelity content modification. The framework's ability to handle varying edit densities with a single backbone and its significant performance gains over autoregressive and diffusion baselines mark a substantial step forward in the field.
Robotic manipulation is inherently multi-frame: local actions may be simple in an end-effector frame, while transport, upright-object handling, and whole-body coordination are better represented in a base-aligned frame. However, modern diffusion-based visuomotor policies typically commit to a single predefined action frame, forcing one denoiser to model action distributions that are often unnecessarily complex in that frame. We propose Mixture of Frames Policy (MoF), a diffusion policy that performs synchronized action denoising across multiple coordinate frames. MoF maintains a single canonical diffusion state, re-expresses it in several task-relevant frames, applies frame-specialized denoisers, and fuses their noise predictions back in the canonical frame. To make this possible for intermediate noisy diffusion states, we introduce a column-based 6D rotation representation within an SE(3) action parameterization that supports exact, differentiable frame transformations without requiring noisy rotations to lie on the SO(3) manifold. Across nine simulated bimanual manipulation tasks, we show that the best action frame is task-dependent and that MoF improves over oracle frame selection and standard Mixture-of-Experts (MoE) baselines. We further evaluate MoF on two real-world bimanual mobile manipulation tasks, demonstrating that it outperforms all constituent single-frame baselines. Project homepage: https://mofpo.github.io
Primary: Stanford University
All Institutions: Stanford University, Apple, Toyota Research Institute
The paper presents a highly innovative and technically sound approach to improving diffusion-based visuomotor policies by leveraging multi-frame reasoning. The introduction of a column-based 6D rotation representation for exact noisy state transformation is a significant methodological advance. Comprehensive experiments in simulation and on real-world robots demonstrate substantial improvements over strong baselines, including oracle frame selection. The work is well-motivated, rigorously evaluated, and addresses a fundamental limitation in current robotic policy architectures. It is a strong candidate for top-tier publication and will likely influence future research in robotic policy learning.
The paper proposes a novel architecture for diffusion-based visuomotor policies called Mixture of Frames (MoF). The core insight is that robotic manipulation actions are naturally represented in different coordinate frames at different stages of a task (e.g., end-effector for grasping, base for transport). Standard diffusion policies fix a single action frame, forcing the denoiser to model complex, frame-dependent distributions. MoF maintains a single canonical diffusion state but applies frame-specialized denoisers in their respective frames, fusing the noise predictions back into the canonical frame. A critical technical contribution is the introduction of a column-based 6D rotation representation for SE(3) actions. This allows for exact, differentiable frame transformations of *noisy* intermediate states without requiring projection onto the SO(3) manifold, which is non-linear and lossy. This mathematical insight is elegant and solves a significant implementation hurdle for multi-frame reasoning in diffusion policies. The method is generalizable to any diffusion policy and can be implemented as a drop-in replacement or extension.
The evaluation is comprehensive and rigorous. The authors first establish the motivation by showing that action frame choice has a substantial, task-dependent impact on performance in bimanual mobile manipulation, with a 15% gap between the best and worst single frames. They then demonstrate that MoF outperforms oracle frame selection (which knows the best frame per task) and standard Mixture-of-Experts (MoE) baselines that do not operate in multiple action frames. The ablation studies are particularly strong, showing that the proposed column-based representation is essential (orthogonalization leads to collapse in ensemble variants) and that the router effectively switches between frames based on task phase. Real-world experiments on two complex bimanual mobile manipulation tasks (Pouring, Serving) further validate the approach, showing significant improvements over single-frame baselines. The use of simulated benchmarks (BiGym, DexMimicGen) and real-world validation provides a robust evidence base.
The paper provides detailed descriptions of the method, including the specific rotation representation and the fusion mechanism. The project homepage link suggests code availability. The experimental setup is well-described, including dataset sizes, training epochs, and evaluation metrics. The ablation studies provide clear evidence of component contributions. The reliance on standard simulators (BiGym) and real-world hardware (HoMMI) enhances reproducibility.
The method relies on a designer-specified set of candidate frames. While the router learns to weight them, the set must be predefined. The paper acknowledges this and suggests future work on learning or discovering frames. Additionally, the router is supervised via denoising loss, which may not perfectly align with policy performance, though the results suggest it works well in practice. The current experiments focus on smaller diffusion policies; scaling to large VLA models is noted as future work.
This work has significant implications for robotic manipulation, particularly in complex, multi-stage tasks where different coordinate systems are advantageous. By improving the robustness and performance of visuomotor policies, it contributes to the broader goal of autonomous robots capable of operating in unstructured environments. The technical contribution regarding SE(3) transformations is also valuable for the broader machine learning community working with geometric deep learning and diffusion models. The paper presents a highly innovative and technically sound approach to improving diffusion-based visuomotor policies by leveraging multi-frame reasoning. The introduction of a column-based 6D rotation representation for exact noisy state transformation is a significant methodological advance. Comprehensive experiments in simulation and on real-world robots demonstrate substantial improvements over strong baselines, including oracle frame selection. The work is well-motivated, rigorously evaluated, and addresses a fundamental limitation in current robotic policy architectures. It is a strong candidate for top-tier publication and will likely influence future research in robotic policy learning.
Dexterous grasp generation across robot hands is challenging because hands differ in kinematic topology, actuation dimensions, and native command spaces. We introduce GraspGraphNet, a topology-aware grasp generation framework that represents each hand as a URDF-derived kinematic graph and directly generates executable palm poses and joint configurations. GraspGraphNet combines hierarchical object surface encoding, differentiable forward kinematics, and dynamic world-edge message passing to model evolving robot-object interactions. It applies conditional flow matching directly in executable palm-pose and joint-state space, avoiding post-processing optimization, inverse kinematics, and retargeting. Using a shared model trained on Barrett Hand, Allegro Hand, and Shadow Hand, GraspGraphNet achieves an average success rate of 83.48% with 40ms inference time per grasp on a 40-object benchmark. Without retraining, the same model achieves 72.70% success on controlled finger-removal variants, demonstrating robustness to hand-topology variations. These results suggest that graph-structured hand representations can effectively support dexterous grasp generation across robot hands with different kinematic structures. Project: https://lysees.github.io/graspgraphnet-page
Primary: Korea Advanced Institute of Science and Technology (KAIST)
All Institutions: Korea Advanced Institute of Science and Technology (KAIST)
GraspGraphNet presents a significant technical contribution to multi-embodiment robotic manipulation by introducing a topology-aware, graph-based flow matching framework that achieves state-of-the-art performance and efficiency in generating executable dexterous grasps across diverse robot hands.
The paper proposes GraspGraphNet, a novel framework for multi-embodiment dexterous grasp generation. The core innovation lies in representing robot hands as URDF-derived kinematic graphs and object surfaces as hierarchical point clouds. By integrating differentiable forward kinematics into a graph neural network (GNN) architecture, the model respects the topological constraints of each hand. Crucially, it employs dynamic world-edge message passing to update robot-object interaction features at every step of a conditional flow matching process. This allows the model to generate executable palm poses and joint configurations directly, bypassing the need for inverse kinematics or post-processing optimization typically required by contact-based methods. The use of flow matching for continuous state refinement is a sophisticated choice that addresses the multimodality of grasp distributions better than direct regression or standard diffusion models.
The experimental evaluation is comprehensive and rigorous. The authors evaluate on three distinct dexterous hands (Barrett, Allegro, Shadow) across 40 objects, providing a robust benchmark for multi-embodiment generalization. The results show state-of-the-art success rates (83.48% average) while significantly outperforming baselines in inference speed (40ms vs. 265ms+ for competitors). The finger-removal experiments are particularly compelling, demonstrating that the graph-based representation allows for zero-shot generalization to topologically modified hands (72.70% success), a feat previous methods struggle with. Real-world deployment on a Leap Hand further validates the practical utility of the approach. The ablation studies effectively isolate the contributions of dynamic world edges, cross-attention, and the flow-matching objective.
The paper provides sufficient implementation details, including network architecture dimensions, training hyperparameters (AdamW, learning rate, epochs), and dataset sources (CMapDataset). The use of standard simulation environments (Isaac Gym) and publicly available datasets enhances reproducibility. The inclusion of a project page suggests code availability, which is critical for replication in this domain.
The primary limitation is the reliance on URDF definitions, which requires accurate kinematic models for each hand. While this is standard in simulation, real-world deployment may require precise calibration or adaptation to handle kinematic drift or non-rigid deformations not captured in the URDF. Additionally, the model is evaluated on a specific set of hands; generalization to radically different morphologies (e.g., soft robotic hands or grippers with vastly different joint limits) is not demonstrated, though the authors acknowledge this as future work. The reliance on flow matching also introduces a small number of integration steps (K=3), which, while efficient, may occasionally produce less optimal grasps compared to methods with more extensive search or optimization phases, although the speed trade-off is favorable.
This work significantly advances the field of robotic manipulation by providing a unified, efficient, and robust method for dexterous grasp generation across diverse hardware. By eliminating the need for hand-specific retargeting and optimization, it lowers the barrier to deploying dexterous manipulation policies on new robotic platforms. The graph-based approach offers a principled way to handle structural variations, which could inspire similar topology-aware representations in other robotic control tasks. The efficiency gains (40ms inference) make real-time dexterous manipulation more feasible for practical applications. GraspGraphNet presents a significant technical contribution to multi-embodiment robotic manipulation by introducing a topology-aware, graph-based flow matching framework that achieves state-of-the-art performance and efficiency in generating executable dexterous grasps across diverse robot hands.
Bipedal robots are challenging to control because they operate close to instability, where small variations in foot-terrain contact can rapidly destabilize locomotion. On rigid terrain, bipedal robots mitigate this fragility by using well-established contact mechanics and control strategies. On flowable surfaces such as granular slopes, foot contact can induce large surface deformations and solid-fluid-like transitions, coupling terrain effects with robot dynamics, leading to underperformance or failure. This is partly due to the lack of reliable methods to represent the dynamics of flowable terrain, making it difficult to account for terrain effects in locomotion design. Here, we investigate how controlling terrain response can improve bipedal locomotion on granular slopes by studying the terradynamics of cleated feet, thin plates emanating from the foot soles. Systematic studies of a small-scale (1.4 kg) robophysical biped reveal that cleats with sparse and dense spacing lead to excessive terrain yielding and resistance, respectively, degrading performance and leading to failure. An intermediate cleat spacing distributes interaction forces to maintain substrate stresses near (or below) the yield threshold, enabling walking on granular slopes up to 30 degrees. Guided by these principles, we design a foot that actively adjusts cleat depth and accommodates both rigid and granular terrain. We also demonstrate that the principles of effective foot-terrain interaction translate to a larger (15 kg) autonomous biped. Our study presents an alternative to conventional body-centric robot control approaches, which regulate terrain-induced effects through body motion, by instead regulating terrain interactions through limb-centric approach.
Primary: Georgia Institute of Technology
All Institutions: Georgia Institute of Technology, Northeastern University
This paper presents a seminal contribution to robotic locomotion on deformable terrain, establishing a mechanistic framework for cleated-foot interaction that enables robust bipedal walking on steep granular slopes. By systematically characterizing terradynamics and validating findings across multiple scales, the authors provide a foundational understanding that bridges the gap between granular physics and legged robot design, offering a pathway to more capable autonomous systems in challenging natural environments.
The paper employs a rigorous robophysical approach, combining systematic experimental variation of foot morphology (cleat spacing and depth) with granular terradynamics analysis. The methodology is grounded in physical principles rather than purely data-driven learning, utilizing Particle Image Velocimetry (PIV) and dual-plate intrusion tests to elucidate the underlying mechanics of granular flow. The introduction of a limb-centric control paradigm, where terrain interaction is regulated through foot design rather than just body dynamics, represents a significant conceptual shift in legged locomotion research. The integration of these insights into an adaptive foot mechanism (retractable cleats) and validation on a large-scale autonomous biped (HECTOR) demonstrates a robust engineering methodology.
The experimental evaluation is comprehensive and multi-scaled. It begins with a small-scale constrained robot (BLUEY) to isolate variables, proceeds to granular intrusion tests for mechanistic understanding, and culminates in challenging field-relevant scenarios with a large-scale autonomous robot (HECTOR). The use of PIV to visualize particle flow provides unique, high-quality data linking foot geometry to substrate response. The results clearly demonstrate that intermediate cleat spacing optimizes performance by balancing traction and substrate disturbance, a finding that is both counter-intuitive and practically significant. The successful translation of these principles to a 15 kg robot is a strong validation of the findings.
The paper provides detailed descriptions of the robot kinematics, gait generation (ZMP-based), and experimental setups. The inclusion of pseudocode for the adaptive cleat control and specific parameters for the granular substrate (poppy seeds, volume fraction) enhances reproducibility. However, the reliance on specific robophysical platforms and the complexity of the granular terrain preparation (air-fluidization) may pose challenges for exact replication without access to similar infrastructure. The open-source nature of the HECTOR platform aids in this regard.
The study is limited to rectangular cleats and specific granular media (poppy seeds). The scaling laws derived may not directly apply to human-scale robots or different substrate types (e.g., cohesive soils) without further validation. The gait strategies tested are relatively simple (quasi-static for BLUEY, limited MPC exploration for HECTOR), leaving room for optimization. The authors acknowledge these limitations and suggest future work involving DEM simulations and more complex terrain.
This work has significant implications for the field of legged robotics, particularly for applications in unstructured environments such as search and rescue, planetary exploration, and agricultural robotics. By providing a mechanistic framework for locomotion on flowable terrain, it enables the design of more robust and versatile robotic systems. The shift from body-centric to limb-centric control strategies offers a new paradigm for handling terrain-robot coupling, potentially influencing future research in adaptive morphology and control. This paper presents a seminal contribution to robotic locomotion on deformable terrain, establishing a mechanistic framework for cleated-foot interaction that enables robust bipedal walking on steep granular slopes. By systematically characterizing terradynamics and validating findings across multiple scales, the authors provide a foundational understanding that bridges the gap between granular physics and legged robot design, offering a pathway to more capable autonomous systems in challenging natural environments.
Existing robotic perception is constrained by sensors that are either robot-mounted or permanently fixed in the environment, locking perception to a limited set of viewpoints. Yet as robots perform increasingly diverse tasks, the most informative viewpoint shifts from one task to the next-often somewhere onboard sensor and static infrastructure can not readily satisfy. To address this gap, we propose SensorPerch, a novel realization of active perception that decouples sensing from both the robot embodiment and the environment by treating sensors as independent physical entities that the robot can autonomously detach and re-attach within the environment. SensorPerch presents one realization of this paradigm: a lightweight, wireless, reconfigurable sensor platform that can perch on diverse surfaces, paired with a viewpoint-selection framework that determines task-optimal sensor placements. Together, these enable robots to construct task-relevant viewpoints on demand, independent of the robot's current position and available fixed infrastructure. We demonstrate the paradigm on two task classes: (i) object-coupled perception, where SensorPerch enables persistent object-state detection beyond the robot's current position, achieving successful event detection even when the robot is not nearby; and (ii) policy-coupled perception, where SensorPerch allows robots to construct diverse, policy-specific viewpoints for various policies, achieving success rates comparable to those obtained using oracle viewpoints.
Primary: Cornell University
All Institutions: Cornell University
SensorPerch represents a significant step towards more versatile and autonomous robotic systems. By decoupling perception from fixed infrastructure and robot embodiment, it enables robots to adapt their sensing capabilities dynamically to task requirements, leading to several broader impacts: 1. **Enhanced Robot Autonomy:** Robots can operate more independently in diverse, unstructured environments without relying on pre-installed cameras or human intervention for viewpoint adjustment. 2. **Improved Task Performance:** The ability to construct task-optimal viewpoints on demand can lead to higher success rates in complex manipulation, monitoring, and interaction tasks, especially in scenarios requiring persistent observation or specific perspectives. 3. **New Active Perception Paradigm:** This work establishes a new paradigm for active perception, shifting from merely adjusting onboard sensors to physically reconfiguring the sensing infrastructure itself. This could inspire future research into modular, reconfigurable robotic components beyond just sensors. 4. **Applications in Diverse Fields:** Beyond household robotics, this technology could be transformative for applications in industrial inspection, disaster response (deploying sensors in hazardous areas), construction, and even scientific exploration, where dynamic, adaptive sensing is crucial. 5. **Reduced Infrastructure Costs:** By allowing a single robot to deploy and manage its own sensing network, it could reduce the need for expensive, permanently installed camera systems or multi-robot coordination for comprehensive coverage. SensorPerch introduces a novel paradigm for active perception by treating sensors as independent, reconfigurable physical entities that robots can autonomously deploy and manage. This comprehensive system, integrating robust hardware with an intelligent software framework for task-conditioned viewpoint selection, significantly enhances robotic perception capabilities, enabling persistent object-state detection and policy-aligned viewpoints in diverse real-world tasks, thereby pushing the boundaries of robot autonomy and adaptability.
The methodology proposed in SensorPerch is a comprehensive and well-integrated system that addresses a critical limitation in robotic perception. The core idea of decoupling sensing from the robot's embodiment and fixed infrastructure by treating sensors as autonomous, reconfigurable physical entities is genuinely novel. The system comprises both robust hardware and an intelligent software framework. The hardware design is modular, lightweight (201.4g), and self-contained, featuring an onboard Raspberry Pi 4B for computation, a 2-DoF motorized gimbal for viewpoint adjustment, a compact battery for independent operation (2.25 hours), and a vacuum-based attachment mechanism for diverse surfaces. The integration of a charging dock on the robot's mobile base for autonomous recharging is a practical and essential detail for long-term operation. The cost-effectiveness ($94) is also a significant advantage. The software framework, "Where to Perch," is equally sophisticated. It leverages a hybrid scene representation combining semantic SLAM for geometric reasoning and mountable surface identification, and a radiance-field model (NeRF) for novel view synthesis. This allows for efficient evaluation of candidate viewpoints in simulation without physical deployment. Viewpoint sampling is intelligently biased towards task-relevant regions using a VLM. The task-conditioned scoring function is a flexible abstraction, instantiated for two critical use cases: object-coupled perception (using VLM queries for object state detection) and policy-coupled perception (using DINOv2 embeddings to match a policy's training distribution). Finally, the system incorporates model-based pose estimation and grasp-and-place primitives for autonomous detachment and reattachment of the sensor platforms. The overall methodology presents a complete, closed-loop system for active, reconfigurable perception.
The experimental evaluation is thorough and compelling, covering platform capabilities, task performance, and system efficiency. 1. **Platform Evaluation:** Quantitative metrics for attachment accuracy (0.42 cm, <1 degree), battery life (2.25 hours), and thermal performance demonstrate the hardware's robustness and suitability for real-world, long-horizon tasks. 2. **Task Evaluation:** This is the strongest part of the evaluation. * **Object-coupled perception:** Tested across five diverse scenarios (pot boiling, human fall, fire hazard, cup dropped, water leakage), SensorPerch consistently achieves high event detection success rates, closely matching oracle performance and significantly outperforming baselines like "wrist camera only" or "random feasible placement." This validates its ability to provide persistent, task-relevant perception beyond the robot's immediate vicinity. * **Policy-coupled perception:** Evaluated on three manipulation tasks (peeling, cutting, pouring), SensorPerch achieves success rates (80-90%) comparable to oracle viewpoints, demonstrating its capability to construct policy-specific views that align with training data distributions. This is a crucial validation for enabling robust policy execution in varied settings. * **Baselines:** The comparison against a comprehensive set of baselines (w/o 2-DoF, random, oracle, wrist-only, fixed third-person) rigorously isolates the contributions of different components and the overall system. * **Multi-platform demonstration:** The real-world demonstration with three platforms simultaneously monitoring different aspects of a breakfast preparation task (pot, cutting, human's cup) is highly impressive and showcases the system's scalability and practical utility in complex, multi-task scenarios. 3. **System Evaluation:** The latency breakdown provides valuable insights into the computational overhead. While initial scene reconstruction is time-consuming (369s), it's a one-time cost. Viewpoint sampling, synthesis, and scoring are performed in seconds (0.91s to 7.95s), and the full detach-reattach loop takes a reasonable 12.53 seconds. Streaming latency (180ms) is suitable for real-time perception, even with multiple platforms. These metrics confirm the system's practical usability.
The paper provides detailed descriptions of the hardware components, including specific models (Raspberry Pi 4B, MG90S servos, RealSense D435i, 18650 battery) and their integration. The software stack outlines the use of semantic SLAM, radiance fields (NeRF), VLM, DINOv2, and ROS. A lightweight ROS package is mentioned, which is a good step towards reproducibility. However, the absence of a public code repository or specific details on the semantic SLAM and NeRF implementation (e.g., which specific open-source projects were used, training data for NeRF, VLM model used) makes full replication challenging without further information. The experimental setup is well-described, but the exact datasets for policy training and VLM queries would be needed.
The authors acknowledge several pertinent limitations: 1. **Surface Dependence:** The vacuum-based mounting mechanism relies on the availability of flat, non-porous, rigid surfaces. This limits deployment in environments with soft, porous, or highly irregular textures (e.g., carpets, fabric, rough stone). 2. **Vacuum Reliability:** The long-term reliability of vacuum seals under various environmental conditions (dust, temperature changes, vibrations) is a potential concern, although the paper demonstrates robust attachment in its experiments. 3. **Robot Motion and Occlusions:** The current framework does not explicitly model how the robot's own motion might create or resolve occlusions, or how it affects viewpoint quality over time. This could lead to suboptimal placements if the robot itself becomes an occluder. Additional limitations could include: 4. **Scalability to Many Sensors:** While a three-sensor demo is shown, managing and coordinating a much larger fleet of reconfigurable sensors could introduce new challenges in terms of communication, power management, and optimal placement strategies. 5. **Initial Scene Reconstruction Time:** The 369-second scene reconstruction time, while a one-time cost, might be prohibitive for highly dynamic environments or those requiring frequent re-mapping.
SensorPerch represents a significant step towards more versatile and autonomous robotic systems. By decoupling perception from fixed infrastructure and robot embodiment, it enables robots to adapt their sensing capabilities dynamically to task requirements, leading to several broader impacts: 1. **Enhanced Robot Autonomy:** Robots can operate more independently in diverse, unstructured environments without relying on pre-installed cameras or human intervention for viewpoint adjustment. 2. **Improved Task Performance:** The ability to construct task-optimal viewpoints on demand can lead to higher success rates in complex manipulation, monitoring, and interaction tasks, especially in scenarios requiring persistent observation or specific perspectives. 3. **New Active Perception Paradigm:** This work establishes a new paradigm for active perception, shifting from merely adjusting onboard sensors to physically reconfiguring the sensing infrastructure itself. This could inspire future research into modular, reconfigurable robotic components beyond just sensors. 4. **Applications in Diverse Fields:** Beyond household robotics, this technology could be transformative for applications in industrial inspection, disaster response (deploying sensors in hazardous areas), construction, and even scientific exploration, where dynamic, adaptive sensing is crucial. 5. **Reduced Infrastructure Costs:** By allowing a single robot to deploy and manage its own sensing network, it could reduce the need for expensive, permanently installed camera systems or multi-robot coordination for comprehensive coverage. SensorPerch introduces a novel paradigm for active perception by treating sensors as independent, reconfigurable physical entities that robots can autonomously deploy and manage. This comprehensive system, integrating robust hardware with an intelligent software framework for task-conditioned viewpoint selection, significantly enhances robotic perception capabilities, enabling persistent object-state detection and policy-aligned viewpoints in diverse real-world tasks, thereby pushing the boundaries of robot autonomy and adaptability.
Robust motion planning in dense traffic requires autonomous vehicles to interact in rare and safety-critical scenarios that are underrepresented in naturalistic driving data. Although adversarial training offers a feasible solution, existing methods often rely on external scenario generators, heuristic perturbations, or simulator-heavy rollouts, which makes them difficult to integrate with modern autoregressive planners. Here, we cast adversarially robust planner learning as a constrained min-max game and propose Adversarial World Modeling (AWM), a theoretically grounded multi-agent self-play fine-tuning framework. Since solving the exact game is intractable, AWM introduces a principled decoupled solver. In the inner minimization, the planner's predictive world model is converted into a role-conditioned adversary that learns sparse, scene-adaptive attack coalitions via counterfactual credit assignment. In the outer maximization, the ego planner optimizes a regret-aware robust best response against the frozen AWM, utilizing tail-risk weighting and reference-anchored trust regions to improve hard-case recovery while preserving nominal driving behavior. Experiments on the nuPlan and InterPlan benchmarks demonstrate that our method generates transferable adversarial interactions and yields a robust planner that achieves competitive closed-loop performance in both nominal and highly interactive long-tail scenarios. Theoretical analysis justifies the decoupled solver and the main optimization components.
Primary: unknown (information not provided in the paper text)
All Institutions: unknown (information not provided in the paper text)
This work has significant broader impact for autonomous driving and multi-agent reinforcement learning: * **Enhanced AV Safety**: By systematically exposing and mitigating vulnerabilities in rare, safety-critical scenarios, AWM contributes directly to improving the robustness and safety of autonomous vehicles in dense and interactive traffic. * **Robust ML for Robotics**: The framework provides a principled approach to adversarial training for complex, high-dimensional robotic systems, particularly those relying on autoregressive generative models. * **Multi-Agent Self-Play**: The novel counterfactual credit assignment and sparse coalition learning mechanisms advance the state-of-the-art in multi-agent self-play, offering solutions to long-standing credit assignment problems. * **Efficient Adversarial Testing**: AWM's ability to generate transferable adversarial interactions makes it a valuable tool for stress-testing and evaluating the robustness of various existing and future motion planners, potentially accelerating development and validation cycles. * **Integration with Modern Architectures**: By aligning with the autoregressive, tokenized paradigm, AWM offers a practical and scalable solution for robustifying modern generative planners, bridging a gap where traditional adversarial methods struggle. This paper introduces Adversarial World Modeling (AWM), a multi-agent self-play fine-tuning framework that repurposes a planner's predictive world model as a role-conditioned adversary to robustify autoregressive motion planning. The framework's principled decoupled solver, novel counterfactual credit assignment, and regret-aware constrained optimization provide a theoretically grounded and empirically validated approach to generate transferable adversarial interactions, significantly improving planner robustness in long-tail scenarios while preserving nominal driving performance.
The paper proposes Adversarial World Modeling (AWM), a multi-agent self-play fine-tuning framework for robust motion planning, framed as a constrained min-max game. The core innovation lies in repurposing the planner's own predictive world model as a role-conditioned adversary, which is a highly elegant and integrated solution compared to external scenario generators or heuristic perturbations. The methodology is theoretically grounded and addresses three key challenges: 1. **Multi-agent credit assignment**: AWM introduces a novel counterfactual credit assignment mechanism via role switching. By comparing factual active coalitions with leave-one-out and full background counterfactuals, it efficiently attributes scene-level utility changes to individual and synergistic adversarial behaviors. This is a significant improvement over naive reward sharing. 2. **Min-max optimization instability**: The paper proposes a principled decoupled solver. Stage A learns a frozen adversarial world model (AWM) that generates sparse, scene-adaptive attack coalitions. Stage B then optimizes the ego planner as a robust best response against this *frozen* AWM. This separation effectively mitigates the instability of simultaneous non-convex min-max updates. 3. **Nominal performance degradation**: The planner optimization in Stage B incorporates a regret-aware objective with tail-risk weighting (CVaR) to prioritize rare but critical failures, and crucially, reference-anchored trust regions with dual variables to preserve nominal driving behavior and enforce safety constraints. This ensures robustness is gained without sacrificing general driving competence. The detailed mechanisms for adversarial world modeling, including role-conditioned generation, sparse coalition learning (via proposal probing, primary selection, conditional pairing, and scene-adaptive calibration), are well-articulated and designed to generate plausible yet challenging multi-agent interactions. The use of a shared autoregressive tokenized rollout structure for both planning and adversarial generation ensures seamless integration. The theoretical analysis, mentioned in the abstract and contributions, provides justification for the decoupled solver and optimization components, adding significant rigor.
The experimental evaluation is comprehensive and rigorous, addressing three key questions: 1. **Closed-loop planning performance**: AWM-Planner is evaluated on the nuPlan and InterPlan benchmarks, including a challenging InterPlan-LongTail subset. It demonstrates competitive performance, significantly improving on interaction-heavy long-tail scenarios (e.g., +5.81 on InterPlan-LongTail) while maintaining or slightly improving nominal driving behavior on nuPlan (e.g., +2.60 on Test14-hard NR, -0.01 on Test14-random NR). This validates the method's ability to improve robustness without sacrificing general performance. 2. **Transferability of AWM as an adversarial simulator**: A crucial experiment deploys the learned AWM as a non-ego sim-agent traffic model for *seven different planners* (including rule-based, optimization-based, diffusion-based, and transformer-based). AWM consistently reduces the closed-loop score for all planners, demonstrating that the learned adversarial behaviors generalize beyond the planner it was trained against. This highlights AWM's potential as a valuable tool for stress-testing and robustifying various planning architectures. 3. **Component analysis (ablations)**: Extensive ablations are performed on both the AWM (Stage A) and planner (Stage B) components. * **AWM ablations**: Show that role-conditioned counterfactual credit assignment is superior to global reward broadcast, yielding stronger lower-tail degradation without sacrificing realism. The adaptive calibrated coalition learning is shown to provide sufficient adversarial stress while maintaining realism, outperforming forced K=2 attacks or simpler single-candidate approaches. * **Planner adaptation ablations**: Demonstrate the superiority of the decoupled self-play pipeline over planner-only refinement, simultaneous alternating, or alternating warmup, in terms of adversarial Tail-CVaR, closed-loop scores, and stability (lower GPU-hours, faster plateau, more stable seeds). Ablations on the Stage B objective confirm the importance of regret-aware CVaR for targeting rare severe risks and normal retention for preserving nominal performance. The use of diverse metrics (R-Score, progress, collision, TTC, drivable-area, speed-limit, driving-direction, Tail-CVaR) provides a holistic view of performance. Case studies visually illustrate the planner's improved recovery in adversarial scenarios and the nature of AWM-generated attacks.
The paper provides a high level of detail in its methodology section, including mathematical formulations for the game, decoupled solver, credit assignment, and planner objectives. It explicitly mentions appendices for "implementation details," "theoretical analysis," "architectural details," "probe signals and coverage metrics," "details for $f_pri$ and $f_pair$," "full AWM training objective," "analytical derivations and loss formulations," and "how the learned AWM is instantiated as a closed-loop sim-agent evaluator." The algorithm is summarized in Algorithm 1 in the appendix. This comprehensive documentation suggests a strong commitment to reproducibility.
The authors acknowledge several limitations: 1. **Fidelity of the tokenized world model**: AWM's effectiveness is inherently tied to the fidelity of the underlying tokenized world model. If the world model cannot accurately represent complex multi-agent dynamics, the generated adversarial scenarios may be unrealistic or ineffective. 2. **Exhaustive scenario coverage**: While AWM generates scene-adaptive attacks, it does not guarantee exhaustive coverage of all possible safety-critical scenarios. This is a common challenge in adversarial training for complex environments. 3. **Formal closed-loop safety guarantees**: The framework does not provide formal, provable safety guarantees, which remains a grand challenge for learning-based autonomous driving systems. 4. **Computational cost**: Although the decoupled solver improves stability and efficiency compared to simultaneous training, training large autoregressive models for both the world model and planner can still be computationally intensive.
This work has significant broader impact for autonomous driving and multi-agent reinforcement learning: * **Enhanced AV Safety**: By systematically exposing and mitigating vulnerabilities in rare, safety-critical scenarios, AWM contributes directly to improving the robustness and safety of autonomous vehicles in dense and interactive traffic. * **Robust ML for Robotics**: The framework provides a principled approach to adversarial training for complex, high-dimensional robotic systems, particularly those relying on autoregressive generative models. * **Multi-Agent Self-Play**: The novel counterfactual credit assignment and sparse coalition learning mechanisms advance the state-of-the-art in multi-agent self-play, offering solutions to long-standing credit assignment problems. * **Efficient Adversarial Testing**: AWM's ability to generate transferable adversarial interactions makes it a valuable tool for stress-testing and evaluating the robustness of various existing and future motion planners, potentially accelerating development and validation cycles. * **Integration with Modern Architectures**: By aligning with the autoregressive, tokenized paradigm, AWM offers a practical and scalable solution for robustifying modern generative planners, bridging a gap where traditional adversarial methods struggle. This paper introduces Adversarial World Modeling (AWM), a multi-agent self-play fine-tuning framework that repurposes a planner's predictive world model as a role-conditioned adversary to robustify autoregressive motion planning. The framework's principled decoupled solver, novel counterfactual credit assignment, and regret-aware constrained optimization provide a theoretically grounded and empirically validated approach to generate transferable adversarial interactions, significantly improving planner robustness in long-tail scenarios while preserving nominal driving performance.
The action space poses a major challenge in robot learning, since it is often high-dimensional, can span long time horizons, and frequently admits multi-modal optimal solutions. A good choice of action representation and loss function can help to address these concerns, but there are often trade offs. We propose Action Map Policy (AMP), which casts 3D closed-loop manipulation policy learning as a classification problem in image space. While classification has been an effective formulation in generative language models, applying it to robot action learning is difficult because naively discretizing high-dimensional continuous actions explodes the token vocabulary. Our key idea is to project 3D actions onto the camera image planes and treat each pixel location as a discrete class, thus controlling dimensionality while retaining multi-modality. This method supports millimeter-level precision for high-dimensional actions without requiring a prohibitively large vocabulary, while preserving fine-grained pixel-wise visual signals. Furthermore, it can predict the entire action chunk in a single forward pass, avoiding complex noise scheduling and iterative denoising while achieving substantially faster inference than diffusion policies. Experiments on various manipulation tasks show that AMP outperforms strong baselines, achieving higher success rates, faster inference, and enhanced spatial reasoning.
Primary: Brown University
All Institutions: Brown University
The authors acknowledge several limitations: 1. **Jittering**: Minor jittering in generated actions, which could be improved with geometric consistency losses. 2. **Workspace Limitation**: The workspace is limited by calibrated camera coverage, preventing actions outside the observed scope. This could be alleviated with larger-FOV or dual in-hand cameras. 3. **Gripper Specificity**: While the method is flexible, the current keypoint design focuses on a parallel-jaw gripper. Adaptation would be needed for dexterous or bimanual setups. 4. **Future Directions**: The paper also points to future work, such as integrating Q-functions for reinforcement learning and exploring pre-trained vision-language models, indicating that the current work is a foundational step. BROADER IMPACT: AMP offers a significant contribution to robot learning by providing an effective and efficient method for closed-loop 3D manipulation. Its ability to handle high-dimensional continuous actions, multi-modality, and achieve high precision with fast inference has broad implications for deploying robots in complex real-world tasks. The classification-based approach, which aligns action representation with observation space, could inspire new architectures and training paradigms in visuomotor control. The enhanced spatial reasoning demonstrated, particularly the responsiveness to small visual cues, is critical for robust and precise robot operation. This method could accelerate the development of more capable and adaptable robotic systems, potentially impacting fields like manufacturing, service robotics, and assistive technologies. The explicit action distribution output also opens avenues for safer and more interpretable robot behavior, as well as easier integration with reinforcement learning and vision-language models. Action Map Policy (AMP) introduces a highly novel and effective framework for 3D closed-loop manipulation by casting action learning as a pixel classification problem using projected keypoint heatmaps. This approach elegantly resolves the challenges of high-dimensional continuous actions, multi-modality, and precision, outperforming strong baselines in both simulated and real-world tasks with significantly faster inference and superior spatial reasoning. The paper's robust methodology, comprehensive experimental validation, and clear articulation of its advantages make it a substantial contribution to the field of robotics and machine learning.
The paper proposes Action Map Policy (AMP), a novel framework that reformulates 3D closed-loop manipulation policy learning as a pixel classification problem. The core idea is to represent 3D end-effector poses as a set of 3D keypoints, project these keypoints onto multiple camera image planes, and then predict their 2D pixel locations as discrete classes (heatmaps). This approach elegantly addresses the challenges of high-dimensional continuous action spaces, combinatorial explosion in naive discretization, and multi-modality. The use of a cross-entropy loss on soft Gaussian heatmaps for supervision is well-justified, providing stable training and naturally modeling multi-modal distributions. The X-Net architecture, a multi-view U-Net encoder combined with a Multi-View Transformer and U-Net decoder, is specifically designed to process multi-view images and output dense action feature maps, preserving spatial structure. The heatmap-to-action conversion process, involving argmax pixel selection, triangulation, and geometric pose recovery, is clearly defined and robust. A significant advantage is the single-pass inference, which is substantially faster than iterative denoising methods like diffusion policies. The method also leverages equivariant data augmentation, which is a natural fit for its spatially aligned action representation. The theoretical precision analysis demonstrating millimeter-level accuracy at reasonable image resolutions is a strong methodological justification.
The experimental evaluation is comprehensive and rigorous, spanning both simulated and real-world settings. 1. **Precision Analysis**: A theoretical analysis quantifies the achievable precision of the heatmap representation at different image resolutions, showing that $224 \times 224$ images yield approximately 1mm translation and 1.3-degree rotation precision, which is crucial for manipulation. This is a strong empirical justification for the chosen representation. 2. **Simulated Experiments**: AMP is evaluated on six challenging MimicGen tasks, covering rigid and articulated objects with varying precision requirements. It is compared against four strong baselines: Diffusion Policy (DiffPo), ACT, OAT, and Motion Track. AMP significantly outperforms these baselines on five out of six tasks, with an average gain of 20.7% in success rate. 3. **Ablation Studies**: Ablations demonstrate the importance of the in-hand camera view, soft labels (Gaussian width $\sigma=2$), and equivariant data augmentation, all contributing positively to performance. 4. **Real-World Experiments**: Three long-horizon, complex real-world tasks (make-coffee, toast-bread, steam-egg) are used to evaluate closed-loop visuomotor policy learning. AMP shows a substantial performance margin (e.g., 50% higher success rate than DiffPo on 'make-coffee') and faster inference speed (13.80 ms vs. 93.53 ms for DiffPo). 5. **Spatial Reasoning**: Two tasks (grasp-target-cup, stack-target-block) are designed to test spatial reasoning, where a laser pointer indicates the target among identical objects. AMP achieves 100% success, demonstrating its ability to respond to fine-grained visual cues, unlike baselines that struggle with mode collapse. The experiments are well-designed, the baselines are strong, and the results consistently highlight AMP's superior performance, efficiency, and robustness.
The paper provides good details for reproducibility. Key implementation choices are described, including image resolution, network architecture (U-Net encoder, MVT, U-Net decoder, skip connections), number of channels, and the use of the first 8 out of 12 predicted timesteps. Hyperparameters like learning rate, training epochs, and GPU used are specified. Crucially, the paper includes pseudocode for both training and inference, which is highly valuable. Details on data preprocessing, augmentation (including equivariant augmentation), and the soft-label width ($\sigma=2$) are provided. The description of the keypoint definition and pose recovery is also clear. The authors state that they focus on policy performance without using pretrained vision encoders for any method, ensuring a fair comparison.
The authors acknowledge several limitations: 1. **Jittering**: Minor jittering in generated actions, which could be improved with geometric consistency losses. 2. **Workspace Limitation**: The workspace is limited by calibrated camera coverage, preventing actions outside the observed scope. This could be alleviated with larger-FOV or dual in-hand cameras. 3. **Gripper Specificity**: While the method is flexible, the current keypoint design focuses on a parallel-jaw gripper. Adaptation would be needed for dexterous or bimanual setups. 4. **Future Directions**: The paper also points to future work, such as integrating Q-functions for reinforcement learning and exploring pre-trained vision-language models, indicating that the current work is a foundational step. BROADER IMPACT: AMP offers a significant contribution to robot learning by providing an effective and efficient method for closed-loop 3D manipulation. Its ability to handle high-dimensional continuous actions, multi-modality, and achieve high precision with fast inference has broad implications for deploying robots in complex real-world tasks. The classification-based approach, which aligns action representation with observation space, could inspire new architectures and training paradigms in visuomotor control. The enhanced spatial reasoning demonstrated, particularly the responsiveness to small visual cues, is critical for robust and precise robot operation. This method could accelerate the development of more capable and adaptable robotic systems, potentially impacting fields like manufacturing, service robotics, and assistive technologies. The explicit action distribution output also opens avenues for safer and more interpretable robot behavior, as well as easier integration with reinforcement learning and vision-language models. Action Map Policy (AMP) introduces a highly novel and effective framework for 3D closed-loop manipulation by casting action learning as a pixel classification problem using projected keypoint heatmaps. This approach elegantly resolves the challenges of high-dimensional continuous actions, multi-modality, and precision, outperforming strong baselines in both simulated and real-world tasks with significantly faster inference and superior spatial reasoning. The paper's robust methodology, comprehensive experimental validation, and clear articulation of its advantages make it a substantial contribution to the field of robotics and machine learning.
Whole-arm manipulation involves direct contact with the environment while the robot completes a task by distributing contact across multiple links as contacts form, slide, and break. This setting breaks common implicit assumptions in many learning-based manipulation pipelines: arm configuration tightly couples motion and contact forces, contact state is partially observed under occlusion, and purely learned rollouts can become physically inconsistent under distribution shift because many multi-link contact configurations are sparsely represented in the data. To address this, we propose TACTIC (Tactile and Vision Conditioned Contact-Centric Control), a receding-horizon controller for whole-arm manipulation. TACTIC uses a contact-centric hybrid predictive model that combines RGB-D, distributed tactile sensing, and a compact 2D proximity representation. The model couples a learned, action-conditioned latent dynamics model with analytical kinematics through contact Jacobians, enabling rollouts of future contact configurations and interaction forces. TACTIC integrates these rollouts into a sampling-based MPC planner with contact-aware action sampling: contact Jacobian-based projections steer sampled action sequences toward force-modulating directions, and objectives defined over predicted proximity and interaction forces trade task progress against whole-arm force regulation. We evaluate TACTIC in simulation against state-of-the-art model-based and model-free methods, and perform ablations that isolate the contribution of each design choice. TACTIC consistently outperforms other methods. We further demonstrate real-world performance on a robot with distributed tactile sensing across three whole-arm manipulation tasks that require multi-contact trajectories: turning over and repositioning a manikin, and goal-reaching in a 3D dynamic maze. Website: https://emprise.cs.cornell.edu/tactic
Primary: Cornell University
All Institutions: Cornell University, Carnegie Mellon University, Toyota Research Institute
TACTIC represents a significant advancement in whole-arm manipulation by effectively integrating tactile and visual information with hybrid predictive modeling and contact-aware MPC, demonstrating superior performance in complex, contact-rich real-world tasks.
The paper proposes TACTIC, a receding-horizon controller for whole-arm manipulation that addresses the challenges of partial observability and physical inconsistency in contact-rich tasks. The core innovation lies in a hybrid predictive model that fuses learned latent dynamics with analytical kinematics via contact Jacobians. This allows for physically consistent rollouts while leveraging the flexibility of learned models for unmodeled dynamics. The integration of this model into a Model Predictive Path Integral (MPPI) planner with contact-aware action sampling is a sophisticated engineering and theoretical contribution. The use of distributed tactile sensing and RGB-D data to form a contact-centric representation is well-motivated and technically sound.
The evaluation is comprehensive, covering both simulation and real-world experiments. The real-world demonstrations on a robot with distributed tactile sensing performing complex tasks like turning over a manikin and navigating a dynamic maze are strong evidence of the method's efficacy. The ablation studies help isolate the contributions of different components (e.g., tactile vs. vision, learned vs. analytical dynamics). The comparison against state-of-the-art model-based and model-free methods provides a solid baseline for performance claims. The latency analysis demonstrates the practical feasibility of the approach at ~12Hz.
The paper provides a detailed system overview, including latency breakdowns and hyperparameter tables in the appendix. The website link suggests the availability of additional resources, though code is not explicitly linked in the provided text. The description of the sensor fusion and MPC pipeline is sufficiently detailed for reproduction by experts in the field. The use of standard simulators (implied by "simulation") and real hardware with known specifications aids reproducibility.
The method relies on accurate tactile sensing and RGB-D data, which may be expensive or difficult to scale to larger robots. The performance of the learned latent dynamics model is dependent on the quality and diversity of the training data. The contact Jacobian-based projections assume a certain level of contact stability, which might be challenging in highly dynamic or slipping scenarios. The complexity of the hybrid model and MPC planner may limit its application to robots with significant computational resources.
This work advances the field of robotics by enabling more dexterous and robust manipulation capabilities, which are crucial for applications in healthcare, logistics, and domestic assistance. The integration of tactile sensing with vision and control theory provides a blueprint for future research in contact-rich manipulation. The real-world demonstrations highlight the potential for these methods to be deployed in real-world scenarios, moving beyond simulation-only evaluations. TACTIC represents a significant advancement in whole-arm manipulation by effectively integrating tactile and visual information with hybrid predictive modeling and contact-aware MPC, demonstrating superior performance in complex, contact-rich real-world tasks.
Video diffusion transformers (vDiTs) generate high quality video but introduce extremely high compute cost due to the long diffusion timesteps and self attention computation. As diffusion timesteps are reduced, the computation cost of self attention becomes the dominant bottleneck. Existing acceleration approaches largely inherit sparse attention techniques from large language models, which fail to consider the unique spatiotemporal correlation of video data. This paper presents Kaleido, an algorithm hardware codesign that accelerates all operations in vDiTs by exploiting channel-wise spatiotemporal correlations in latent space. Based on this insight, we propose a lightweight channelwise reuse algorithm that skips redundant computations by reusing partial results while preserving higher generative quality than prior methods (>17 dB). To efficiently support this algorithm, we design a systolic array like accelerator with reconfigurable processing elements and a lightweight data dispatcher to mitigate irregular sparsity and data access patterns introduced by our reuse algorithm. Evaluations across three mainstream vDiT models show that Kaleido achieves up to 5.9x speedup and 16.0x energy savings over state of the art accelerators.
Primary: Unknown
All Institutions: Unknown
Kaleido presents a compelling algorithm-hardware co-design that significantly accelerates Video Diffusion Transformers by exploiting latent space correlations, offering substantial speedups and energy savings while maintaining high generative quality, thereby addressing a critical bottleneck in the deployment of advanced video generation models.
The paper proposes "Kaleido," an algorithm-hardware co-design specifically targeting Video Diffusion Transformers (vDiTs). The core algorithmic insight is the exploitation of channel-wise spatiotemporal correlations in the latent space to enable computation skipping (reusing partial results). This is a significant methodological shift from standard sparse attention techniques used in LLMs, which do not account for the unique redundancy in video generation tasks. The hardware design features a systolic array-like accelerator with reconfigurable processing elements and a lightweight data dispatcher to handle the irregular sparsity introduced by the algorithm. The approach is technically sound, addressing the dominant bottleneck of self-attention in long-timestep diffusion processes. However, the novelty is somewhat incremental in the broader context of hardware acceleration, as algorithm-hardware co-design for transformers is a well-trodden path, though the specific application to vDiTs with this correlation-based reuse is a strong contribution.
The evaluation demonstrates up to 5.9x speedup and 16.0x energy savings compared to state-of-the-art accelerators across three mainstream vDiT models. The claim of preserving higher generative quality (>17 dB improvement in PSNR/SSIM relative to prior skipping methods) is a strong empirical result. The use of standard metrics and comparison against SOTA baselines provides credibility. However, the lack of specific details on the baseline models and the exact nature of the "state of the art" accelerators in the abstract limits the immediate assessability of the magnitude of the improvement. The results are promising and suggest significant practical utility for deploying vDiTs.
The paper is published on arXiv, and while the abstract provides a high-level overview, the full text would need to be scrutinized for hyperparameters, model configurations, and hardware specifications to ensure reproducibility. The mention of "lightweight" components suggests a focus on practical implementation, which often aids reproducibility if code is released. Without code availability explicitly stated in the abstract, reproducibility is assumed to be moderate to high based on the detailed algorithmic description implied.
The primary limitation is the reliance on the assumption that channel-wise spatiotemporal correlations are consistent across different vDiT architectures and video domains. The performance gain might vary depending on the specific video content and the complexity of the diffusion process. Additionally, the hardware design's flexibility (reconfigurable PEs) might come with overheads that are not fully detailed in the abstract. The comparison is against "state of the art accelerators," which may include specialized custom hardware that is not widely available, potentially skewing the perceived advantage.
This work has significant implications for the democratization of high-quality video generation by reducing the computational and energy barriers. It enables faster iteration for researchers and more accessible deployment for developers. The focus on energy efficiency also aligns with the growing need for sustainable AI. By addressing the specific bottlenecks of vDiTs, it paves the way for more complex and longer video generation tasks. Kaleido presents a compelling algorithm-hardware co-design that significantly accelerates Video Diffusion Transformers by exploiting latent space correlations, offering substantial speedups and energy savings while maintaining high generative quality, thereby addressing a critical bottleneck in the deployment of advanced video generation models.
Modern edge system-on-chips (SoCs) combine CPUs, integrated GPUs (iGPUs), and neural processing units (NPUs), yet existing LLM runtimes typically make coarse device-level decisions or optimize operators in isolation. As a result, they underutilize heterogeneous resources, particularly on unified-memory platforms where performance depends on both device placement and task-graph coordination. We present HeteroMosaic, a heterogeneity-first scheduling framework for edge LLM inference. HeteroMosaic first uses a heterogeneous roofline model to identify when combining iGPU and NPU execution is beneficial. It then decomposes inference into dependency-preserving micro-batches that expose cross-accelerator overlap and applies trace-guided co-optimization of scheduling and device allocation under practical effects such as memory contention, DVFS, device variation, and NPU runtime overheads. We implement HeteroMosaic in PyTorch C++ and evaluate it on three AMD Ryzen AI platforms spanning NPU-heavy, balanced, and iGPU-heavy designs. On the balanced platform, HeteroMosaic achieves up to 1.73X speedup over an iGPU baseline, 1.78X over an NPU baseline, and 2.05X over frameworks such as llama.cpp, while reducing energy by up to 45.3%. It also improves performance over prior heterogeneous edge AI solutions by up to 2.35X.
Primary: University of Illinois Urbana-Champaign (UIUC)
All Institutions: University of Illinois Urbana-Champaign (UIUC), Advanced Micro Devices, Inc. (AMD)
HeteroMosaic introduces a novel scheduling framework for edge LLM inference that significantly outperforms existing baselines by exploiting fine-grained heterogeneous execution opportunities on unified-memory SoCs, offering a practical path toward energy-efficient, high-performance edge AI deployment.
The paper proposes HeteroMosaic, a scheduling framework that treats edge LLM inference as a heterogeneity-first problem rather than a simple placement problem. The core methodological contributions include: 1) A heterogeneous roofline model to theoretically bound the benefits of combining iGPU and NPU execution; 2) Dependency-preserving micro-batching to expose cross-accelerator overlap opportunities that coarse-grained batching misses; 3) Trace-guided co-optimization of scheduling and device allocation that accounts for real-world system effects like memory contention, DVFS, and NPU runtime overheads. This approach is technically sophisticated, moving beyond static operator mapping to dynamic, graph-level coordination. The insight that fine-grained heterogeneity can be exploited via scheduling on unified-memory platforms is a significant shift in how edge AI systems are designed.
The evaluation is conducted on three distinct AMD Ryzen AI platforms (NPU-heavy, balanced, iGPU-heavy), providing strong empirical evidence for the framework's adaptability. The results show substantial improvements: up to 1.73x speedup over iGPU-only, 1.78x over NPU-only, and 2.05x over llama.cpp on a balanced platform, with up to 45.3% energy reduction. The comparison against strong baselines (including existing heterogeneous solutions) demonstrates clear superiority. The use of real hardware rather than simulation adds significant credibility. The evaluation covers multiple models, ensuring the findings are not model-specific artifacts.
The authors implement HeteroMosaic in PyTorch C++, which is a standard and accessible framework for such systems research. The paper details the architectural properties required (programmable accelerators, shared memory, low-overhead sync) and the specific optimizations applied. While the exact proprietary NPU driver details might be AMD-specific, the scheduling abstraction and the trace-guided optimization methodology are described with sufficient detail for replication on similar unified-memory SoCs. The codebase structure suggests it could be open-sourced or made available upon request, which is common for top-tier systems venues.
The current implementation is tightly coupled with AMD Ryzen AI platforms. The "heterogeneous roofline model" and scheduling heuristics may need significant re-tuning for other architectures (e.g., Qualcomm Hexagon, Apple Neural Engine) due to differences in NPU capabilities, memory bandwidth, and runtime overheads. The paper acknowledges that extending this to datacenter systems would require explicit communication modeling for PCIe/CXL/NVLink, which is a non-trivial extension not covered here. Additionally, the focus is on inference; training on such heterogeneous edge devices remains an open challenge.
This work has profound implications for the deployment of Large Language Models on edge devices, enabling faster and more energy-efficient AI on smartphones, laptops, and IoT devices. By demonstrating that fine-grained heterogeneity can be practically exploited, it encourages hardware designers to prioritize balanced accelerator designs and efficient interconnects. It also provides a blueprint for runtime systems to better utilize the increasingly heterogeneous compute resources available in modern SoCs, potentially reducing the carbon footprint of AI inference. HeteroMosaic introduces a novel scheduling framework for edge LLM inference that significantly outperforms existing baselines by exploiting fine-grained heterogeneous execution opportunities on unified-memory SoCs, offering a practical path toward energy-efficient, high-performance edge AI deployment.
Large language model (LLM) inference is increasingly limited by the capacity of High-Bandwidth Memory (HBM) in GPUs, as model weights and KV cache grow rapidly. High-Bandwidth Flash (HBF) provides higher capacity than HBM while retaining comparable bandwidth, making it a promising substrate for capacity-constrained LLM inference. However, its inherently high access latency, low bandwidth utilization, and lack of support for heterogeneous resource management make it difficult to integrate HBF into GPUs for LLM inference. We present FlashAccel, a co-designed system that enables efficient LLM inference using HBF. FlashAccel integrates HBF into HBM-based GPUs, providing architectural support to mitigate access latency. It improves bandwidth utilization through specialized data layouts for both model weights and KV cache, and introduces an HBF-aware storage management layer together with a programming model to organize persistent data in HBF and coordinate heterogeneous memory resources at the system level. Experimental results demonstrate that integrating six HBF stacks into the GPU enables FlashAccel to deliver an average improvement of 2.54$\times$ and 1.93$\times$ in throughput per GPU and energy efficiency over the HBM-only GPU under 100ms latency constraint, respectively.
Primary: Institute of Computing Technology, Chinese Academy of Sciences
All Institutions: Institute of Computing Technology, Chinese Academy of Sciences, University of Chinese Academy of Sciences, School of Advanced Interdisciplinary Sciences, University of Chinese Academy of Sciences, Institute of Microelectronics, Chinese Academy of Sciences
FlashAccel presents a compelling hardware-software co-design for integrating High-Bandwidth Flash into GPUs, effectively addressing latency and bandwidth utilization challenges to deliver significant throughput and energy efficiency gains for LLM inference.
The paper proposes FlashAccel, a hardware-software co-design that integrates High-Bandwidth Flash (HBF) into GPU architectures to address the memory capacity bottleneck in LLM inference. The methodology is rigorous and addresses three specific challenges: high access latency, low bandwidth utilization due to plane-level parallelism constraints, and heterogeneous resource management. Architecturally, it introduces SRAM buffers for prefetching. At the data layout level, it designs specialized layouts for static weights (based on execution order) and dynamic KV cache (using a unified view with selective offloading to balance plane loads). System-wise, it eliminates the Flash Translation Layer (FTL) by leveraging append-only patterns and introduces a programming model with unified virtual addressing and hyper-page granularity. The approach is technically sound and directly targets the inefficiencies of using non-volatile memory for high-bandwidth workloads.
The evaluation is conducted using an event-driven simulator built on LLMCompass and ScaleSim, extended with a NAND simulator. The authors evaluate against a baseline DGX-H200 node across multiple large models (LLaMA3.1-405B, Qwen3-235B, etc.) and sequence lengths. Results show a 2.54x throughput improvement and 1.93x energy efficiency gain under a 100ms latency constraint. The ablation study effectively isolates the contribution of each component (prefetch, weight layout, KV cache layout). The analysis of KV cache reuse in multi-turn interactions provides strong motivation for the capacity argument. The endurance analysis is realistic, acknowledging the trade-offs between retention time and P/E cycles.
The paper provides detailed architectural parameters (plane counts, latency figures, SRAM sizes) and simulation methodology. However, as a simulator-based study relying on specific extensions to LLMCompass/ScaleSim, full reproducibility requires access to the custom simulation code, which is not explicitly linked. The hardware assumptions (e.g., specific HBF stack designs) are based on cited prototypes, making the results dependent on the accuracy of those models.
The primary limitation is that the work is simulation-based; no physical HBF prototype or silicon validation is presented. The performance gains rely heavily on the assumption that HBF can achieve the stated bandwidth and latency characteristics, which are still emerging technologies. The analysis assumes a specific integration method (CSI/CLI) and does not explore other potential integration topologies. Additionally, the endurance analysis, while optimistic, still relies on SLC Flash, which may have cost implications compared to MLC/TLC if endurance can be sufficiently managed.
This work has significant implications for the future of LLM serving infrastructure. As model sizes and context lengths continue to grow, HBM capacity and cost will remain critical bottlenecks. FlashAccel demonstrates a viable path to leveraging emerging non-volatile memory technologies to decouple capacity from bandwidth constraints, potentially reducing the cost per token for large-scale inference. It also provides valuable insights for system architects designing next-generation accelerators with heterogeneous memory hierarchies. FlashAccel presents a compelling hardware-software co-design for integrating High-Bandwidth Flash into GPUs, effectively addressing latency and bandwidth utilization challenges to deliver significant throughput and energy efficiency gains for LLM inference.