Research Feed Page 22

Search source-linked summaries of recent AI and machine-learning papers by topic, by date, or by whether they include code or a diagram.

Filter papers All papers

Browse by date

Resource filters

Sort options

Research results

Safety & Alignment / Robotics By Md Wasiul Haque 2026-08-13
LLM-Assisted Dynamic Threat Analysis for Attacker-Reachable Software Weaknesses in Autonomous Vehicles

Researchers evaluated whether large language models can automatically generate executable code to confirm software vulnerabilities within the Autoware autonomous driving stack.

Benchmarks & Evals / Safety & Alignment By Mirko Tritella 2026-08-13
Who Speaks Matters: Authority-Aware Multi-View RAG over Italian Parliamentary Proceedings

The paper introduces ParliamentRAG, a system that improves retrieval accuracy in parliamentary transcripts by weighting speaker authority based on query relevance and professional background.

Reinforcement Learning / Safety & Alignment By Zijian Zhao 2026-08-12 1
Is Per-Agent Policy Composition Safe? Rethinking Successor-Feature Transfer in Cooperative Multi-Agent Reinforcement Learning

The paper introduces a method for composing reusable AI policies in multi-agent environments that maintains safety and flexibility without requiring per-task retraining.

Training & Fine-Tuning / Benchmarks & Evals By Irina Proskurina 2026-08-13
Are You Sure You're Sure? On the Impact of Instruction Tuning on Confidence and Lexical Diversity

Researchers evaluated how instruction tuning influences the verbalized confidence and lexical diversity of rationales generated by three popular large language models.

Efficiency & Inference By Shuhan Wang 2026-08-13
When Local Variance Optimality Is Not Enough: RoPE-Aligned Q/K Rotations for Dynamic 4-Bit Quantisation

The researchers investigated whether using specific rotational transforms that respect RoPE structure improves accuracy during 4-bit model quantization.

Multimodal / Efficiency & Inference By Joya Chen 2026-08-13
StreamTTT: Reconciling Real-Time Perception and Long-Term Memory in Streaming VLMs

StreamTTT introduces a dual-branch architecture that combines real-time attention with a recurrent state to improve video memory recall without sacrificing performance.

Multimodal / Robotics By Atiksh Bhardwaj 2026-08-13
Decoding Task Progress from VLA Representations

The paper introduces a method to track task progress in vision-language-action models by fitting linear probes on internal embeddings to identify completion status and detect out-of-distribution inputs.

Multimodal / Efficiency & Inference By Yuxuan Zhang 2026-08-13 10
UniSwap: Streaming Audio-Visual Identity Swapping for Talking Videos

UniSwap is a framework designed for low-latency, streaming-ready audio-visual identity swapping that preserves source motion and content while replacing appearance and voice.

Benchmarks & Evals / Multimodal By Kaixin Ding 2026-08-13
PlayWorld: Benchmarking World Models with Agent Players over Long-Horizon Objectives

PlayWorld introduces an agent-based evaluation framework to test how video world models perform under long-horizon objectives.

Agents / Benchmarks & Evals By Yaxin Luo 2026-08-13
AutoDesign: Meta-Harness Optimization for Long-Horizon Agentic Design

AutoDesign improves long horizon agentic design by using an iterative meta harness that learns from failures to optimize system components across tasks.

Training & Fine-Tuning / Safety & Alignment By Julian Minder 2026-08-13
Synthetic Persona Pretraining: Alignment from Token Zero

Researchers developed Synthetic Persona Pretraining to embed desired assistant behaviors into language models starting from the very first token of training.

Training & Fine-Tuning / Benchmarks & Evals By Peter Schneider-Kamp 2026-08-13
DFM Mimir v1: An Open HRM Delivering Frontier Performance at 1B Parameters Using Only Permissible Post-Training Data

Researchers developed Mimir v1, a foundation model trained on 161 permissible datasets to ensure compliance without sacrificing performance in English, Math, and Danish tasks.

Agents / Benchmarks & Evals By Qianxi Yan 2026-08-13 2
SkillEvo: Self-Renewing Evolution Gradients from Multi-Turn Interaction Feedback

SkillEvo improves service agent performance by using multi-turn interaction feedback and governance to optimize skills while preventing knowledge base degradation.

Efficiency & Inference / Benchmarks & Evals By Weihan Meng 2026-08-13
SAEVerbalizer: Generating Explanations for Sparse Autoencoder Features via Representation Verbalization

SAEVerbalizer automates the interpretation of LLM internal features by directly converting sparse autoencoder decoder directions into natural language explanations.

Efficiency & Inference By Yuxuan Zhang 2026-08-13 7
LiveAnimate: Stable Long-Form Streaming Human Animation in Real-Time

LiveAnimate is a diffusion-based framework that enables stable long-form human animation for real-time applications by optimizing architecture and inference processes.

Computer Vision / Efficiency & Inference By Yuanyang Yin 2026-08-13
Alaya-EVOKE: From Linear-Scaling Supervision to Endless World

Alaya-EVOKE uses an external, camera-indexed state bank to enable long-horizon interaction and persistent memory in world models without expanding the computational footprint.

Robotics / Multimodal By DreamX Team 2026-08-13
DreamX-Phi 1.0: Action-Conditioned Video World Model for Robotic Manipulation

DreamX-Phi 1.0 is a video world model that generates physically coherent future frames from robot action sequences using a diffusion based transformer architecture.

Efficiency & Inference By Tianyi Li 2026-08-13
DARTree: Speculative Diffusion Decoding with Autoregressive Draft Trees

The paper introduces DARTree, a method that uses causal correction and candidate trees to accelerate autoregressive language model inference using diffusion-based drafters.

Agents By Joel Abenhaim 2026-08-12
Specification-first convergence with an AI coding agent: a case study of dismantling a core architectural invariant across 189 files in a 717k-line codebase with no test oracle and no human code review

A research study demonstrates an AI agent successfully executing a large-scale architectural refactoring of a 717,725-line TypeScript application without human code review or an existing test oracle.

Agents / Benchmarks & Evals By Jingbo Ji 2026-08-13
RippleMem: From Isolated Retrieval to Associative Recollection for Long-Term Agent Memory

RippleMem introduces an associative memory architecture that connects dialogue history into an event-centric graph to solve the evidence access and completion problem for long-term LLM agent memory.