MULTIMODAL AI · LANGUAGE MODELS · SYSTEMS

多模态理解,
从研究到实现。

研究多源信息如何被理解、融合与调用。
从模型适配、检索增强,到连续视觉交互,
把方法落实为可运行的系统。

表征学习 / 推理与记忆 / 系统设计

信息的形状INTERACTIVE STUDY / 001
感知 · 推理 · 构建

多源信息,汇入同一个智能空间。

多种信息相互交织,形成统一表征。

拖动旋转 · 方向键调整视角

向下探索

01 / SELECTED RESEARCH

研究论文

关注跨模态信息如何形成表征,
以及语言模型如何支持预测、检索与决策。

012026
Preprint第二作者 · 导师第一作者公开预印本

ChargeGPT: A Multimodal LLM for Urban EV Charging Forecasting with Meteorological and Geographic Integration

面向多源时序数据的语言模型适配:以 STL 分解、可解释的 CA-MoE 和 LoRA,连接异质信息融合与少样本泛化。

多模态融合Mixture-of-ExpertsLoRA
Abstract · 原文

The rapid proliferation of electric vehicles (EVs) necessitates accurate charging load forecasting to support urban energy infrastructure planning and grid stability. However, existing approaches inadequately capture the complex interplay between charging demand and heterogeneous contextual factors, particularly dynamic meteorological conditions and spatial heterogeneity across stations, limiting their predictive accuracy and robustness under evolving urban environments. To address these challenges, we propose ChargeGPT, a multimodal large language model framework that systematically integrates charging loads, meteorological variables, and station-level geographic attributes for spatiotemporal forecasting. The framework employs STL-based temporal decomposition to disentangle multi-scale patterns, a meteorology-aware Cross-Attention Mixture-of-Experts (CA-MoE) module to adaptively fuse weather factors via interpretable attention mechanisms, and a GPT-based backbone with LoRA fine-tuning for contextual reasoning over unified multimodal tokens. Experiments on real-world data from Shenzhen demonstrate that ChargeGPT reduces forecasting error by 7% compared to the best baseline under full-sample conditions and maintains superior accuracy with limited historical observations, validating its generalization capability for newly constructed stations. The interpretable CA-MoE module further reveals dynamic weather impacts across spatiotemporal contexts, providing actionable insights for proactive capacity allocation and dynamic pricing strategies, thereby advancing sustainable urban mobility systems.

Xiao Luo, Wenyu Yin et al.
摘要来源 · CC BY 4.0

022025
IEEE ITSC第一作者

Beyond Pixels: Vision-Language Models for Enhanced Street Environment Perception

探索视觉语言模型对场景语义、对象关系与主观属性的理解,结合提示词与推理过程,实现细粒度、可解释的视觉感知。

Vision-Language Models语义理解可解释推理
Abstract · 原文

With the continuous development of smart cities and human-oriented transportation, the streets, as a key component of urban public space, have a significant impact on the behavior and urban vitality of residents. Traditional street perception methods based on semantic segmentation face challenges such as limited semantics, insufficient understanding of relationships, and poor task adaptability in open-world environments. Therefore, enhancing the accuracy and fine-grained perception capabilities of street environment perception is particularly important. This study proposes the introduction of Vision-Language Models to overcome the limitations of traditional frameworks. Using the Qwen2.5-VL-72B-Instruct model combined with the MIT Place Pulse 2.0 Dataset, experiments were carried out to verify the superiority of Vision-Language Models in six dimensions of street perception: safe, lively, clean, wealthy, depressing and beautiful. The research results indicate that Vision-Language Models not only enables fine-grained street space perception but also flexibly adapts to various tasks through prompt-based approaches, further enhancing perception accuracy and personalization. Future work can optimize Vision-Language Models performance through low-parameter fine-tuning (e.g., LoRA), improve perception speed, reduce computational consumption, and thus promote its application in urban space perception.

Wenyu Yin, Chonghao Zhang, Hao Yu, Xiao Luo, Jinyi Huang, Jialei Zhang, Shuwen Qi
摘要来源 · CC BY-SA 4.0

032025
IEEE ITSC第四作者Creative Paper 奖

CitySense RAG: Personalized Urban Mobility Recommendations via Streetscape Perception and Multi-Source Semantics

构建统一多模态嵌入,将图像、语义与位置上下文共同纳入检索,研究个性化查询与多源知识的有效匹配。

Multimodal RAG统一表征个性化检索
摘要概述

该研究构建了融合图像、兴趣点语义和地理信息的多模态检索增强生成框架,以统一嵌入表达多源上下文,并通过结合空间邻近关系与多模态特征的匹配机制回应个性化查询。实验与消融分析评估了各模态在检索准确性、语义表达和推荐效果中的作用。

Chonghao Zhang, Hao Yu, Xiao Luo, Wenyu Yin, Jinyi Huang, Xuanyu Liu, Zhe Liu
查看原文 Abstract ↗

042025
IEEE ITSC第四作者

Taxi Repositioning via LLM-Driven Multi-Agent Coordination and Experience Accumulation

将大语言模型推理、模式抽象与经验积累连接到多智能体协同,在仿真环境中研究可解释决策和自适应策略优化。

Multi-Agent经验记忆决策推理
Abstract · 原文

Efficient taxi repositioning is essential to address the spatiotemporal mismatch between urban travel demand and vehicle supply. Traditional approaches often rely on heuristic rules or reinforcement learning, which suffer from limited generalization and poor interpretability. In this paper, we propose an LLM-driven framework for intelligent taxi repositioning that integrates three key components: (1) LLM-based decision reasoning, (2) spatiotemporal clustering for demand pattern abstraction, and (3) experience-driven responsibility assignment for adaptive policy optimization. A city-scale simulator is developed to evaluate the effectiveness of our approach. Experimental results show that our method achieves the highest response rate of 70.59%, the lowest average pickup time of 153.3 seconds, and the highest vehicle utilization rate of 48.94%, outperforming four baselines including clustering and optimization-based methods. Our simulator and code are publicly available at: https://github.com/clover-Saber/TrafficSimulator.

Hao Yu, Chonghao Zhang, Xiao Luo, Wenyu Yin, Zhe Liu, Jinyi Huang, Xuanyu Liu
摘要来源 · CC BY-SA 4.0

02 / ENGINEERING & EXPERIMENTS

项目作品

查看全部仓库
PROJECT / 03开发者体验

DSH UI Enhancer文件工作区与交互体验

面向 DeepSeek Harness 的非官方界面插件。整合文件浏览与预览、结构化 @文件引用、个性化界面和桌面宠物交互。

TypeScriptWeb UI社区插件
dsh-ui-enhancer查看代码
PROJECT / 04开发者工具

DSH Plugin Console插件生命周期与可靠性

连接社区目录、包管理与运行状态,围绕安装前验证、变更确认、隔离试运行和失败恢复,组织插件的完整管理流程。

JavaScript / TypeScript插件管理
dsh-plugin-console查看代码
PROJECT / 05开发中

DSH WeChat Remote跨端交互与审批桥接

通过 iLink 连接微信与本机 DeepSeek Harness,探索跨端会话、模型切换、媒体传输与移动端审批的统一交互。

TypeScriptiLink远程交互
dsh-wechat-remote查看代码
NEXT / AGENT计划中

Agent Project

新的 Agent 项目,内容待补充。

TO BE CONTINUED内容待补充