gaojie
c06c167a0c
feat(lean): 复现 LeJEPA Lean4 形式化验证,零 sorry 确认
...
Sync to site1 / sync (push) Has been cancelled
- 新增 JEPA/lejepa-identifiability/lean/README.md
记录完整复现步骤、环境信息与验证状态汇总
Build completed successfully (8032 jobs),零 sorry 确认
VERIFIED 18 项 / axiomatized 12 项
- .gitignore 新增 **/.lake/ 排除 Lean 构建缓存(~10 GB)
环境:Lean 4.28.0 + Mathlib v4.28.0 + macOS arm64
2026-06-05 17:32:16 +08:00
gaojie
c66855adfc
refactor: 将子模块转为普通目录,移除外部 git 依赖
...
Sync to site1 / sync (push) Has been cancelled
- 移除 JEPA/lejepa-identifiability 子模块 gitlink
- 移除 research/multiply/MultiPLY 子模块 gitlink
- 删除 .gitmodules(不再有外部 URL 依赖)
- 两个目录内容作为普通文件纳入主仓库追踪
- 删除各自内部 .git 目录,消除嵌套 git 仓库
2026-06-05 17:14:01 +08:00
gaojie
cb629f18a1
fix: .gitmodules 补全 MultiPLY 子模块 URL
...
Sync to site1 / sync (push) Has been cancelled
修复远端 site1 构建时 fatal: No url found for submodule path
'content/posts/worldmodel/research/multiply/MultiPLY' 的错误。
子模块来源:https://github.com/UMass-Embodied-AGI/MultiPLY.git
2026-06-05 17:08:43 +08:00
gaojie
5217a2ef88
fix: 添加 .gitmodules 注册 lejepa-identifiability 子模块 URL
...
Sync to site1 / sync (push) Has been cancelled
修复远端 site1 构建时 fatal: No url found for submodule path 的错误。
子模块来源:https://github.com/klindtlab/lejepa-identifiability.git
2026-06-05 17:07:54 +08:00
gaojie
b70161f4e5
feat(JEPA/math): 新增专题 VII & VIII,更新 README 与项目分析
...
Sync to site1 / sync (push) Has been cancelled
专题 VII — SIGReg 正则化(07_sigreg_regularization.md,760 行)
- 特征函数匹配损失 L_SIG 完整数学推导
- Cramér-Wold 定理证明:切片投影 → 联合高斯
- 切片技巧:256 个随机方向 + 梯形积分(17 节点)
- losses.py:SIGReg 逐行代码解析,张量形状追踪 (V,B,N)→scalar
- vs VICReg 对比:SIGReg 约束全分布,VICReg 仅约束二阶矩
专题 VIII — 线性 ICA:FastICA 与 JADE(08_linear_ica_fastica_jade.md,701 行)
- 盲源分离模型 x=As,非高斯性度量(峰度/负熵/互信息)
- FastICA 不动点迭代推导(三次收敛)
- JADE 四阶累积量张量 + Jacobi 联合对角化(二次收敛)
- Darmois-Skitovich 定理:ICA 可识别性充要条件
- ICA vs LeJEPA 对偶反转:高斯在 ICA 失败,在 LeJEPA 成功
其他变更:
- JEPA/math/README.md:专题表格新增 VII、VIII 行
- project_analysis.md:Session Log 补充 2026-06-05 工作记录
- lejepa-identifiability 子模块:.gitignore 新增 .venv/
2026-06-05 17:06:09 +08:00
gaojie
b5499c7ea0
Add detailed lecture plan and summary for LeJEPA four theorems
...
- Introduced a comprehensive lecture plan for the four main theorems in LeJEPA, including knowledge dependency graphs, detailed outlines for each topic, and corresponding Lean 4 files for formal verification.
- Created a summary document encapsulating the core insights and mathematical structures of the four theorems, emphasizing their interdependencies and implications in the context of LeJEPA.
2026-06-05 16:30:24 +08:00
gaojie
cf3691ad8b
1
2026-06-05 02:16:03 +08:00
gaojie
920439e044
Add presentation slides for OU process and Mehler formula
Sync to site1 / sync (push) Has been cancelled
2026-06-03 04:08:01 +08:00
gaojie
5de86388db
Add interactive HTML pages for planning explainer and spectral explainer
...
Sync to site1 / sync (push) Has been cancelled
- Created planning_explainer.html to demonstrate orthogonal invariance and optimal planning with interactive controls and visualizations.
- Created spectral_explainer.html to illustrate spectral decomposition and linear identifiability, featuring adjustable spectral weights and real-time correlation calculations.
2026-06-02 05:05:39 +08:00
gaojie
14ff05d9b8
Refactor code structure for improved readability and maintainability
Sync to site1 / sync (push) Has been cancelled
2026-06-02 04:41:13 +08:00
gaojie
3df832ac6b
Add new research papers to JEPA repository
...
Sync to site1 / sync (push) Has been cancelled
- Added 2506.09985_vjepa2.pdf (19.8 MB)
- Added 2511.08544_lejepa.pdf (8.5 MB)
- Added 2602.11389_causal_jepa.pdf (2.9 MB)
- Added 2603.19312_leworldmodel.pdf (5.5 MB)
2026-06-02 04:27:06 +08:00
gaojie
c55f47b287
Add multiple research papers in PDF format to the repository, including recent works on AI and physics, with file sizes ranging from 1.7 MB to 32.3 MB.
Sync to site1 / sync (push) Has been cancelled
2026-06-02 04:12:38 +08:00
gaojie
36fe037bc1
feat: 添加新的研究论文文件 2605.16395v1.pdf 和 2605.19957v1.pdf
Sync to site1 / sync (push) Has been cancelled
2026-05-21 10:04:17 +08:00
gaojie
732706bb6f
docs(research): add world-models paradigm-redesign-2026 survey
...
Sync to site1 / sync (push) Has been cancelled
- Add literature survey on 2026.05 dual paradigm-shifting works:
OrbiSim (differentiable physics engine) and WEM (world-ego disentanglement)
- Files: _index.md, orbisim_review.md, wem_review.md, joint_synthesis.md
- Update research/world-models/_index.md to register new sub-section
2026-05-21 09:15:25 +08:00
gaojie
d63d3ebc69
Add comprehensive survey on advancements in world models (2025-2026) covering 40 papers and 31 GitHub projects
Sync to site1 / sync (push) Has been cancelled
2026-05-21 05:00:17 +08:00
gaojie
5810eca2de
fix: update JEPA-related files categories to JEPA
Sync to site1 / sync (push) Has been cancelled
2026-05-21 03:53:20 +08:00
gaojie
ae55ca4b1e
feat: 添加 Meta JEPA 系列项目全面调研文档,包含核心架构、GitHub 仓库及相关论文列表
Sync to site1 / sync (push) Has been cancelled
2026-05-21 03:50:00 +08:00
gaojie
d5a89265de
Remove outdated research documents and add new index files for research plans, spatial memory, and world models. Update the CrowdRoom related papers section and consolidate research summaries for better navigation and accessibility.
Sync to site1 / sync (push) Has been cancelled
2026-05-21 03:41:40 +08:00
gaojie
abf2322450
feat: add scripts for fetching arXiv papers and generating structured reviews
...
Sync to site1 / sync (push) Has been cancelled
- Implemented `fetch_crowdroom_papers.py` to scrape arXiv papers related to CrowdRoom with customizable query topics and output options.
- Created `gen_review_from_json.py` to render structured markdown reviews from search results JSON, including statistics and insights on papers and GitHub repositories.
- Developed `search_info.py` for thematic searches on arXiv and GitHub, supporting HTTP/SOCKS5 proxies and structured output.
2026-05-21 03:35:05 +08:00
gaojie
101d3cbb4e
refactor: move jepa_review.md to research/world-models/jepa/index.md
Sync to site1 / sync (push) Has been cancelled
2026-05-21 03:25:41 +08:00
gaojie
7f568baf62
docs: add Meta JEPA series research review to world-models
Sync to site1 / sync (push) Has been cancelled
2026-05-21 03:19:41 +08:00
gaojie
11b4c32172
refactor: reorganize research/ into topic subfolders (world-models, spatial-memory, crowdroom, plans)
Sync to site1 / sync (push) Has been cancelled
2026-05-21 03:05:45 +08:00
gaojie
0968c881d6
docs: rewrite README.md as full project index with all 67 documents
Sync to site1 / sync (push) Has been cancelled
2026-05-21 02:57:59 +08:00
gaojie
7e4de2a6a3
chore: update plans/camera categories to Camera
Sync to site1 / sync (push) Has been cancelled
2026-05-21 02:48:33 +08:00
gaojie
7d46c0443e
chore: update plans/ root categories to HotelScene
Sync to site1 / sync (push) Has been cancelled
2026-05-21 02:46:44 +08:00
gaojie
369ef29cee
fix: update research/index.md links to Hugo relative paths
Sync to site1 / sync (push) Has been cancelled
2026-05-21 02:39:17 +08:00
gaojie
cf19b313ae
chore: update research categories from worldmodel to research
Sync to site1 / sync (push) Has been cancelled
2026-05-21 02:35:05 +08:00
gaojie
6b64d458bd
chore: update iphone categories from worldmodel to RoomPlan
Sync to site1 / sync (push) Has been cancelled
2026-05-21 02:30:30 +08:00
gaojie
0b12ff023c
chore: update PRISM categories from worldmodel to PRISM
Sync to site1 / sync (push) Has been cancelled
2026-05-21 02:25:22 +08:00
gaojie
1ea74b46da
chore: update CrowdRoom categories from worldmodel to CrowdRoom
Sync to site1 / sync (push) Has been cancelled
2026-05-21 02:20:22 +08:00
gaojie
5fd98a3a27
docs: 添加 research 论文调研索引 index.md,验证所有论文 md 文件 Hugo 格式
Sync to site1 / sync (push) Has been cancelled
2026-05-21 02:13:06 +08:00
gaojie
7db0c99d48
fix: remove ambiguous unicode chars from workflow yaml
Sync to site1 / sync (push) Has been cancelled
2026-05-20 23:26:48 +08:00
gaojie
622dd91315
ci: 手动触发 sync-to-site1 workflow
Sync to site1 / sync (push) Has been cancelled
2026-05-20 23:23:02 +08:00
gaojie
b9d70258c3
ci: 添加 Gitea Actions workflow,push 后自动同步到 site1
Sync to site1 / sync (push) Has been cancelled
2026-05-20 15:19:15 +00:00
gaojie
7a21f910c8
ci: 添加 Gitea Actions workflow,push 后自动同步到 site1
Sync to site1 / sync (push) Has been cancelled
2026-05-20 23:12:40 +08:00
gaojie
d3b2a82548
chore: 添加 README.md 文件,概述 WorldModel 项目及其子项目
2026-05-20 23:04:04 +08:00
gaojie
dbcbdbb59e
chore: 为所有 md 文件添加 Hugo front matter
...
- 处理: 74 个 .md 文件
- 跳过: 0 个(无已存在的 front matter)
- 异常: 3 个(H1 缺失,用文件名兜底)
- plans/PRISM/.research/readmes/3d-llm.md
- plans/PRISM/.research/readmes/openmask3d.md
- plans/PRISM/.research/readmes/openscene.md
2026-05-20 22:42:22 +08:00
gaojie
bec8a9a4a3
chore: initial commit — import worldmodel workspace (plans/, research/)
2026-05-20 21:43:57 +08:00