🛰️ Daily AI Frontier
‹ back to 2026-08-06

蚂蚁集团 IJCAI 2026 论文盘点:让 AI 学会「随机应变」

Industry & News Adaptive ML Algorithms 🔗 2 sources

Ranking

Overall 53
Content 50
Popularity 61

Observed public metrics from 1 member.

Representative image for 蚂蚁集团 IJCAI 2026 论文盘点:让 AI 学会「随机应变」

Merged summary

TL;DR — 雷峰网(AI科技评论)盘点了蚂蚁集团被 IJCAI-ECAI 2026 收录的四篇论文,共同主线是让 AI 从「静态求解器」转向能随环境变化(数据密度、分布漂移、搜索维度、AIGC 生态演进)自适应的系统;其意义在于展示了工业界实验室如何把学术产出对齐实时风控、十亿级用户流量波动等生产约束。

  • MSRGC-Net(与重庆邮电大学):时间序列聚类,用免训练的多尺度回声状态网络储备池 + 密度自适应「粒球」锚点图;无需预设簇数,复杂度从 O(n²) 降至近线性,在 5 个多变量基准的 15 项指标上取得 12 项最优、2 项次优。
  • ROAD(与上海交大):把 offline-to-online RL 中的离线/在线数据混合比例当作动态决策变量,用双层优化(内层 Bellman 误差、外层期望在线回报)并以多臂老虎机近似求解;可插入 IQL/PEX/CQL/Cal-QL,PEX+ROAD 在 D4RL 上平均 71.12 分、24 项中 18 项第一。
  • DSEBO(与华东师大、南京大学):高维贝叶斯优化,按收敛触发条件逐步扩张随机嵌入子空间维度,借共享嵌入矩阵使子空间嵌套,并依最优值曲线自适应调整扩张步长;在 D=1000 合成函数及 MSLR/Lasso-Hard/LIMO 上对比 REMBO、SIRBO、BAxUS、TuRBO。
  • VGA-BenchV2(与北京电影学院、BIGAI):新增 3.6 万条任务级人工标注(较 VGA-Bench 分别为 13.46×/11.15×/1.55×),混合评估器(VAQA-Net 输出连续美学分,VTag-Net/VGQA-Net 基于 Qwen 视觉语言模型),并将学到的美学评估器复用为 RL 奖励信号微调生成模型,打通「评分—优化」闭环;数据集已在 Hugging Face 开源。

注:两份来源侧重不同——第一份聚焦上述蚂蚁集团四篇论文;第二份实际盘点的是华为的四篇 IJCAI 2026 论文(分层 ViT 扩至 30B、可学习帧选择器 LFS、RaMod、代码转换语音翻译),主题为从「规模密度」转向「设计密度」,与本条目标题所指工作并非同一对象,故未并入正文。

Sources (2)

蚂蚁集团 IJCAI 2026 论文盘点:让 AI 学会「随机应变」

雷峰网 (AI科技评论) 2026-08-06 arXiv:2606.12077
Public signals Semantic Scholar citations 1 · Semantic Scholar influential citations 0
Providers: Hugging Face · N/A OpenAlex · N/A Publisher · N/A Semantic Scholar · Citations 1 · Influential citations 0 X · N/A Fetched 2026-09-03 14:31:35.281090 UTC

TL;DR - A media roundup of Ant Group's four IJCAI-ECAI 2026 accepted papers, framed around a common theme: moving AI from static solvers to systems that adapt to changing environments (data density, distribution shift, search dimensionality, evolving AIGC ecosystems). It matters as a snapshot of how an industrial lab aligns academic output with production constraints like real-time risk control and 1B+ user traffic swings.

  • MSRGC-Net (with Chongqing Univ. of Posts & Telecom): training-free multi-scale echo state network reservoirs plus density-adaptive "granular ball" anchor graphs for time-series clustering; no preset cluster count, near-linear complexity instead of O(n²), and 12 best / 2 second-best across 15 metrics on 5 multivariate benchmarks.
  • ROAD (with SJTU): treats the offline/online data mixing ratio in offline-to-online RL as a dynamic decision variable via bi-level optimization (inner Bellman error, outer expected online return) solved approximately with multi-armed bandits; plugs into IQL/PEX/CQL/Cal-QL, with PEX+ROAD scoring 71.12 average and 18/24 firsts on D4RL tasks.
  • DSEBO (with ECNU and Nanjing Univ.): high-dimensional Bayesian optimization that grows the random-embedding subspace dimension on convergence triggers, using a shared embedding matrix so subspaces nest; adaptive expansion step size keyed to the best-value curve, evaluated on D=1000 synthetic functions and MSLR/Lasso-Hard/LIMO against REMBO, SIRBO, BAxUS, TuRBO.
  • VGA-BenchV2 (with Beijing Film Academy and BIGAI): adds 36,000 task-level human annotations (13.46×/11.15×/1.55× over VGA-Bench) and a hybrid evaluator (VAQA-Net for continuous aesthetic scores; VTag-Net/VGQA-Net on Qwen VLMs), then reuses the learned aesthetic evaluator as an RL reward signal to fine-tune generators — closing the loop from scoring to optimization; dataset is open on Hugging Face.
item →

华为 IJCAI 2026 论文盘点:从「规模密度」转向「设计密度」

雷峰网 (AI科技评论) 2026-08-06 arXiv:2601.14594
Public signals Semantic Scholar citations 1 · Semantic Scholar influential citations 0
Providers: Hugging Face · N/A OpenAlex · N/A Publisher · N/A Semantic Scholar · Citations 1 · Influential citations 0 X · N/A Fetched 2026-08-31 14:26:44.223304 UTC

TL;DR - A media roundup of Huawei's four IJCAI 2026 accepted papers, framed as a shift from "scale density" (bigger parameter counts) to "design density" (smarter architecture and training strategies) as compute costs outpace scaling returns. It matters as a signal that a major vendor is prioritizing efficiency-per-FLOP across its research, cloud, data, and translation units.

  • Hierarchical ViT to 30B: An "Efficient Hierarchical ViT" architecture plus SMoE variant scales hierarchical ViTs past the ~2B ceiling to 30B total params; trained via MAE self-supervised pretraining on ImageNet-21K then distillation from multiple foundation models on 27M images. EHV-5B-MoE activates only 6.7B params yet hits 89.0% ImageNet-1K linear probe, beating the larger EVA-CLIP-18B, with gains also on video and dense prediction.
  • LFS (Learnable Frame Selector): Replaces uniform frame sampling for Video-LLMs with a scoring network trained end-to-end against caption quality — segment-wise selection (top frame per time window) rather than global top-K, backpropagating through a frozen Video-LLM as a plug-in module. Also introduces ICH-CC, a human-written detailed-captioning benchmark from real Chinese intangible-heritage cooking scenes.
  • RaMod (Representation-Aware Modularity): Extends ReFT beyond single-task adaptation by intervening on a policy-selected subset of mid-layer hidden representations instead of just prefix/suffix tokens, with an asynchronous scheduler that allocates/releases memory per intervention. Reported vs. base LLMs: 83% less extra prefill time, 79% lower memory; the article's "100% lower generation latency" claim is stated as-is and looks dubious.
  • Code-switching speech translation: A per-language MoE speech projector with language-specific and intra-group load-balancing losses, plus four-stage progressive training (ASR pretraining → MoE assembly → ASR→ST transition → CS-ST adaptation) to work around CS data scarcity; beats SeamlessM4T on Fisher and NTUML2021 with up to 39.52 BLEU / 81.33 COMET. The piece notes open questions on scaling this to dozens of languages.
item →