把 Ryan 的四大研究方向,系统化地从一组指定顶会顶刊里捞出高相关论文,产出日报 / 论文清单。这个 skill 做两件别的工具做不好的事:(a) 用一套统一的"相关性 + 负向过滤"标准约束噪声;(b) 把"顶会顶刊"这个抽象要求落成可执行的检索渠道与 query 配方(见 references/venues.md)。
| Dir | 方向 | 核心子领域(英文检索词主词) |
|---|---|---|
| --- | --- | --- |
| D1 | 图像视觉感知(image-centric) | object detection, instance / panoptic segmentation, open-vocabulary detection/segmentation, defect detection / visual anomaly detection, point cloud / 3D object detection / LiDAR perception / BEV perception, pattern recognition |
| D2 | 多模态与视觉-语言 | multimodal fusion(RGB-IR / infrared-visible / RGB-D / LiDAR-camera), missing-modality robustness, vision-language model / VLM / MLLM, cross-modal retrieval, multimodal recognition;domain adaptation 保留在此 |
| D3 | 联邦与分布式学习(含隐私) | federated learning, personalized FL, federated foundation model / FedLoRA / FedFM, federated continual learning, federated anomaly detection, decentralized learning, distributed & communication-efficient optimization, differential privacy / secure aggregation, Byzantine-robust / trustworthy FL |
| D4 | 具身智能与多智能体 | embodied intelligence / reasoning / perception, vision-language-action(VLA), federated VLA / robot policy learning, multi-agent system / coordination(communication-constrained) |
跨方向加权方法(命中任一方向时额外加权,本身不单独成类):Kolmogorov-Arnold Network / KAN、mixture of experts / MoE。
完整的每方向检索词、arXiv 分类、种子锚点论文、qualification 规则与 query 模板见 references/directions.md。
| 会场 | |
|---|---|
| --- | --- |
| 顶会 | CVPR, ICCV, ECCV, NeurIPS, ICML, ICLR, AAAI, CoRL, RSS, ICRA, ACL, EMNLP, USENIX Security, CCS, S&P |
| 顶刊 | IEEE TPAMI, IEEE TIFS, IEEE TNNLS, IEEE TMC, IEEE TPDS, IEEE TKDE, JMLR |
每个会场覆盖哪些方向、从哪个渠道(arXiv / Semantic Scholar API / OpenReview / DBLP / CVF / ACL Anthology / USENIX / IEEE Xplore)抓、用什么 query —— 全部在 references/venues.md。开检索前先读 venues.md 里与本次方向相关的那几行,不要凭记忆拼 URL。
arXiv 是日更主干(几乎所有顶会论文都会先挂 arXiv,且早于正式 proceedings 数月);Semantic Scholar / OpenReview / DBLP / 各会场 proceedings 页 用来确认/优先"已被顶会顶刊接收"的论文,并补全摘要。
两档标记:
一句话清单(完整负向关键词、边界 keep-list、判定规则见 references/negative_filter.md):
manipulation/imitation learning 不进硬黑名单,仅当"无 VLA/联邦/具身认知视角的纯机械控制"才 drop)。references/directions.md 段落,以及 references/venues.md 中对应会场行。2026 / 2025)+ 其一(Semantic Scholar venue 检索 / OpenReview / 某 proceedings 页)。assets/daily_report_template.md 写,存 daily_reports/YYYY-MM-DD.md。当 Ryan 说"扫一遍 X 会场 / 看看 CVPR2025 有啥 / 把今年顶会过一遍"时:
venues.md 取目标会场的 accepted 列表(DBLP TOC / OpenReview / CVF / ACL Anthology / USENIX / Semantic Scholar venue 检索)。paper_inventory.md 去重 → 对命中项补摘要。直接答。若聊出一篇还没记录的"极高",主动提议加进当日报告。
research-tracking/
├── daily_reports/ YYYY-MM-DD.md
├── paper_inventory.md 跨周去重的"极高"清单(按方向 D1–D4 分组)
└── roadmap_notes.md 方向演进笔记
首次运行先初始化以上目录再写第一篇日报。
references/directions.md —— 四方向的检索词 / arXiv 分类 / 种子锚点 / qualification / query 模板references/venues.md —— 顶会顶刊检索渠道总表(每会场 → 方向标签 + 渠道 URL/API + query 配方)references/negative_filter.md —— 负向关键词 + 边界 keep-list + 判定规则assets/daily_report_template.md —— 日报骨架共 1 个版本