Research Feed Page 16

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

Training & Fine-Tuning / Efficiency & Inference By Hanfeng Lu 2026-08-14
Rollplex: Cross-Phase GPU Spatial Sharing for Vision Language Model Post-Training

Rollplex increases GPU utilization during vision-language model post-training by overlapping prompt processing with rollout decoding to eliminate serial execution bottlenecks.

Training & Fine-Tuning / Reasoning By Haonan He 2026-08-14
SimpleOPD: Simple Tokenizer-Agnostic On-Policy Distillation for Long-Context Reasoning

The paper introduces a method called SimpleOPD that distills advanced mathematical reasoning from a high-performance teacher model into smaller student models across different architectures.

Multimodal / Training & Fine-Tuning By Yijiang Li 2026-08-14 8
Self-Supervised Visual On-Policy Distillation

The paper introduces a self-supervised method to improve vision model performance by distilling knowledge from a student to an EMA teacher without needing ground-truth labels or extra rewards.

Agents / Benchmarks & Evals By Chih-Hsuan Yang 2026-08-14
Wrong but Useful: Trajectory Value Beyond Answer Correctness in Multi-Agent Messages

The paper introduces a method to identify helpful reasoning in incorrect AI model messages that improves the final output of multi-agent systems.

Agents / Benchmarks & Evals By Varuni H K 2026-08-14
Polaris : Multi Agentic System for Conversational Enterprise Analytics

Polaris is a multi agentic system designed to improve enterprise data querying and analysis through adaptive task coordination and specialized agent orchestration.

Robotics / Benchmarks & Evals By Yuyang Liu 2026-08-14
PRM-as-a-Judge 1.5: A Toolkit for Robot Process Assessment

The paper introduces a toolkit that assesses robotic task execution by analyzing continuous progress curves rather than relying on binary success rates.

Benchmarks & Evals / Multimodal By Qinye Zhou 2026-08-14
CPI-Bench: A Comprehensive,Practical and Intelligent Benchmark for Real-World Image Editing

The authors introduce CPI-Bench, a comprehensive benchmark designed to evaluate image editing models across complex real-world scenarios, reasoning tasks, and multi-image workflows.

Agents / Reasoning By Panjing He 2026-08-14
SheetCompass: Hierarchical Relation Graphs for Agentic Spreadsheet Reasoning

SheetCompass improves spreadsheet reasoning by representing data as a hierarchical graph rather than a flat string, and by coordinating multi-agent logic through a dual-level memory system.

Agents / Reasoning By Alexy Skoutnev 2026-08-14
Twin: Playing an Unknown Game with a Test-Time Digital Twin

The researchers developed an agent that creates and validates an executable code model at test time to solve rule-hidden games through planning and model repair.

Agents / Efficiency & Inference By Zhensu Sun 2026-08-13 4
Second Thought: Reasoning in Parallel as LLM Agents Act and Observe

The paper introduces a training-free framework that utilizes idle compute time between agent reasoning steps to perform parallel background tasks.

Reasoning / Benchmarks & Evals By Haohui Yang 2026-08-14
More Correct Mass, Worse Answers: Why Power Sampling Can Fail and How to Fix It

The paper identifies that Power Sampling causes accuracy drops by misaligning trajectory coverage, and introduces a Relative-Rank SoftSat method to improve consensus aggregation.

Efficiency & Inference / Benchmarks & Evals By Toby D. Pilditch 2026-08-14
Knowing When to Stop: Bayesian Optimal Stopping for LLM Evaluations

The paper introduces a Bayesian framework that optimizes LLM testing by dynamically stopping evaluations once statistical confidence thresholds are met.

Efficiency & Inference By Zewen Jin 2026-08-14
DeaMoE: Efficient MoE Structure for Fast Small-Batch Decoding

DeaMoE is a decoding efficient architecture for Mixture of Experts models that reduces the amount of weight data loaded per inference step.

Agents / Benchmarks & Evals By Yuhao Zhan 2026-08-14
PACE-Bench: Benchmarking Physics Adaptation via Code Evolution in Dynamic Environments

PACE-Bench provides a framework to evaluate how effectively AI agents can modify executable code to maintain functionality when physical environment parameters change.

Benchmarks & Evals / Multimodal By Shuo Liang 2026-08-14
Can We Defend Against AI-Generated Video Attacks on Real-World Crisis Events? A Systematic Evaluation of Detectors, Generators and Social Dissemination

Researchers built a new benchmark, RA-Bench, to systematically test how well current detection methods identify AI-generated videos during real-world social crises.

Efficiency & Inference / Benchmarks & Evals By Kai Chen 2026-08-14
Intern-S2-Mobius: Foundation Model with Decoupled Knowledge and Reasoning

The paper introduces Intern-S2-Mobius, an architecture that decouples knowledge storage from reasoning to achieve faster inference speeds while maintaining high performance.

Agents / Multimodal By Beatrice Alessandra Motetti 2026-08-14
Wyvern: An Agentic Framework for Generating Grounded Multimodal Reports

Wyvern is an agentic framework that automates the generation of multimodal reports by grounding text claims in web-sourced references and integrating relevant figures.

Computer Vision / Multimodal By Zian Meng 2026-08-14
Marionette: Predicting World States, Rendering Geometry, Painting Appearance

Marionette decouples game world state from visual appearance by using a two stage model to predict 3D geometry before synthesizing photorealistic video frames.

Agents / Benchmarks & Evals By Yu Zhuang 2026-08-14
AgentRewind: Recoverable Execution for Long-Horizon LLM Agents

AgentRewind enables LLM agents to recover from errors during complex tasks by creating checkpoints and resuming from earlier states using past execution data.

Safety & Alignment / Benchmarks & Evals By Francesco Quinzan 2026-08-14
Detecting Contaminated Code-Generation Prompt Batches via Influence Functions

CodeSIFT identifies batches of security-relevant, malicious code prompts by measuring how these inputs influence model behavior without requiring predefined vulnerability patterns.