July 21, 2026 Research Brief
Agent evaluation gets harder.
Today’s papers push AI claims into executable, evidence-grounded, and budget-matched settings, while several control and post-training methods look weaker once realism replaces headline demos.
Takeaways
- Today’s strongest pattern is a shift from raw capability claims to **evaluation realism**: many papers harden benchmarks around deployment constraints such as tool use, black-box service behavior, multimodal evidence, noisy priors, and out-of-distribution drift.
- **Retrieval/verification beats naive generation** across domains. In Bengali agricultural advice, long-document QA, Earth-observation search, and multimodal issue localization, the winning recipe is coarse retrieval plus evidence filtering/reranking rather than trusting parametric recall.
- Several papers show that **post-training optimization is highly regime-dependent**: GRPO helps when there is measurable headroom, but can be a no-op or harmful on already-competent agents; similarly, steering vectors and harness evolution often underperform simpler baselines once budgets and transfer are controlled.
Start with: Rethinking the Evaluation of Harness Evolution for Agents
Why it catches my eye: It offers a reusable correction for agent research: matched-budget evaluation that separates real gains from search overfitting.
Read skeptically for: The critique is centered on Terminal-Bench 2.1 and one compute regime, so transfer to other agent settings remains open.
Themes
Papers Worth Your Reading Time
Ranked for research usefulness: novelty, method pattern, evidence quality, and skepticism value.
Rethinking the Evaluation of Harness Evolution for Agents
#1Useful if you build or evaluate agents: it shows how to test whether harness engineering beats simple extra sampling.
- Why now
- Agent papers increasingly claim gains from orchestration, so budget-matched baselines are becoming mandatory.
- Skepticism
- Results depend on Terminal-Bench 2.1 and may not cover all harness-sensitive tasks.
BackendForge: Benchmarking Agentic End-to-End Code Generation with Backend Services
#2A strong companion paper because it turns code-agent evaluation into executable backend behavior rather than text-level plausibility.
- Why now
- Coding agents are moving toward deployable services, where semantic workflow failures matter more than snippet quality.
- Skepticism
- Python-only scope and black-box HTTP tests still miss production security and performance issues.
A Learning-Rate-Gated Failure of GRPO in a Small Language and Vision-Language Model Web Agent: A Controlled Null and Its Mechanism
#3Worth opening for a careful negative result on RL post-training, with a concrete mechanism for when GRPO becomes a no-op or harmful.
- Why now
- GRPO-style post-training is spreading quickly, and reliability depends on knowing when not to use it.
- Skepticism
- The finding is from a small web-agent setting, so larger-model behavior may differ.
Chinese version: [中文]
Run stats
- Candidates: 2659
- Selected: 30
- Deepread completed: 30
- Window (UTC): 2026-07-17T00:00:00Z → 2026-07-18T00:00:00Z (weekend_backlog_sun, expanded=0)
Show selected papers
| arXiv ID | Title / Links | Categories | Score | Why | Tags |
|---|---|---|---|---|---|
2607.12640 | A Learning-Rate-Gated Failure of GRPO in a Small Language and Vision-Language Model Web Agent: A Controlled Null and Its Mechanism | cs.AI, cs.CL | 92 | Careful negative result on GRPO for web agents; strong relevance to RL reliability and agent evaluation. | agents, RLHF, GRPO, evaluation, reliability, web-agents |
2607.12227 | Rethinking the Evaluation of Harness Evolution for Agents | cs.AI | 91 | Strong agent-eval critique on search overfitting and budget-matched baselines. | agents, evaluation, benchmarking, overfitting, test-time-search |
2607.13801 | Traffic-Aware Randomized Smoothing for LLM-Based Network Intrusion Detection | cs.CR, cs.AI, cs.LG | 90 | Certified robustness for LLM-based IDS with attacker-controllable subspace; concrete gains reported. | LLM-security, certified-robustness, intrusion-detection, adversarial-defense |
2606.31966 | MECoBench: A Systematic Study of Multimodal Agent Collaboration in Embodied Environments | cs.MA, cs.AI, cs.CL, cs.CV | 90 | Benchmark for multimodal agent collaboration in embodied settings; directly useful for agent evaluation. | agents, multimodal, benchmark, embodied, evaluation |
2607.11042 | BackendForge: Benchmarking Agentic End-to-End Code Generation with Backend Services | cs.SE, cs.AI | 90 | Realistic benchmark for agentic code generation with executable backend verification and deployability checks. | agents, benchmark, code-generation, evaluation, software-engineering |
2607.01061 | Agentic generation of verifiable rules for deterministic, self-expanding reaction classification | cs.AI, cs.CL | 90 | LLM multi-agent pipeline with verification loop; scalable, interpretable rule generation with strong concrete results. | llm, agents, verification, automation, scientific-discovery |
2607.12763 | Constraint-Aware Aggregation for Federated Reinforcement Learning in Microgrid Energy Coordination | cs.LG, cs.AI | 89 | Safety-aware FedRL aggregation with explicit constraint violation tradeoffs for real systems. | safety, federated-rl, constraints, reliability, energy |
2607.05748 | Two Sides of the Same Coin: Learning the Backdoor to Remove the Backdoor | cs.LG | 89 | Backdoor defense with stronger poison-sample oracle; clear security relevance and concrete gains. | security, backdoor, data-poisoning, robustness, training-time-defense |
2606.29605 | How much of an LLM-generated clinical corpus is actually new? A production-scale measurement of content redundancy for provenance classification | cs.CL | 89 | Production-scale audit shows LLM-generated corpus size can vastly overstate unique trainable content. | llm-data, evaluation, provenance, synthetic-data, clinical-ml |
2607.11706 | VoxENES 2026: Benchmarking Generalization of Speech Spoofing Detectors Against LLM-Era TTS and Voice Conversion | cs.SD, cs.AI | 89 | Timely benchmark exposing major generalization failures in spoofing detectors for modern TTS/VC. | benchmark, speech-security, deepfake-detection, evaluation, generalization |
2606.29981 | Hephaestus: Toward a Cybersecurity AI Scientist | cs.CR | 88 | Directly targets multi-agent AI scientist for cybersecurity; high relevance to agent safety/governance. | agents, cybersecurity, AI-scientist, multi-agent, evaluation |
2607.05915 | PCBWorld: A Benchmark Environment for Engine-Grounded PCB Design Automation | cs.AI | 88 | Engine-grounded environment for tool-using LLM/RL agents with real constraints and reusable benchmark. | agents, tool-use, benchmark, environment, RL |
2606.29544 | Proteus: Automated Adversarial Robustness Testing for Audio Deepfake Detectors | cs.SD, cs.AI | 88 | Automated adversarial testing framework for audio deepfake detectors with concrete attack search. | security, adversarial-evaluation, deepfakes, robustness, benchmarking |
2607.12619 | Agentic Service-Oriented Computing: A Manifesto for the Next Frontier of Service-Oriented Computing | cs.AI, cs.ET | 88 | Timely manifesto for dependable agent ecosystems: governance, security, trust, lifecycle, interoperability. | agents, agent-safety, governance, security, service-oriented, trust |
2607.01802 | On the Limits of Steering Vectors for Preference-Aligned Generation | cs.CL | 88 | Probes limits of steering vectors for aligned generation across tasks, traits, and composition. | alignment, controllability, steering-vectors, evaluation, LLMs |
2607.11141 | NextFund: A Unified Performance Tracking Platform for Agentic Portfolio Management | cs.AI | 88 | Agent evaluation platform with live markets, full decision-path logging, and multi-agent observability. | agents, evaluation, finance, observability, benchmarking |
2607.15205 | MM-IssueLoc: A Controlled Benchmark for Evaluating Visual Evidence in Multimodal Repository-Level Issue Localization | cs.SE, cs.AI | 88 | Controlled multimodal SE benchmark isolates whether visual evidence truly helps localization. | benchmark, multimodal, software-engineering, evaluation, issue-localization |
2606.29243 | KrishokChat: A Citation-Grounded Dataset and Benchmark for Bengali Agricultural Advisory | cs.LG | 87 | Citation-grounded low-resource advisory dataset with adversarial safety data and real-world benchmark. | rag, grounding, citations, dataset, safety, low-resource |
2607.12739 | Epistemic Stance Flexibility Probing: Measuring Prompt-Conditioned Register Shift in Large Language Models | cs.CL | 87 | New benchmark for epistemic register shifts in LLMs; directly targets trustworthiness and behavior control. | LLM-evaluation, reliability, epistemics, benchmark, behavior |
2607.14557 | Seeing the End at Step Zero: Accelerating Diffusion MLLMs via MLP Sparsity-Aware Truncation | cs.AI | 87 | Training-free speedup for diffusion MLLMs via early EOS boundary detection from sparsity. | multimodal-llm, efficiency, inference, diffusion, sparsity |
2607.08056 | Reinforcing the Generation Order of Multimodal Masked Diffusion Models | cs.LG, cs.AI, stat.ML | 87 | Frontier multimodal diffusion work using GRPO to optimize generation order; relevant to reasoning/control advances. | multimodal, diffusion, grpo, reasoning, generation |
2607.14682 | Stop Thinking, Start Looking: Efficient Post-Training for Multimodal Document Question Answering via Reasoning-Free Alignment | cs.AI, cs.CL, cs.LG | 86 | Post-training result on multimodal QA challenging reasoning-token necessity; efficient alignment angle. | multimodal, post-training, reasoning, alignment, efficiency |
2607.14658 | TopoAgent: A Self-Evolving Topological Agent for Multimodal Scientific Reasoning | cs.AI | 86 | Topological agent framework targets multimodal scientific reasoning with context isolation and adaptive planning. | agents, multimodal, reasoning, scientific-ai, planning |
2607.13639 | OvisOCR2 Technical Report | cs.CV, cs.AI | 86 | Compact OCR model with RL/distillation and SOTA benchmark result; strong frontier multimodal utility. | multimodal, document-parsing, ocr, reinforcement-learning, distillation |
2607.02387 | Bringing Agentic Search to Earth Observation Data Discovery | cs.IR, cs.LG | 86 | Deployed agentic search with 47k-pair benchmark; useful for retrieval, agents, and KG-grounded discovery. | agents, search, retrieval, benchmark, knowledge-graphs |
2606.30441 | Translating Natural Language to Strategic Temporal Specifications via LLMs | cs.MA, cs.AI | 86 | LLM-to-formal-spec translation for multi-agent systems with new expert-validated dataset. | llms, formal-methods, multi-agent-systems, verification, dataset |
2607.12523 | OOD-RL-Bench: A Benchmark Framework for Out-of-Distribution Detection in Reinforcement Learning | cs.LG, cs.AI | 86 | Benchmark for OOD detection in RL trajectories; strong reliability relevance for deployed agents. | rl, ood-detection, benchmark, reliability, evaluation |
2606.30528 | $μ$Flow: Leveraging Average Images for Improving Generalisation of Deepfake Faces Detectors | cs.CV, cs.LG | 86 | One-class deepfake detection trained only on real images; strong security relevance and OOD promise. | deepfake-detection, security, computer-vision, generalization, one-class |
2607.12524 | Open-Source Intelligence for Code Provenance and the Security Patterns that Separate Human and Large-Language-Model Implementations of Common Programming Tasks | cs.CR, cs.SE | 86 | Security-sensitive study comparing human vs LLM code patterns with reproducible provenance pipeline. | security, code-llms, provenance, evaluation, secure-coding |
2607.04625 | Hierarchical Evidence-Driven Reasoning for Long Document Understanding | cs.CV, cs.AI | 85 | Hierarchical evidence-driven multimodal RAG targets retrieval failures in long-document reasoning. | rag, long-context, reasoning, multimodal, retrieval |
AI Paper Insight Brief
2026-07-21
0) Executive takeaways (read this first)
- Today’s strongest pattern is a shift from raw capability claims to evaluation realism: many papers harden benchmarks around deployment constraints such as tool use, black-box service behavior, multimodal evidence, noisy priors, and out-of-distribution drift.
- Retrieval/verification beats naive generation across domains. In Bengali agricultural advice, long-document QA, Earth-observation search, and multimodal issue localization, the winning recipe is coarse retrieval plus evidence filtering/reranking rather than trusting parametric recall.
- Several papers show that post-training optimization is highly regime-dependent: GRPO helps when there is measurable headroom, but can be a no-op or harmful on already-competent agents; similarly, steering vectors and harness evolution often underperform simpler baselines once budgets and transfer are controlled.
- Security/robustness work is increasingly threat-model specific: controllable-feature smoothing for IDS, augmentation-chain search for audio deepfake detectors, and backdoor defenses that explicitly model poisoned-sample learning dynamics all outperform generic defenses.
- A recurring systems lesson: structure and observability matter as much as model size. DAG-based agent execution, persistent provenance/tracing, engine-grounded environments, and deterministic black-box oracles expose failure modes that leaderboard-style metrics miss.
- Compact or constrained systems remain competitive when paired with the right scaffolding: a 0.8B OCR parser, sub-2B Bengali advisory model, and small open-weight formal-spec translator all become useful once grounded by data, retrieval, or workflow design.
2) Key themes (clusters)
Theme: Evidence-grounded retrieval and verification
- Why it matters: Multiple papers converge on the same operational lesson: when answers depend on sparse, domain-specific evidence, the bottleneck is not generation fluency but finding and validating the right support. Systems that separate retrieval, verification, and synthesis are more reliable than single-pass generation.
- Representative papers:
- KrishokChat: A Citation-Grounded Dataset and Benchmark for Bengali Agricultural Advisory
- Hierarchical Evidence-Driven Reasoning for Long Document Understanding
- Bringing Agentic Search to Earth Observation Data Discovery
- MM-IssueLoc: A Controlled Benchmark for Evaluating Visual Evidence in Multimodal Repository-Level Issue Localization
- Common approach:
- Build auditable corpora or benchmarks with grounded labels rather than free-form synthetic supervision.
- Use multi-stage pipelines: coarse retrieval first, then reranking/verification, then answer synthesis.
- Add structured evidence representations such as citation headers, verified page labels, or visual-content-to-text adapters.
- Evaluate on realistic OOD or black-box settings where missing one key evidence item causes downstream failure.
- Open questions / failure modes:
- Citation formatting can improve much faster than true attribution correctness.
- Agentic reranking may help, but can introduce leakage risks when tools can rediscover benchmark sources.
- Verification layers improve accuracy but add latency and cost.
- Raw multimodal inputs help unevenly; structured textualization of evidence is often more reliable than pixels alone.
Theme: Robustness under realistic distribution shift and attack surfaces
- Why it matters: Robustness claims are becoming more credible by matching the perturbation model to what attackers or environments can actually do. The strongest papers move beyond generic corruption tests to compositional, controllable, or deployment-specific shifts.
- Representative papers:
- Proteus: Automated Adversarial Robustness Testing for Audio Deepfake Detectors
- VoxENES 2026: Benchmarking Generalization of Speech Spoofing Detectors Against LLM-Era TTS and Voice Conversion
- Traffic-Aware Randomized Smoothing for LLM-Based Network Intrusion Detection
- OOD-RL-Bench: A Benchmark Framework for Out-of-Distribution Detection in Reinforcement Learning
- Common approach:
- Define perturbations around feasible manipulations: codecs/noise chains, controllable traffic features, online RL anomalies, modern TTS/VC pipelines.
- Measure robustness with deployment-relevant metrics such as abstention, detection delay, false positives, and verdict flips.
- Use search or certification rather than fixed corruption suites.
- Expose where legacy detectors rely on brittle artifacts that disappear under modern generation or post-processing.
- Open questions / failure modes:
- Many evaluations remain narrow in scale or environment coverage.
- Strong ranking metrics can hide poor latency or high abstention.
- Hardening loops are often proposed but not fully quantified after retraining.
- Temporal drift remains severe: detectors trained on older data can fail near chance on newer generators.
Theme: Agent evaluation is moving from benchmark scores to executable reality
- Why it matters: A notable cluster focuses less on improving agents directly and more on making their evaluation harder to game. The common move is to score agents through real interfaces—HTTP services, EDA engines, embodied simulators, or live financial traces—where semantic errors become visible.
- Representative papers:
- BackendForge: Benchmarking Agentic End-to-End Code Generation with Backend Services
- PCBWorld: A Benchmark Environment for Engine-Grounded PCB Design Automation
- MECoBench: A Systematic Study of Multimodal Agent Collaboration in Embodied Environments
- NextFund: A Unified Performance Tracking Platform for Agentic Portfolio Management
- Common approach:
- Evaluate through executable artifacts or environments rather than text outputs alone.
- Persist intermediate traces so failures can be localized to retrieval, planning, coordination, or execution.
- Use deterministic or engine-verified scoring where possible.
- Study coordination structure explicitly: team size, communication mode, shared memory, or constrained execution.
- Open questions / failure modes:
- Strong endpoint or local-task performance can collapse under hardened end-to-end oracles.
- Collaboration helps only up to a point; larger teams introduce conflict and hallucinated shared beliefs.
- Interactive LLM agents improve over open-loop generation but remain slow and brittle on larger tasks.
- Traceability improves diagnosis, but not necessarily correctness.
Theme: Post-training control methods have sharper limits than headline demos suggest
- Why it matters: Several papers challenge optimistic assumptions about lightweight control methods. Steering, harness evolution, and RL post-training all show benefits only in specific regimes, and often lose to simpler baselines when transfer, composition, or matched budgets are enforced.
- Representative papers:
- On the Limits of Steering Vectors for Preference-Aligned Generation
- Rethinking the Evaluation of Harness Evolution for Agents
- A Learning-Rate-Gated Failure of GRPO in a Small Language and Vision-Language Model Web Agent: A Controlled Null and Its Mechanism
- Reinforcing the Generation Order of Multimodal Masked Diffusion Models
- Common approach:
- Compare control methods against simple test-time scaling or strong supervised baselines.
- Probe transfer across tasks, traits, or held-out instances rather than only in-context wins.
- Use controlled ablations to isolate whether gains come from extra search budget versus better control.
- Add mechanistic analysis when failures occur, e.g. layer/rank collapse or composition incoherence.
- Open questions / failure modes:
- Steering vectors are trait-dependent and degrade under multi-trait composition.
- Harness evolution can overfit benchmark tasks and underperform parallel sampling.
- GRPO can harm competent agents when headroom is low and learning rate is mis-set.
- Learned control helps diffusion order modestly, but gains are still incremental.
Theme: Structured decomposition and symbolic scaffolding remain high leverage
- Why it matters: Across formal methods, chemistry, scientific reasoning, and OCR, the strongest gains come from imposing structure on the problem: DAGs, taxonomies, symbolic rules, or structural rewards. This is a counterweight to end-to-end-only narratives.
- Representative papers:
- Common approach:
- Decompose tasks into auditable intermediate objects: formulas, reaction classes, atomic DAG nodes, Markdown structures.
- Pair generative models with deterministic validators, model checkers, or symbolic execution layers.
- Use RL or distillation only after a strong structured supervision pipeline is in place.
- Favor compact models when the surrounding structure reduces ambiguity.
- Open questions / failure modes:
- Judge-based semantic evaluation remains imperfect.
- Dynamic taxonomies and decomposers may inherit seed or decomposition bias.
- Runtime/cost overheads of structured orchestration are often underreported.
- Transfer beyond curated datasets or patent-heavy corpora is still uncertain.
3) Technical synthesis
- A common architecture pattern is retrieve/coarsely rank → verify/rerank → synthesize, appearing in long-doc QA, EO dataset search, Bengali advisory, and issue localization.
- Several papers distinguish format compliance from semantic correctness: KrishokChat improves citation formatting far more than true grounding; BackendForge shows endpoint coverage is much easier than service-level semantics.
- Threat-model alignment is becoming a design principle: TA-RS smooths only attacker-controllable traffic features; Proteus constrains attacks by WER and speaker similarity; OOD-RL-Bench separates post-hoc from online anomalies.
- Matched-budget evaluation is a recurring methodological correction: harness evolution is compared against parallel sampling and sequential refinement under equal compute/feedback; GRPO is tested against a fixed supervised checkpoint with paired statistics.
- Structured intermediate states improve both performance and auditability: Knowledge Nodes, VCE text adapters, DAG node memories, delegation contracts, and persistent portfolio traces all serve as inspectable control surfaces.
- Multiple papers show small or compact models can be competitive when paired with domain-specific data or workflow constraints: sub-2B Gemma for Bengali advisory, 3–7B open models for NL→ATL/ATL*, and 0.8B OvisOCR2 for document parsing.
- Ablation-backed modularity is strong today: HIEVI-RAG quantifies the contribution of decomposition, verification, and iterative reasoning; TopoAgent isolates DAG planning and atomic fission; HARVEY isolates RCE, unlearning, and meta-splitting.
- Robustness metrics are broadening beyond accuracy/EER to include abstention, detection delay, conflict action rate, handover failure rate, token cost, and runtime.
- Several works expose inverted-U scaling laws at the system level rather than model level: team size in embodied collaboration, noise augmentation strength in certified IDS, and learning rate in GRPO web agents.
- There is a notable push toward deterministic or executable evaluation boundaries: HTTP oracles, KiCad DRC, model checking, exact-template matching, and engine-grounded actions reduce ambiguity in scoring.
4) Top 5 papers (with “why now”)
BackendForge: Benchmarking Agentic End-to-End Code Generation with Backend Services
- Introduces a 56-task benchmark for deployable backend generation with visible specs, OpenAPI contracts, Dockerized execution, and deterministic black-box HTTP testing.
- The hardened oracle adds only 640 tests to a 7,250-test base, yet top models drop sharply on final success, exposing failures in authorization, validation, state consistency, and workflows.
- Useful now because agentic coding is moving from snippets to deployable services, and this benchmark measures the semantic layer current coding evals often miss.
- Skeptical about: scope is Python-only and black-box HTTP correctness still does not imply production security or performance readiness.
Hierarchical Evidence-Driven Reasoning for Long Document Understanding
- Proposes a four-stage multimodal RAG stack with question decomposition, coarse retrieval, evidence-aware verification, and memory-guided iterative generation.
- Beats open-source baselines across four long-document benchmarks and shows the verifier alone contributes a sizable average gain.
- Useful now because long-context models still struggle with sparse evidence and distractor pages; this is a practical recipe for closed-domain document QA.
- Skeptical about: the gains come with extra latency and dependence on intermediate reasoning traces that can themselves hallucinate.
Traffic-Aware Randomized Smoothing for LLM-Based Network Intrusion Detection
- Reframes certified robustness for IDS around directly controllable traffic features rather than isotropic perturbations over all inputs.
- Shows that matching training noise to certification noise is essential; otherwise smoothed LLM-IDS often collapse to weak certified accuracy.
- Useful now because LLM-based security systems are proliferating, but most robustness claims still ignore feasible attacker control surfaces.
- Skeptical about: certificates are in DC-subspace L2, not native L∞, and certification remains computationally heavy.
Rethinking the Evaluation of Harness Evolution for Agents
- Provides a clean methodological correction: compare harness evolution to simple test-time scaling under matched budgets and evaluate on held-out tasks.
- Finds harness evolution often underperforms parallel sampling/sequential refinement and generalizes poorly when search and evaluation are separated.
- Useful now because many agent papers claim gains from harness engineering without controlling for extra search or benchmark overfitting.
- Skeptical about: conclusions are drawn from Terminal-Bench 2.1 and a specific compute regime, so external validity depends on harder harness-sensitive benchmarks.
KrishokChat: A Citation-Grounded Dataset and Benchmark for Bengali Agricultural Advisory
- Delivers a citation-grounded Bengali agricultural corpus with audited knowledge nodes, a large SFT set, and a real farmer-query benchmark.
- Fine-tuning strongly improves citation-format compliance and dosage-safety scores, while honestly showing that retrieval is still needed for safe deployment.
- Useful now because low-resource, safety-critical advisory remains underserved, and this paper offers a reproducible path for grounded domain assistants.
- Skeptical about: the model often learns citation form without correct attribution, and fine-tuning alone is not sufficient for production-safe chemical advice.
5) Practical next steps
- For any safety-critical assistant, separate citation formatting from citation correctness in evaluation; add retrieval-backed attribution checks rather than rewarding header compliance alone.
- In agent benchmarks, require matched-budget baselines such as parallel sampling and sequential refinement before crediting gains to harness or planner changes.
- For multimodal or long-document systems, prototype a verification layer between retrieval and generation; measure whether it improves NDCG/MRR and end-task accuracy enough to justify latency.
- In security applications, define the attacker-controllable feature subspace explicitly before choosing robustness methods; generic perturbation defenses may certify the wrong threat model.
- Add persistent trace logging to agent systems—tool calls, intermediate judgments, state transitions, and final actions—so failures can be attributed to retrieval, planning, or execution rather than only final outcomes.
- When applying RL post-training, run a cheap headroom diagnostic first: if sampled performance does not exceed greedy performance, expect limited upside and possible regression.
- For multimodal evidence tasks, test whether structured textualization of images outperforms raw-pixel ingestion; VCE-style adapters may be a high-ROI baseline.
- In robustness testing, move from fixed corruption suites to search-based or compositional perturbations with quality constraints, especially for audio, speech, and embodied systems.
Generated from per-paper analyses; no external browsing.