Biomazon is a 20 m multimodal benchmark dataset covering the Amazon Basin that pairs GEDI RH and AGBD targets with multi-sensor predictors for joint prediction of the full GEDI RH profile and aboveground biomass density. It provides standardized spatial splits and evaluation protocols, along with a baseline framework and comprehensive ablation studies on model scale, modality contributions, and auxiliary embeddings. Biomazon aims to advance structurally consistent RH-profile prediction and structure-biomass modeling in tropical forests.
Live AI News Intelligence
Live monitoring
Live updates
Trusted sources, attribution, rights, and in-site reading distilled into a signal-first AI brief.
Live updates
This paper presents RePHO, a physics-guided reconstruction framework that recovers physically plausible human-object interactions from monocular videos. It starts with a kinematic estimate and refines it via reinforcement learning in a physics simulator, using an adaptive sampling strategy to handle noisy estimates. Results show clear improvements on two benchmarks.
LightVesselNet is an efficient neural network with only 75K parameters designed for retinal vessel segmentation in resource-constrained settings. It uses a compact encoder-decoder with channel and spatial attention, multi-scale feature aggregation at the bottleneck, subpixel upsampling, and edge residual connections. Experiments on five public datasets (DRIVE, STARE, CHASEDB1, FIVES, HRF) show competitive sensitivity (0.8096–0.8640) and Dice scores (0.7686–0.8649) while being more efficient than state-of-the-art models. Cross-dataset evaluation confirms generalization. It is a strong candidate for low-resource clinical deployment and mobile screening.
This paper presents TopoPult-SSL, a two-stage framework for cross-device meibomian gland segmentation. Stage 1 adapts without target gland masks, using eyelid outlines and clinical metadata as weak priors; Stage 2, when target masks are available, distills complementary teachers into a compact student via supervised self-distillation. On MGD-1k to CAMG benchmark, the distilled model achieves Dice 0.716, surpassing UA-MT and ensemble teacher with a single pass. The gland-mask-free variant reaches Precision 0.694, significantly outperforming SAM/MedSAM.
Researchers propose a framework for cross-model safety steering that transfers a safety direction from a source LLM to a target image/video generator via a lightweight alignment, without requiring unsafe data on the target side. The approach achieves comparable safety improvements to native directions while maintaining generation quality.
This paper introduces the personal camera roll visual question answering task, constructs the camroll dataset with 50 users, 31,476 images, and 2,500 QA pairs, and designs camroll-agent, a conversational AI agent with hierarchical memory and efficient tools. Experiments show it outperforms baselines, highlighting the need for specialized approaches to personalized visual memory.
A new method called NIV automatically converts static fonts into variable fonts by predicting per-point displacements using neural networks, enabling continuous variation along design axes like weight and width. The model generalizes to unseen styles and complex glyphs, including CJK characters, and outputs standard variable font files.
Researchers introduce VideoKR, the first large-scale training corpus specifically designed to strengthen knowledge- and reasoning-intensive video understanding. It comprises 315K video reasoning examples over 145K newly collected, CC-licensed, expert-domain videos. They develop a human-in-the-loop, skill-oriented example generation pipeline and curate VideoKR-Eval, a new expert-annotated benchmark. Experiments show that models post-trained on VideoKR under a standard SFT→GRPO pipeline outperform prior approaches on knowledge-intensive video reasoning while remaining competitive on general video reasoning.
LANTERN is a lightweight memory layer that proactively archives conversation turns and restores details after compaction via hybrid retrieval, requiring zero LLM calls and <25ms latency per turn. It recovers 78.3% of lost facts, outperforming MemGPT, and improves accuracy of production LLMs by 8.4 percentage points on average.
This paper proposes a novel Multi-Granularity Reasoning Network (MGRN) for Natural Language Inference (NLI). It explicitly leverages hierarchical semantic features to mimic the human cognitive process from lexical matching to logical reasoning, capturing complex semantic relationships. Experiments show MGRN consistently outperforms strong baselines.
This paper proposes a framework for sentence-level interpretability of rubric-based scoring, combining Shapley-value attributions with LLM-generated rationales. Tested on the CLASS Feedback quality dimension using the NCTE corpus, fine-tuned PLMs outperform LLMs in accuracy but show label compression. SHAP provides more faithful and transferable explanations than LLM rationales.
Existing multimodal safety benchmarks focus solely on visual inputs and cannot assess Omni Large Language Models (LLMs) that process vision, audio, and text. We introduce MCBench, a benchmark with 1196 scenarios spanning four safety categories that require integrating multiple modalities for accurate safety assessment. Each unsafe scenario is paired with a minimally different safe counterpart to assess model sensitivity. Our evaluations of state-of-the-art models reveal significant challenges. Omni LLMs struggle with subtle or non-physical risks but perform better when salient visual or acoustic cues are present. Analysis of reasoning traces shows that, although models can extract modality-specific information, they often fail to integrate these cues effectively for safety judgments. Our findings reveal that current Omni LLMs lack robust cross-modal reasoning in safety-critical settings, underscoring the need for improved architectures and training strategies for multimodal safety.
A systematic study of parameter-efficient fine-tuning using Low-Rank Adaptation (LoRA) applied to Qwen2.5-3B for building a domain-specific conversational assistant in telecommunications customer support. The research introduces a combinatorial synthetic data generation approach and evaluates 16 LoRA configurations, revealing a divergence between quantitative validation loss and qualitative human-aligned rankings, and provides an energy-performance trade-off analysis.
This paper studies generic triple-latent sequence models that maintain a running token state and compressed pair-memory pathway to capture higher-order token interactions without benchmark-specific parsing. The triple-latent family improves a small Transformer baseline on byte-level WikiText-2 and on a tokenizer-based MiniMind language-model benchmark, while a recall-focused gated key-value retrieval extension improves associative recall but remains seed-sensitive and much slower in the current reference implementation.
This paper proposes a Variance-Aware Reward Framework using Group Relative Policy Optimization (GRPO) for post-training LLMs on heart-focused medical question answering. The method replaces weighted binary criterion aggregation and single Likert scoring with continuous analytical reward functions, providing richer optimization signals. On the heart subset of HealthBench, the best variant improves accuracy from 0.362 to 0.502 and F1 from 0.532 to 0.668 over the Qwen3-14B base model, remaining competitive with GPT-OSS-120B.
This research proposes a hybrid pre-training objective combining JEPA latent-space prediction loss with standard masked language modeling (MLM) to improve language representations. Experiments show that the hybrid encoder produces more uniform embeddings and better semantic-lexical balance, but similar downstream accuracy to pure MLM.
Researchers propose a bilayer SIR/SIRS framework to model cross-contamination between AI models and data corpora, finding synthetic text detection and herd immunity as key intervention strategies.
DiffSlack introduces a differentiable projection layer that uses learnable slack variables to enforce nonlinear inequality constraints in neural networks, achieving improved performance in vehicle path planning with collision avoidance and curvature limits, validated in simulations and real-world tests.
Researchers propose a differentiable framework to automatically search for optimal token reduction operators in multimodal foundation models, achieving competitive accuracy-efficiency trade-offs even under aggressive visual token reduction.
Recent analyses of multi-pathway Deep Linear Networks use Gradient Flow to predict a 'winner-takes-all' specialization in which path symmetry breaks and each feature concentrates in a single pathway. This work shows that discrete Gradient Descent (GD) with a large step size tells a different story. We prove that single-path solutions are sharp minima, whereas distributing signals across pathways reduces sharpness by a factor that decreases with both the number of pathways and depth. Consequently, while early training reproduces the depth-driven symmetry breaking predicted by GF, oscillations at the Edge of Stability subsequently override this tendency and drive the network into a re-balancing phase, where signals redistribute across pathways. Together, these results clarify how depth shapes pathway competition and explain why large-step GD favors shared representations rather than persistent single-pathway dominance.
This research introduces state commitment learning, using Counterfactual Erasure RL (CERL) to train language models to distinguish temporary computation from persistent state, reducing answer dependence on hidden thoughts without sacrificing accuracy.
Researchers localized a neural subgraph responsible for temporal preference in a distilled LLM (Qwen3-4B-Instruct-2507), finding that models discount the future less steeply than humans and that this preference is unstable across contexts, with steering vectors capable of modulating it.
PyCC is a Python library that leverages structural skeletons derived from characteristic curves to discover ordinary differential equations from time-series data, incorporating domain hypotheses to address the ill-conditioned inverse problem of equation discovery.
This paper proposes a staged fractional-factorial screening method to efficiently identify high-penalty hyperparameter directions under tight budgets. Through 613 experiments, it finds that main penalties from total batch, depth, and width are largest at short budgets and relax as budget increases. Short designed screens help confirm promising anchors and refine locally, supporting a bridge-centered recommendation up to 24 hours on two hosts, though rankings are not hardware-invariant.
At matched accuracy, open-weight LLMs differ substantially in the shape of their error severity distribution — a difference invisible to the scalar error rate. The Errorquake-10k benchmark scores each response on a continuous 0-4 severity scale across 8 domains and 5 difficulty tiers, revealing that severity profiles provide information beyond error rate.
A new paper proposes a stereological theory for evaluating LLM benchmark coverage, revealing that effective dimensionality of benchmark suites leads to large blind spots that dwarf score differences, and suggests minimal benchmark sets and resolves Gardner's problem.
agentgateway, a unified open source gateway for AI and agent workloads, has joined the Agentic AI Foundation (AAIF) under the Linux Foundation as its fourth hosted project. It manages MCP, A2A, LLM inference, HTTP, and gRPC traffic through a single plane, providing security, observability, routing, and governance.
Deb Liu reflects on the AI-driven culture of constant optimization and the fear of falling behind, arguing that true productivity includes stillness and that AI should not replace human reflection.
AgentNotes provides plain-English summaries for AI agents. Install one package, set three env vars, and get searchable logs and summaries in a dashboard. Supports Python, npm, and ClawHub with a 7-day free trial.
AISOP is an open protocol that enables defining structured AI programs using Mermaid or JSON flow graphs, supporting branching, parallel execution, sub-tasks, and error handling in a single portable JSON format. It emphasizes portability, machine readability, token efficiency, and adherence to the axiom of human sovereignty and wellbeing.