PAPER PLAINE

Fresh research, simply explained. Updates twice daily.

Per-Market Information Leakage and Order-Flow Skill: Two Methodological Lenses on Informed Trading in Decentralized Prediction Markets

Three different ways to spot who's trading on secret information in prediction markets

Researchers compared three methods for identifying informed traders on decentralized prediction markets and found they actually measure different things — not competing versions of the same measurement. One method flags accounts with consistent winning streaks, another identifies accounts behaving suspiciously over time, and a third measures how much information leaked into individual markets before public announcement. Using all three together catches more genuine insider traders than any single method alone.

Prediction markets are increasingly used for real-world forecasting on politics, business, and science, but they only work if prices reflect genuine information rather than insider knowledge or manipulation. The framework here—demonstrated against a real DOJ indictment of a military officer who traded on nonpublic Venezuela intelligence—gives regulators and platform operators a practical toolkit to detect and stop informed traders before they undermine market integrity.

ActCam: Zero-Shot Joint Camera and 3D Motion Control for Video Generation

Controlling both actor movement and camera angles in AI-generated videos

A new method called ActCam lets filmmakers generate videos where they control both how an actor moves and where the camera points—without needing to train a custom AI model. By carefully layering pose and depth information at different stages of video generation, the system maintains geometric consistency and produces results that human raters prefer, especially when the camera makes large jumps to new angles.

Video production typically requires either expensive motion capture setups or manual frame-by-frame editing to coordinate actor movement with camera work. ActCam works with existing AI video generators and requires no retraining, making professional-looking camera control accessible to independent filmmakers and artists who lack studio resources.

CLAD: A Clustered Label-Agnostic Federated Learning Framework for Joint Anomaly Detection and Attack Classification

Training security systems across IoT devices without sharing raw data

A new framework called CLAD trains security systems across thousands of IoT devices while keeping data private and handling the reality that most collected data comes without labels. It achieves 30% better detection of network attacks than existing methods while using half the communication bandwidth, even when 80% of the data lacks security labels.

As factories, smart homes, and critical infrastructure rely on millions of connected devices, security breaches can cascade rapidly across networks. CLAD makes it practical for these devices to collectively learn threat patterns without exposing sensitive operational data to central servers, while actually improving detection accuracy by making use of unlabeled data that would otherwise be wasted.

SNAPO: Smooth Neural Adjoint Policy Optimization for Optimal Control via Differentiable Simulation

Training AI to make better decisions while instantly measuring risk exposure

Researchers developed SNAPO, a method that trains neural networks to make sequential decisions in complex systems while simultaneously computing how sensitive those decisions are to different inputs and conditions. Unlike existing approaches that either solve small problems slowly or train fast but blind, SNAPO trains a policy in minutes while automatically generating thousands of sensitivity measurements at essentially no extra cost — a single backward pass produces both the training signal and all the risk metrics.

Real-world decision systems need both speed and accountability. Energy traders need to know how their storage decisions respond to price swings; pension fund managers need to measure exposure across dozens of risk factors; pharmaceutical manufacturers must document how process changes affect product quality for regulators. SNAPO delivers these sensitivities during training rather than afterward, cutting computation time by orders of magnitude — sensitivity analysis that took hours now takes milliseconds — while keeping the same training budget. This makes AI-driven optimization practical for industries where understanding risk isn't optional.

StraTA: Incentivizing Agentic Reinforcement Learning with Strategic Trajectory Abstraction

Teaching AI agents to plan ahead instead of just reacting moment-to-moment

A new training method called StraTA helps large language models work better as decision-making agents by having them sketch out a high-level strategy before taking action. On three real-world task environments, the approach achieved success rates above 93% on some benchmarks and needed fewer training examples than existing methods.

Current AI agents struggle with long chains of decisions because they react to each step without a plan, making them inefficient and error-prone. StraTA's strategy-first approach could improve AI assistants that handle complex real-world tasks like shopping, research, or household management—reducing the computing power and training data needed to get them working reliably.

The frame-level leakage trap: rethinking evaluation protocols for intrinsic image decomposition, with source-separable uncertainty as a case study

How similar test frames secretly inflate computer vision scores by 10 decibels

Researchers discovered that a common way of testing image-decomposition algorithms on the MPI Sintel dataset inflates performance scores by 1.6 to 2.0 decibels because spatially similar frames from the same scene leak into both training and test sets. Using the correct evaluation method—splitting by scene rather than by frame—reveals that past reported results were significantly overstated, and the team proposes a new model that estimates uncertainty separately for different image components, allowing it to identify and filter out unreliable pixels with 77% error reduction.

Accurate evaluation standards prevent researchers from chasing inflated performance numbers and wasting effort on algorithms that aren't actually better. The proposed uncertainty method also has practical value: by flagging which pixels it's unsure about, it enables downstream applications to discard unreliable regions and achieve much cleaner results—useful for any system relying on image decomposition in graphics, robotics, or computational photography.

Engineering a driven-dissipative bath of altermagnetic quantum magnons for controlling classical dynamics of spins hosting spin waves, domain walls, or skyrmions

Using quantum magnets to remotely control classical magnetic waves and patterns

Physicists have designed a way to control magnetic behavior in one material by attaching a quantum magnetic layer next to it. The quantum layer acts like a bath that damps and drives the classical magnetic material, creating new ways to tune how magnetic waves, domain walls, and skyrmions (tiny magnetic vortices) move and disappear. This could let engineers manipulate magnetic dynamics without direct electrical or magnetic contact.

Magnetic devices are central to data storage and computing, and most current approaches rely on direct control of the magnet itself. This technique offers a new handle for tuning magnetic behavior through an adjacent layer, potentially enabling more efficient or flexible designs for spintronic devices and magnonic circuits. It demonstrates a path to remotely shape how magnetic patterns propagate and annihilate, which matters for encoding and erasing information in next-generation magnetic memory.

MASPO: Joint Prompt Optimization for LLM-based Multi-Agent Systems

Automatically tuning instructions for AI teams that work together

When multiple AI agents work together on a task, their individual instructions (prompts) need to work well not just in isolation, but as a coordinated system. A new framework called MASPO automatically improves these prompts by testing how well each agent's output helps the next agent succeed, rather than optimizing each agent separately. Tests across six different tasks show this approach outperforms existing methods by an average of 2.9 percentage points.

As companies deploy multi-agent AI systems for complex work, getting these systems to actually cooperate effectively has been a major bottleneck—manually writing and tuning prompts for each agent is slow and often produces suboptimal teamwork. MASPO makes this process automatic and more effective, which could accelerate real-world deployment of AI systems handling tasks like research, customer service, or software development that require coordinated reasoning across multiple specialized agents.

Scaling the Queue: Reinforcement Learning for Equitable Call Classification Capacity in NYC Municipal Complaint Systems

Using AI to route 311 complaints fairly across New York City neighborhoods

New York City's 311 complaint system can't keep up with incoming calls, causing longer waits and worse service in poorer neighborhoods. Researchers built an AI system that routes complaints more intelligently—by learning that neighborhoods with repeated complaints actually need faster action, not just those with the most calls. The system reduced unfair service gaps while handling more complaints without replacing human staff.

NYC residents in low-income and communities of color have historically waited longer for building inspections and housing repairs. This AI system could cut those wait times by routing complaints to the right teams faster, meaning families get heat in winter or safe scaffolding fixed sooner. The approach also shows that fair service doesn't mean treating everyone identically—it means understanding which neighborhoods have persistent problems that need priority attention.

The Structural Origin of Attention Sink: Variance Discrepancy, Super Neurons, and Dimension Disparity

Why language models obsess over the first word and how to fix it

Large language models tend to give disproportionate attention to initial tokens—a problem called "attention sink"—because of how they aggregate information and process data through their internal layers. Researchers traced this to a specific structural imbalance: early neurons create inconsistent signal strengths that force the model to anchor attention to the first token as a stabilizing mechanism. They proved this causal chain by deliberately triggering attention sinks at different positions, then tested a simple architectural fix that balanced the signals during training and sped up model convergence.

Attention sinks waste computational resources and can degrade model performance by forcing the network to concentrate on irrelevant tokens. Understanding the root cause opens the door to cleaner, more efficient models—the architectural tweak the researchers tested could reduce training time and improve how language models process information, with potential benefits for speed and accuracy in real applications.

BAMI: Training-Free Bias Mitigation in GUI Grounding

Fixing AI agents that struggle to click the right button on complex screens

AI systems that automate computer tasks often fail when screens are high-resolution or crowded with interface elements. A new technique called BAMI improves accuracy without requiring retraining—boosting one model's performance on a challenging benchmark from 52% to 58%—by breaking down the task into simpler steps and filtering out confusing options.

As companies automate more customer service, data entry, and software testing with AI agents, these systems need to reliably click and interact with real websites and applications. This method works with existing AI models off-the-shelf, making it immediately useful for improving the accuracy of automation tools without the expense and time of rebuilding them from scratch.

Superposition Is Not Necessary: A Mechanistic Interpretability Analysis of Transformer Representations for Time Series Forecasting

Why transformers for time series don't need complex hidden patterns

Transformers work well for predicting time series, but researchers wanted to understand how—specifically whether they use the same clever internal trick (called superposition) that makes them powerful for language. By examining a transformer trained on forecasting, they found transformers actually keep things simple: they don't compress multiple patterns into the same neurons, and they ignore most of their hidden layers when making predictions. This helps explain why straightforward linear models stay competitive with far more complex transformer models.

Companies spend millions deploying expensive transformer models for forecasting tasks when simpler, cheaper alternatives work nearly as well. Understanding that transformers aren't actually using sophisticated compositional tricks on time series means practitioners can stop assuming complexity equals better performance and instead choose based on speed, cost, and actual accuracy on their specific problem. This could shift forecasting systems toward simpler, more interpretable models without sacrificing results.